Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
node final major 20.11.1-alpine3.18 -> 22.2.0-alpine3.18 age adoption passing confidence
@types/node (source) dependencies major 20.11.26 -> 22.9.0 age adoption passing confidence

Release Notes

nodejs/node (node)

v22.2.0: 2024-05-15, Version 22.2.0 (Current), @​targos

Compare Source

Notable Changes
  • [fb85d38e80] - (SEMVER-MINOR) cli: allow running wasm in limited vmem with --disable-wasm-trap-handler (Joyee Cheung) #​52766
  • [23a0d3339f] - doc: add pimterry to collaborators (Tim Perry) #​52874
  • [7d7a762156] - (SEMVER-MINOR) fs: allow 'withFileTypes' to be used with globs (Aviv Keller) #​52837
  • [8748dd6477] - (SEMVER-MINOR) inspector: introduce the --inspect-wait flag (Kohei Ueno) #​52734
  • [9a7ae9b6c4] - lib,src: remove --experimental-policy (Rafael Gonzaga) #​52583
  • [1f7c2a93fc] - (SEMVER-MINOR) perf_hooks: add deliveryType and responseStatus fields (Matthew Aitken) #​51589
  • [2f59529dc5] - (SEMVER-MINOR) test_runner: support test plans (Colin Ihrig) #​52860
  • [6b4dac3eb5] - (SEMVER-MINOR) zlib: expose zlib.crc32() (Joyee Cheung) #​52692
Commits

v22.1.0: 2024-05-02, Version 22.1.0 (Current), @​targos prepared by @​aduh95

Compare Source

module: implement NODE_COMPILE_CACHE for automatic on-disk code caching

This patch implements automatic on-disk code caching that can be enabled
via an environment variable NODE_COMPILE_CACHE=/path/to/cache/dir.

When set, whenever Node.js compiles a CommonJS or a ECMAScript Module,
it will use on-disk V8 code cache
persisted in the specified directory
to speed up the compilation. This may slow down the first load of a
module graph, but subsequent loads of the same module graph may get
a significant speedup if the contents of the modules do not change.
Locally, this speeds up loading of test/fixtures/snapshot/typescript.js
from ~130ms to ~80ms.

To clean up the generated code cache, simply remove the directory.
It will be recreated the next time the same directory is used for
NODE_COMPILE_CACHE.

Compilation cache generated by one version of Node.js may not be used
by a different version of Node.js. Cache generated by different versions
of Node.js will be stored separately if the same directory is used
to persist the cache, so they can co-exist.

Caveat: currently when using this with V8 JavaScript code coverage, the
coverage being collected by V8 may be less precise in functions that are
deserialized from the code cache. It's recommended to turn this off when
running tests to generate precise coverage.

Contributed by Joyee Cheung in #​52535.

Other Notable Changes
  • [44ee04cf9f] - buffer: improve base64 and base64url performance (Yagiz Nizipli) #​52428
  • [3c37ce5710] - (SEMVER-MINOR) dns: add order option and support ipv6first (Paolo Insogna) #​52492
  • [3026401be1] - events,doc: mark CustomEvent as stable (Daeyeon Jeong) #​52618
  • [64428dc1c9] - (SEMVER-MINOR) lib, url: add a windows option to path parsing (Aviv Keller) #​52509
  • [d79ae74f71] - (SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout (Paolo Insogna) #​52474
  • [43fa6a1a45] - (SEMVER-MINOR) src: add string_view overload to snapshot FromBlob (Anna Henningsen) #​52595
  • [c6fe433d42] - src,permission: throw async errors on async APIs (Rafael Gonzaga) #​52730
  • [e247a61d15] - (SEMVER-MINOR) test_runner: add --test-skip-pattern cli option (Aviv Keller) #​52529
  • [9b18df9dcb] - (SEMVER-MINOR) url: implement parse method for safer URL parsing (Ali Hassan) #​52280
Commits

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 Oct 29, 2024
@renovate renovate bot had a problem deploying to data-manager-ui/test October 29, 2024 00:13 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test October 29, 2024 00:13 Failure
@renovate renovate bot force-pushed the renovate/node-22.x branch from 1d2648a to 8d8658e Compare October 31, 2024 00:01
@renovate renovate bot had a problem deploying to data-manager-ui/test October 31, 2024 00:01 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test October 31, 2024 00:01 Failure
@renovate renovate bot force-pushed the renovate/node-22.x branch from 8d8658e to b9af345 Compare October 31, 2024 06:50
@renovate renovate bot had a problem deploying to data-manager-ui/test October 31, 2024 06:50 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test October 31, 2024 06:50 Failure
@renovate renovate bot force-pushed the renovate/node-22.x branch from b9af345 to 695d0f1 Compare October 31, 2024 20:03
@renovate renovate bot had a problem deploying to data-manager-ui/test October 31, 2024 20:03 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test October 31, 2024 20:03 Failure
@renovate renovate bot force-pushed the renovate/node-22.x branch from 695d0f1 to 8a1109f Compare November 3, 2024 07:14
@renovate renovate bot had a problem deploying to data-manager-ui/test November 3, 2024 07:14 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test November 3, 2024 07:14 Failure
@renovate renovate bot force-pushed the renovate/node-22.x branch from 8a1109f to 61487bb Compare November 5, 2024 02:19
@renovate renovate bot had a problem deploying to data-manager-ui/test November 5, 2024 02:19 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test November 5, 2024 02:19 Failure
@renovate renovate bot force-pushed the renovate/node-22.x branch from 61487bb to 17510c8 Compare November 7, 2024 10:41
@renovate renovate bot had a problem deploying to data-manager-ui/test November 7, 2024 10:49 Failure
@renovate renovate bot had a problem deploying to data-manager-ui/test November 7, 2024 10:49 Failure
@renovate renovate bot force-pushed the renovate/node-22.x branch from 17510c8 to 7c1a94d Compare November 7, 2024 15:55
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:55 Inactive
@renovate renovate bot temporarily deployed to data-manager-ui/test November 7, 2024 15:56 Inactive
@renovate renovate bot changed the title chore(deps): update node.js to v22 chore(deps): update node.js to v22 - autoclosed Nov 7, 2024
@renovate renovate bot closed this Nov 7, 2024
@renovate renovate bot deleted the renovate/node-22.x branch November 7, 2024 21:44
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants