microsoft / TypeScript-DOM-lib-generator

Tool for generating dom related TypeScript and JavaScript library files
Apache License 2.0
600 stars 417 forks source link

Bump the dev-dependencies group across 1 directory with 6 updates #1752

Closed dependabot[bot] closed 5 days ago

dependabot[bot] commented 6 days ago

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
@octokit/rest 20.1.1 21.0.0
@types/node 20.12.11 20.14.9
danger 12.2.0 12.3.3
jsonc-parser 3.2.1 3.3.1
prettier 3.2.5 3.3.2
typescript 5.4.5 5.5.3

Updates @octokit/rest from 20.1.1 to 21.0.0

Release notes

Sourced from @​octokit/rest's releases.

v21.0.0

21.0.0 (2024-06-20)

Features

BREAKING CHANGES

  • package is now ESM

v21.0.0-beta.4

21.0.0-beta.4 (2024-06-19)

Bug Fixes

v21.0.0-beta.3

21.0.0-beta.3 (2024-04-30)

Features

v21.0.0-beta.2

21.0.0-beta.2 (2024-04-16)

Bug Fixes

  • deps: bump Octokit deps (5d8da12)
  • pkg: add a default fallback export (1b6e582)

v21.0.0-beta.1

21.0.0-beta.1 (2024-03-05)

Bug Fixes

... (truncated)

Commits
  • 12b6c65 feat: v21 (#413)
  • 32649a8 build(deps-dev): Bump braces from 3.0.2 to 3.0.3 (#439)
  • 53cee64 ci(action): update actions/checkout digest to 692973e (#438)
  • 7c96525 chore(deps): update dependency marked to v13
  • a46b4c8 🚧 Workflows have changed (#435)
  • b90bc79 chore(deps): update dependency semantic-release to v24
  • bc41b70 chore(deps): update dependency esbuild to ^0.21.0 (#429)
  • c1892ed ci(action): update actions/checkout digest to a5ac7e5 (#432)
  • See full diff in compare view


Updates @types/node from 20.12.11 to 20.14.9

Commits


Updates danger from 12.2.0 to 12.3.3

Changelog

Sourced from danger's changelog.

12.3.3

  • #1180 Set module properly when tsconfig does not contain compilerOptions.module [@​matthewh]

12.3.2

  • #1180 Adds support for ESM Dangerfiles (by using dangerfile.mts/dangerfile.mjs) [@​matthewh]

12.3.1

  • Fixes for created, modified and deleted files in GitHub - [@​szweier]
  • Dont log about github.pr not being available in pull_request_target - [@​sayali10]

12.3.0

  • Dockerfile changes - [@​glensc]
  • Use node 18 for pre-built versions of danger (used by Danger Swift / Kotlin et al) - [@​heltoft]
Commits


Updates jsonc-parser from 3.2.1 to 3.3.1

Release notes

Sourced from jsonc-parser's releases.

v3.3.1

Changes:

  • #92: remove exports, prepare 3.3.1

This list of changes was auto generated.

v3.3.0

Changes:

Feature Requests:

  • #11: Can we have a "insertFinalNewline" option in "FormattingOptions"?
  • #4: Source map referenced but not included in published package

Bugs:

  • #33: Formatting valid json content is causing an invalid json
  • #40: parseTree() returns undefined on empty string input

Others:

  • #90: prepare 3.3.0
  • #88: Allow the visitor to cease callbacks
  • #89: Bump braces from 3.0.2 to 3.0.3
  • #84: prepare 3.2.1
  • #81: perf(format): cache breaklines and spaces as much as possible
  • #79: update dependencies
  • #75: ci: add batch
  • #72: delete pr-chat action
  • #71: add publish pipeline & cleanup ci
  • #70: set preserveConstEnums: true, switch to es2020
  • #69: sort edits in applyEdits
  • #66: An additional parameter keepLines has been added into the formatting options which allows to keep the original line formatting
  • #64: Adding Microsoft SECURITY.MD
  • #62: Add JSON path supplier parameter to visitor functions
  • #44: findNodeAtLocation does not handle incomplete property pair
  • #61: Update API section in README
  • #53: Clarify whether / how Edit[] can be concatenated
  • #46: Non-standard whitespace handling

... (truncated)

Changelog

Sourced from jsonc-parser's changelog.

3.3.0 2022-06-24

  • JSONVisitor.onObjectBegin and JSONVisitor.onArrayBegin can now return false to instruct the visitor that no children should be visited.

3.2.0 2022-08-30

  • update the version of the bundled Javascript files to es2020.
  • include all const enum values in the bundled JavaScript files (ScanError, SyntaxKind, ParseErrorCode).

3.1.0 2022-07-07

  • added new API FormattingOptions.keepLines : It leaves the initial line positions in the formatting.

3.0.0 2020-11-13

  • fixed API spec for parseTree. Can return undefine for empty input.
  • added new API FormattingOptions.insertFinalNewline.

2.3.0 2020-07-03

  • new API ModificationOptions.isArrayInsertion: If JSONPath refers to an index of an array and isArrayInsertion is true, then modify will insert a new item at that location instead of overwriting its contents.
  • ModificationOptions.formattingOptions is now optional. If not set, newly inserted content will not be formatted.

2.2.0 2019-10-25

  • added ParseOptions.allowEmptyContent. Default is false.
  • new API getNodeType: Returns the type of a value returned by parse.
  • parse: Fix issue with empty property name

2.1.0 2019-03-29

  • JSONScanner and JSONVisitor return lineNumber / character.

2.0.0 2018-04-12

  • renamed Node.columnOffset to Node.colonOffset
  • new API getNodePath: Gets the JSON path of the given JSON DOM node
  • new API findNodeAtOffset: Finds the most inner node at the given offset. If includeRightBound is set, also finds nodes that end at the given offset.

1.0.3 2018-03-07

  • provide ems modules

1.0.2 2018-03-05

  • added the visit.onComment API, reported when comments are allowed.
  • added the ParseErrorCode.InvalidCommentToken enum value, reported when comments are disallowed.

... (truncated)

Commits


Updates prettier from 3.2.5 to 3.3.2

Release notes

Sourced from prettier's releases.

3.3.2

🔗 Changelog

3.3.1

🔗 Changelog

3.3.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.3.2

diff

Fix handlebars path expressions starts with @ (#16358 by @​Princeyadav05)

{{! Input }}
<div>{{@x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@​x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@​x.y.z}}</div>

3.3.1

diff

Preserve empty lines in front matter (#16347 by @​fisker)

<!-- Input -->
---
foo:
  - bar1
  • bar2

  • bar3


Markdown

<!-- Prettier 3.3.0 -->


foo:

  • bar1
  • bar2
  • bar3

Markdown

<!-- Prettier 3.3.1 -->
</tr></table>

... (truncated)

Commits


Updates typescript from 5.4.5 to 5.5.3

Release notes

Sourced from typescript's releases.

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

Commits
  • f0e9921 Bump version to 5.5.3 and LKG
  • 738bd60 Cherry-pick #58966 to release-5.5 (#59002)
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
sandersn commented 5 days ago

Compiles for me so I think this is OK to take.