-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
feat: require at least Node.js 18.12.0 #1322
Conversation
Ping @okonet , merging this PR should open an automatic 🦋 changeset PR, which will create a new release when merged. |
Codecov ReportPatch has no changes to coverable lines. 📢 Thoughts on this report? Let us know!. |
I removed the node 16 from required checks. |
@okonet Something went wrong with creating the chageset PR: https://github.com/okonet/lint-staged/actions/runs/6154606596/job/16700278548#step:6:56 I guess the |
Hmm, that is the built-in token which works fine in my own project... let me search around what causes this. |
This might be because of the permission boundary in the workflow, let me open a PR: EDIT: needs |
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lint-staged](https://github.com/okonet/lint-staged) | devDependencies | major | [`^14.0.0` -> `^15.0.0`](https://renovatebot.com/diffs/npm/lint-staged/14.0.1/15.0.1) | --- ### Release Notes <details> <summary>okonet/lint-staged (lint-staged)</summary> ### [`v15.0.1`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1501) [Compare Source](lint-staged/lint-staged@v15.0.0...v15.0.1) ##### Patch Changes - [#​1217](lint-staged/lint-staged#1217) [`d2e6f8b`](lint-staged/lint-staged@d2e6f8b) Thanks [@​louneskmt](https://github.com/louneskmt)! - Previously it was possible for a function task to mutate the list of staged files passed to the function, and accidentally affect the generation of other tasks. This is now fixed by passing a copy of the original file list instead. ### [`v15.0.0`](https://github.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1500) [Compare Source](lint-staged/lint-staged@v14.0.1...v15.0.0) ##### Major Changes - [#​1322](lint-staged/lint-staged#1322) [`66b93aa`](lint-staged/lint-staged@66b93aa) Thanks [@​iiroj](https://github.com/iiroj)! - **Require at least Node.js 18.12.0** This release drops support for Node.js 16, which is EOL after 2023-09-11. Please upgrade your Node.js to the latest version. Additionally, all dependencies have been updated to their latest versions. </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 rename PR to start with "rebase!". 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Require at least Node.js 18.12.0
This release drops support for Node.js 16, which is EOL after 2023-09-11.
Please upgrade your Node.js to the latest version.
Additionally, all dependencies have been updated to their latest versions.