Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update node.js to v20.13.1 (vf-000) #636

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
node final minor 20.10-alpine -> 20.13-alpine

Warning

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


Release Notes

nodejs/node (node)

v20.13.1: 2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Compare Source

2024-05-09, Version 20.13.1 'Iron' (LTS), @​marco-ippolito

Revert "tools: install npm PowerShell scripts on Windows"

Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows.

Commits
  • [b7d80802cc] - Revert "tools: install npm PowerShell scripts on Windows" (marco-ippolito) #​52897

v20.13.0: 2024-05-07, Version 20.13.0 'Iron' (LTS), @​marco-ippolito

Compare Source

2024-05-07, Version 20.13.0 'Iron' (LTS), @​marco-ippolito

buffer: improve base64 and base64url performance

The performance of the base64 and base64url encoding and decoding functions has been improved significantly.

Contributed by Yagiz Nizipli in #​52428

crypto: deprecate implicitly shortened GCM tags

This release, introduces a doc-only deprecation of using GCM authentication tags that are shorter than the cipher's block size, unless the user specified the authTagLength option.

Contributed by Tobias Nießen in #​52345

events,doc: mark CustomEvent as stable

From this release CustomEvent has been marked stable.

Contributed by Daeyeon Jeong in #​52618

fs: add stacktrace to fs/promises

Sync functions in fs throwed an error with a stacktrace which is helpful for debugging. But functions in fs/promises throwed an error without a stacktrace. This commit adds stacktraces by calling Error.captureStacktrace and re-throwing the error.

Contributed by 翠 / green in #​49849

report: add --report-exclude-network option

New option --report-exclude-network, also available as report.excludeNetwork, enables the user to exclude networking interfaces in their diagnostic report. On some systems, this can cause the report to take minutes to generate so this option can be used to optimize that.

Contributed by Ethan Arrowood in #​51645

src: add uv_get_available_memory to report and process

From this release it is possible to get the available memory in the system by calling process.getAvailableMemory().

Contributed by theanarkh #​52023

stream: support typed arrays

This commit adds support for typed arrays in streams.

Contributed by IlyasShabi #​51866

util: support array of formats in util.styleText

It is now possible to pass an array of format strings to util.styleText to apply multiple formats to the same text.

console.log(util.styleText(['underline', 'italic'], 'My italic underlined message'));

Contributed by Marco Ippolito in #​52040

v8: implement v8.queryObjects() for memory leak regression testing

This is similar to the queryObjects() console API provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain in the heap after a full garbage collection, which can be useful for memory leak regression tests.
To avoid surprising results, users should avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the application.

To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects found. If options.format is 'summary', it returns an array containing brief string representations for each object. The visibility provided in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filer the target objects during the search.

We have been using this API internally for the test suite, which has been more stable than any other leak regression testing strategies in the CI. With a public implementation we can now use the public API instead.

const { queryObjects } = require('node:v8');
class A { foo = 'bar'; }
console.log(queryObjects(A)); // 0
let a = new A();
console.log(queryObjects(A)); // 1
// [ "A { foo: 'bar' }" ]
console.log(queryObjects(A, { format: 'summary' }));

// Release the object.
a = null;
// Search again. queryObjects() includes a full garbage collection
// so a should disappear.
console.log(queryObjects(A)); // 0

class B extends A { bar = 'qux'; }
// The child class B's prototype has A's prototype on its prototype chain
// so the prototype object shows up too.
console.log(queryObjects(A, { format: 'summary' })); // [ A {}' ]

Contributed by Joyee Cheung in #​51927

watch: mark as stable

From this release Watch Mode is considered stable.
When in watch mode, changes in the watched files cause the Node.js process to restart.

Contributed by Moshe Atlow in #​52074

Other Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added dependencies Pull requests that update a dependency file ready for review labels Dec 4, 2023
@renovate renovate bot requested a review from trs December 4, 2023 01:59
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch 6 times, most recently from cb3fe82 to 165e8bf Compare December 11, 2023 20:40
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch 10 times, most recently from a0248ba to 9eb4ef5 Compare December 19, 2023 15:01
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch 8 times, most recently from 64f7533 to dde5a59 Compare December 22, 2023 21:27
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch 3 times, most recently from b4572e5 to db9ae69 Compare January 3, 2024 23:07
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch 2 times, most recently from 6790a82 to 3429bd1 Compare February 15, 2024 10:23
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch 4 times, most recently from 0ea1956 to 5c46a14 Compare February 23, 2024 21:28
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch 9 times, most recently from f850acf to 9b79a76 Compare March 11, 2024 13:10
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch 5 times, most recently from 29ae8f5 to 5d5bf87 Compare March 17, 2024 15:07
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch from 5d5bf87 to bcfdf01 Compare March 19, 2024 18:48
@renovate renovate bot force-pushed the renovate/node-20.x/VF-000 branch from bcfdf01 to ab1da20 Compare March 21, 2024 02:04
Copy link

sonarcloud bot commented Mar 21, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot changed the title chore(deps): update node.js to v20 (vf-000) chore(deps): update node.js to v20.11.1 (vf-000) Mar 21, 2024
@renovate renovate bot changed the title chore(deps): update node.js to v20.11.1 (vf-000) chore(deps): update node.js to v20.12.0 (vf-000) Mar 27, 2024
@renovate renovate bot changed the title chore(deps): update node.js to v20.12.0 (vf-000) chore(deps): update node.js to v20.12.1 (vf-000) Apr 4, 2024
@renovate renovate bot changed the title chore(deps): update node.js to v20.12.1 (vf-000) chore(deps): update node.js to v20.12.2 (vf-000) Apr 11, 2024
@renovate renovate bot changed the title chore(deps): update node.js to v20.12.2 (vf-000) chore(deps): update node.js to v20.13.0 (vf-000) May 8, 2024
@renovate renovate bot changed the title chore(deps): update node.js to v20.13.0 (vf-000) chore(deps): update node.js to v20.13.1 (vf-000) May 9, 2024
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 ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants