Skip to content

Commit

Permalink
chore(deps-dev): bump lint-staged from 13.2.0 to 15.0.2 (#867)
Browse files Browse the repository at this point in the history
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.2.0
to 15.0.2.
<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.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/lint-staged/lint-staged/pull/1339">#1339</a>
<a
href="https://github.com/lint-staged/lint-staged/commit/8e82364dd89155e96de574cfb38a94d28b8635af"><code>8e82364</code></a>
Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! -
Update dependencies, including [email protected] to fix an upstream issue
affecting lint-staged.</li>
</ul>
<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>
<h2>v14.0.1</h2>
<h2><a
href="https://github.com/okonet/lint-staged/compare/v14.0.0...v14.0.1">14.0.1</a>
(2023-08-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix reading config from stdin, introduced in v14.0.0 (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1317">#1317</a>)
(<a
href="https://github.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e">fc3bfea</a>)</li>
</ul>
<h2>v14.0.0</h2>
<h1><a
href="https://github.com/okonet/lint-staged/compare/v13.3.0...v14.0.0">14.0.0</a>
(2023-08-13)</h1>
<h3>Features</h3>
<ul>
<li>drop support for Node.js 14 (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1312">#1312</a>)
(<a
href="https://github.com/okonet/lint-staged/commit/9da877711a7547b9122c6af91683fb2a2f398184">9da8777</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Please upgrade your Node.js version to at least
<code>16.14.0</code>.</li>
</ul>
<h2>v13.3.0</h2>
<h1><a
href="https://github.com/okonet/lint-staged/compare/v13.2.3...v13.3.0">13.3.0</a>
(2023-08-13)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>dependencies:</strong> update most dependencies (<a
href="https://github.com/okonet/lint-staged/commit/7443870b2c24ead8613295cbfa1fe80f96167e1c">7443870</a>)</li>
<li>detect duplicate redundant braces in pattern (<a
href="https://github.com/okonet/lint-staged/commit/d895aa8382b769f841c6bdc52ba59755bb0ed28b">d895aa8</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/lint-staged/lint-staged/pull/1339">#1339</a>
<a
href="https://github.com/lint-staged/lint-staged/commit/8e82364dd89155e96de574cfb38a94d28b8635af"><code>8e82364</code></a>
Thanks <a href="https://github.com/iiroj"><code>@​iiroj</code></a>! -
Update dependencies, including [email protected] to fix an upstream issue
affecting lint-staged.</li>
</ul>
<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>
<h2><a
href="https://github.com/okonet/lint-staged/releases/tag/v14.0.1">v14.0.1</a>
- 21 Aug 2023</h2>
<h3>Bug Fixes</h3>
<ul>
<li>fix reading config from stdin, introduced in v14.0.0 (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1317">#1317</a>)
(<a
href="https://github.com/okonet/lint-staged/commit/fc3bfeabae29b65f99b6911a989b0b41d3d1128e">fc3bfea</a>)</li>
</ul>
<h2><a
href="https://github.com/okonet/lint-staged/releases/tag/v14.0.0">v14.0.0</a>
- 13 Aug 2023</h2>
<h3>Features</h3>
<ul>
<li>drop support for Node.js 14 (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1312">#1312</a>)
(<a
href="https://github.com/okonet/lint-staged/commit/9da877711a7547b9122c6af91683fb2a2f398184">9da8777</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Please upgrade your Node.js version to at least
<code>16.14.0</code>.</li>
</ul>
<h2><a
href="https://github.com/okonet/lint-staged/releases/tag/v13.3.0">v13.3.0</a>
- 13 Aug 2023</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>dependencies:</strong> update most dependencies (<a
href="https://github.com/okonet/lint-staged/commit/7443870b2c24ead8613295cbfa1fe80f96167e1c">7443870</a>)</li>
<li>detect duplicate redundant braces in pattern (<a
href="https://github.com/okonet/lint-staged/commit/d895aa8382b769f841c6bdc52ba59755bb0ed28b">d895aa8</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>dependencies:</strong> update <code>[email protected]</code> (<a
href="https://github.com/okonet/lint-staged/commit/09844ca3f6b99feba8f3c0ea10e60a6e6df511ad">09844ca</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/2ca665253fbd6ef57db3e3bb14a000058e527f91"><code>2ca6652</code></a>
chore(changeset): release (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1340">#1340</a>)</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/8e82364dd89155e96de574cfb38a94d28b8635af"><code>8e82364</code></a>
fix(deps): update dependencies (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1339">#1339</a>)</li>
<li><a
href="https://github.com/lint-staged/lint-staged/commit/500f45fffc74cf43d148e2097c3640265d710f3e"><code>500f45f</code></a>
refactor: update desc when pass --diff option (<a
href="https://redirect.github.com/okonet/lint-staged/issues/1230">#1230</a>)</li>
<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 &quot;npm
publish&quot;</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>Additional commits viewable in <a
href="https://github.com/okonet/lint-staged/compare/v13.2.0...v15.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lint-staged&package-manager=npm_and_yarn&previous-version=13.2.0&new-version=15.0.2)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 4bb5bb1 commit 5be669c
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 486 deletions.
Loading

0 comments on commit 5be669c

Please sign in to comment.