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 all non-major dependencies #136

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@napi-rs/cli 2.16.3 -> 2.18.4 age adoption passing confidence devDependencies minor
actions/cache v3.3.2 -> v3.3.3 age adoption passing confidence action patch
actions/setup-node v3.8.1 -> v3.8.2 age adoption passing confidence action patch
instant ^0.1.12 -> ^0.1.13 age adoption passing confidence dependencies patch
napi ^2.13.3 -> ^2.16.8 age adoption passing confidence dependencies minor
napi 2.13.3 -> 2.16.8 age adoption passing confidence dependencies minor
napi-build 2.0.1 -> 2.1.3 age adoption passing confidence build-dependencies minor
napi-derive 2.13.0 -> 2.16.8 age adoption passing confidence dependencies minor
node (source) 18.17.1 -> 18.20.4 age adoption passing confidence minor
node (source) 18.17.1 -> 18.20.4 age adoption passing confidence volta minor
npm (source) 9.8.1 -> 9.9.3 age adoption passing confidence volta minor
num-traits 0.2.16 -> 0.2.19 age adoption passing confidence dependencies patch
strum_macros 0.25.2 -> 0.26.4 age adoption passing confidence dependencies minor
wasm-bindgen (source) 0.2.87 -> 0.2.92 age adoption passing confidence dependencies patch
wasm-bindgen (source) ^0.2.87 -> ^0.2.92 age adoption passing confidence dependencies patch
wasm-bindgen-test 0.3.37 -> 0.3.42 age adoption passing confidence dev-dependencies patch
yarn 1.22.19 -> 1.22.22 age adoption passing confidence volta patch

Release Notes

napi-rs/napi-rs (@​napi-rs/cli)

v2.18.4

Compare Source

What Changed

  • fix(cli): add missing declare keyword

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.3...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.4

v2.18.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.2...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.3

v2.18.2

Compare Source

Bug Fixes
  • cli: freebsd ci template (0f42e21)

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.1...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.2

v2.18.1

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.0...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.1

v2.18.0

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).17.0...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).18.0

v2.17.0

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).16.5...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).17.0

v2.16.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).16.4...[@​napi-rs/cli](https://togithub.com/napi-rs/cli)[@​2](https://togithub.com/2).16.5

v2.16.4

Compare Source

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.16.4

actions/cache (actions/cache)

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

actions/setup-node (actions/setup-node)

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

nodejs/node (node)

v18.20.4

Compare Source

v18.20.3: 2024-05-21, Version 18.20.3 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release fixes a regression introduced in Node.js 18.19.0 where http.server.close() was incorrectly closing idle connections.

A fix has also been included for compiling Node.js from source with newer versions of Clang.

The list of keys used to sign releases has been synchronized with the current list from the main branch.

Updated dependencies
  • acorn updated to 8.11.3.
  • acorn-walk updated to 8.3.2.
  • ada updated to 2.7.8.
  • c-ares updated to 1.28.1.
  • corepack updated to 0.28.0.
  • nghttp2 updated to 1.61.0.
  • ngtcp2 updated to 1.3.0.
  • npm updated to 10.7.0. Includes a fix from [email protected] to limit the number of open connections npm/cli#7324.
  • simdutf updated to 5.2.4.
  • zlib updated to 1.3.0.1-motley-7d77fb7.
Commits

v18.20.2: 2024-04-10, Version 18.20.2 'Hydrogen' (LTS), @​RafaelGSS

Compare Source

This is a security release.

Notable Changes
  • CVE-2024-27980 - Command injection via args parameter of child_process.spawn without shell option enabled on Windows
Commits

v18.20.1

Compare Source

v18.20.0

Compare Source

v18.19.1

Compare Source

v18.19.0

Compare Source

v18.18.2

Compare Source

v18.18.1: 2023-10-10, Version 18.18.1 'Hydrogen' (LTS), @​richardlau

Compare Source

Notable Changes

This release addresses some regressions that appeared in Node.js 18.18.0:

  • (Windows) FS can not handle certain characters in file name #​48673
  • 18 and 20 node images give error - Text file busy (after re-build images) nodejs/docker-node#1968
  • libuv update in 18.18.0 breaks webpack's thread-loader #​49911

The libuv 1.45.0 and 1.46.0 updates that were released in Node.js 18.18.0 have been temporarily reverted.

Commits

v18.18.0: 2023-09-18, Version 18.18.0 'Hydrogen' (LTS), @​ruyadorno

Compare Source

Notable Changes
Commits

Configuration

📅 Schedule: Branch creation - "" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 6e54979 to 78434c2 Compare May 7, 2024 12:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 76d61b0 to 150c26c Compare May 21, 2024 14:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from abc0641 to ce6f292 Compare June 5, 2024 07:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1f28c7a to c2c3351 Compare July 1, 2024 12:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c2c3351 to b263e06 Compare July 8, 2024 19:56
@renovate renovate bot merged commit 55ebd75 into main Jul 8, 2024
32 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 8, 2024 21:26
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