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-dev): bump the dev-dependencies group across 2 directories with 2 updates #186

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the dev-dependencies group with 2 updates in the / directory: @typespec/compiler and @typespec/json-schema.
Bumps the dev-dependencies group with 2 updates in the /definitions directory: @typespec/compiler and @typespec/json-schema.

Updates @typespec/compiler from 0.60.1 to 0.61.2

Release notes

Sourced from @​typespec/compiler's releases.

@​typespec/compiler@​0.61.2

Bug Fixes

  • #4704 Fix order of resolution from node_modules and parent package

@​typespec/compiler@​0.61.1

Bug Fixes

  • #4697 Fix module resolution when resolving self from within another package
Commits
  • ff1725c Don't generate prop if custom prop exists in base (#4682)
  • 3660144 Fix OpenAPI3 type property should always be set when nullable property is pre...
  • 3b21ce9 http-client-java, report TCGC diagnostics (#4382)
  • fd9d7d7 Include Jinja templates in wheel (#4684)
  • 7053237 http-client-java, upgrade tcgc to 0.47.1 (#4688)
  • 0c3cd36 Migrate website to astro [Step 1] (#4587)
  • 3f7204c Rename spec-core to spector (#4683)
  • 52beb60 add missing packages to upload-bundler (#4681)
  • 5caa913 [@​typespec/http-specs] - Fix explode query check of mockapi for routes test c...
  • 58bd612 Remove duplicate title heading for generated docs (#4666)
  • Additional commits viewable in compare view

Updates @typespec/json-schema from 0.60.0 to 0.61.0

Release notes

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

[email protected]

@​typespec/compiler

Bug Fixes

  • #4626 [API] Add missing exit callback
  • #4513 Fixes issue with the semantic walker where exitTuple was not being emitted.
  • #4462 Fix examples with enums inside of unions
  • #4574 Fix: Passing const of model type to @example
  • #4551 Json serialization of example respect @encodedName
  • #4514 Fix issue with decimal numeric and leading 0.0 with multiple digit
  • #4445 [API] model sourceModels property are now projected correctly
  • #4467 Changing tspconfig.yaml won't take effect in LSP server because of the cache
  • #4563 tsp compile --watch reread from tspconfig.yaml file

Bump dependencies

  • #4424 Bump dependencies

Features

  • #4442 Library diagnostic can now define a description and url that links to a more detailed doc for this diagnostic
  • #4290 Adding experimental (unstable) API fro Type Mutators
  • #4595 Expose more accurate PackageJson type and deprecate NodePackage
  • #4606 Add support for node exports field. Specific typespec exports can be provided with the typespec field
"exports": {
  ".": {
    "typespec": "./lib/main.tsp",
  },
  "./named": {
    "typespec": "./lib/named.tsp",
  }
}
  • #4539 Support nested emitter options

Breaking Changes

  • #4539 Config parameters and emitters options cannot contains .. This conflict with newly added support for nested options.
  • #4500 API: Update default of decoratorArgMarshalling from legacy to new

To revert to the old behavior export the following. Highly discouraged, this will be removed in a few versions.

export const $flags = definePackageFlags({
  decoratorArgMarshalling: "legacy",
});
</tr></table> 

... (truncated)

Commits

Updates @typespec/compiler from 0.60.1 to 0.61.2

Release notes

Sourced from @​typespec/compiler's releases.

@​typespec/compiler@​0.61.2

Bug Fixes

  • #4704 Fix order of resolution from node_modules and parent package

@​typespec/compiler@​0.61.1

Bug Fixes

  • #4697 Fix module resolution when resolving self from within another package
Commits
  • ff1725c Don't generate prop if custom prop exists in base (#4682)
  • 3660144 Fix OpenAPI3 type property should always be set when nullable property is pre...
  • 3b21ce9 http-client-java, report TCGC diagnostics (#4382)
  • fd9d7d7 Include Jinja templates in wheel (#4684)
  • 7053237 http-client-java, upgrade tcgc to 0.47.1 (#4688)
  • 0c3cd36 Migrate website to astro [Step 1] (#4587)
  • 3f7204c Rename spec-core to spector (#4683)
  • 52beb60 add missing packages to upload-bundler (#4681)
  • 5caa913 [@​typespec/http-specs] - Fix explode query check of mockapi for routes test c...
  • 58bd612 Remove duplicate title heading for generated docs (#4666)
  • Additional commits viewable in compare view

Updates @typespec/json-schema from 0.60.0 to 0.61.0

Release notes

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

[email protected]

@​typespec/compiler

Bug Fixes

  • #4626 [API] Add missing exit callback
  • #4513 Fixes issue with the semantic walker where exitTuple was not being emitted.
  • #4462 Fix examples with enums inside of unions
  • #4574 Fix: Passing const of model type to @example
  • #4551 Json serialization of example respect @encodedName
  • #4514 Fix issue with decimal numeric and leading 0.0 with multiple digit
  • #4445 [API] model sourceModels property are now projected correctly
  • #4467 Changing tspconfig.yaml won't take effect in LSP server because of the cache
  • #4563 tsp compile --watch reread from tspconfig.yaml file

Bump dependencies

  • #4424 Bump dependencies

Features

  • #4442 Library diagnostic can now define a description and url that links to a more detailed doc for this diagnostic
  • #4290 Adding experimental (unstable) API fro Type Mutators
  • #4595 Expose more accurate PackageJson type and deprecate NodePackage
  • #4606 Add support for node exports field. Specific typespec exports can be provided with the typespec field
"exports": {
  ".": {
    "typespec": "./lib/main.tsp",
  },
  "./named": {
    "typespec": "./lib/named.tsp",
  }
}
  • #4539 Support nested emitter options

Breaking Changes

  • #4539 Config parameters and emitters options cannot contains .. This conflict with newly added support for nested options.
  • #4500 API: Update default of decoratorArgMarshalling from legacy to new

To revert to the old behavior export the following. Highly discouraged, this will be removed in a few versions.

export const $flags = definePackageFlags({
  decoratorArgMarshalling: "legacy",
});
</tr></table> 

... (truncated)

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

… with 2 updates

Bumps the dev-dependencies group with 2 updates in the / directory: [@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 /definitions directory: [@typespec/compiler](https://github.com/microsoft/typespec) and [@typespec/json-schema](https://github.com/microsoft/typespec).


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

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

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

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

---
updated-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: "@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
...

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

changeset-bot bot commented Oct 14, 2024

⚠️ No Changeset found

Latest commit: ef643ab

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/@typespec/[email protected] environment, filesystem, network Transitive: eval, shell, unsafe +72 16.9 MB azure-sdk
npm/@typespec/[email protected] Transitive: environment +1 801 kB azure-sdk

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

View full report↗︎

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-e9fd0f0725 branch October 21, 2024 12:26
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