Skip to content

Bump the minor group across 1 directory with 6 updates#53

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-9acce3fe31
Open

Bump the minor group across 1 directory with 6 updates#53
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-9acce3fe31

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 17, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor group with 6 updates in the / directory:

Package From To
@typespec/compiler 1.10.0 1.11.0
@typespec/http 1.10.0 1.11.0
@typespec/openapi3 1.10.0 1.11.0
@typespec/openapi 1.10.0 1.11.0
prettier 3.8.1 3.8.3
vitest 4.1.0 4.1.4

Updates @typespec/compiler from 1.10.0 to 1.11.0

Release notes

Sourced from @​typespec/compiler's releases.

typespec-stable@1.11.0

@​typespec/compiler

Features

  • #9893 Added a new template FilterVisibility to support more accurate visibility transforms. This replaces the @withVisibilityFilter decorator, which is now deprecated and slated for removal in a future version of TypeSpec.

Bug Fixes

  • #10196 Include model name in duplicate-property error message
  • #10199 [invalid-discriminated-union-variant] duplicateDefaultVariant diagnostic now includes the union type name
  • #10183 Do not interpolate non primitive values in config automatically
        file-type: ["json", "yaml"]
        output-file: "openapi.{file-type}"
    Will not be interpolated as openapi.json,yaml but keep the placeholder {file-type} intact for the emitter to handle.
  • #9893 Fixed a bug that would prevent template parameters from assigning to values in some cases.

@​typespec/http

No changes, version bump only.

@​typespec/openapi

No changes, version bump only.

@​typespec/openapi3

Bug Fixes

  • #10041 [importer] Fix anyOf with $ref and inline object being incorrectly imported as a model instead of a union.
  • #10046 Fix OpenAPI emitter failing with "Duplicate type name" error when using a named union with a bytes variant in a multipart body (e.g. HttpPart<MyUnion> where MyUnion includes bytes).

@​typespec/json-schema

No changes, version bump only.

... (truncated)

Commits
  • 478dfed Bump vesion for 1.11 release (#10287)
  • 19138ba docs: create release notes for TypeSpec 1.11.0 (#10286)
  • 51d89f1 fix: skip ConfigurationSchema.json generation for non-public clients (#10284)
  • 34fbe57 Add search and category to the gallery (#10256)
  • c84f756 [python] Update test requirements files with section markers (#10278)
  • 28cea40 [http-client-csharp] Switch scaffolding to generate .slnx instead of .sln (#1...
  • 6d7d7da fix(spector): handle matchers in query param validation (#10259)
  • 457ea8c Move schema/ConfigurationSchema.json under the Generated folder (#10271)
  • e149aab Add 'plugins' emitter option to load generator plugins from paths (#10249)
  • 03b8f4c [python] test infra improvements (#10219)
  • Additional commits viewable in compare view

Updates @typespec/http from 1.10.0 to 1.11.0

Commits
  • 478dfed Bump vesion for 1.11 release (#10287)
  • 19138ba docs: create release notes for TypeSpec 1.11.0 (#10286)
  • 51d89f1 fix: skip ConfigurationSchema.json generation for non-public clients (#10284)
  • 34fbe57 Add search and category to the gallery (#10256)
  • c84f756 [python] Update test requirements files with section markers (#10278)
  • 28cea40 [http-client-csharp] Switch scaffolding to generate .slnx instead of .sln (#1...
  • 6d7d7da fix(spector): handle matchers in query param validation (#10259)
  • 457ea8c Move schema/ConfigurationSchema.json under the Generated folder (#10271)
  • e149aab Add 'plugins' emitter option to load generator plugins from paths (#10249)
  • 03b8f4c [python] test infra improvements (#10219)
  • Additional commits viewable in compare view

Updates @typespec/openapi3 from 1.10.0 to 1.11.0

Release notes

Sourced from @​typespec/openapi3's releases.

typespec-stable@1.11.0

@​typespec/compiler

Features

  • #9893 Added a new template FilterVisibility to support more accurate visibility transforms. This replaces the @withVisibilityFilter decorator, which is now deprecated and slated for removal in a future version of TypeSpec.

Bug Fixes

  • #10196 Include model name in duplicate-property error message
  • #10199 [invalid-discriminated-union-variant] duplicateDefaultVariant diagnostic now includes the union type name
  • #10183 Do not interpolate non primitive values in config automatically
        file-type: ["json", "yaml"]
        output-file: "openapi.{file-type}"
    Will not be interpolated as openapi.json,yaml but keep the placeholder {file-type} intact for the emitter to handle.
  • #9893 Fixed a bug that would prevent template parameters from assigning to values in some cases.

@​typespec/http

No changes, version bump only.

@​typespec/openapi

No changes, version bump only.

@​typespec/openapi3

Bug Fixes

  • #10041 [importer] Fix anyOf with $ref and inline object being incorrectly imported as a model instead of a union.
  • #10046 Fix OpenAPI emitter failing with "Duplicate type name" error when using a named union with a bytes variant in a multipart body (e.g. HttpPart<MyUnion> where MyUnion includes bytes).

@​typespec/json-schema

No changes, version bump only.

... (truncated)

Commits
  • 478dfed Bump vesion for 1.11 release (#10287)
  • 19138ba docs: create release notes for TypeSpec 1.11.0 (#10286)
  • 51d89f1 fix: skip ConfigurationSchema.json generation for non-public clients (#10284)
  • 34fbe57 Add search and category to the gallery (#10256)
  • c84f756 [python] Update test requirements files with section markers (#10278)
  • 28cea40 [http-client-csharp] Switch scaffolding to generate .slnx instead of .sln (#1...
  • 6d7d7da fix(spector): handle matchers in query param validation (#10259)
  • 457ea8c Move schema/ConfigurationSchema.json under the Generated folder (#10271)
  • e149aab Add 'plugins' emitter option to load generator plugins from paths (#10249)
  • 03b8f4c [python] test infra improvements (#10219)
  • Additional commits viewable in compare view

Updates @typespec/openapi from 1.10.0 to 1.11.0

Release notes

Sourced from @​typespec/openapi's releases.

typespec-stable@1.11.0

@​typespec/compiler

Features

  • #9893 Added a new template FilterVisibility to support more accurate visibility transforms. This replaces the @withVisibilityFilter decorator, which is now deprecated and slated for removal in a future version of TypeSpec.

Bug Fixes

  • #10196 Include model name in duplicate-property error message
  • #10199 [invalid-discriminated-union-variant] duplicateDefaultVariant diagnostic now includes the union type name
  • #10183 Do not interpolate non primitive values in config automatically
        file-type: ["json", "yaml"]
        output-file: "openapi.{file-type}"
    Will not be interpolated as openapi.json,yaml but keep the placeholder {file-type} intact for the emitter to handle.
  • #9893 Fixed a bug that would prevent template parameters from assigning to values in some cases.

@​typespec/http

No changes, version bump only.

@​typespec/openapi

No changes, version bump only.

@​typespec/openapi3

Bug Fixes

  • #10041 [importer] Fix anyOf with $ref and inline object being incorrectly imported as a model instead of a union.
  • #10046 Fix OpenAPI emitter failing with "Duplicate type name" error when using a named union with a bytes variant in a multipart body (e.g. HttpPart<MyUnion> where MyUnion includes bytes).

@​typespec/json-schema

No changes, version bump only.

... (truncated)

Commits
  • 478dfed Bump vesion for 1.11 release (#10287)
  • 19138ba docs: create release notes for TypeSpec 1.11.0 (#10286)
  • 51d89f1 fix: skip ConfigurationSchema.json generation for non-public clients (#10284)
  • 34fbe57 Add search and category to the gallery (#10256)
  • c84f756 [python] Update test requirements files with section markers (#10278)
  • 28cea40 [http-client-csharp] Switch scaffolding to generate .slnx instead of .sln (#1...
  • 6d7d7da fix(spector): handle matchers in query param validation (#10259)
  • 457ea8c Move schema/ConfigurationSchema.json under the Generated folder (#10271)
  • e149aab Add 'plugins' emitter option to load generator plugins from paths (#10249)
  • 03b8f4c [python] test infra improvements (#10219)
  • Additional commits viewable in compare view

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates vitest from 4.1.0 to 4.1.4

Release notes

Sourced from vitest's releases.

v4.1.4

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.3

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.2

This release bumps Vitest's flatted version and removes version pinning to resolve flatted's CVE related issues (vitest-dev/vitest#9975).

... (truncated)

Commits
  • ac04bac chore: release v4.1.4
  • 82c858d chore: Remove no-op function in plugin config logic (#8501)
  • d4fbb5c feat(experimental): support aria snapshot (#9668)
  • b77de96 feat(reporter): add filterMeta option to json reporter (#10078)
  • a120e3a feat(experimental): expose assertion as a public field (#10095)
  • 5375780 feat(coverage): default to text reporter skipFull if agent detected (#10018)
  • a1b5f0f fix: make expect(..., message) consistent as error message prefix (#10068)
  • 203f07a fix: use "black" foreground for labeled terminal message to ensure contrast (...
  • 2dc0d62 chore: release v4.1.3
  • 7827363 feat: add experimental.preParse flag (#10070)
  • 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 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

Bumps the minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@typespec/compiler](https://github.com/microsoft/typespec) | `1.10.0` | `1.11.0` |
| [@typespec/http](https://github.com/microsoft/typespec) | `1.10.0` | `1.11.0` |
| [@typespec/openapi3](https://github.com/microsoft/typespec) | `1.10.0` | `1.11.0` |
| [@typespec/openapi](https://github.com/microsoft/typespec) | `1.10.0` | `1.11.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.0` | `4.1.4` |



Updates `@typespec/compiler` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.10.0...typespec-stable@1.11.0)

Updates `@typespec/http` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.10.0...typespec-stable@1.11.0)

Updates `@typespec/openapi3` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.10.0...typespec-stable@1.11.0)

Updates `@typespec/openapi` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/microsoft/typespec/releases)
- [Commits](https://github.com/microsoft/typespec/compare/typespec-stable@1.10.0...typespec-stable@1.11.0)

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `vitest` from 4.1.0 to 4.1.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@typespec/compiler"
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typespec/http"
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typespec/openapi3"
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: "@typespec/openapi"
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: prettier
  dependency-version: 3.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: vitest
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 17, 2026
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