Skip to content

build(deps): update js-other - #2512

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js-other
Open

build(deps): update js-other#2512
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/js-other

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@aws-cdk/toolkit-lib (source) 1.36.11.37.0 age confidence
@aws-sdk/client-cloudwatch-logs (source) 3.1095.03.1100.0 age confidence
@aws-sdk/client-lambda (source) 3.1095.03.1100.0 age confidence
@aws-sdk/client-sts (source) 3.1095.03.1100.0 age confidence
aws-cdk-lib (source) 2.262.12.262.2 age confidence
constructs 10.7.110.8.0 age confidence
webpack 5.109.05.109.2 age confidence
webpack-cli (source) 7.2.17.2.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

aws/aws-cdk-cli (@​aws-cdk/toolkit-lib)

v1.37.0

Compare Source

1.37.0 (2026-07-30)

Features
Bug Fixes
aws/aws-sdk-js-v3 (@​aws-sdk/client-cloudwatch-logs)

v3.1100.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-cloudwatch-logs

v3.1099.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-cloudwatch-logs

v3.1098.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-cloudwatch-logs

v3.1097.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-cloudwatch-logs

v3.1096.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-cloudwatch-logs

aws/aws-sdk-js-v3 (@​aws-sdk/client-lambda)

v3.1100.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-lambda

v3.1099.0

Compare Source

Features
  • client-lambda: Add Python3.15 (python3.15) and NodeJs 26 (nodejs26.x) support to AWS Lambda (e9cf506)

v3.1098.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-lambda

v3.1097.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-lambda

v3.1096.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-lambda

aws/aws-sdk-js-v3 (@​aws-sdk/client-sts)

v3.1100.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

v3.1099.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

v3.1098.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

v3.1097.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

v3.1096.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-sts

aws/aws-cdk (aws-cdk-lib)

v2.262.2

Compare Source

Bug Fixes

Alpha modules (2.262.2-alpha.0)

aws/constructs (constructs)

v10.8.0

Compare Source

10.8.0 (2026-07-30)

Features

v10.7.2

Compare Source

10.7.2 (2026-07-29)

Bug Fixes
webpack/webpack (webpack)

v5.109.2

Compare Source

Patch Changes
  • Resolve aliases pointing at a package directory whose name ends with .js again. (by @​alexander-akait in #​21542)

  • Name CSS sources in source maps by their resource path, without the css prefix. (by @​bjohansebas in #​21536)

  • Delete no longer referenced files from the filesystem cache directory after storing the cache, age them by recorded time so restored caches are cleaned too, and collect every fully expired pack in one store instead of one per build. (by @​bjohansebas in #​21528)

  • Report "universal" as the loader context target for the universal target. (by @​alexander-akait in #​21540)

  • Skip require().prop in dead branches gated by inlined imported constants. (by @​hai-x in #​21517)

  • Annotate configuration options and public hooks in the generated types with the @since JSDoc tag. (by @​bjohansebas in #​21473)

v5.109.1

Compare Source

Patch Changes
  • Fix stray semicolon emitted before an imported call following a parenthesized sequence element. (by @​alexander-akait in #​21533)

  • Make require(esm) module.exports re-export analysis independent of module processing order. (by @​alexander-akait in #​21521)

  • Ignore ERR_SERVER_NOT_RUNNING on lazy-compilation backend dispose so compiler.close() succeeds on Bun. (by @​alexander-akait in #​21521)

  • Name the failing key when DefinePlugin fails to evaluate a typeof value. (by @​alexander-akait in #​21503)

  • Improve Deno compatibility: guard setNoDelay and force-close connections on lazy-compilation backend dispose, and return a real ArrayBuffer from the Node async/sync wasm loader so WebAssembly.instantiate accepts it. (by @​alexander-akait in #​21524)

  • Speed up the HTML parser and cut its peak memory: module-scope helpers/state and tokenizer callbacks, plus exact AST column pre-sizing. (by @​alexander-akait in #​21492)

  • Track CommonJS build dependencies by parsing sources when require.cache children are unavailable (e.g. Bun). (by @​alexander-akait in #​21531)

  • Cook common string-literal escapes on the JS parser fast path and own the tokenizer's cold-path readers. (by @​alexander-akait in #​21500)

  • Build the CSS parseA* AST on the SoA store instead of node classes, cutting parse memory and time. (by @​alexander-akait in #​21498)

  • Speed up and cut memory of the experimental CSS and HTML parsers: drop two derivable AST node columns, and scan long string, url, comment, and plaintext token bodies natively. (by @​alexander-akait in #​21504)

  • Speed up non-modules CSS parsing: skip redundant token re-reads, drop selector-prelude tokens without materializing nodes, allocate rule preludes lazily, and fast-path empty list seals. (by @​alexander-akait in #​21511)

  • Speed up stats generation and cut its peak memory: reuse cached sort comparators instead of thrashing the comparator caches on every sort, and drop redundant module-graph lookups and allocations in the extractors. (by @​alexander-akait in #​21506)

  • Speed up CSS parsing: byte-range function-name checks, indexed sibling lookahead. (by @​bjohansebas in #​21520)

  • Reduce allocations and redundant work across the code-generation, module-concatenation, exports/usage-analysis, hashing, and chunk-splitting hot paths. (by @​alexander-akait in #​21516)

  • Enable the Node.js compile cache in the webpack CLI entry point. (by @​bjohansebas in #​21523)

  • Encode the persistent cache with V8's value serializer. (by @​avivkeller in #​21514)

  • Speed up SplitChunksPlugin: reject non-subset chunk sets with 64-bit signatures, cache unnamed entry keys, and drop per-module closures. (by @​avivkeller in #​21529)

  • Initialize NormalModule._ast in the constructor so each instance keeps a single hidden-class shape. (by @​alexander-akait in #​21515)

  • Reduce allocations in the binary serialization hot paths. (by @​alexander-akait in #​21526)

  • Deduplicate and simplify several lib modules and speed up AggressiveMergingPlugin. (by @​alexander-akait in #​21525)

  • Rename nested const/let __webpack_require__ and __webpack_exports__ declarations in bundled webpack output. (by @​hai-x in #​21508)

webpack/webpack-cli (webpack-cli)

v7.2.2

Compare Source

Patch Changes
  • perf: enable the Node.js compile cache (module.enableCompileCache, available on Node.js >= 22.8.0) to speed up CLI startup (by @​bjohansebas in #​4818)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 8am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 3, 2026
@renovate
renovate Bot requested a review from a team as a code owner August 3, 2026 00:43
@github-actions github-actions Bot added javascript Pull requests that update Javascript code ci labels Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/js-other branch from 6d08e8d to 9c57c13 Compare August 3, 2026 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci 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