Commit bde1af7
authored
chore(deps-dev): Bump lint-staged from 14.0.1 to 15.0.1 (#544)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1
to 15.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/okonet/lint-staged/releases">lint-staged's
releases</a>.</em></p>
<blockquote>
<h2>v15.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/lint-staged/lint-staged/pull/1217">#1217</a>
<a
href="https://github.com/lint-staged/lint-staged/commit/d2e6f8b1e1cd84ba6eb2f3f6a7f650c882987041"><code>d2e6f8b</code></a>
Thanks <a
href="https://github.com/louneskmt"><code>@louneskmt</code></a>! -
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.</li>
</ul>
<h2>v15.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/okonet/lint-staged/pull/1322">#1322</a>
<a
href="https://github.com/okonet/lint-staged/commit/66b93aac870d155ca81302b2574617da99409ca7"><code>66b93aa</code></a>
Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! -
<strong>Require at least Node.js 18.12.0</strong></p>
<p>This release drops support for Node.js 16, which is EOL after
2023-09-11.
Please upgrade your Node.js to the latest version.</p>
<p>Additionally, all dependencies have been updated to their latest
versions.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md">lint-staged's
changelog</a>.</em></p>
<blockquote>
<h2>15.0.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/lint-staged/lint-staged/pull/1217">#1217</a>
<a
href="https://github.com/lint-staged/lint-staged/commit/d2e6f8b1e1cd84ba6eb2f3f6a7f650c882987041"><code>d2e6f8b</code></a>
Thanks <a
href="https://github.com/louneskmt"><code>@louneskmt</code></a>! -
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.</li>
</ul>
<h2>15.0.0</h2>
<h3>Major Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/okonet/lint-staged/pull/1322">#1322</a>
<a
href="https://github.com/okonet/lint-staged/commit/66b93aac870d155ca81302b2574617da99409ca7"><code>66b93aa</code></a>
Thanks <a href="https://github.com/iiroj"><code>@iiroj</code></a>! -
<strong>Require at least Node.js 18.12.0</strong></p>
<p>This release drops support for Node.js 16, which is EOL after
2023-09-11.
Please upgrade your Node.js to the latest version.</p>
<p>Additionally, all dependencies have been updated to their latest
versions.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/e799ce175a5f693fa642069785148384328e52ba"><code>e799ce1</code></a>
chore(changeset): release</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/67e3854ce6070ed11d72ae7411ac8efd1dac9455"><code>67e3854</code></a>
fix: run task command on files deep copy (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1217">#1217</a>)</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/d2e6f8b1e1cd84ba6eb2f3f6a7f650c882987041"><code>d2e6f8b</code></a>
fix: run task command on files deep copy</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/499e3679d0030cf75b7510f2b5580aaed0551b62"><code>499e367</code></a>
ci: remove dependabot config</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/ac54ea51f270d92ec1fa32c4de151dd5076c4d8c"><code>ac54ea5</code></a>
ci: rename npm script, because it was triggered when running "npm
publish"</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/3949492ff4c716087a2bab0eb519b0696b985ac7"><code>3949492</code></a>
ci: update Actions workflow for publishing Changeset releases to npm
correctly</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/59ff2efcbf789905bc93e78b8ac6b1916e6bf021"><code>59ff2ef</code></a>
Merge pull request <a
href="https://redirect.github.com/okonet/lint-staged/issues/1328">#1328</a>
from lint-staged/changeset-release/master</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/dd89e1628946cf81856bdd33e7f3ae282ab8e8a6"><code>dd89e16</code></a>
chore(changeset): release</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/244faa923a4371311f53cac46047e22210540d7f"><code>244faa9</code></a>
chore(deps): update dependencies (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1330">#1330</a>)</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/50cc3cc1e0baa1d45907c7520c654a5851fd4fc8"><code>50cc3cc</code></a>
docs: add information about ESLint --no-warn-ignored (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1332">#1332</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/okonet/lint-staged/compare/v14.0.1...v15.0.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 644dc8e commit bde1af7
2 files changed
+54
-38
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments