Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
@types/node (source) 24.9.1 -> 24.10.4 age confidence dependencies minor
core-js (source) 3.42.0 -> 3.47.0 age confidence dependencies minor
execa 9.6.0 -> 9.6.1 age confidence dependencies patch
globals 16.2.0 -> 16.5.0 age confidence dependencies minor
node (source) 24.10.0 -> 24.12.0 age confidence minor
pnpm (source) 10.12.1 -> 10.26.0 age confidence packageManager minor 10.26.2 (+1)
prettier-plugin-packagejson 2.5.15 -> 2.5.20 age confidence dependencies patch
typescript (source) 5.8.3 -> 5.9.3 age confidence dependencies minor

Release Notes

zloirock/core-js (core-js)

v3.47.0

Compare Source

v3.46.0

Compare Source

v3.45.1

Compare Source

  • Changes v3.45.0...v3.45.1 (30 commits)
  • Fixed a conflict of native methods from Map upsert proposal with polyfilled methods in the pure version
  • Added bugs fields to package.json of all packages
  • Compat data improvements:
    • Map upsert proposal features marked as shipped from Bun 1.2.20
    • Added Samsung Internet 29 compat data mapping
    • Added Electron 39 compat data mapping

v3.45.0

Compare Source

v3.44.0

Compare Source

v3.43.0

Compare Source

  • Changes v3.42.0...v3.43.0 (139 commits)
  • Explicit Resource Management proposals:
    • Built-ins:
      • Symbol.dispose
      • Symbol.asyncDispose
      • SuppressedError
      • DisposableStack
        • DisposableStack.prototype.dispose
        • DisposableStack.prototype.use
        • DisposableStack.prototype.adopt
        • DisposableStack.prototype.defer
        • DisposableStack.prototype.move
        • DisposableStack.prototype[@​@​dispose]
      • AsyncDisposableStack
        • AsyncDisposableStack.prototype.disposeAsync
        • AsyncDisposableStack.prototype.use
        • AsyncDisposableStack.prototype.adopt
        • AsyncDisposableStack.prototype.defer
        • AsyncDisposableStack.prototype.move
        • AsyncDisposableStack.prototype[@​@​asyncDispose]
      • Iterator.prototype[@​@​dispose]
      • AsyncIterator.prototype[@​@​asyncDispose]
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Array.fromAsync proposal:
    • Built-ins:
      • Array.fromAsync
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Error.isError proposal:
    • Built-ins:
      • Error.isError
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Added Joint iteration stage 2.7 proposal:
    • Added built-ins:
      • Iterator.zip
      • Iterator.zipKeyed
  • Added Iterator chunking stage 2 proposal:
    • Added built-ins:
      • Iterator.prototype.chunks
      • Iterator.prototype.windows
  • Number.prototype.clamp proposal:
  • Always check regular expression flags by flags getter PR. Native methods are not fixed, only own implementation updated for:
    • RegExp.prototype[@​@​match]
    • RegExp.prototype[@​@​replace]
  • Improved handling of RegExp flags in polyfills of some methods in engines without proper support of RegExp.prototype.flags and without polyfill of this getter
  • Added feature detection for a WebKit bug that occurs when this is updated while Set.prototype.difference is being executed
  • Added feature detection for a WebKit bug that occurs when iterator record of a set-like object isn't called before cloning this in the following methods:
    • Set.prototype.symmetricDifference
    • Set.prototype.union
  • Added feature detection for a bug in V8 ~ Chromium < 126. Following methods should throw an error on invalid iterator:
    • Iterator.prototype.drop
    • Iterator.prototype.filter
    • Iterator.prototype.flatMap
    • Iterator.prototype.map
  • Added feature detection for a WebKit bug: incorrect exception thrown by Iterator.from when underlying iterator's return method is null
  • Added feature detection for a FF bug: incorrect exception thrown by Array.prototype.with when index coercion fails
  • Added feature detection for a WebKit bug: TypedArray.prototype.with should truncate negative fractional index to zero, but instead throws an error
  • Worked around a bug of many different tools (example) with incorrect transforming and breaking JS syntax on getting a method from a number literal
  • Fixed deoptimization of the Promise polyfill in the pure version
  • Added some missed dependencies to /iterator/flat-map entries
  • Some other minor fixes and improvements
  • Compat data improvements:
    • Added Deno 2.3 and Deno 2.3.2 compat data mapping
    • Updated Electron 37 compat data mapping
    • Added Opera Android 90 compat data mapping
    • Error.isError marked not supported in Node because of a bug
    • Set.prototype.difference marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Set.prototype.{ symmetricDifference, union } marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterator.from marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterators closing on early errors in Iterator helpers marked as implemented from FF141
    • Array.prototype.with marked as supported only from FF140 because it throws an incorrect exception when index coercion fails
    • TypedArray.prototype.with marked as unsupported in Bun and Safari because it should truncate negative fractional index to zero, but instead throws an error
    • DisposableStack and AsyncDisposableStack marked as shipped in FF141 (SuppressedError has a bug)
    • AsyncDisposableStack bugs marked as fixed in Deno 2.3.2
    • SuppressedError bugs (extra arguments support and arity) marked as fixed in Bun 1.2.15
sindresorhus/execa (execa)

v9.6.1

Compare Source


sindresorhus/globals (globals)

v16.5.0

Compare Source


v16.4.0

Compare Source


v16.3.0

Compare Source


nodejs/node (node)

v24.12.0: 2025-12-10, Version 24.12.0 'Krypton' (LTS), @​targos

Compare Source

Notable Changes
  • [1a00b5f68a] - (SEMVER-MINOR) http: add optimizeEmptyRequests server option (Rafael Gonzaga) #​59778
  • [ff5754077d] - (SEMVER-MINOR) lib: add options to util.deprecate (Rafael Gonzaga) #​59982
  • [8987159234] - (SEMVER-MINOR) module: mark type stripping as stable (Marco Ippolito) #​60600
  • [92c484ebf4] - (SEMVER-MINOR) node-api: add napi_create_object_with_properties (Miguel Marcondes Filho) #​59953
  • [b11bc5984e] - (SEMVER-MINOR) sqlite: allow setting defensive flag (Bart Louwers) #​60217
  • [e7da5b4b7d] - (SEMVER-MINOR) src: add watch config namespace (Marco Ippolito) #​60178
  • [a7f7d10c06] - (SEMVER-MINOR) src: add an option to make compile cache portable (Aditi) #​58797
  • [92ea669240] - (SEMVER-MINOR) src,permission: add --allow-inspector ability (Rafael Gonzaga) #​59711
  • [05d7509bd2] - (SEMVER-MINOR) v8: add cpu profile (theanarkh) #​59807
Commits

v24.11.1

Compare Source

v24.11.0

Compare Source

pnpm/pnpm (pnpm)

v10.26.0

Compare Source

v10.25.0

Compare Source

v10.24.0

Compare Source

v10.23.0: pnpm 10.23

Compare Source

Minor Changes

  • Added --lockfile-only option to pnpm list #​10020.

Patch Changes

  • pnpm self-update should download pnpm from the configured npm registry #​10205.
  • pnpm self-update should always install the non-executable pnpm package (pnpm in the registry) and never the @pnpm/exe package, when installing v11 or newer. We currently cannot ship @pnpm/exe as pkg doesn't work with ESM #​10190.
  • Node.js runtime is not added to "dependencies" on pnpm add, if there's a engines.runtime setting declared in package.json #​10209.
  • The installation should fail if an optional dependency cannot be installed due to a trust policy check failure #​10208.
  • pnpm list and pnpm why now display npm: protocol for aliased packages (e.g., `foo npm:is-od

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 renovate label Dec 3, 2025
@renovate renovate bot added the renovate label Dec 3, 2025
@renovate renovate bot requested a review from frantic1048 December 3, 2025 05:27
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from a6e9691 to 2b652e3 Compare December 3, 2025 05:27
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 2b652e3 to a86fe39 Compare December 3, 2025 17:15
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from a86fe39 to 2c11fc9 Compare December 3, 2025 17:15
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 2c11fc9 to 305d226 Compare December 4, 2025 15:43
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from 305d226 to 218da70 Compare December 4, 2025 15:44
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 218da70 to 912eb73 Compare December 5, 2025 09:38
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from 912eb73 to f77ce8b Compare December 5, 2025 09:39
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from f77ce8b to 1805a3d Compare December 7, 2025 02:31
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from 1805a3d to 482e6b7 Compare December 7, 2025 02:32
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 482e6b7 to 0fd9007 Compare December 10, 2025 11:02
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from 0fd9007 to 910aad4 Compare December 10, 2025 11:03
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 910aad4 to a8ebf12 Compare December 11, 2025 03:25
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from a8ebf12 to d38fc75 Compare December 11, 2025 03:26
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from d38fc75 to c18226f Compare December 11, 2025 09:44
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from c18226f to 324f515 Compare December 11, 2025 09:45
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 324f515 to 7ae0890 Compare December 15, 2025 16:37
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from 7ae0890 to 551923d Compare December 15, 2025 16:37
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 551923d to c1a837b Compare December 16, 2025 02:04
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from c1a837b to 8fbab84 Compare December 16, 2025 02:05
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 8fbab84 to 31fc62d Compare December 17, 2025 03:47
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from 31fc62d to b4d7180 Compare December 17, 2025 03:47
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from b4d7180 to bb99b87 Compare December 17, 2025 05:25
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from bb99b87 to 80e8c9a Compare December 17, 2025 05:26
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 80e8c9a to 11f4385 Compare December 17, 2025 20:09
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from 11f4385 to adfc910 Compare December 17, 2025 20:10
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from adfc910 to b7665be Compare December 21, 2025 06:43
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from b7665be to 4894c91 Compare December 21, 2025 06:44
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 4894c91 to 91c7453 Compare December 22, 2025 14:06
@rainx rainx force-pushed the renovate/dependencies-(non-major) branch from 91c7453 to f6f8364 Compare December 22, 2025 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants