Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Change Age Confidence
node (source) 23.4.0 -> 23.11.1 age confidence
postcss (source) 8.4.31 -> 8.5.6 age confidence

Release Notes

nodejs/node (node)

v23.11.1: 2025-05-14, Version 23.11.1 (Current), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes

src:

Commits

v23.11.0: 2025-04-01, Version 23.11.0 (Current), @​aduh95

Compare Source

Notable Changes
  • [64b086740a] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #​57370
  • [053cef70e0] - (SEMVER-MINOR) crypto: add optional callback to crypto.diffieHellman (Filip Skokan) #​57274
  • [f8aff90235] - (SEMVER-MINOR) process: add execve (Paolo Insogna) #​56496
  • [4b04c92d7d] - (SEMVER-MINOR) sqlite: add StatementSync.prototype.columns() (Colin Ihrig) #​57490
  • [1b8d1d3a3a] - (SEMVER-MINOR) util: expose diff function used by the assertion errors (Giovanni Bucci) #​57462
Commits

v23.10.0: 2025-03-13, Version 23.10.0 (Current), @​aduh95

Compare Source

Notable Changes
Introducing --experimental-config-file

With the introduction of test runner, SEA, and other feature that require a lot
of flags, a JSON config flag would improve by a lot the developer experience and
increase adoption.

You can have a node.config.json containing:

{
  "$schema": "https://nodejs.org/dist/v23.10.0/docs/node-config-schema.json",
  "nodeOptions": {
    "test-coverage-lines": 80,
    "test-coverage-branches": 60
  }
}

You can run your tests without passing the flags defined in the config file.

node --experimental-default-config-file --test --experimental-test-coverage

or

node --experimental-config-file=node.config.json --test --experimental-test-coverage

Node.js will not sanitize or perform validation on the user-provided configuration,
so only ever use trusted configuration files.

Contributed by Marco Ippolito in #​57016
and #​57171.

Other Notable Changes
Commits

v23.9.0: 2025-02-26, Version 23.9.0 (Current), @​targos

Compare Source

Notable Changes
Commits

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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-approve[bot]
renovate-approve bot previously approved these changes Dec 20, 2024
@renovate renovate bot force-pushed the renovate/minor-deps branch from 5385e3c to 76ab2e9 Compare December 30, 2024 19:04
@renovate renovate bot force-pushed the renovate/minor-deps branch from 76ab2e9 to 37e8677 Compare January 6, 2025 21:03
@renovate renovate bot force-pushed the renovate/minor-deps branch from 37e8677 to 23a0167 Compare January 9, 2025 03:01
@renovate renovate bot changed the title fix(deps): update node.js to v23.5.0 fix(deps): update node.js to v23.6.0 Jan 9, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 9, 2025
@renovate renovate bot force-pushed the renovate/minor-deps branch from 23a0167 to 81a1143 Compare January 9, 2025 15:09
@renovate renovate bot force-pushed the renovate/minor-deps branch from 81a1143 to 668b2bf Compare January 14, 2025 18:26
@renovate renovate bot changed the title fix(deps): update node.js to v23.6.0 fix(deps): update minor dependencies Jan 14, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 14, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 22, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jan 31, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 11, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 15, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Feb 19, 2025
@renovate renovate bot force-pushed the renovate/minor-deps branch from 0beab6a to 88bbd8f Compare March 14, 2025 01:25
renovate-approve[bot]
renovate-approve bot previously approved these changes Mar 14, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Apr 2, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 15, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes May 29, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 11, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Jun 16, 2025
@renovate renovate bot force-pushed the renovate/minor-deps branch from 745381e to a47f695 Compare August 27, 2025 10:49
@renovate renovate bot force-pushed the renovate/minor-deps branch 2 times, most recently from 38016f4 to c66b7a5 Compare September 13, 2025 05:42
@renovate renovate bot force-pushed the renovate/minor-deps branch from c66b7a5 to 9bcd193 Compare September 25, 2025 16:35
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 25, 2025
@renovate renovate bot force-pushed the renovate/minor-deps branch from 9bcd193 to 988465c Compare October 8, 2025 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant