Skip to content

chore(deps-dev): bump the all-dependencies group across 1 directory with 5 updates#279

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-40db9b92ae
Open

chore(deps-dev): bump the all-dependencies group across 1 directory with 5 updates#279
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-dependencies-40db9b92ae

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
@types/node 26.0.0 26.1.1
jsii 6.0.4 6.0.5
jsii-docgen 10.12.2 10.12.4
jsii-pacmak 1.137.0 1.139.0
prettier 3.8.4 3.9.6

Updates @types/node from 26.0.0 to 26.1.1

Commits

Updates jsii from 6.0.4 to 6.0.5

Release notes

Sourced from jsii's releases.

v6.0.5

What's Changed

New Contributors

Full Changelog: aws/jsii-compiler@v6.0.4...v6.0.5

Commits
  • 4738da5 chore(deps): upgrade dependencies (#2719)
  • 7a9fdc8 chore(deps): upgrade dependencies (#2717)
  • 34cca25 chore(deps): bump js-yaml from 3.14.2 to 3.15.0 (#2714)
  • bcf1bd6 chore: route PR head ref through env var instead of inline (#2707)
  • 9b463bf chore: remove loop to manually add tsconfig files (#2703)
  • 8cd8a2e chore: release fails for tags on maintenance branches (#2701)
  • c2d1a0c chore(deps): upgrade dependencies (#2699)
  • 6aff751 fix(compiler): @jsii ignore has no effect on types extending mapped types (...
  • b9da4d6 chore(deps): upgrade dependencies (#2696)
  • See full diff in compare view

Updates jsii-docgen from 10.12.2 to 10.12.4

Release notes

Sourced from jsii-docgen's releases.

v10.12.4

10.12.4 (2026-07-06)

Bug Fixes

v10.12.3

10.12.3 (2026-06-29)

Bug Fixes

Commits

Updates jsii-pacmak from 1.137.0 to 1.139.0

Release notes

Sourced from jsii-pacmak's releases.

v1.139.0

Bug Fixes

v1.138.0

Features

  • cache get_type_hints resolution for runtime type checking (#5177) (11eb280)
Changelog

Sourced from jsii-pacmak's changelog.

1.139.0 (2026-07-17)

Bug Fixes

1.138.0 (2026-07-02)

Features

  • cache get_type_hints resolution for runtime type checking (#5177) (11eb280)
Commits
  • 61cbaec fix: IndentationError after cdktf strips submodule imports (#5201)
  • faee10f chore(deps-dev): Bump mypy from 2.1.0 to 2.2.0 in /packages/jsii-pacmak/test/...
  • 11eb280 feat: cache get_type_hints resolution for runtime type checking (#5177)
  • 63a4bdc chore: npm-check-updates && yarn up (#5185)
  • See full diff in compare view

Updates prettier from 3.8.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

3.9.4

  • Angular: Format @content(name) -> @content (name) to align with other block syntax (#19499 by @​fisker)

🔗 Changelog

3.9.3

🔗 Changelog

3.9.1

🔗 Changelog

3.9.0

diff

🔗 Prettier 3.9: Major parser upgrades and Formatting improvements

3.8.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (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 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

…ith 5 updates

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

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.0.0` | `26.1.1` |
| [jsii](https://github.com/aws/jsii-compiler) | `6.0.4` | `6.0.5` |
| [jsii-docgen](https://github.com/cdklabs/jsii-docgen) | `10.12.2` | `10.12.4` |
| [jsii-pacmak](https://github.com/aws/jsii/tree/HEAD/packages/jsii-pacmak) | `1.137.0` | `1.139.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.6` |



Updates `@types/node` from 26.0.0 to 26.1.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `jsii` from 6.0.4 to 6.0.5
- [Release notes](https://github.com/aws/jsii-compiler/releases)
- [Commits](aws/jsii-compiler@v6.0.4...v6.0.5)

Updates `jsii-docgen` from 10.12.2 to 10.12.4
- [Release notes](https://github.com/cdklabs/jsii-docgen/releases)
- [Changelog](https://github.com/cdklabs/jsii-docgen/blob/main/CHANGELOG.md)
- [Commits](cdklabs/jsii-docgen@v10.12.2...v10.12.4)

Updates `jsii-pacmak` from 1.137.0 to 1.139.0
- [Release notes](https://github.com/aws/jsii/releases)
- [Changelog](https://github.com/aws/jsii/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/jsii/commits/v1.139.0/packages/jsii-pacmak)

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

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: jsii
  dependency-version: 6.0.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jsii-docgen
  dependency-version: 10.12.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jsii-pacmak
  dependency-version: 1.139.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Jul 22, 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