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 #204

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

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.3.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.3.0

Release notes

Sourced from unbuild's releases.

v3.3.0

compare changes

🚀 Enhancements

  • Allow specifying dependencies to inline in inlineDependencies (#480)

🩹 Fixes

  • rollup: Resolve aliases using pathe utils (#483)

💅 Refactors

  • Inline withTrailingSlash util (#482)

❤️ Contributors

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

... (truncated)

Changelog

Sourced from unbuild's changelog.

v3.3.0

compare changes

🚀 Enhancements

  • Allow specifying dependencies to inline in inlineDependencies (#480)

🩹 Fixes

  • rollup: Resolve aliases using pathe utils (#483)

💅 Refactors

  • Inline withTrailingSlash util (#482)

🏡 Chore

❤️ Contributors

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

... (truncated)

Commits
  • 837ae03 chore(release): v3.3.0
  • edc8784 chore: update deps
  • 4870d69 fix(rollup): resolve aliases using pathe utils (#483)
  • c77c677 refactor: inline withTrailingSlash util (#482)
  • 997497b chore(deps): update all non-major dependencies (#478)
  • 31c7901 feat: allow specifying dependencies to inline in inlineDependencies (#480)
  • 76d4bf6 chore(deps): update dependency pathe to v2 (#477)
  • 9b5c6bd chore(deps): update all non-major dependencies (#476)
  • e23d824 chore(release): v3.2.0
  • 6ac4def fix: correct .d.cts default export type (#458)
  • 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.3.0

Release notes

Sourced from unbuild's releases.

v3.3.0

compare changes

🚀 Enhancements

  • Allow specifying dependencies to inline in inlineDependencies (#480)

🩹 Fixes

  • rollup: Resolve aliases using pathe utils (#483)

💅 Refactors

  • Inline withTrailingSlash util (#482)

❤️ Contributors

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

... (truncated)

Changelog

Sourced from unbuild's changelog.

v3.3.0

compare changes

🚀 Enhancements

  • Allow specifying dependencies to inline in inlineDependencies (#480)

🩹 Fixes

  • rollup: Resolve aliases using pathe utils (#483)

💅 Refactors

  • Inline withTrailingSlash util (#482)

🏡 Chore

❤️ Contributors

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

... (truncated)

Commits
  • 837ae03 chore(release): v3.3.0
  • edc8784 chore: update deps
  • 4870d69 fix(rollup): resolve aliases using pathe utils (#483)
  • c77c677 refactor: inline withTrailingSlash util (#482)
  • 997497b chore(deps): update all non-major dependencies (#478)
  • 31c7901 feat: allow specifying dependencies to inline in inlineDependencies (#480)
  • 76d4bf6 chore(deps): update dependency pathe to v2 (#477)
  • 9b5c6bd chore(deps): update all non-major dependencies (#476)
  • e23d824 chore(release): v3.2.0
  • 6ac4def fix: correct .d.cts default export type (#458)
  • 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 squas...

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.3.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.3.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.3.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.3.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.3.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 January 13, 2025 12:45
@dependabot dependabot bot requested a review from guesant January 13, 2025 12:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 13, 2025
Copy link

changeset-bot bot commented Jan 13, 2025

⚠️ No Changeset found

Latest commit: 1a7ba27

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

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

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

View full report↗︎

@guesant guesant merged commit d3cbae1 into development Jan 16, 2025
2 of 3 checks passed
@guesant guesant deleted the dependabot/npm_and_yarn/dev-dependencies-36d330aa46 branch January 16, 2025 22:57
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.

1 participant