Skip to content

Commit

Permalink
Merged PR 12163: Update dependency lint-staged to v15
Browse files Browse the repository at this point in the history
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

-   [#&#8203;1217](lint-staged/lint-staged#1217) [`d2e6f8b`](lint-staged/lint-staged@d2e6f8b) Thanks [@&#8203;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

-   [#&#8203;1322](lint-staged/lint-staged#1322) [`66b93aa`](lint-staged/lint-staged@66b93aa) Thanks [@&#8203;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).
  • Loading branch information
s-ch-Renovate-TechnicalUser authored and wendlans committed Oct 16, 2023
2 parents 57f74d4 + b536091 commit 7c97b4c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 38 deletions.
90 changes: 53 additions & 37 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^14.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"puppeteer": "^21.0.0",
"typescript": "~4.9.5"
Expand Down

0 comments on commit 7c97b4c

Please sign in to comment.