Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dev-dependencies group across 3 directories with 5 updates #203

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2024

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

Package From To
@changesets/cli 2.27.10 2.27.11
lint-staged 15.2.10 15.3.0
@typespec/compiler 0.62.0 0.63.0
@typespec/json-schema 0.62.0 0.63.0
unbuild 3.0.0-rc.11 3.2.0

Bumps the dev-dependencies group with 4 updates in the /definitions directory: @changesets/cli, lint-staged, @typespec/compiler and @typespec/json-schema.
Bumps the dev-dependencies group with 3 updates in the /integrations/npm/especificacao directory: @changesets/cli, lint-staged and unbuild.

Updates @changesets/cli from 2.27.10 to 2.27.11

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.11

Patch Changes

  • Updated dependencies [f0270f6]:
    • @​changesets/config@​3.0.5
    • @​changesets/apply-release-plan@​7.0.7
    • @​changesets/get-release-plan@​4.0.6
Commits

Updates lint-staged from 15.2.10 to 15.3.0

Release notes

Sourced from lint-staged's releases.

v15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Changelog

Sourced from lint-staged's changelog.

15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Commits
  • 703002a chore(changeset): release
  • 4cee7d8 build(dependencies): update dependencies
  • ef9b02d Merge pull request #1495 from lint-staged/debug-info
  • e69da9e feat: add more info to debug logs, remove "environment" requirement from issu...
  • 1b36f55 docs: combine changesets
  • 6c9ab40 Merge pull request #1493 from lint-staged/help-messages
  • 22fe89d feat: add unique hash to backup stash message
  • c52cc92 docs: add a caution message about git stash
  • fa0fe98 feat: update first task message based on backup status
  • 7bd0447 feat: display "git stash list" message when restoring original state is skipped
  • Additional commits viewable in compare view

Updates @typespec/compiler from 0.62.0 to 0.63.0

Commits
  • 7e344d4 Prepare Publish for December Release (#5329)
  • 7a99736 Add release notes for December 2024 release (#5323)
  • 2b672ac Delete XML cadl-ranch projects (#5324)
  • 2a03294 [@​typespec/spector] Update start server scenario paths (#5309)
  • 4f95f63 [python] add lint check for src code in CI (#5320)
  • 8919ac8 http-client-java, fix client accessor method parameter description (#5313)
  • 86f3649 docs: fix incorrect default (#5257)
  • c4b26ab Release http specs alpha4 (#5303)
  • 55f313e [http-client-python] fix vanilla legacy test (#5306)
  • b654807 [http-spec] Update Versioning/Removed Project And Removed Type/Model/Template...
  • Additional commits viewable in compare view

Updates @typespec/json-schema from 0.62.0 to 0.63.0

Release notes

Sourced from @​typespec/json-schema's releases.

[email protected]

@​typespec/compiler

Bug Fixes

  • #5252 Added RegEx validation for @​pattern and will throw warning for invalid RegEx string

Features

  • #4937 Add mutateSubgraphWithNamespace as a separate API
  • #4837 Allow trailing delimiter in array values, tuple, decorator declaration, scalar initializer, etc.
  • #5149 Experimental: Improve Realm, Mutator, and Typekit implementations.

This change strongly binds a Realm and Typekit together, and changes mutators so that new types are cloned within the mutator's realm. The default Typekit now creates a default typekit realm for the current program, and a Typekit can be easily created to work in a specific Program or Realm as needed.

  • #4825 Adds support for enum-driven visibility in the compiler core.

@​typespec/http

Bug Fixes

  • #5016 Uri template attributes were not extracted when parameter was explicitly mark with @path or @query as well

@​typespec/versioning

Bug Fixes

  • #5262 Fixes diagnostics for @​typeChangedFrom to properly detect when an incompatible version is referenced inside of a template, union, or tuple.

@​typespec/rest

No changes, version bump only.

@​typespec/openapi

No changes, version bump only.

... (truncated)

Commits
  • 7e344d4 Prepare Publish for December Release (#5329)
  • 7a99736 Add release notes for December 2024 release (#5323)
  • 2b672ac Delete XML cadl-ranch projects (#5324)
  • 2a03294 [@​typespec/spector] Update start server scenario paths (#5309)
  • 4f95f63 [python] add lint check for src code in CI (#5320)
  • 8919ac8 http-client-java, fix client accessor method parameter description (#5313)
  • 86f3649 docs: fix incorrect default (#5257)
  • c4b26ab Release http specs alpha4 (#5303)
  • 55f313e [http-client-python] fix vanilla legacy test (#5306)
  • b654807 [http-spec] Update Versioning/Removed Project And Removed Type/Model/Template...
  • Additional commits viewable in compare view

Updates unbuild from 3.0.0-rc.11 to 3.2.0

Release notes

Sourced from unbuild's releases.

v3.2.0

compare changes

🚀 Enhancements

  • mkdist: Fail build if mkdist errors in creating declarations (#473)

🩹 Fixes

  • Correct .d.cts default export type (#458)

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Support parallel builds (af19b1b)
  • Infer externals from package name, exports, and imports fields (#469)
  • rollup: Resolve with "production" condition by default (#470, #471)

🩹 Fixes

  • Resolve presets with default export (#465)

🏡 Chore

  • Remove unused imports (#463)

❤️ Contributors

v3.0.1

compare changes

🩹 Fixes

  • rollup: De-default default export from stub (#455)

❤️ Contributors

... (truncated)

Changelog

Sourced from unbuild's changelog.

v3.2.0

compare changes

🚀 Enhancements

  • mkdist: Fail build if mkdist errors in creating declarations (#473)

🩹 Fixes

  • Correct .d.cts default export type (#458)

🏡 Chore

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Support parallel builds (af19b1b)
  • Infer externals from package name, exports and imports (#469)
  • rollup: Resolve with production condition (#470)

🩹 Fixes

  • Resolve preset on directory (#465)
  • Only externalize @types/ from devDependencies (#471)

🏡 Chore

  • Remove unused imports (#463)
  • Apply automated updates (f724382)

❤️ Contributors

v3.0.1

... (truncated)

Commits
  • e23d824 chore(release): v3.2.0
  • 6ac4def fix: correct .d.cts default export type (#458)
  • 1aaa0ae feat(mkdist): fail build if mkdist errors in creating declarations (#473)
  • 4536320 chore: update deps
  • 1ba5747 chore(release): v3.1.0
  • 9360293 fix: only externalize @types/ from devDependencies (#471)
  • 9dd09ee feat(rollup): resolve with production condition (#470)
  • 6846d34 feat: infer externals from package name, exports and imports (#469)
  • af19b1b feat: support parallel builds
  • bf8de6b fix: resolve preset on directory (#465)
  • Additional commits viewable in compare view

Updates @changesets/cli from 2.27.10 to 2.27.11

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.11

Patch Changes

  • Updated dependencies [f0270f6]:
    • @​changesets/config@​3.0.5
    • @​changesets/apply-release-plan@​7.0.7
    • @​changesets/get-release-plan@​4.0.6
Commits

Updates lint-staged from 15.2.10 to 15.3.0

Release notes

Sourced from lint-staged's releases.

v15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Changelog

Sourced from lint-staged's changelog.

15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Commits
  • 703002a chore(changeset): release
  • 4cee7d8 build(dependencies): update dependencies
  • ef9b02d Merge pull request #1495 from lint-staged/debug-info
  • e69da9e feat: add more info to debug logs, remove "environment" requirement from issu...
  • 1b36f55 docs: combine changesets
  • 6c9ab40 Merge pull request #1493 from lint-staged/help-messages
  • 22fe89d feat: add unique hash to backup stash message
  • c52cc92 docs: add a caution message about git stash
  • fa0fe98 feat: update first task message based on backup status
  • 7bd0447 feat: display "git stash list" message when restoring original state is skipped
  • Additional commits viewable in compare view

Updates @typespec/compiler from 0.62.0 to 0.63.0

Commits
  • 7e344d4 Prepare Publish for December Release (#5329)
  • 7a99736 Add release notes for December 2024 release (#5323)
  • 2b672ac Delete XML cadl-ranch projects (#5324)
  • 2a03294 [@​typespec/spector] Update start server scenario paths (#5309)
  • 4f95f63 [python] add lint check for src code in CI (#5320)
  • 8919ac8 http-client-java, fix client accessor method parameter description (#5313)
  • 86f3649 docs: fix incorrect default (#5257)
  • c4b26ab Release http specs alpha4 (#5303)
  • 55f313e [http-client-python] fix vanilla legacy test (#5306)
  • b654807 [http-spec] Update Versioning/Removed Project And Removed Type/Model/Template...
  • Additional commits viewable in compare view

Updates @typespec/json-schema from 0.62.0 to 0.63.0

Release notes

Sourced from @​typespec/json-schema's releases.

[email protected]

@​typespec/compiler

Bug Fixes

  • #5252 Added RegEx validation for @​pattern and will throw warning for invalid RegEx string

Features

  • #4937 Add mutateSubgraphWithNamespace as a separate API
  • #4837 Allow trailing delimiter in array values, tuple, decorator declaration, scalar initializer, etc.
  • #5149 Experimental: Improve Realm, Mutator, and Typekit implementations.

This change strongly binds a Realm and Typekit together, and changes mutators so that new types are cloned within the mutator's realm. The default Typekit now creates a default typekit realm for the current program, and a Typekit can be easily created to work in a specific Program or Realm as needed.

  • #4825 Adds support for enum-driven visibility in the compiler core.

@​typespec/http

Bug Fixes

  • #5016 Uri template attributes were not extracted when parameter was explicitly mark with @path or @query as well

@​typespec/versioning

Bug Fixes

  • #5262 Fixes diagnostics for @​typeChangedFrom to properly detect when an incompatible version is referenced inside of a template, union, or tuple.

@​typespec/rest

No changes, version bump only.

@​typespec/openapi

No changes, version bump only.

... (truncated)

Commits
  • 7e344d4 Prepare Publish for December Release (#5329)
  • 7a99736 Add release notes for December 2024 release (#5323)
  • 2b672ac Delete XML cadl-ranch projects (#5324)
  • 2a03294 [@​typespec/spector] Update start server scenario paths (#5309)
  • 4f95f63 [python] add lint check for src code in CI (#5320)
  • 8919ac8 http-client-java, fix client accessor method parameter description (#5313)
  • 86f3649 docs: fix incorrect default (#5257)
  • c4b26ab Release http specs alpha4 (#5303)
  • 55f313e [http-client-python] fix vanilla legacy test (#5306)
  • b654807 [http-spec] Update Versioning/Removed Project And Removed Type/Model/Template...
  • Additional commits viewable in compare view

Updates @changesets/cli from 2.27.10 to 2.27.11

Release notes

Sourced from @​changesets/cli's releases.

@​changesets/cli@​2.27.11

Patch Changes

  • Updated dependencies [f0270f6]:
    • @​changesets/config@​3.0.5
    • @​changesets/apply-release-plan@​7.0.7
    • @​changesets/get-release-plan@​4.0.6
Commits

Updates lint-staged from 15.2.10 to 15.3.0

Release notes

Sourced from lint-staged's releases.

v15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

v15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Changelog

Sourced from lint-staged's changelog.

15.3.0

Minor Changes

  • #1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

15.2.11

Patch Changes

  • #1484 bcfe309 Thanks @​wormsik! - Escape paths containing spaces when using the "shell" option.

  • #1487 7dd8caa Thanks @​iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.

Commits
  • 703002a chore(changeset): release
  • 4cee7d8 build(dependencies): update dependencies
  • ef9b02d Merge pull request #1495 from lint-staged/debug-info
  • e69da9e feat: add more info to debug logs, remove "environment" requirement from issu...
  • 1b36f55 docs: combine changesets
  • 6c9ab40 Merge pull request #1493 from lint-staged/help-messages
  • 22fe89d feat: add unique hash to backup stash message
  • c52cc92 docs: add a caution message about git stash
  • fa0fe98 feat: update first task message based on backup status
  • 7bd0447 feat: display "git stash list" message when restoring original state is skipped
  • Additional commits viewable in compare view

Updates unbuild from 3.0.0-rc.11 to 3.2.0

Release notes

Sourced from unbuild's releases.

v3.2.0

compare changes

🚀 Enhancements

  • mkdist: Fail build if mkdist errors in creating declarations (#473)

🩹 Fixes

  • Correct .d.cts default export type (#458)

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Support parallel builds (af19b1b)
  • Infer externals from package name, exports, and imports fields (#469)
  • rollup: Resolve with "production" condition by default (#470, #471)

🩹 Fixes

  • Resolve presets with default export (#465)

🏡 Chore

  • Remove unused imports (#463)

❤️ Contributors

v3.0.1

compare changes

🩹 Fixes

  • rollup: De-default default export from stub (#455)

❤️ Contributors

... (truncated)

Changelog

Sourced from unbuild's changelog.

v3.2.0

compare changes

🚀 Enhancements

  • mkdist: Fail build if mkdist errors in creating declarations (#473)

🩹 Fixes

  • Correct .d.cts default export type (#458)

🏡 Chore

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Support parallel builds (af19b1b)
  • Infer externals from package name, exports and imports (#469)
  • rollup: Resolve with production condition (#470)

🩹 Fixes

  • Resolve preset on directory (#465)
  • Only externalize @types/ from devDependencies (#471)

🏡 Chore

  • Remove unused imports (#463)
  • Apply automated updates (f724382)

❤️ Contributors

v3.0.1

... (truncated)

Commits
  • e23d824 chore(release): v3.2.0
  • 6ac4def fix: correct .d.cts default export type (#458)
  • 1aaa0ae feat(mkdist): fail build if mkdist errors in creating declarations (#473)
  • 4536320 chore: update deps
  • 1ba5747 chore(release): v3.1.0
  • 9360293 fix: only externalize @types/ from devDependencies (#471)
  • 9dd09ee feat(rollup): resolve with production condition (#470)
  • 6846d34 feat: infer externals from package name, exports and imports (#469)
  • af19b1b feat: support parallel builds
  • bf8de6b fix: resolve preset ...

    Description has been truncated

…h 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [@changesets/cli](https://github.com/changesets/changesets) | `2.27.10` | `2.27.11` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.10` | `15.3.0` |
| [@typespec/compiler](https://github.com/microsoft/typespec) | `0.62.0` | `0.63.0` |
| [@typespec/json-schema](https://github.com/microsoft/typespec) | `0.62.0` | `0.63.0` |
| [unbuild](https://github.com/unjs/unbuild) | `3.0.0-rc.11` | `3.2.0` |

Bumps the dev-dependencies group with 4 updates in the /definitions directory: [@changesets/cli](https://github.com/changesets/changesets), [lint-staged](https://github.com/lint-staged/lint-staged), [@typespec/compiler](https://github.com/microsoft/typespec) and [@typespec/json-schema](https://github.com/microsoft/typespec).
Bumps the dev-dependencies group with 3 updates in the /integrations/npm/especificacao directory: [@changesets/cli](https://github.com/changesets/changesets), [lint-staged](https://github.com/lint-staged/lint-staged) and [unbuild](https://github.com/unjs/unbuild).


Updates `@changesets/cli` from 2.27.10 to 2.27.11
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

Updates `lint-staged` from 15.2.10 to 15.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.3.0)

Updates `@typespec/compiler` from 0.62.0 to 0.63.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]@0.63.0)

Updates `@typespec/json-schema` from 0.62.0 to 0.63.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]@0.63.0)

Updates `unbuild` from 3.0.0-rc.11 to 3.2.0
- [Release notes](https://github.com/unjs/unbuild/releases)
- [Changelog](https://github.com/unjs/unbuild/blob/main/CHANGELOG.md)
- [Commits](unjs/unbuild@v3.0.0-rc.11...v3.2.0)

Updates `@changesets/cli` from 2.27.10 to 2.27.11
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

Updates `lint-staged` from 15.2.10 to 15.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.3.0)

Updates `@typespec/compiler` from 0.62.0 to 0.63.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]@0.63.0)

Updates `@typespec/json-schema` from 0.62.0 to 0.63.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/[email protected]@0.63.0)

Updates `@changesets/cli` from 2.27.10 to 2.27.11
- [Release notes](https://github.com/changesets/changesets/releases)
- [Changelog](https://github.com/changesets/changesets/blob/main/docs/modifying-changelog-format.md)
- [Commits](https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

Updates `lint-staged` from 15.2.10 to 15.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.3.0)

Updates `unbuild` from 3.0.0-rc.11 to 3.2.0
- [Release notes](https://github.com/unjs/unbuild/releases)
- [Changelog](https://github.com/unjs/unbuild/blob/main/CHANGELOG.md)
- [Commits](unjs/unbuild@v3.0.0-rc.11...v3.2.0)

---
updated-dependencies:
- dependency-name: "@changesets/cli"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typespec/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typespec/json-schema"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: unbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@changesets/cli"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typespec/compiler"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@typespec/json-schema"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@changesets/cli"
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: unbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 30, 2024 12:41
@dependabot dependabot bot requested a review from guesant December 30, 2024 12:41
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 30, 2024
Copy link

changeset-bot bot commented Dec 30, 2024

⚠️ No Changeset found

Latest commit: 98aba85

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@changesets/[email protected] environment, filesystem, shell Transitive: eval, unsafe +100 16.1 MB changesets-release-bot
npm/[email protected] Transitive: environment, filesystem, shell +54 2.25 MB okonet

🚮 Removed packages: npm/@changesets/[email protected], npm/[email protected]

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants