Skip to content

Commit

Permalink
chore(deps): update node.js to v22.11.0 (#56)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | OpenSSF |
|---|---|---|---|---|
| [node](https://redirect.github.com/nodejs/node) | stage | minor |
`22.10.0` -> `22.11.0` | [![OpenSSF
Scorecard](https://api.securityscorecards.dev/projects/github.com/nodejs/node/badge)](https://securityscorecards.dev/viewer/?uri=github.com/nodejs/node)
|

---

### Release Notes

<details>
<summary>nodejs/node (node)</summary>

###
[`v22.11.0`](https://redirect.github.com/nodejs/node/releases/tag/v22.11.0):
2024-10-29, Version 22.11.0 &#x27;Jod&#x27; (LTS), @&#8203;richardlau

[Compare
Source](https://redirect.github.com/nodejs/node/compare/v22.10.0...v22.11.0)

##### Notable Changes

This release marks the transition of Node.js 22.x into Long Term Support
(LTS)
with the codename 'Jod'. The 22.x release line now moves into "Active
LTS"
and will remain so until October 2025. After that time, it will move
into
"Maintenance" until end of life in April 2027.

Other than updating metadata, such as the `process.release` object, to
reflect
that the release is LTS, no further changes from Node.js 22.10.0 are
included.

##### OpenSSL 3.x

Official binaries for Node.js 22.x currently include OpenSSL 3.0.x (more
specifically, the [quictls OpenSSL
fork](https://redirect.github.com/quictls/openssl)).
OpenSSL 3.0.x is the currently designated long term support version that
is
scheduled to be supported until 7th September 2026, which is within the
expected
lifetime of Node.js 22.x. We are expecting upstream OpenSSL to announce
a
successor long term support version prior to that date and since OpenSSL
now
follows a semantic versioning-like versioning scheme we expect to be
able to
update to the next long term supported version of OpenSSL during the
lifetime of
Node.js 22.x.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" (UTC), Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/settlemint/solidity-token-erc721).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEzNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 10e6d83 commit d611aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.10.0 AS build
FROM node:22.11.0 AS build

RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \
export DEBIAN_FRONTEND=noninteractive && \
Expand Down

0 comments on commit d611aec

Please sign in to comment.