Skip to content

Bump the npm-dependencies group across 1 directory with 10 updates#491

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-88f1a7d944
Open

Bump the npm-dependencies group across 1 directory with 10 updates#491
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/npm-dependencies-88f1a7d944

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the npm-dependencies group with 10 updates in the / directory:

Package From To
@types/node 24.10.1 25.0.3
constructs 10.4.3 10.4.4
aws-cdk-lib 2.230.0 2.233.0
eslint 9.39.1 9.39.2
jsii 5.9.14 5.9.21
jsii-pacmak 1.120.0 1.124.0
typescript-eslint 8.48.0 8.51.0
publib 0.2.1025 0.2.1026
prettier 3.7.0 3.7.4
ts-jest 29.4.5 29.4.6

Updates @types/node from 24.10.1 to 25.0.3

Commits

Updates constructs from 10.4.3 to 10.4.4

Release notes

Sourced from constructs's releases.

v10.4.4

10.4.4 (2025-12-11)

Bug Fixes

Commits

Updates aws-cdk-lib from 2.230.0 to 2.233.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.233.0

⚠ BREAKING CHANGES

CHANGES TO L1 RESOURCES: L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

aws-ec2: AWS::EC2::EC2Fleet: DefaultTargetCapacityType property is now immutable.
aws-ec2: AWS::EC2::EC2Fleet: TargetCapacityUnitType property is now immutable.

Features

  • update L1 CloudFormation resource definitions (#36390) (a6077a2)
  • events-targets: support messageGroupId for standard SQS queues (#36068) (95d4ed5)
  • update L1 CloudFormation resource definitions (#36367) (e551afe)
  • codebuild: add support for macOS 15 runners (#35836) (1b8b4e3)
  • route53-patterns: HttpsRedirect use Distribution as the default CloudFront distribution (under feature flag) (#34312) (e2987eb), closes #31546
  • update L1 CloudFormation resource definitions (#36326) (cb82627)
  • ec2: add Interface VPC Endpoints for ACM and ACM-PCA (#35890) (06e6b25)
  • route53: support failover routing policy for record sets (#35909) (9395467), closes #35910

Bug Fixes


Alpha modules (2.233.0-alpha.0)

⚠ BREAKING CHANGES

  • bedrock-agentcore-alpha: Runtime constructs will no longer automatically include lifecycleConfiguration with default values when not explicitly specified by users.
  • elasticache-alpha: The engine property in NoPasswordUserProps has been removed.

Bug Fixes

  • bedrock-agentcore-alpha: runtime construct incorrectly forces default lifecycleConfiguration values (#36379) (7954354), closes #36376
  • elasticache-alpha: the default engine for NoPasswordUser contradict in the docs (#35920) (495fa37), closes #35847
  • mixins-preview: improving delivery source and delivery destination creation (#36314) (86092ab)

v2.232.2

Bug Fixes

  • re-export of ResourceEnvironment is not an alias (#36370) (6178d32)

Alpha modules (2.232.2-alpha.0)

... (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.233.0-alpha.0 (2025-12-18)

⚠ BREAKING CHANGES

  • bedrock-agentcore-alpha: Runtime constructs will no longer automatically include lifecycleConfiguration with default values when not explicitly specified by users.
  • elasticache-alpha: The engine property in NoPasswordUserProps has been removed.

Bug Fixes

  • bedrock-agentcore-alpha: runtime construct incorrectly forces default lifecycleConfiguration values (#36379) (7954354), closes #36376
  • elasticache-alpha: the default engine for NoPasswordUser contradict in the docs (#35920) (495fa37), closes #35847
  • mixins-preview: improving delivery source and delivery destination creation (#36314) (86092ab)

2.232.2-alpha.0 (2025-12-12)

2.232.1-alpha.0 (2025-12-05)

2.232.0-alpha.0 (2025-12-04)

Bug Fixes

  • bedrock-agentcore-alpha: use static construct ID for asset-based runtime artifacts (#36241) (e2bdddd), closes #35968
  • mixins-preview: service exports are different then in aws-cdk-lib (#36201) (5858006), closes #36210
  • mixins-preview: strongly-typed ConstructSelector interface (#36266) (1d2f473)

2.231.0-alpha.0 (2025-12-01)

Features

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

Features

... (truncated)

Commits
  • 1013a07 chore(release): 2.233.0
  • 7395b41 fix(ecs): removal of canContainersAccessInstanceRole instance role (#36362)
  • a6077a2 feat: update L1 CloudFormation resource definitions (#36390)
  • 01c7d2e fix(region-info): standalone use of @aws-cdk/region-info throws an `Cannot ...
  • a943b2f chore(ec2): add SES interface VPC endpoint (#36318)
  • 95d4ed5 feat(events-targets): support messageGroupId for standard SQS queues (#36068)
  • 54a4bc7 chore(appconfig): reference interfaces (#36392)
  • 25fbdbc chore(lambda): add dotnet10 runtime to Lambda (#36366)
  • e050e36 chore(apigateway): reference interfaces (#36373)
  • 61ee074 fix(cloudtrail): do not attach s3 bucket permission when orgId is not set for...
  • Additional commits viewable in compare view

Updates eslint from 9.39.1 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)
Commits

Updates jsii from 5.9.14 to 5.9.21

Release notes

Sourced from jsii's releases.

v5.9.21

What's Changed

Full Changelog: aws/jsii-compiler@v5.9.20...v5.9.21

v5.9.20

What's Changed

Full Changelog: aws/jsii-compiler@v5.9.19...v5.9.20

v5.9.19

What's Changed

Full Changelog: aws/jsii-compiler@v5.9.18...v5.9.19

v5.9.18

What's Changed

Full Changelog: aws/jsii-compiler@v5.9.17...v5.9.18

v5.9.17

What's Changed

... (truncated)

Commits

Updates jsii-pacmak from 1.120.0 to 1.124.0

Release notes

Sourced from jsii-pacmak's releases.

v1.124.0

Bug Fixes

  • jsii-pacmak: Maven resolve-ranges command is missing repo settings (#5015) (ec8ecf9)

v1.123.0

Bug Fixes

  • java-runtime: dependency ranges make Maven download too many files (#5005) (ecdd223)
  • jsii-pacmak: collection-of-union arguments in static functions break compilation (#5012) (2970397)
  • jsii-pacmak: underscore arguments conflict in Java (#5011) (638b546)

v1.122.0

Bug Fixes

  • pacmak: dependency ranges make Maven download too many files (#5006) (2198295)
  • pacmak: generates too many methods for Java (#5007) (018396e)

v1.121.0

Features

  • jsii-reflect: add parent assembly reference to Submodule (#4992) (1232932)
  • jsii-reflect: track directory and package.json for Assembly (#4991) (3232edf)

Bug Fixes

  • jsii-pacmak: compilation fails if a type is named "Object" (#4990) (6a5fc58)
  • jsii-pacmak: inheritance between nested types fails (#4993) (d5009c5)
Changelog

Sourced from jsii-pacmak's changelog.

1.124.0 (2025-12-30)

Bug Fixes

  • jsii-pacmak: Maven resolve-ranges command is missing repo settings (#5015) (ec8ecf9)

1.123.0 (2025-12-29)

Bug Fixes

  • java-runtime: dependency ranges make Maven download too many files (#5005) (ecdd223)
  • jsii-pacmak: collection-of-union arguments in static functions break compilation (#5012) (2970397)
  • jsii-pacmak: underscore arguments conflict in Java (#5011) (638b546)

1.122.0 (2025-12-22)

Bug Fixes

  • pacmak: dependency ranges make Maven download too many files (#5006) (2198295)
  • pacmak: generates too many methods for Java (#5007) (018396e)

1.121.0 (2025-12-09)

Features

  • jsii-reflect: add parent assembly reference to Submodule (#4992) (1232932)
  • jsii-reflect: track directory and package.json for Assembly (#4991) (3232edf)

Bug Fixes

  • jsii-pacmak: compilation fails if a type is named "Object" (#4990) (6a5fc58)
  • jsii-pacmak: inheritance between nested types fails (#4993) (d5009c5)
Commits
  • ec8ecf9 fix(jsii-pacmak): Maven resolve-ranges command is missing repo settings (#5015)
  • 638b546 fix(jsii-pacmak): underscore arguments conflict in Java (#5011)
  • 2970397 fix(jsii-pacmak): collection-of-union arguments in static functions break com...
  • 018396e fix(pacmak): generates too many methods for Java (#5007)
  • 2198295 fix(pacmak): dependency ranges make Maven download too many files (#5006)
  • e208a72 chore(deps-dev): Bump mypy from 1.19.0 to 1.19.1 in /packages/jsii-pacmak/tes...
  • 93df2c7 chore(deps-dev): Bump mypy from 1.18.2 to 1.19.0 in /packages/jsii-pacmak/tes...
  • d5009c5 fix(jsii-pacmak): inheritance between nested types fails (#4993)
  • 6a5fc58 fix(jsii-pacmak): compilation fails if a type is named "Object" (#4990)
  • See full diff in compare view

Updates typescript-eslint from 8.48.0 to 8.51.0

Release notes

Sourced from typescript-eslint's releases.

v8.51.0

8.51.0 (2025-12-29)

🚀 Features

  • eslint-plugin: expose rule name via RuleModule interface (#11719)
  • eslint-plugin: [no-useless-default-assignment] fix some cases to optional syntax (#11871)
  • eslint-plugin: add namespace to plugin meta (#11885)
  • tsconfig-utils: more informative error on parsing failures (#11888)

🩹 Fixes

  • eslint-plugin: fix crash and false positives in no-useless-default-assignment (#11845)
  • eslint-plugin: remove fixable from no-dynamic-delete rule (#11876)
  • eslint-plugin: bump ts-api-utils to 2.2.0 (#11881)
  • eslint-plugin: [prefer-optional-chain] handle MemberExpression in final chain position (#11835)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.1

8.50.1 (2025-12-22)

🩹 Fixes

  • eslint-plugin: [method-signature-style] ignore methods that return this (#11813)
  • eslint-plugin: [no-unnecessary-type-assertion] correct handling of undefined vs. void (#11826)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.50.0

8.50.0 (2025-12-15)

🚀 Features

  • eslint-plugin: [no-useless-default-assignment] add rule (#11720)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.51.0 (2025-12-29)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.50.1 (2025-12-22)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.50.0 (2025-12-15)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.49.0 (2025-12-08)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.48.1 (2025-12-02)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • e4c57f5 chore(release): publish 8.51.0
  • d520b88 chore(release): publish 8.50.1
  • c62e858 chore(release): publish 8.50.0
  • 864595a chore(release): publish 8.49.0
  • 32b7e89 chore(deps): update dependency @​vitest/eslint-plugin to v1.5.1 (#11816)
  • 8fe3445 chore(release): publish 8.48.1
  • See full diff in compare view

Updates publib from 0.2.1025 to 0.2.1026

Release notes

Sourced from publib's releases.

v0.2.1026

0.2.1026 (2025-12-31)

Features

  • Added logic to turn off trusted publishing when the string is false (#1755) (49fc6c5)

Bug Fixes

Commits
Maintainer changes

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


Updates prettier from 3.7.0 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>
<!-- Prettier 3.7.3 (--embedded-language-formatting off) -->
<div foo="{bar}"></div>
<!-- Prettier 3.7.4 (--embedded-language-formatting off) -->
<div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;
// Prettier 3.7.3
type Foo = /** comment / (/* comment */ a | b) | c;
// Prettier 3.7.4
type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);
// Prettier 3.7.3 (first format)
type X = (A | B) &
(// comment
A | B);
// Prettier 3.7.3 (second format)
type X = (
| A
</tr></table>

... (truncated)

Commits

Updates ts-jest from 29.4.5 to 29.4.6

Release notes

Sourced from ts-jest's releases.

v29.4.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.6 (2025-12-01)

Bug Fixes

  • log hybrid module as warning instead of failing tests (#5144) (528d37c), closes #5130
Commits
  • 202bde5 chore(release): 29.4.6 (#5146)
  • 528d37c fix: log hybrid module as warning instead of failing tests (#5144)
  • 141e5af build(deps): update github/codeql-action digest to 497990d
  • d281cce build(deps): update google/osv-scanner-action action to v2.3.0
  • 0d20322 build(deps): update dependency memfs to ^4.51.0
  • 455dde2 build(deps): update dependency js-yaml to ^4.1.1
  • d579480 build(deps): update dependency @​types/node to v20.19.25
  • f6859d0 build(deps): update dependency @​types/yargs to ^17.0.35
  • 4d7e432 build(deps): update github/codeql-action digest to d3ced5c
  • 4ea70c9 build(deps): update actions/checkout digest to 34e1148
  • 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 ...

Description has been truncated

Bumps the npm-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.1` | `25.0.3` |
| [constructs](https://github.com/aws/constructs) | `10.4.3` | `10.4.4` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.230.0` | `2.233.0` |
| [eslint](https://github.com/eslint/eslint) | `9.39.1` | `9.39.2` |
| [jsii](https://github.com/aws/jsii-compiler) | `5.9.14` | `5.9.21` |
| [jsii-pacmak](https://github.com/aws/jsii/tree/HEAD/packages/jsii-pacmak) | `1.120.0` | `1.124.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.0` | `8.51.0` |
| [publib](https://github.com/cdklabs/publib) | `0.2.1025` | `0.2.1026` |
| [prettier](https://github.com/prettier/prettier) | `3.7.0` | `3.7.4` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.5` | `29.4.6` |



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

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

Updates `aws-cdk-lib` from 2.230.0 to 2.233.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.233.0/packages/aws-cdk-lib)

Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.39.1...v9.39.2)

Updates `jsii` from 5.9.14 to 5.9.21
- [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.14...v5.9.21)

Updates `jsii-pacmak` from 1.120.0 to 1.124.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.124.0/packages/jsii-pacmak)

Updates `typescript-eslint` from 8.48.0 to 8.51.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/typescript-eslint)

Updates `publib` from 0.2.1025 to 0.2.1026
- [Release notes](https://github.com/cdklabs/publib/releases)
- [Changelog](https://github.com/cdklabs/publib/blob/main/CHANGELOG.md)
- [Commits](cdklabs/publib@v0.2.1025...v0.2.1026)

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

Updates `ts-jest` from 29.4.5 to 29.4.6
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.5...v29.4.6)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: constructs
  dependency-version: 10.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: aws-cdk-lib
  dependency-version: 2.233.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: jsii
  dependency-version: 5.9.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: jsii-pacmak
  dependency-version: 1.124.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: publib
  dependency-version: 0.2.1026
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-version: 3.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
- dependency-name: ts-jest
  dependency-version: 29.4.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-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 Jan 1, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 1, 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