Skip to content

Bump the npm group across 1 directory with 21 updates - #1303

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-0252c71f5d
Aug 27, 2026
Merged

Bump the npm group across 1 directory with 21 updates#1303
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-0252c71f5d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 3 updates in the / directory: aws-cdk-lib, aws-cdk and vite.

Updates aws-cdk-lib from 2.265.0 to 2.266.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.266.0

Features

Bug Fixes

  • ec2: add DependsOn VPCGatewayAttachment to IPv6 default route (#37893) (ab272bc), closes #37853
  • sns-subscriptions: use regionalized service principal for opt-in region SQS subscriptions (#38339) (67a7eb1), closes #32526

Alpha modules (2.266.0-alpha.0)

⚠ BREAKING CHANGES

  • glue-alpha: DataQualityRulesetProps.rulesetDqdl: string is replaced by dqdl: Dqdl. Build it with Dqdl.fromString('Rules = [ ... ]').
  • glue-alpha: s3Encryption, cloudWatchEncryption, and jobBookmarksEncryption are no longer object literals. Use S3Encryption.s3Managed() / S3Encryption.kms(key?), CloudWatchEncryption.kms(key?), and JobBookmarksEncryption.clientSideKms(key?). The CloudWatchEncryptionMode and JobBookmarksEncryptionMode enums are removed (their mode is now implicit); S3EncryptionMode is retained.
  • glue-alpha: this is a corrective breaking change. Apps that leaned on the bug, and did things like InputFormat x = OutputFormat.AVRO; will get a compilation error in other jsii languages. The intended usage, on the other hand, was broken before and works now.
  • glue-alpha: workerType and numberOfWorkers are no longer top-level job props. For Spark jobs, pass them together via workerConfiguration: { workerType, numberOfWorkers }. PythonShellJob no longer accepts them (it is sized by maxCapacity). RayJob no longer accepts workerType (it is fixed to Z.2X).
  • glue-alpha: SparkJobProps.enableMetrics removed, which will cause a compilation error for any app using it. But there is no behavior change, since this is a dead prop.
  • glue-alpha: a differing/tokenized has_encrypted_data supplied via parameters now throws.

Features

  • glue-alpha: add warning for maxRetries when job run queuing is enabled (#38575) (09ae11e)
  • glue-alpha: model SecurityConfiguration encryption as factory subtypes (#38586) (e37e7a6)
  • glue-alpha: new hasEncryptedData property (#38511) (c977e36)
  • glue-alpha: pair workerType and numberOfWorkers into a required workerConfiguration (#38576) (5f3b1b6)
  • glue-alpha: wrap DataQualityRuleset DQDL in a typed value object (#38587) (fd01268)

Bug Fixes

  • glue-alpha: correct OutputFormat.AVRO/ORC type and tidy GA-hygiene items (#38593) (35aefaf)
  • glue-alpha: omit comments from struct type strings (#38008) (5f16a86), closes #26935
  • mediapackagev2-alpha: add GetChannel grant on MediaPackageV2 (#38582) (74d922c), closes #38581
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.266.0-alpha.0 (2026-08-19)

⚠ BREAKING CHANGES

  • glue-alpha: DataQualityRulesetProps.rulesetDqdl: string is replaced by dqdl: Dqdl. Build it with Dqdl.fromString('Rules = [ ... ]').
  • glue-alpha: s3Encryption, cloudWatchEncryption, and jobBookmarksEncryption are no longer object literals. Use S3Encryption.s3Managed() / S3Encryption.kms(key?), CloudWatchEncryption.kms(key?), and JobBookmarksEncryption.clientSideKms(key?). The CloudWatchEncryptionMode and JobBookmarksEncryptionMode enums are removed (their mode is now implicit); S3EncryptionMode is retained.
  • glue-alpha: this is a corrective breaking change. Apps that leaned on the bug, and did things like InputFormat x = OutputFormat.AVRO; will get a compilation error in other jsii languages. The intended usage, on the other hand, was broken before and works now.
  • glue-alpha: workerType and numberOfWorkers are no longer top-level job props. For Spark jobs, pass them together via workerConfiguration: { workerType, numberOfWorkers }. PythonShellJob no longer accepts them (it is sized by maxCapacity). RayJob no longer accepts workerType (it is fixed to Z.2X).
  • glue-alpha: SparkJobProps.enableMetrics removed, which will cause a compilation error for any app using it. But there is no behavior change, since this is a dead prop.
  • glue-alpha: a differing/tokenized has_encrypted_data supplied via parameters now throws.

Features

  • glue-alpha: add warning for maxRetries when job run queuing is enabled (#38575) (09ae11e)
  • glue-alpha: model SecurityConfiguration encryption as factory subtypes (#38586) (e37e7a6)
  • glue-alpha: new hasEncryptedData property (#38511) (c977e36)
  • glue-alpha: pair workerType and numberOfWorkers into a required workerConfiguration (#38576) (5f3b1b6)
  • glue-alpha: wrap DataQualityRuleset DQDL in a typed value object (#38587) (fd01268)

Bug Fixes

  • glue-alpha: correct OutputFormat.AVRO/ORC type and tidy GA-hygiene items (#38593) (35aefaf)
  • glue-alpha: omit comments from struct type strings (#38008) (5f16a86), closes #26935
  • mediapackagev2-alpha: add GetChannel grant on MediaPackageV2 (#38582) (74d922c), closes #38581

2.265.0-alpha.0 (2026-08-13)

⚠ BREAKING CHANGES

  • glue-alpha: PySparkFlexEtlJob and ScalaSparkFlexEtlJob now default to GlueVersion.V5_0 instead of V3_0. Set glueVersion explicitly to keep the previous behavior.
  • glue-alpha: removal policy of existing Database resources will change to RETAIN.

Features

  • glue-alpha: default Flex jobs to Glue 5.0 (#38543) (36d4976)
  • glue-alpha: removal policy is RETAIN for Database by default (#38535) (9669928)
  • glue-alpha: warn on plaintext secrets (#38538) (10bf0b5)

Bug Fixes

  • glue-alpha: warn when S3Table grants cover a shared bucket (#38542) (d81d2d6)

... (truncated)

Commits
  • 0163b4c chore: update analytics metadata blueprints
  • ccd2633 feat: update L1 CloudFormation resource definitions (#38578)
  • f0207a1 docs(s3): clarify cross-account replication ownership (#38349)
  • ab272bc fix(ec2): add DependsOn VPCGatewayAttachment to IPv6 default route (#37893)
  • 834909b docs(aws_elasticloadbalancerv2): documentation Update for multiValueHeaderEna...
  • ebb622f Merge branch 'main' into merge-back/2.265.0
  • 67a7eb1 fix(sns-subscriptions): use regionalized service principal for opt-in region ...
  • 94e5c1a feat: adding controlPlaneScalingConfig to Cluster (#36863)
  • See full diff in compare view

Updates aws-cdk from 2.1137.0 to 2.1138.0

Release notes

Sourced from aws-cdk's releases.

aws-cdk@v2.1138.0

2.1138.0 (2026-08-19)

Features

Bug Fixes

  • cli: cdk context header always claims the context was found in cdk.json (#1816) (b7783b5), closes #1814
  • cli: cdk flags --set leaks synthesized cloud assembly directories (#1833) (fd891fb), closes #1832
  • cli: fail fast when --proxy has no or an unsupported protocol (#1843) (da37001), closes #453
  • cli: refactor fails on stacks with bundled assets (#1812) (8458a4a), closes #1810
  • cli: reject non-numeric ids in cdk acknowledge (#1844) (c71ab23), closes #248
Commits
  • a4c0282 feat(cli): add "errors-only" progress mode that only prints errors (#1800)
  • 8458a4a fix(cli): refactor fails on stacks with bundled assets (#1812)
  • fd891fb fix(cli): cdk flags --set leaks synthesized cloud assembly directories (#1833)
  • f8e7da1 feat(cli): support notification-arns in cdk import (#1740)
  • da37001 fix(cli): fail fast when --proxy has no or an unsupported protocol (#1843)
  • bcc0f2b chore(deps): upgrade dependencies (#1841)
  • b7783b5 fix(cli): cdk context header always claims the context was found in cdk.json ...
  • c71ab23 fix(cli): reject non-numeric ids in cdk acknowledge (#1844)
  • See full diff in compare view

Updates vite from 8.2.1 to 8.2.2

Release notes

Sourced from vite's releases.

plugin-legacy@8.2.2

Please refer to CHANGELOG.md for details.

v8.2.2

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

8.2.2 (2026-08-20)

Features

  • deps: widen @vitejs/devtools peer range to v0.5.0 (#23302) (495d9ff)

Bug Fixes

  • bundled-dev: handle lazy request error (#23291) (3ba026d)
  • bundled-dev: hot update through circular imports instead of reloading (#23259) (3dbddef)
  • config: resolve sourcemap paths against sourcemap location (#23239) (05a003e)
  • css: don't pass empty targets to lightningcss (#23295) (2804636)
  • define: fix match escaped dots to support $-prefixed define keys (#23249) (dcf88bd)
  • deps: update all non-major dependencies (#23217) (ba958bd)
  • deps: update rolldown-related dependencies (#23218) (83ecb2c)
  • module-runner: exclude completed modules from in-flight cycle detection (fix #22999) (#23009) (d9b10a9)
  • optimizer: close custom extension analysis bundles (#23207) (8fb7675)
  • reduce Windows 8.3-short-name detection false-positives (#23066) (02cffa9)
  • respect resolve.preserveSymlinks when resolving root (fix #23197) (#23198) (8413052)
  • ssr: rewrite computed key of destructing parameter (#23307) (9db0b61)
  • vite: update outdated upstream file links in license comments (#23285) (c0f2fc6)

Documentation

Miscellaneous Chores

Code Refactoring

  • use JSON import attributes instead of readFileSync in constants (#23258) (1d9fa39)
  • use named regex constants over inline literals (#22964) (5c1c6c6)

Tests

  • define: close rolldown bundler after generate (#23231) (b4d66fe)
  • module-runner: add TLA circular import case (#23299) (4a261f2)
  • module-runner: simplify server-hmr tests (#23300) (599b44b)
  • ssr: add destructing assignment case for moduleRunnerTransform (#23308) (cb77e2a)

Build System

  • use JSON import attributes instead of readFIleSync in rolldown configs (#23251) (d615bcd)
Commits
  • de1111a release: v8.2.2
  • cb77e2a test(ssr): add destructing assignment case for moduleRunnerTransform (#23308)
  • 9db0b61 fix(ssr): rewrite computed key of destructing parameter (#23307)
  • 8413052 fix: respect resolve.preserveSymlinks when resolving root (fix #23197) (#23...
  • 05a003e fix(config): resolve sourcemap paths against sourcemap location (#23239)
  • 495d9ff feat(deps): widen @vitejs/devtools peer range to v0.5.0 (#23302)
  • 1d9fa39 refactor: use JSON import attributes instead of readFileSync in constants (#2...
  • 2804636 fix(css): don't pass empty targets to lightningcss (#23295)
  • 599b44b test(module-runner): simplify server-hmr tests (#23300)
  • 4a261f2 test(module-runner): add TLA circular import case (#23299)
  • Additional commits viewable in compare view

Updates @aws-cdk/cloud-assembly-schema from 54.18.0 to 54.20.0

Release notes

Sourced from @​aws-cdk/cloud-assembly-schema's releases.

@​aws-cdk/cloud-assembly-schema@​v54.20.0

54.20.0 (2026-08-19)

@​aws-cdk/cloud-assembly-schema@​v54.19.0

54.19.0 (2026-08-17)

Commits

Updates @oxc-project/types from 0.143.0 to 0.146.0

Release notes

Sourced from @​oxc-project/types's releases.

oxc crates_v0.146.0

🚀 Features

  • 83cb516 minifier: Improve negation of expressions in boolean context (#25755) (Armano)

🐛 Bug Fixes

  • 82a790d codegen: Narrow printSync input type (#25871) (camc314)
  • 134fb22 isolated-declarations: Preserve unresolved parameter types (#25909) (Dunqing)
  • 526c2b3 codegen: Remove deprecated test APIs (#25889) (camc314)
  • 344a9b2 codegen: Align enum template sourcemaps (#25872) (camc314)

⚡ Performance

  • 603b904 packages/codegen: Check sourceText only once (#25887) (overlookmotel)
  • 5ef0c93 minifier: Unwrap all unary exprs without creating dummy expressions (#25891) (Armano)
  • 8783524 packages/codegen: Remove loop from growMappingBuffer (#25886) (overlookmotel)
  • b6b14c0 packages/codegen: Remove redundant branch (#25885) (overlookmotel)
  • be6adf0 packages/sourcemap: Make location passed to recordSourceMapping always a number (#25884) (overlookmotel)
  • f720f15 packages/codegen: Take named-mapping only code off hot path in recordSourceMapping (#25883) (overlookmotel)
  • a734af5 packages/codegen: Remove redundant setting of last in printImportAttributes and printIf (#25882) (overlookmotel)
  • c6e44c6 packages/codegen: Combine 2 writes in printJSXElement (#25881) (overlookmotel)
  • 8801662 packages/codegen: Remove redundant mapping from printParams (#25880) (overlookmotel)

📚 Documentation

  • 5ad330e packages/codegen: Reformat comments (#25876) (overlookmotel)

oxc crates_v0.145.0

💥 BREAKING CHANGES

  • 365274e packages/codegen: [BREAKING] printSync return an object (#25720) (overlookmotel)

🚀 Features

  • 6a7eb60 packages/codegen: Alter capitalization of sourceFilename option (#25854) (overlookmotel)
  • 300763f packages/codegen: Add full source map support (#25585) (camc314)
  • a169e4a napi/minify: Expose property name mangling options (#24741) (Dunqing)
  • 2f5cdb1 minifier: Add property name mangling (#24740) (Dunqing)
  • 4922141 mangler: Deduplicate private accessor names (#25601) (camc314)
  • 1c4f519 napi: Add Relay transform plugin (#25503) (Boshen)
  • a4478e9 codegen: Add oxc-codegen package (#25488) (overlookmotel)

🐛 Bug Fixes

  • 0fbcf64 codegen: Validate sourcemap options (#25860) (camc314)
  • 345f981 react_compiler: Skip node_modules by default (#25859) (Boshen)
  • ab81f3f minifier: Drop side-effect-free additions (#25639) (Dunqing)
  • 241c559 napi/minify: Accept RegExp for property filters (#25827) (Dunqing)
  • 4cc7ea4 codegen: Reject invalid indent options (#25807) (camc314)

... (truncated)

Commits

Updates @rolldown/binding-android-arm64 from 1.2.3 to 1.2.5

Release notes

Sourced from @​rolldown/binding-android-arm64's releases.

v1.2.5

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • agents: point the never-edit list at the binding files that exist (#10719) by @​melbinjp

🧪 Testing

  • deconflict: pin renaming the external process binding away from the global (#10702) by @​hyfdev
  • dev: expect a hot update across a circular import (#10700) by @​hyfdev

⚙️ Miscellaneous Tasks

❤️ New Contributors

... (truncated)

Changelog

Sourced from @​rolldown/binding-android-arm64's changelog.

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • agents: point the never-edit list at the binding files that exist (#10719) by @​melbinjp

🧪 Testing

  • deconflict: pin renaming the external process binding away from the global (#10702) by @​hyfdev
  • dev: expect a hot update across a circular import (#10700) by @​hyfdev

⚙️ Miscellaneous Tasks

❤️ New Contributors

... (truncated)

Commits
  • 84c904b release: v1.2.5 (#10720)
  • 62281fb chore(deps): upgrade oxc to 0.146.0 (#10707)
  • e859fb2 feat(bench): record per-suite peak memory in the node benchmark (#10704)
  • 2d0cac8 feat(binding): allocation-tracking global allocator behind the `tracking_allo...
  • 1dfeb76 feat: add armv7 android (armv7-linux-androideabi) support (#10691)
  • 3745db1 fix(dev): flush re-emitted assets when their content changes (#10637)
  • 84010dc feat: add NAMESPACE_CONFLICT warning for conflicting star re-exports (#7452)
  • 483c648 release: v1.2.4 (#10667)
  • e782fea chore(deps): update napi (#10649)
  • a743bf9 chore(wasi): point the wasm skips at the right place (#10644)
  • Additional commits viewable in compare view

Updates @rolldown/binding-darwin-arm64 from 1.2.3 to 1.2.5

Release notes

Sourced from @​rolldown/binding-darwin-arm64's releases.

v1.2.5

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

  • agents: point the never-edit list at the binding files that exist (#10719) by @​melbinjp

🧪 Testing

  • deconflict: pin renaming the external process binding away from the global (#10702) by @​hyfdev
  • dev: expect a hot update across a circular import (#10700) by @​hyfdev

⚙️ Miscellaneous Tasks

❤️ New Contributors

... (truncated)

Changelog

Sourced from @​rolldown/binding-darwin-arm64's changelog.

[1.2.5] - 2026-08-19

🚀 Features

🐛 Bug Fixes

  • rolldown_plugin_vite_reporter: avoid ANSI erase-line escape in non-TTY output (#10692) by @​shulaoda
  • rolldown_plugin_vite_resolve: preserve Yarn PnP virtual importer (#10591) by @​Freakazo
  • exclude hash placeholders from case-insensitive filename deconfliction (#10590) by @​Nic-Polumeyv
  • code-splitting: fold already-loaded side-effectful libraries into eager entries (#10645) by @​JoviDeCroock
  • dev: flush re-emitted assets when their content changes (#10637) by @​btea
  • renamer: rename nested require/__filename/__dirname bindings in CJS output (

Bumps the npm group with 3 updates in the / directory: [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib), [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `aws-cdk-lib` from 2.265.0 to 2.266.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.266.0/packages/aws-cdk-lib)

Updates `aws-cdk` from 2.1137.0 to 2.1138.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1138.0/packages/aws-cdk)

Updates `vite` from 8.2.1 to 8.2.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite)

Updates `@aws-cdk/cloud-assembly-schema` from 54.18.0 to 54.20.0
- [Release notes](https://github.com/aws/aws-cdk-cli/releases)
- [Commits](https://github.com/aws/aws-cdk-cli/commits/@aws-cdk/cloud-assembly-schema@v54.20.0/packages/@aws-cdk/cloud-assembly-schema)

Updates `@oxc-project/types` from 0.143.0 to 0.146.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxc-types/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.146.0/npm/oxc-types)

Updates `@rolldown/binding-android-arm64` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-darwin-arm64` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-darwin-x64` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-freebsd-x64` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-arm-gnueabihf` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-gnu` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-arm64-musl` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-ppc64-gnu` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-s390x-gnu` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-x64-gnu` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-linux-x64-musl` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-openharmony-arm64` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-win32-arm64-msvc` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `@rolldown/binding-win32-x64-msvc` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

Updates `nanoid` from 3.3.17 to 3.3.18
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/3.3.18/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.17...3.3.18)

Updates `rolldown` from 1.2.3 to 1.2.5
- [Release notes](https://github.com/rolldown/rolldown/releases)
- [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rolldown/rolldown/commits/v1.2.5/packages/rolldown)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-version: 2.266.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: aws-cdk
  dependency-version: 2.1138.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vite
  dependency-version: 8.2.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@aws-cdk/cloud-assembly-schema"
  dependency-version: 54.20.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@oxc-project/types"
  dependency-version: 0.146.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@rolldown/binding-android-arm64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-darwin-arm64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-darwin-x64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-freebsd-x64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-arm-gnueabihf"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-arm64-gnu"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-arm64-musl"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-ppc64-gnu"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-s390x-gnu"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-x64-gnu"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-linux-x64-musl"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-openharmony-arm64"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-win32-arm64-msvc"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@rolldown/binding-win32-x64-msvc"
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: nanoid
  dependency-version: 3.3.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: rolldown
  dependency-version: 1.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

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 Aug 27, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 27, 2026 11:07
@github-actions
github-actions Bot merged commit db3906c into main Aug 27, 2026
2 checks passed
@github-actions
github-actions Bot deleted the dependabot/npm_and_yarn/npm-0252c71f5d branch August 27, 2026 11:09
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