Skip to content

Commit

Permalink
feat(docker-image)!: Update Node.js to v20 (#181)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://togithub.com/nodejs/node) | final | major | `18-bullseye` -> `20-bullseye` |

---

### Release Notes

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

### [`v20`](https://togithub.com/nodejs/node/blob/HEAD/CHANGELOG.md#2016-05-06-Version-01214-Maintenance--rvagg)

<a href="doc/changelogs/CHANGELOG_V012.md#0.12.14">Moved to doc/changelogs/CHANGELOG_V012.md#0.12.14</a>.

### [`v19`](https://togithub.com/nodejs/node/blob/HEAD/CHANGELOG.md#2015-03-19-Version-160-chrisdickinson)

<a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.0">Moved to doc/changelogs/CHANGELOG_IOJS.md#1.6.0</a>.

</details>

---

### Configuration

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

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

♻ **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.

---

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

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNjQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
  • Loading branch information
ogkevin-robot[bot] authored Dec 5, 2023
1 parent b9a6e7f commit 49f5272
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/chai": "4.3.11",
"@types/mocha": "10.0.6",
"@types/node": "18.19.2",
"@types/node": "20.10.3",
"@types/sql.js": "1.4.9",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
Expand All @@ -41,6 +41,6 @@
"sql.js": "1.8.0"
},
"engines": {
"node": ">=18.0.0 <19.0.0"
"node": ">=18.0.0 <21.0.0"
}
}

0 comments on commit 49f5272

Please sign in to comment.