Skip to content
New issue

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

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

Already on GitHub? # to your account

Update all non-major dependencies #370

Open
wants to merge 1 commit into
base: 1.21.x
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 29, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
composer stage patch 2.8.5 -> 2.8.6 age adoption passing confidence
docker/dockerfile syntax minor 1.6 -> 1.14 age adoption passing confidence
marked (source) dependencies patch ^15.0.4 -> ^15.0.7 age adoption passing confidence
node stage minor 23.4.0 -> 23.10.0 age adoption passing confidence
php require minor ~8.3.3 -> ~8.4.5 age adoption passing confidence
phpunit/phpunit (source) require-dev patch ^11.5.6 -> ^11.5.12 age adoption passing confidence
symfony/yaml (source) require patch ^7.2.0 -> ^7.2.3 age adoption passing confidence
twig/twig (source) require minor ^3.18.0 -> ^3.20.0 age adoption passing confidence
vimeo/psalm require-dev minor ^6.3.0 -> ^6.8.9 age adoption passing confidence

Release Notes

nodejs/node (node)

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

v23.8.0: 2025-02-13, Version 23.8.0 (Current), @​targos

Compare Source

Notable Changes
Support for using system CA certificates store on macOS and Windows

This version adds the --use-system-ca command-line flag, which instructs Node.js
to use the trusted CA certificates present in the system store along with
the --use-bundled-ca, --use-openssl-ca options.

This option is available on macOS and Windows for now.

Contributed by Tim Jacomb in #​56599
and Joyee Cheung in #​56833.

Introduction of the URL Pattern API

An implementation of the URL Pattern API
is now available.

The URLPattern constructor is exported from the node:url module and will be
available as a global in Node.js 24.

Contributed by Yagiz Nizipli and Daniel Lemire in #​56452.

Support for the zstd compression algorithm

Node.js now includes support for the Zstandard (zstd) compression algorithm.
Various APIs have been added to the node:zlib module for both compression and decompression
of zstd streams.

Contributed by Jan Krems in #​52100.

Node.js thread names

Threads created by the Node.js process are now named to improve the debugging experience.
Worker threads will use the name option that can be passed to the Worker constructor.

Contributed by Rafael Gonzaga in #​56416.

Timezone data has been updated to 2025a

Included changes:

  • Paraguay adopts permanent -03 starting spring 2024.
  • Improve pre-1991 data for the Philippines.
Other Notable Changes
  • [39997867cf] - (SEMVER-MINOR) sqlite: allow returning ArrayBufferViews from user-defined functions (René) #​56790
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

Read more about the use of Renovate Bot within ocramius/* projects.

@renovate renovate bot added the renovate label Feb 29, 2024
Copy link
Contributor Author

renovate bot commented Feb 29, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 0b8704b to 470b279 Compare March 6, 2024 01:33
@renovate renovate bot changed the title Update composer Docker tag to v2.7.1 Update all non-major dependencies Mar 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 19fc19a to 260c350 Compare March 11, 2024 21:04
@renovate renovate bot changed the base branch from 1.14.x to 1.15.x March 11, 2024 21:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 89d6dae to f20266d Compare March 18, 2024 04:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ca6ee3a to 0a275a3 Compare March 20, 2024 04:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bed9831 to 7f4e8ad Compare February 5, 2025 15:55
@renovate renovate bot changed the base branch from 1.20.x to 1.21.x February 5, 2025 17:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 802f7a6 to 68361ef Compare February 11, 2025 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 207dcab to 51292c0 Compare February 18, 2025 07:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from efdfa66 to 05a0b93 Compare February 27, 2025 01:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5dee8f2 to c752ce7 Compare March 7, 2025 11:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8c2d116 to ccb64c5 Compare March 14, 2025 06:27
| datasource  | package                    | from   | to      |
| ----------- | -------------------------- | ------ | ------- |
| docker      | composer                   | 2.8.5  | 2.8.6   |
| docker      | docker/dockerfile          | 1.6    | 1.14    |
| npm         | marked                     | 15.0.7 | 15.0.7  |
| docker      | node                       | 23.4.0 | 23.10.0 |
| github-tags | containerbase/php-prebuild | 8.3.3  | 8.4.5   |
| packagist   | phpunit/phpunit            | 11.5.7 | 11.5.12 |
| packagist   | symfony/yaml               | 7.2.3  | 7.2.3   |
| packagist   | twig/twig                  | 3.19.0 | 3.20.0  |
| packagist   | vimeo/psalm                | 6.5.1  | 6.8.9   |
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ccb64c5 to bab0daa Compare March 14, 2025 17:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants