Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

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

Package From To
@types/node 24.9.1 24.10.1
aws-cdk-lib 2.221.0 2.230.0
constructs 10.4.2 10.4.3
jsii 5.9.10 5.9.14
jsii-docgen 10.11.0 10.11.4
jsii-pacmak 1.117.0 1.120.0
nodemon 3.1.10 3.1.11
prettier 3.6.2 3.7.3
semantic-release 25.0.1 25.0.2

Updates @types/node from 24.9.1 to 24.10.1

Commits

Updates aws-cdk-lib from 2.221.0 to 2.230.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.230.0

Features

  • apigateway: support response streaming with response transfer mode (#36155) (f431021), closes #36156
  • update L1 CloudFormation resource definitions (f203b8e)
  • update L1 CloudFormation resource definitions (#36193) (d074024)
  • events: the L2 EventPattern interfaces can be used with CfnRule (#36191) (efc135e)
  • update L1 CloudFormation resource definitions (#36180) (5cddd7e)

Bug Fixes

  • ecs: wrong ARN generated in Cluster.grantTaskProtection method (#36207) (9b337df)
  • ecs-patterns: target group ID changes without setting feature flag (#36199) (b7ca082), closes #36149
  • scheduler: wrong ARN generated in ScheduleGroup.grant* methods (#36175) (eae8838)

Alpha modules (2.230.0-alpha.0)

Features

Bug Fixes

v2.229.1

Bug Fixes

  • scheduler: wrong ARN generated in ScheduleGroup.grant* methods (#36175) (ca9fbdd)

Alpha modules (2.229.1-alpha.0)

v2.229.0

Features

Bug Fixes

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.230.0-alpha.0 (2025-11-26)

Features

Bug Fixes

2.229.1-alpha.0 (2025-11-25)

2.229.0-alpha.0 (2025-11-24)

Features

Bug Fixes

  • bedrock-agentcore-alpha: empty submodule accidentally exposed and runtime validation fix (#36148) (72d3e6f)

2.228.0-alpha.0 (2025-11-24)

2.227.0-alpha.0 (2025-11-20)

Features

... (truncated)

Commits
  • 5b64bb8 chore(release): 2.230.0
  • 073185d feat: helpers to generate EventBridge event patterns for 26 services (#36121)
  • 9b337df fix(ecs): wrong ARN generated in Cluster.grantTaskProtection method (#36207)
  • 4762f0e chore(rds): postgres 16.10 (#36173)
  • b7ca082 fix(ecs-patterns): target group ID changes without setting feature flag (#36199)
  • f431021 feat(apigateway): support response streaming with response transfer mode (#36...
  • d074024 feat: update L1 CloudFormation resource definitions (#36193)
  • efc135e feat(events): the L2 EventPattern interfaces can be used with CfnRule (#3...
  • 0b9d7e6 chore(bedrock): support Claude Opus 4.5 (#36182)
  • 847d5f8 Merge branch 'main' into merge-back/2.229.0
  • Additional commits viewable in compare view

Updates constructs from 10.4.2 to 10.4.3

Release notes

Sourced from constructs's releases.

v10.4.3

10.4.3 (2025-11-06)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for constructs since your current version.


Updates jsii from 5.9.10 to 5.9.14

Release notes

Sourced from jsii's releases.

v5.9.14

What's Changed

Full Changelog: aws/jsii-compiler@v5.9.13...v5.9.14

v5.9.13

What's Changed

Full Changelog: aws/jsii-compiler@v5.9.12...v5.9.13

v5.9.12

What's Changed

Full Changelog: aws/jsii-compiler@v5.9.11...v5.9.12

v5.9.11

What's Changed

... (truncated)

Commits

Updates jsii-docgen from 10.11.0 to 10.11.4

Release notes

Sourced from jsii-docgen's releases.

v10.11.4

10.11.4 (2025-11-24)

Bug Fixes

v10.11.3

10.11.3 (2025-11-10)

Bug Fixes

v10.11.2

10.11.2 (2025-11-03)

Bug Fixes

v10.11.1

10.11.1 (2025-10-28)

Bug Fixes

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for jsii-docgen since your current version.


Updates jsii-pacmak from 1.117.0 to 1.120.0

Release notes

Sourced from jsii-pacmak's releases.

v1.120.0

Bug Fixes

  • java: pre-release versions installed for jackson dependencies (#4983) (2b687d1)
  • Typeguard cannot check the protocol (#4986) (e9b53ec)

v1.119.0

Features

Bug Fixes

  • jsii-pacmak: Python interfaces sometimes violate MRO (#4973) (cfb6580)
  • jsii-reflect: advertise jsii-query via bin entry of package.json (#4974) (b6c0a35)

v1.118.0

Features

Bug Fixes

  • covariant method overrides break Go compilation (#4967) (2c39079)
  • type intersections are missing dependencies in Go (#4965) (ee67cc9)
Changelog

Sourced from jsii-pacmak's changelog.

1.120.0 (2025-11-24)

Bug Fixes

  • java: pre-release versions installed for jackson dependencies (#4983) (2b687d1)
  • Typeguard cannot check the protocol (#4986) (e9b53ec)

1.119.0 (2025-11-10)

Features

Bug Fixes

  • jsii-pacmak: Python interfaces sometimes violate MRO (#4973) (cfb6580)
  • jsii-reflect: advertise jsii-query via bin entry of package.json (#4974) (b6c0a35)

1.118.0 (2025-10-29)

Features

Bug Fixes

  • covariant method overrides break Go compilation (#4967) (2c39079)
  • type intersections are missing dependencies in Go (#4965) (ee67cc9)
Commits
  • e9b53ec fix: Typeguard cannot check the protocol (#4986)
  • cfb6580 fix(jsii-pacmak): Python interfaces sometimes violate MRO (#4973)
  • 2c39079 fix: covariant method overrides break Go compilation (#4967)
  • ee67cc9 fix: type intersections are missing dependencies in Go (#4965)
  • 0111272 chore(deps-dev): Bump pip from 25.2 to 25.3 in /packages/jsii-pacmak/test/gen...
  • See full diff in compare view

Updates nodemon from 3.1.10 to 3.1.11

Release notes

Sourced from nodemon's releases.

v3.1.11

3.1.11 (2025-11-11)

Bug Fixes

Commits

Updates prettier from 3.6.2 to 3.7.3

Release notes

Sourced from prettier's releases.

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.7.3

diff

API: Fix prettier.getFileInfo() change that breaks VSCode extension (#18375 by @​fisker)

An internal refactor accidentally broke the VSCode extension plugin loading.

3.7.2

diff

JavaScript: Fix string print when switching quotes (#18351 by @​fisker)

// Input
console.log("A descriptor\\'s .kind must be \"method\" or \"field\".")
// Prettier 3.7.1
console.log('A descriptor\'s .kind must be "method" or "field".');
// Prettier 3.7.2
console.log('A descriptor\'s .kind must be "method" or "field".');

JavaScript: Preserve quote for embedded HTML attribute values (#18352 by @​kovsu)

// Input
const html = /* HTML */ ` <div class="${styles.banner}"></div> `;
// Prettier 3.7.1
const html = /* HTML */ &lt;div class=${styles.banner}&gt;&lt;/div&gt;;
// Prettier 3.7.2
const html = /* HTML */ &lt;div class=&quot;${styles.banner}&quot;&gt;&lt;/div&gt;;

TypeScript: Fix comment in empty type literal (#18364 by @​fisker)

// Input
export type XXX = {
  // tbd
};
// Prettier 3.7.1
</tr></table>

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for prettier since your current version.


Updates semantic-release from 25.0.1 to 25.0.2

Release notes

Sourced from semantic-release's releases.

v25.0.2

25.0.2 (2025-11-07)

Bug Fixes

  • deps: update dependency read-package-up to v12 (#3935) (1494cb9)
Commits
  • 1494cb9 fix(deps): update dependency read-package-up to v12 (#3935)
  • b79ff4c Merge pull request #3931 from Simek/patch-1
  • ddfe3cb Merge pull request #3932 from Deltamir/docs-add-semantic-release-uv-community...
  • adac0b7 Merge pull request #3920 from semantic-release/installation
  • 8b68108 update Node version in npx command example
  • 15293df docs(plugins): add semantic-release-uv community plugin in plugins list
  • bfc6d4d docs: Update minimal required Node version
  • 8d7d8ed chore(deps): update dependency @​types/node to v24.10.0 (#3929)
  • 809126c chore(deps): lock file maintenance (#3928)
  • d1affd3 chore(deps): update dependency got to v14.6.2 (#3927)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for semantic-release since your current version.


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

…ith 9 updates

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

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.9.1` | `24.10.1` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.221.0` | `2.230.0` |
| [constructs](https://github.com/aws/constructs) | `10.4.2` | `10.4.3` |
| [jsii](https://github.com/aws/jsii-compiler) | `5.9.10` | `5.9.14` |
| [jsii-docgen](https://github.com/cdklabs/jsii-docgen) | `10.11.0` | `10.11.4` |
| [jsii-pacmak](https://github.com/aws/jsii/tree/HEAD/packages/jsii-pacmak) | `1.117.0` | `1.120.0` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.10` | `3.1.11` |
| [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.3` |
| [semantic-release](https://github.com/semantic-release/semantic-release) | `25.0.1` | `25.0.2` |



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

Updates `aws-cdk-lib` from 2.221.0 to 2.230.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.230.0/packages/aws-cdk-lib)

Updates `constructs` from 10.4.2 to 10.4.3
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.4.2...v10.4.3)

Updates `jsii` from 5.9.10 to 5.9.14
- [Release notes](https://github.com/aws/jsii-compiler/releases)
- [Changelog](https://github.com/aws/jsii-compiler/blob/main/releases.json)
- [Commits](aws/jsii-compiler@v5.9.10...v5.9.14)

Updates `jsii-docgen` from 10.11.0 to 10.11.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.11.0...v10.11.4)

Updates `jsii-pacmak` from 1.117.0 to 1.120.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.120.0/packages/jsii-pacmak)

Updates `nodemon` from 3.1.10 to 3.1.11
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.10...v3.1.11)

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

Updates `semantic-release` from 25.0.1 to 25.0.2
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v25.0.1...v25.0.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.10.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: aws-cdk-lib
  dependency-version: 2.230.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: constructs
  dependency-version: 10.4.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jsii
  dependency-version: 5.9.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jsii-docgen
  dependency-version: 10.11.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jsii-pacmak
  dependency-version: 1.120.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: nodemon
  dependency-version: 3.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: prettier
  dependency-version: 3.7.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: semantic-release
  dependency-version: 25.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
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