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 4 updates #201

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 16, 2024

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

Updates lint-staged from 15.2.10 to 15.2.11

Release notes

Sourced from lint-staged's releases.

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.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
  • 1d39241 Merge pull request #1485 from lint-staged/changeset-release/master
  • 622f554 chore(changeset): release
  • 08ca5de Merge pull request #1487 from lint-staged/submodule-test
  • 7dd8caa fix: do not treat submodule root paths as staged files
  • 368c130 test: assert committing changes to submodule works from the repo
  • 5260203 Merge pull request #1486 from lint-staged/deps-2024-12-10
  • 6dbc3f4 build(deps): update dependencies
  • a1931f3 Merge pull request #1484 from wormsik/path-space-fix
  • bcfe309 docs: extract function and link to execa's implementation
  • 3d91525 fix: escape paths with spaces when using "shell" option
  • 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.0.1

Release notes

Sourced from unbuild's releases.

v3.0.1

compare changes

🩹 Fixes

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

❤️ Contributors

v3.0.0

What is coming next?

In parallel with maintaining stable releases of unbuild, We are experimenting with a new, faster, and more modern approach based on OXC, rolldown, and native runtime ESM/TypeScript made possible with recent Node.js versions!

Changelog

compare changes

⚠️ Breaking Changes

  • Upgrade to rollup v4 (#327)
  • Default rollup build target to esnext (#335)
  • Upgrade to mkdist v2.0.0

🚀 Enhancements

  • Upgrade to rollup v4 (#327)
  • Support disabling preserveDynamicImports (#322)
  • rollup: Default to esnext build target (#335)
  • Support copy builder (#389)
  • Experimental active watcher for rollup (#364)
  • rollup: Add .mts and .cts to supported extensions (633ffe9)
  • Support custom jiti plugins for stub mode (#368)
  • Upgrade to jiti v2 (#409)
  • Add --config to the CLI (#440)

🩹 Fixes

  • Don't clean root directory if set as outDir (#343)
  • Generate stub types of with explicit extension import if pkg type is module (#371)
  • Correct dts generation for stub mode (#314)
  • rollup: Handle aliases when checking for externals (#384)
  • rollup: Update importAttributesKey to with (27bcba8)
  • Type RollupOptions.plugins as array (62fa930)
  • Add all loader extensions to esbuild include (8ab22ff)
  • Enable jiti interopDefault for config loader and internals (ref: #409) (#409)
  • rollup: Keep empty (type-only) modules (a9158e2)
  • rollup: Keep empty type-only modules (7a6469b)

... (truncated)

Changelog

Sourced from unbuild's changelog.

v3.0.1

compare changes

🩹 Fixes

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

🏡 Chore

❤️ Contributors

v3.0.0

See github release notes.

Commits

Updates lint-staged from 15.2.10 to 15.2.11

Release notes

Sourced from lint-staged's releases.

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.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
  • 1d39241 Merge pull request #1485 from lint-staged/changeset-release/master
  • 622f554 chore(changeset): release
  • 08ca5de Merge pull request #1487 from lint-staged/submodule-test
  • 7dd8caa fix: do not treat submodule root paths as staged files
  • 368c130 test: assert committing changes to submodule works from the repo
  • 5260203 Merge pull request #1486 from lint-staged/deps-2024-12-10
  • 6dbc3f4 build(deps): update dependencies
  • a1931f3 Merge pull request #1484 from wormsik/path-space-fix
  • bcfe309 docs: extract function and link to execa's implementation
  • 3d91525 fix: escape paths with spaces when using "shell" option
  • 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 lint-staged from 15.2.10 to 15.2.11

Release notes

Sourced from lint-staged's releases.

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.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
  • 1d39241 Merge pull request #1485 from lint-staged/changeset-release/master
  • 622f554 chore(changeset): release
  • 08ca5de Merge pull request #1487 from lint-staged/submodule-test
  • 7dd8caa fix: do not treat submodule root paths as staged files
  • 368c130 test: assert committing changes to submodule works from the repo
  • 5260203 Merge pull request #1486 from lint-staged/deps-2024-12-10
  • 6dbc3f4 build(deps): update dependencies
  • a1931f3 Merge pull request #1484 from wormsik/path-space-fix
  • bcfe309 docs: extract function and link to execa's implementation
  • 3d91525 fix: escape paths with spaces when using "shell" option
  • Additional commits viewable in compare view

Updates unbuild from 3.0.0-rc.11 to 3.0.1

Release notes

Sourced from unbuild's releases.

v3.0.1

compare changes

🩹 Fixes

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

❤️ Contributors

v3.0.0

What is coming next?

In parallel with maintaining stable releases of unbuild, We are experimenting with a new, faster, and more modern approach based on OXC, rolldown, and native runtime ESM/TypeScript made possible with recent Node.js versions!

Changelog

compare changes

⚠️ Breaking Changes

  • Upgrade to rollup v4 (#327)
  • Default rollup build target to esnext (#335)
  • Upgrade to mkdist v2.0.0

🚀 Enhancements

  • Upgrade to rollup v4 (#327)
  • Support disabling preserveDynamicImports (#322)
  • rollup: Default to esnext build target (#335)
  • Support copy builder (#389)
  • Experimental active watcher for rollup (#364)
  • rollup: Add .mts and .cts to supported extensions (633ffe9)
  • Support custom jiti plugins for stub mode (#368)
  • Upgrade to jiti v2 (#409)
  • Add --config to the CLI (#440)

🩹 Fixes

  • Don't clean root directory if set as outDir (#343)
  • Generate stub types of with explicit extension import if pkg type is module (#371)
  • Correct dts generation for stub mode (#314)
  • rollup: Handle aliases when checking for externals (#384)
  • rollup: Update importAttributesKey to with (27bcba8)
  • Type RollupOptions.plugins as array (62fa930)
  • Add all loader extensions to esbuild include (8ab22ff)
  • Enable jiti interopDefault for config loader and internals (ref: #409) (#409)
  • rollup: Keep empty (type-only) modules (a9158e2)
  • rollup: Keep empty type-only modules (7a6469b)

... (truncated)

Changelog

Sourced from unbuild's changelog.

v3.0.1

compare changes

🩹 Fixes

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

🏡 Chore

❤️ Contributors

v3.0.0

See github release notes.

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 4 updates

Bumps the dev-dependencies group with 4 updates in the / directory: [lint-staged](https://github.com/lint-staged/lint-staged), [@typespec/compiler](https://github.com/microsoft/typespec), [@typespec/json-schema](https://github.com/microsoft/typespec) and [unbuild](https://github.com/unjs/unbuild).
Bumps the dev-dependencies group with 3 updates in the /definitions directory: [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 2 updates in the /integrations/npm/especificacao directory: [lint-staged](https://github.com/lint-staged/lint-staged) and [unbuild](https://github.com/unjs/unbuild).


Updates `lint-staged` from 15.2.10 to 15.2.11
- [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.2.11)

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.0.1
- [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.0.1)

Updates `lint-staged` from 15.2.10 to 15.2.11
- [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.2.11)

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 `lint-staged` from 15.2.10 to 15.2.11
- [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.2.11)

Updates `unbuild` from 3.0.0-rc.11 to 3.0.1
- [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.0.1)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: dev-dependencies
- dependency-name: lint-staged
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: lint-staged
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: unbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 16, 2024 12:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
@dependabot dependabot bot requested a review from guesant December 16, 2024 12:57
Copy link

changeset-bot bot commented Dec 16, 2024

⚠️ No Changeset found

Latest commit: de5b26b

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/[email protected] Transitive: environment, filesystem, shell +54 2.25 MB okonet

🚮 Removed packages: 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.

1 participant