Commit Graph

20 Commits

Author SHA1 Message Date
dependabot[bot]
116ba92ca2 Bump markdownlint-rule-relative-links from 3.0.0 to 4.0.1 in /docs (#1068)
Bumps
[markdownlint-rule-relative-links](https://github.com/theoludwig/markdownlint-rule-relative-links)
from 3.0.0 to 4.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/releases">markdownlint-rule-relative-links's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.1</h2>
<h2><a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v4.0.0...v4.0.1">4.0.1</a>
(2024-12-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>use <code>.markdownlint-cli2.mjs</code> for the configuration file
(<a
href="db57d67b0b">db57d67</a>)</li>
</ul>
<h2>v4.0.0</h2>
<h1><a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v3.0.0...v4.0.0">4.0.0</a>
(2024-12-28)</h1>
<h3>Features</h3>
<ul>
<li>usage of ESM modules imports (instead of CommonJS) (<a
href="aa24db4fac">aa24db4</a>),
closes <a
href="https://redirect.github.com/theoludwig/markdownlint-rule-relative-links/issues/10">#10</a></li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>This package is now pure ESM</li>
<li>minimum supported Node.js &gt;= 22.0.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="db57d67b0b"><code>db57d67</code></a>
fix: use <code>.markdownlint-cli2.mjs</code> for the configuration
file</li>
<li><a
href="aa24db4fac"><code>aa24db4</code></a>
feat: usage of ESM modules imports (instead of CommonJS)</li>
<li><a
href="b4a04d2e8e"><code>b4a04d2</code></a>
chore: remove not needed npm engine requirement</li>
<li><a
href="54e45d3e5d"><code>54e45d3</code></a>
build(deps): update latest</li>
<li><a
href="dd70d6da3a"><code>dd70d6d</code></a>
chore: remove usage of git hooks (husky, lint-staged, commitlint) +
usage of ...</li>
<li>See full diff in <a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v3.0.0...v4.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdownlint-rule-relative-links&package-manager=npm_and_yarn&previous-version=3.0.0&new-version=4.0.1)](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>
Co-authored-by: Erik Vroon <erik.vroon@channable.com>
2025-02-03 08:43:12 +00:00
dependabot[bot]
02a03fc47c Bump @trivago/prettier-plugin-sort-imports from 4.3.0 to 5.0.1 in /docs (#1041)
Bumps
[@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports)
from 4.3.0 to 5.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/trivago/prettier-plugin-sort-imports/releases"><code>@​trivago/prettier-plugin-sort-imports</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v5.0.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.0...v5.0.1">https://github.com/trivago/prettier-plugin-sort-imports/compare/v5.0.0...v5.0.1</a></p>
<h2>v5.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Updated dependencies by <a
href="https://github.com/vladislavarsenev"><code>@​vladislavarsenev</code></a>
in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/316">trivago/prettier-plugin-sort-imports#316</a></li>
<li>svelte import sort by <a
href="https://github.com/canarddemagret"><code>@​canarddemagret</code></a>
in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/310">trivago/prettier-plugin-sort-imports#310</a></li>
<li>feature: order respects side effect imports by <a
href="https://github.com/vladislavarsenev"><code>@​vladislavarsenev</code></a>
in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/320">trivago/prettier-plugin-sort-imports#320</a></li>
<li>(<a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/issues/276">#276</a>)
Fixed dollar sign group replace in vue preprocessor by <a
href="https://github.com/adamDilger"><code>@​adamDilger</code></a> in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/283">trivago/prettier-plugin-sort-imports#283</a></li>
<li>chore: describe the sort-imports-ignore comment in the README by <a
href="https://github.com/lorenzodejong"><code>@​lorenzodejong</code></a>
in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/307">trivago/prettier-plugin-sort-imports#307</a></li>
<li>chore: Update <code>README</code> for <code>prettier</code> v3.x by
<a
href="https://github.com/basselworkforce"><code>@​basselworkforce</code></a>
in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/242">trivago/prettier-plugin-sort-imports#242</a></li>
<li>fix incorrect location of colon in environment section on bug report
template by <a
href="https://github.com/DetachHead"><code>@​DetachHead</code></a> in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/221">trivago/prettier-plugin-sort-imports#221</a></li>
<li>Updated compatibility in README.md by <a
href="https://github.com/elite174"><code>@​elite174</code></a> in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/257">trivago/prettier-plugin-sort-imports#257</a></li>
<li>feat: support importOrderImportAttributesKeyword by <a
href="https://github.com/chentsulin"><code>@​chentsulin</code></a> in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/273">trivago/prettier-plugin-sort-imports#273</a></li>
<li>version 5 by <a
href="https://github.com/byara"><code>@​byara</code></a> in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/214">trivago/prettier-plugin-sort-imports#214</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/vladislavarsenev"><code>@​vladislavarsenev</code></a>
made their first contribution in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/316">trivago/prettier-plugin-sort-imports#316</a></li>
<li><a
href="https://github.com/canarddemagret"><code>@​canarddemagret</code></a>
made their first contribution in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/310">trivago/prettier-plugin-sort-imports#310</a></li>
<li><a
href="https://github.com/lorenzodejong"><code>@​lorenzodejong</code></a>
made their first contribution in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/307">trivago/prettier-plugin-sort-imports#307</a></li>
<li><a
href="https://github.com/DetachHead"><code>@​DetachHead</code></a> made
their first contribution in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/221">trivago/prettier-plugin-sort-imports#221</a></li>
<li><a href="https://github.com/elite174"><code>@​elite174</code></a>
made their first contribution in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/257">trivago/prettier-plugin-sort-imports#257</a></li>
<li><a
href="https://github.com/chentsulin"><code>@​chentsulin</code></a> made
their first contribution in <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/273">trivago/prettier-plugin-sort-imports#273</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.3.0...v5.0.0">https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.3.0...v5.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md"><code>@​trivago/prettier-plugin-sort-imports</code>'s
changelog</a>.</em></p>
<blockquote>
<h3>v5.0.1</h3>
<ul>
<li>Clean up unwanted packages and unpin dependencies <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/322">#322</a></li>
</ul>
<h3>v5.0.0</h3>
<h4>New features</h4>
<ul>
<li>Type imports <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/153">#153</a>
by <a href="https://github.com/broofa">Xenfo</a></li>
<li>Svelte support <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/310">#310</a>
by <a href="https://github.com/canarddemagret">canarddemagret</a></li>
<li>Side effect import support <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/320">#320</a>
by <a href="https://github.com/blutorange">blutorange</a> and <a
href="https://github.com/vladislavarsenev">vladislavarsenev</a></li>
<li>Fixed dollar sign group replace in Vue <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/283">#283</a>
by <a href="https://github.com/adamDilger">adamDilger</a></li>
<li>Support <code>importOrderImportAttributesKeyword</code> <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/pull/273">#273</a>
by <a href="https://github.com/chentsulin">chentsulin</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="47ccf54114"><code>47ccf54</code></a>
5.0.1</li>
<li><a
href="51581c8257"><code>51581c8</code></a>
Changelog for version 5.0.1</li>
<li><a
href="35d7b0b0ec"><code>35d7b0b</code></a>
5.0.0</li>
<li><a
href="60f5a562ea"><code>60f5a56</code></a>
Changelog for version 5</li>
<li><a
href="a4bba47c68"><code>a4bba47</code></a>
Merge pull request <a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/issues/214">#214</a>
from trivago/v5</li>
<li><a
href="3341a5084b"><code>3341a50</code></a>
feat: support importOrderImportAttributesKeyword (<a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/issues/273">#273</a>)</li>
<li><a
href="f545d2dd77"><code>f545d2d</code></a>
Merge branch 'main' of github.com:trivago/prettier-plugin-sort-imports
into v5</li>
<li><a
href="8dd40908bb"><code>8dd4090</code></a>
Updated compatibility in README.md (<a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/issues/257">#257</a>)</li>
<li><a
href="fe88d2d963"><code>fe88d2d</code></a>
fix typo on bug report template (<a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/issues/221">#221</a>)</li>
<li><a
href="ea30e7aeb9"><code>ea30e7a</code></a>
chore: Update <code>README</code> for <code>prettier</code> v3.x (<a
href="https://redirect.github.com/trivago/prettier-plugin-sort-imports/issues/242">#242</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.3.0...v5.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@trivago/prettier-plugin-sort-imports&package-manager=npm_and_yarn&previous-version=4.3.0&new-version=5.0.1)](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>
2024-12-06 04:45:15 +00:00
dependabot[bot]
a94328e14d Bump eslint-plugin-testing-library from 6.2.0 to 7.0.0 in /docs (#1024)
Bumps
[eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library)
from 6.2.0 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testing-library/eslint-plugin-testing-library/releases">eslint-plugin-testing-library's
releases</a>.</em></p>
<blockquote>
<h2>v7.0.0</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.5.0...v7.0.0">7.0.0</a>
(2024-11-23)</h1>
<p>You can follow the <a
href="https://github.com/testing-library/eslint-plugin-testing-library/blob/main/docs/migration-guides/v7.md">migration
guide to v7</a>.</p>
<h3>BREAKING CHANGES</h3>
<ul>
<li>Requires Node@^18.18.0 || ^20.9.0 || &gt;=21.1.0</li>
<li>Requires ESLint  <code>^8.57.0</code>, or <code>^9.0.0</code></li>
</ul>
<h3>Features</h3>
<ul>
<li>Full support for ESLint v9 (v8 still compatible) and
typescript-eslint v8</li>
</ul>
<p>Co-authored-by: <a
href="https://github.com/MichaelDeBoey"><code>@​MichaelDeBoey</code></a></p>
<h2>v7.0.0-beta.6</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0-beta.5...v7.0.0-beta.6">7.0.0-beta.6</a>
(2024-11-19)</h1>
<h3>Features</h3>
<ul>
<li><strong>deps:</strong> update to <code>@typescript-eslint/*</code>
v8 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/955">#955</a>)
(<a
href="e015071a6c">e015071</a>)</li>
</ul>
<h2>v7.0.0-beta.5</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0-beta.4...v7.0.0-beta.5">7.0.0-beta.5</a>
(2024-11-01)</h1>
<h3>Features</h3>
<ul>
<li><strong>deps-dev:</strong> update <code>eslint-plugin-jest</code>
(<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/954">#954</a>)
(<a
href="61bb2ea5e1">61bb2ea</a>)</li>
</ul>
<h2>v7.0.0-beta.4</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0-beta.3...v7.0.0-beta.4">7.0.0-beta.4</a>
(2024-10-31)</h1>
<h3>Features</h3>
<ul>
<li><strong>deps:</strong> update to <code>@typescript-eslint/*</code>
v7 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/947">#947</a>)
(<a
href="330881f332">330881f</a>)</li>
</ul>
<h2>v7.0.0-beta.3</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0-beta.2...v7.0.0-beta.3">7.0.0-beta.3</a>
(2024-10-30)</h1>
<h3>Features</h3>
<ul>
<li><strong>deps:</strong> update to <code>@typescript-eslint/*</code>
v6 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/945">#945</a>)
(<a
href="f07ee6431e">f07ee64</a>)</li>
</ul>
<h2>v7.0.0-beta.2</h2>
<h1><a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v7.0.0-beta.1...v7.0.0-beta.2">7.0.0-beta.2</a>
(2024-10-30)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="13645b786d"><code>13645b7</code></a>
chore: v7 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/901">#901</a>)</li>
<li><a
href="3615223d6e"><code>3615223</code></a>
build(deps-dev): bump <code>@​swc/core</code> from 1.7.36 to 1.9.2 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/965">#965</a>)</li>
<li><a
href="1f1567484b"><code>1f15674</code></a>
build(deps-dev): bump <code>@​types/node</code> from 20.16.12 to 22.8.6
(<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/950">#950</a>)</li>
<li><a
href="041dc1bb50"><code>041dc1b</code></a>
feat: add TypeScript types (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/963">#963</a>)</li>
<li><a
href="a7344356b9"><code>a734435</code></a>
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn
group (...</li>
<li><a
href="6154688934"><code>6154688</code></a>
build(deps): bump codecov/codecov-action from 4 to 5 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/959">#959</a>)</li>
<li><a
href="c32a06ecf6"><code>c32a06e</code></a>
chore: use Node 22 for main tests (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/960">#960</a>)</li>
<li><a
href="657ed01ce2"><code>657ed01</code></a>
feat: support ESLint v9 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/928">#928</a>)</li>
<li><a
href="9a4d7e98e0"><code>9a4d7e9</code></a>
test: run against ESLint v9 (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/926">#926</a>)</li>
<li><a
href="ca53641054"><code>ca53641</code></a>
fix: update dependencies (<a
href="https://redirect.github.com/testing-library/eslint-plugin-testing-library/issues/940">#940</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/testing-library/eslint-plugin-testing-library/compare/v6.2.0...v7.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-testing-library&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=7.0.0)](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>
2024-11-25 04:29:00 +00:00
dependabot[bot]
d31c78069c Bump @next/eslint-plugin-next from 14.0.3 to 15.0.0 in /docs (#959)
Bumps
[@next/eslint-plugin-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next)
from 14.0.3 to 15.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases"><code>@​next/eslint-plugin-next</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v15.0.0</h2>
<h3>Core Changes</h3>
<ul>
<li>refactor: next-flight-client-module-loader return conditions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64348">#64348</a></li>
<li>Fix Server Action error logs for unhandled POST requests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64315">#64315</a></li>
<li>Shared Revalidate Timings: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64370">#64370</a></li>
<li>Freeze loaded manifests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64313">#64313</a></li>
<li>test: skip turbopack build test: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64356">#64356</a></li>
<li>Fix: css in next/dynamic component in edge runtime: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64382">#64382</a></li>
<li>Fix more Turbopack build tests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64384">#64384</a></li>
<li>use pathToFileUrl to make esm import()s work with absolute windows
paths: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64386">#64386</a></li>
<li>Improve rendering performance: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64408">#64408</a></li>
<li>Fix the method prop case in Server Actions transform: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64398">#64398</a></li>
<li>fix(next-lint): update option --report-unused-disable-directives to
--report-unused-disable-directives-severity: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64405">#64405</a></li>
<li>Revert &quot;Fix: css in next/dynamic component in edge
runtime&quot;: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64442">#64442</a></li>
<li>default fetchCache to no-store when force-dynamic is set: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64145">#64145</a></li>
<li>router restore should take priority over pending actions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64449">#64449</a></li>
<li>Fix client boundary inheritance for barrel optimization: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64467">#64467</a></li>
<li>improve turborepo caching: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64493">#64493</a></li>
<li>Update font data: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64481">#64481</a></li>
<li>BREAKING CHANGE: remove deprecated analyticsId from config, and the
corresponding performance-relayer files and tests: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64199">#64199</a></li>
<li>feat: strip traceparent header from cachekey: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64499">#64499</a></li>
<li>Fix typo in dynamic-rendering.ts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64365">#64365</a></li>
<li>fix(next): global not-found not working on multi-root layouts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/63053">#63053</a></li>
<li>chore(next): add keywords on package.json: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64173">#64173</a></li>
<li>Fix DynamicServerError not being thrown in fetch: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64511">#64511</a></li>
<li>fix: <code>lib/helpers/install.ts</code> to better support pnpm and
properly respect <code>root</code> argument: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64418">#64418</a></li>
<li>fix(next): <code>Metadata.openGraph</code> values not resolving
basic values when <code>type</code> is set: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/63620">#63620</a></li>
<li>disable production chunking in dev: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64488">#64488</a></li>
<li>update turbopack: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64501">#64501</a></li>
<li>Turbopack: Allow client components to be imported in app routes: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64520">#64520</a></li>
<li>refactor: remove always truthy flag: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64522">#64522</a></li>
<li>Turbopack: don’t show long internal stack traces on build errors: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64427">#64427</a></li>
<li>next/script: Correctly apply async and defer props: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/52939">#52939</a></li>
<li>chore(next/font): update <code>@​capsizecss/metrics</code> package:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64528">#64528</a></li>
<li>feat: add information that revalidate interval is in seconds: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64229">#64229</a></li>
<li>Typo &quot;Minifer&quot; in config.ts: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64359">#64359</a></li>
<li>Enhance types for Node and Edge envionments: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64454">#64454</a></li>
<li>feat: Add a validation for <code>postcss</code> with
<code>useLightningcss</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64379">#64379</a></li>
<li>fix HMR for cases where chunking changes: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64367">#64367</a></li>
<li>perf: improve Pages Router server rendering performance: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64461">#64461</a></li>
<li>Fix cjs client components tree-shaking: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64558">#64558</a></li>
<li>fix refresh behavior for discarded actions: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64532">#64532</a></li>
<li>fix: filter out middleware requests in logging: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64549">#64549</a></li>
<li>chore: remove unused rust dependencies: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/62176">#62176</a></li>
<li>fix(next-swc): correctly set wasm fallback for known target triples:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64567">#64567</a></li>
<li>memoize layout router context: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64575">#64575</a></li>
<li>fix incorrect refresh request when basePath is set: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64589">#64589</a></li>
<li>fix TypeError edge-case for parallel slots rendered multiple times:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64271">#64271</a></li>
<li>Fix ASL bundling for dynamic css: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next/issues/64451">#64451</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="51bfe3c186"><code>51bfe3c</code></a>
v15.0.0</li>
<li><a
href="48214569e9"><code>4821456</code></a>
v15.0.0-canary.205</li>
<li><a
href="0aba53da41"><code>0aba53d</code></a>
v15.0.0-canary.204</li>
<li><a
href="9e0d46ac8b"><code>9e0d46a</code></a>
v15.0.0-canary.203</li>
<li><a
href="de26339920"><code>de26339</code></a>
v15.0.0-canary.202</li>
<li><a
href="7dc857467c"><code>7dc8574</code></a>
v15.0.0-canary.201</li>
<li><a
href="e40ea76969"><code>e40ea76</code></a>
v15.0.0-canary.200</li>
<li><a
href="f7a5b872cc"><code>f7a5b87</code></a>
v15.0.0-canary.199</li>
<li><a
href="3de04dc932"><code>3de04dc</code></a>
v15.0.0-canary.198</li>
<li><a
href="fdb47af5d0"><code>fdb47af</code></a>
v15.0.0-canary.197</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v15.0.0/packages/eslint-plugin-next">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@next/eslint-plugin-next&package-manager=npm_and_yarn&previous-version=14.0.3&new-version=15.0.0)](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>
2024-10-22 09:30:56 +02:00
dependabot[bot]
56338f2dac Bump eslint-plugin-react-hooks from 4.6.0 to 5.0.0 in /docs (#953)
Bumps
[eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks)
from 4.6.0 to 5.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/react/releases">eslint-plugin-react-hooks's
releases</a>.</em></p>
<blockquote>
<h2>eslint-plugin-react-hooks@5.0.0 (Oct 11, 2024)</h2>
<p>This release only contains <code>eslint-plugin-react-hooks</code>.
Notably, new violations and support for ESLint v9 were added.</p>
<h2><code>eslint-plugin-react-hooks</code></h2>
<ul>
<li><strong>New Violations:</strong> Component names now need to start
with an uppercase letter instead of a non-lowercase letter. This means
<code>_Button</code> or <code>_component</code> are no longer valid. (<a
href="https://github.com/kassens"><code>@​kassens</code></a>) in <a
href="https://redirect.github.com/facebook/react/pull/25162">#25162</a>
For example, in
<pre lang="tsx"><code>function _Component() {
  useState()
^^^^^^^^ A React Hook &quot;useState&quot; is called in function
&quot;_Component&quot; which is neither a Component nor a custom React
Hook function.
}
</code></pre>
<code>_Component</code> should be renamed to
<code>Component</code>.</li>
</ul>
<ul>
<li>Add support for ESLint v9. (<a
href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/28773">#28773</a>)</li>
<li>Consider dispatch from <code>useActionState</code> stable. (<a
href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/29665">#29665</a>)</li>
<li>Accept <code>as</code> expression in callback. (<a
href="https://github.com/StyleShit"><code>@​StyleShit</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/28202">#28202</a>)</li>
<li>Accept <code>as</code> expressions in deps array. (<a
href="https://github.com/StyleShit"><code>@​StyleShit</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/28189">#28189</a>)</li>
<li>Treat <code>React.use()</code> the same as <code>use()</code>. (<a
href="https://github.com/kassens"><code>@​kassens</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27769">#27769</a>)</li>
<li>Move <code>use()</code> lint to non-experimental. (<a
href="https://github.com/kassens"><code>@​kassens</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27768">#27768</a>)</li>
<li>Support Flow <code>as</code> expressions. (<a
href="https://github.com/cpojer"><code>@​cpojer</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27590">#27590</a>)</li>
<li>Allow <code>useEffect(fn, undefined)</code>. (<a
href="https://github.com/kassens"><code>@​kassens</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27525">#27525</a>)</li>
<li>Disallow hooks in async functions. (<a
href="https://github.com/acdlite"><code>@​acdlite</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27045">#27045</a>)</li>
<li>Rename experimental <code>useEvent</code> to
<code>useEffectEvent</code>. (<a
href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in
<a
href="https://redirect.github.com/facebook/react/pull/25881">#25881</a>)</li>
<li>Lint for presence of <code>useEvent</code> functions in dependency
lists. (<a href="https://github.com/poteto"><code>@​poteto</code></a> in
<a
href="https://redirect.github.com/facebook/react/pull/25512">#25512</a>)</li>
<li>Check <code>useEvent</code> references instead. (<a
href="https://github.com/poteto"><code>@​poteto</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/25319">#25319</a>)</li>
<li>Update <code>RulesOfHooks</code> with <code>useEvent</code> rules.
(<a href="https://github.com/poteto"><code>@​poteto</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/25285">#25285</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md">eslint-plugin-react-hooks's
changelog</a>.</em></p>
<blockquote>
<h2>5.0.0</h2>
<ul>
<li><strong>New Violations:</strong> Component names now need to start
with an uppercase letter instead of a non-lowercase letter. This means
<code>_Button</code> or <code>_component</code> are no longer valid. (<a
href="https://github.com/kassens"><code>@​kassens</code></a>) in <a
href="https://redirect.github.com/facebook/react/pull/25162">#25162</a></li>
</ul>
<ul>
<li>Consider dispatch from <code>useActionState</code> stable. (<a
href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/29665">#29665</a>)</li>
<li>Add support for ESLint v9. (<a
href="https://github.com/eps1lon"><code>@​eps1lon</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/28773">#28773</a>)</li>
<li>Accept <code>as</code> expression in callback. (<a
href="https://github.com/StyleShit"><code>@​StyleShit</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/28202">#28202</a>)</li>
<li>Accept <code>as</code> expressions in deps array. (<a
href="https://github.com/StyleShit"><code>@​StyleShit</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/28189">#28189</a>)</li>
<li>Treat <code>React.use()</code> the same as <code>use()</code>. (<a
href="https://github.com/kassens"><code>@​kassens</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27769">#27769</a>)</li>
<li>Move <code>use()</code> lint to non-experimental. (<a
href="https://github.com/kassens"><code>@​kassens</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27768">#27768</a>)</li>
<li>Support Flow <code>as</code> expressions. (<a
href="https://github.com/cpojer"><code>@​cpojer</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27590">#27590</a>)</li>
<li>Allow <code>useEffect(fn, undefined)</code>. (<a
href="https://github.com/kassens"><code>@​kassens</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27525">#27525</a>)</li>
<li>Disallow hooks in async functions. (<a
href="https://github.com/acdlite"><code>@​acdlite</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/27045">#27045</a>)</li>
<li>Rename experimental <code>useEvent</code> to
<code>useEffectEvent</code>. (<a
href="https://github.com/sebmarkbage"><code>@​sebmarkbage</code></a> in
<a
href="https://redirect.github.com/facebook/react/pull/25881">#25881</a>)</li>
<li>Lint for presence of <code>useEvent</code> functions in dependency
lists. (<a href="https://github.com/poteto"><code>@​poteto</code></a> in
<a
href="https://redirect.github.com/facebook/react/pull/25512">#25512</a>)</li>
<li>Check <code>useEvent</code> references instead. (<a
href="https://github.com/poteto"><code>@​poteto</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/25319">#25319</a>)</li>
<li>Update <code>RulesOfHooks</code> with <code>useEvent</code> rules.
(<a href="https://github.com/poteto"><code>@​poteto</code></a> in <a
href="https://redirect.github.com/facebook/react/pull/25285">#25285</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/facebook/react/commits/eslint-plugin-react-hooks@5.0.0/packages/eslint-plugin-react-hooks">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~eps1lon">eps1lon</a>, a new releaser for
eslint-plugin-react-hooks since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-react-hooks&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=5.0.0)](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>
2024-10-21 08:59:34 +02:00
dependabot[bot]
4451863ebd Bump @typescript-eslint/parser from 6.13.2 to 8.10.0 in /docs (#952)
Bumps
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
from 6.13.2 to 8.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.10.0</h2>
<h2>8.10.0 (2024-10-17)</h2>
<h3>🚀 Features</h3>
<ul>
<li>support TypeScript 5.6 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9972">#9972</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>typescript-eslint:</strong> propagate <code>name</code>
field to extended configs in <code>config</code> helper (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10094">#10094</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg </li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v8.9.0</h2>
<h2>8.9.0 (2024-10-14)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>rule-tester:</strong> hooks for test cases (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10109">#10109</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
cannot assume variables are either type or value (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10093">#10093</a>)</li>
<li><strong>eslint-plugin:</strong> [return-await] sync the behavior
with await-thenable (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10069">#10069</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-literal-enum-member] report
a different error message when <code>allowBitwiseExpressions</code> is
enabled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10096">#10096</a>)</li>
<li><strong>eslint-plugin:</strong> [no-loop-func] sync from upstream
base rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10103">#10103</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unused-vars] never report the
naming of an enum member (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10117">#10117</a>)</li>
<li><strong>eslint-plugin:</strong> correct use-at-your-own-risk type
definitions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10049">#10049</a>)</li>
<li><strong>eslint-plugin:</strong> handle unions in await...for (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10110">#10110</a>)</li>
<li><strong>rule-tester:</strong> merge provided
<code>linterOptions</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10131">#10131</a>)</li>
<li><strong>scope-manager:</strong> [no-use-before-define] do not treat
nested namespace aliases as variable references (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10095">#10095</a>)</li>
<li><strong>typescript-estree:</strong> improve project service error
message when file extension missing from extraFileExtensions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10076">#10076</a>)</li>
<li><strong>visitor-keys:</strong> reorder
<code>TSSatisfiesExpression</code> and <code>TSTypeAssertion</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10139">#10139</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>Anna Bocharova <a
href="https://github.com/RobinTail"><code>@​RobinTail</code></a></li>
<li>Arya Emami <a
href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a></li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Joshua Chen</li>
<li>Kirk Waiblinger <a
href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
<li>Lotfi Meklati <a
href="https://github.com/lotmek"><code>@​lotmek</code></a></li>
<li>mdm317</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.10.0 (2024-10-17)</h2>
<h3>🚀 Features</h3>
<ul>
<li>support TypeScript 5.6 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9972">#9972</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Josh Goldberg </li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.9.0 (2024-10-14)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.8.1 (2024-10-07)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.8.0 (2024-09-30)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.7.0 (2024-09-23)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.6.0 (2024-09-16)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.5.0 (2024-09-09)</h2>
<p>This was a version bump only for parser to align it with other
projects, there were no code changes.</p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>8.4.0 (2024-09-02)</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7effdea430"><code>7effdea</code></a>
chore(release): publish 8.10.0</li>
<li><a
href="f9c49e3989"><code>f9c49e3</code></a>
feat: support TypeScript 5.6 (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9972">#9972</a>)</li>
<li><a
href="4666ed4e0c"><code>4666ed4</code></a>
chore(release): publish 8.9.0</li>
<li><a
href="f898248934"><code>f898248</code></a>
chore(release): publish 8.8.1</li>
<li><a
href="2055cfbbde"><code>2055cfb</code></a>
chore(release): publish 8.8.0</li>
<li><a
href="b88ea33f34"><code>b88ea33</code></a>
chore(release): publish 8.7.0</li>
<li><a
href="343710e0b6"><code>343710e</code></a>
chore(release): publish 8.6.0</li>
<li><a
href="4d31ebe71a"><code>4d31ebe</code></a>
chore(release): publish 8.5.0</li>
<li><a
href="4bc801e542"><code>4bc801e</code></a>
chore: enable unicorn/no-array-reduce (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/9640">#9640</a>)</li>
<li><a
href="3920c937e8"><code>3920c93</code></a>
chore(release): publish 8.4.0</li>
<li>Additional commits viewable in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.10.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=6.13.2&new-version=8.10.0)](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>
2024-10-21 08:59:22 +02:00
dependabot[bot]
7064f12d68 Bump eslint from 8.55.0 to 9.13.0 in /docs (#950)
Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 9.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/releases">eslint's
releases</a>.</em></p>
<blockquote>
<h2>v9.13.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="381c32b697"><code>381c32b</code></a>
feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19003">#19003</a>)
(Milos Djermanovic)</li>
<li><a
href="bf723bd0f9"><code>bf723bd</code></a>
feat: Improve eslintrc warning message (<a
href="https://redirect.github.com/eslint/eslint/issues/19023">#19023</a>)
(Milos Djermanovic)</li>
<li><a
href="1def4cdfab"><code>1def4cd</code></a>
feat: drop support for jiti v1.21 (<a
href="https://redirect.github.com/eslint/eslint/issues/18996">#18996</a>)
(Francesco Trotta)</li>
<li><a
href="f879be240c"><code>f879be2</code></a>
feat: export <code>ESLint.defaultConfig</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18983">#18983</a>)
(Nitin Kumar)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="78836d40eb"><code>78836d4</code></a>
fix: update the <code>complexity</code> rule type (<a
href="https://redirect.github.com/eslint/eslint/issues/19027">#19027</a>)
(Nitin Kumar)</li>
<li><a
href="064c8b612e"><code>064c8b6</code></a>
fix: update rule types (<a
href="https://redirect.github.com/eslint/eslint/issues/18925">#18925</a>)
(Nitin Kumar)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="abdbfa8390"><code>abdbfa8</code></a>
docs: mark <code>LintMessage#nodeType</code> as deprecated (<a
href="https://redirect.github.com/eslint/eslint/issues/19019">#19019</a>)
(Nitin Kumar)</li>
<li><a
href="19e68d3f3a"><code>19e68d3</code></a>
docs: update deprecated rules type definitions (<a
href="https://redirect.github.com/eslint/eslint/issues/19018">#19018</a>)
(Nitin Kumar)</li>
<li><a
href="7dd402d332"><code>7dd402d</code></a>
docs: Update examples of passing multiple values to a CLI option (<a
href="https://redirect.github.com/eslint/eslint/issues/19006">#19006</a>)
(Milos Djermanovic)</li>
<li><a
href="5dcbc519b7"><code>5dcbc51</code></a>
docs: Add example with side-effect imports to no-restricted-imports (<a
href="https://redirect.github.com/eslint/eslint/issues/18997">#18997</a>)
(Milos Djermanovic)</li>
<li><a
href="1ee87ca1c5"><code>1ee87ca</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="2c3dbdc231"><code>2c3dbdc</code></a>
docs: Use prerendered sponsors for README (<a
href="https://redirect.github.com/eslint/eslint/issues/18988">#18988</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="68d2d9dfd6"><code>68d2d9d</code></a>
chore: upgrade to <code>@eslint/js@9.13.0</code> and
<code>@eslint/core@^0.7.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19034">#19034</a>)
(Francesco Trotta)</li>
<li><a
href="2211f0aeb3"><code>2211f0a</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="c7abaef533"><code>c7abaef</code></a>
perf: using Node.js compile cache (<a
href="https://redirect.github.com/eslint/eslint/issues/19012">#19012</a>)
(唯然)</li>
<li><a
href="1d7c077145"><code>1d7c077</code></a>
chore: add pkg.type &quot;commonjs&quot; (<a
href="https://redirect.github.com/eslint/eslint/issues/19011">#19011</a>)
(唯然)</li>
<li><a
href="468e3bdadf"><code>468e3bd</code></a>
test: fix <code>ESLint</code> tests (<a
href="https://redirect.github.com/eslint/eslint/issues/19021">#19021</a>)
(Francesco Trotta)</li>
<li><a
href="ed4635fa0e"><code>ed4635f</code></a>
ci: upgrade knip@5.32.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18992">#18992</a>)
(Milos Djermanovic)</li>
<li><a
href="efad767321"><code>efad767</code></a>
chore: remove unused ignore dependency (<a
href="https://redirect.github.com/eslint/eslint/issues/18993">#18993</a>)
(Amaresh S M)</li>
</ul>
<h2>v9.12.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="5a6a05321c"><code>5a6a053</code></a>
feat: update to <code>jiti</code> v2 (<a
href="https://redirect.github.com/eslint/eslint/issues/18954">#18954</a>)
(Arya Emami)</li>
<li><a
href="17a07fb548"><code>17a07fb</code></a>
feat: Hooks for test cases (RuleTester) (<a
href="https://redirect.github.com/eslint/eslint/issues/18771">#18771</a>)
(Anna Bocharova)</li>
<li><a
href="2ff0e51ced"><code>2ff0e51</code></a>
feat: Implement alternate config lookup (<a
href="https://redirect.github.com/eslint/eslint/issues/18742">#18742</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2d174532ae"><code>2d17453</code></a>
feat: Implement modified cyclomatic complexity (<a
href="https://redirect.github.com/eslint/eslint/issues/18896">#18896</a>)
(Dmitry Pashkevich)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="ea380cac6f"><code>ea380ca</code></a>
fix: Upgrade retry to avoid EMFILE errors (<a
href="https://redirect.github.com/eslint/eslint/issues/18986">#18986</a>)
(Nicholas C. Zakas)</li>
<li><a
href="fdd631964a"><code>fdd6319</code></a>
fix: Issues with type definitions (<a
href="https://redirect.github.com/eslint/eslint/issues/18940">#18940</a>)
(Arya Emami)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="ecbd52291d"><code>ecbd522</code></a>
docs: Mention code explorer (<a
href="https://redirect.github.com/eslint/eslint/issues/18978">#18978</a>)
(Nicholas C. Zakas)</li>
<li><a
href="7ea4ecc6e3"><code>7ea4ecc</code></a>
docs: Clarifying the Use of Meta Objects (<a
href="https://redirect.github.com/eslint/eslint/issues/18697">#18697</a>)
(Amaresh S M)</li>
<li><a
href="d3e4b2ea4a"><code>d3e4b2e</code></a>
docs: Clarify how to exclude <code>.js</code> files (<a
href="https://redirect.github.com/eslint/eslint/issues/18976">#18976</a>)
(Milos Djermanovic)</li>
<li><a
href="57232ff3d5"><code>57232ff</code></a>
docs: Mention plugin-kit in language docs (<a
href="https://redirect.github.com/eslint/eslint/issues/18973">#18973</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b80ed007ce"><code>b80ed00</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="cb69ab374c"><code>cb69ab3</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="7fb0d957c1"><code>7fb0d95</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="493348a9a5"><code>493348a</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="87a582c8b5"><code>87a582c</code></a>
docs: fix typo in <code>id-match</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18944">#18944</a>)
(Jay)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's
changelog</a>.</em></p>
<blockquote>
<p>v9.13.0 - October 18, 2024</p>
<ul>
<li><a
href="68d2d9dfd6"><code>68d2d9d</code></a>
chore: upgrade to <code>@eslint/js@9.13.0</code> and
<code>@eslint/core@^0.7.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19034">#19034</a>)
(Francesco Trotta)</li>
<li><a
href="2211f0aeb3"><code>2211f0a</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="381c32b697"><code>381c32b</code></a>
feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19003">#19003</a>)
(Milos Djermanovic)</li>
<li><a
href="78836d40eb"><code>78836d4</code></a>
fix: update the <code>complexity</code> rule type (<a
href="https://redirect.github.com/eslint/eslint/issues/19027">#19027</a>)
(Nitin Kumar)</li>
<li><a
href="c7abaef533"><code>c7abaef</code></a>
perf: using Node.js compile cache (<a
href="https://redirect.github.com/eslint/eslint/issues/19012">#19012</a>)
(唯然)</li>
<li><a
href="bf723bd0f9"><code>bf723bd</code></a>
feat: Improve eslintrc warning message (<a
href="https://redirect.github.com/eslint/eslint/issues/19023">#19023</a>)
(Milos Djermanovic)</li>
<li><a
href="1d7c077145"><code>1d7c077</code></a>
chore: add pkg.type &quot;commonjs&quot; (<a
href="https://redirect.github.com/eslint/eslint/issues/19011">#19011</a>)
(唯然)</li>
<li><a
href="abdbfa8390"><code>abdbfa8</code></a>
docs: mark <code>LintMessage#nodeType</code> as deprecated (<a
href="https://redirect.github.com/eslint/eslint/issues/19019">#19019</a>)
(Nitin Kumar)</li>
<li><a
href="468e3bdadf"><code>468e3bd</code></a>
test: fix <code>ESLint</code> tests (<a
href="https://redirect.github.com/eslint/eslint/issues/19021">#19021</a>)
(Francesco Trotta)</li>
<li><a
href="19e68d3f3a"><code>19e68d3</code></a>
docs: update deprecated rules type definitions (<a
href="https://redirect.github.com/eslint/eslint/issues/19018">#19018</a>)
(Nitin Kumar)</li>
<li><a
href="1def4cdfab"><code>1def4cd</code></a>
feat: drop support for jiti v1.21 (<a
href="https://redirect.github.com/eslint/eslint/issues/18996">#18996</a>)
(Francesco Trotta)</li>
<li><a
href="7dd402d332"><code>7dd402d</code></a>
docs: Update examples of passing multiple values to a CLI option (<a
href="https://redirect.github.com/eslint/eslint/issues/19006">#19006</a>)
(Milos Djermanovic)</li>
<li><a
href="064c8b612e"><code>064c8b6</code></a>
fix: update rule types (<a
href="https://redirect.github.com/eslint/eslint/issues/18925">#18925</a>)
(Nitin Kumar)</li>
<li><a
href="f879be240c"><code>f879be2</code></a>
feat: export <code>ESLint.defaultConfig</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18983">#18983</a>)
(Nitin Kumar)</li>
<li><a
href="5dcbc519b7"><code>5dcbc51</code></a>
docs: Add example with side-effect imports to no-restricted-imports (<a
href="https://redirect.github.com/eslint/eslint/issues/18997">#18997</a>)
(Milos Djermanovic)</li>
<li><a
href="ed4635fa0e"><code>ed4635f</code></a>
ci: upgrade knip@5.32.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18992">#18992</a>)
(Milos Djermanovic)</li>
<li><a
href="efad767321"><code>efad767</code></a>
chore: remove unused ignore dependency (<a
href="https://redirect.github.com/eslint/eslint/issues/18993">#18993</a>)
(Amaresh S M)</li>
<li><a
href="1ee87ca1c5"><code>1ee87ca</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="2c3dbdc231"><code>2c3dbdc</code></a>
docs: Use prerendered sponsors for README (<a
href="https://redirect.github.com/eslint/eslint/issues/18988">#18988</a>)
(Milos Djermanovic)</li>
</ul>
<p>v9.12.0 - October 4, 2024</p>
<ul>
<li><a
href="555aafd06f"><code>555aafd</code></a>
chore: upgrade to <code>@eslint/js@9.12.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18987">#18987</a>)
(Francesco Trotta)</li>
<li><a
href="873ae608c1"><code>873ae60</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
<li><a
href="ea380cac6f"><code>ea380ca</code></a>
fix: Upgrade retry to avoid EMFILE errors (<a
href="https://redirect.github.com/eslint/eslint/issues/18986">#18986</a>)
(Nicholas C. Zakas)</li>
<li><a
href="d0a5414c30"><code>d0a5414</code></a>
refactor: replace strip-ansi with native module (<a
href="https://redirect.github.com/eslint/eslint/issues/18982">#18982</a>)
(Cristopher)</li>
<li><a
href="b8270299ab"><code>b827029</code></a>
chore: Enable JSON5 linting (<a
href="https://redirect.github.com/eslint/eslint/issues/18979">#18979</a>)
(Milos Djermanovic)</li>
<li><a
href="ecbd52291d"><code>ecbd522</code></a>
docs: Mention code explorer (<a
href="https://redirect.github.com/eslint/eslint/issues/18978">#18978</a>)
(Nicholas C. Zakas)</li>
<li><a
href="7ea4ecc6e3"><code>7ea4ecc</code></a>
docs: Clarifying the Use of Meta Objects (<a
href="https://redirect.github.com/eslint/eslint/issues/18697">#18697</a>)
(Amaresh S M)</li>
<li><a
href="d3e4b2ea4a"><code>d3e4b2e</code></a>
docs: Clarify how to exclude <code>.js</code> files (<a
href="https://redirect.github.com/eslint/eslint/issues/18976">#18976</a>)
(Milos Djermanovic)</li>
<li><a
href="5a6a05321c"><code>5a6a053</code></a>
feat: update to <code>jiti</code> v2 (<a
href="https://redirect.github.com/eslint/eslint/issues/18954">#18954</a>)
(Arya Emami)</li>
<li><a
href="57232ff3d5"><code>57232ff</code></a>
docs: Mention plugin-kit in language docs (<a
href="https://redirect.github.com/eslint/eslint/issues/18973">#18973</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b80ed007ce"><code>b80ed00</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="cb69ab374c"><code>cb69ab3</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="7fb0d957c1"><code>7fb0d95</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="fdd631964a"><code>fdd6319</code></a>
fix: Issues with type definitions (<a
href="https://redirect.github.com/eslint/eslint/issues/18940">#18940</a>)
(Arya Emami)</li>
<li><a
href="8f55ca22d9"><code>8f55ca2</code></a>
chore: Upgrade espree, eslint-visitor-keys, eslint-scope (<a
href="https://redirect.github.com/eslint/eslint/issues/18962">#18962</a>)
(Nicholas C. Zakas)</li>
<li><a
href="17a07fb548"><code>17a07fb</code></a>
feat: Hooks for test cases (RuleTester) (<a
href="https://redirect.github.com/eslint/eslint/issues/18771">#18771</a>)
(Anna Bocharova)</li>
<li><a
href="493348a9a5"><code>493348a</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="87a582c8b5"><code>87a582c</code></a>
docs: fix typo in <code>id-match</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18944">#18944</a>)
(Jay)</li>
<li><a
href="2ff0e51ced"><code>2ff0e51</code></a>
feat: Implement alternate config lookup (<a
href="https://redirect.github.com/eslint/eslint/issues/18742">#18742</a>)
(Nicholas C. Zakas)</li>
<li><a
href="2d174532ae"><code>2d17453</code></a>
feat: Implement modified cyclomatic complexity (<a
href="https://redirect.github.com/eslint/eslint/issues/18896">#18896</a>)
(Dmitry Pashkevich)</li>
<li><a
href="c1a2725e9c"><code>c1a2725</code></a>
chore: update dependency mocha to ^10.7.3 (<a
href="https://redirect.github.com/eslint/eslint/issues/18945">#18945</a>)
(Milos Djermanovic)</li>
</ul>
<p>v9.11.1 - September 23, 2024</p>
<ul>
<li><a
href="df4a859b4c"><code>df4a859</code></a>
chore: upgrade <code>@​eslint/js</code><a
href="https://github.com/9"><code>@​9</code></a>.11.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18943">#18943</a>)
(Milos Djermanovic)</li>
<li><a
href="36d8095308"><code>36d8095</code></a>
chore: package.json update for <code>@​eslint/js</code> release
(Jenkins)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1a7cdbfad8"><code>1a7cdbf</code></a>
9.13.0</li>
<li><a
href="627d5bfeab"><code>627d5bf</code></a>
Build: changelog update for 9.13.0</li>
<li><a
href="68d2d9dfd6"><code>68d2d9d</code></a>
chore: upgrade to <code>@eslint/js@9.13.0</code> and
<code>@eslint/core@^0.7.0</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19034">#19034</a>)</li>
<li><a
href="2211f0aeb3"><code>2211f0a</code></a>
chore: package.json update for <code>@​eslint/js</code> release</li>
<li><a
href="381c32b697"><code>381c32b</code></a>
feat: Allow languages to provide <code>defaultLanguageOptions</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19003">#19003</a>)</li>
<li><a
href="78836d40eb"><code>78836d4</code></a>
fix: update the <code>complexity</code> rule type (<a
href="https://redirect.github.com/eslint/eslint/issues/19027">#19027</a>)</li>
<li><a
href="c7abaef533"><code>c7abaef</code></a>
perf: using Node.js compile cache (<a
href="https://redirect.github.com/eslint/eslint/issues/19012">#19012</a>)</li>
<li><a
href="bf723bd0f9"><code>bf723bd</code></a>
feat: Improve eslintrc warning message (<a
href="https://redirect.github.com/eslint/eslint/issues/19023">#19023</a>)</li>
<li><a
href="1d7c077145"><code>1d7c077</code></a>
chore: add pkg.type &quot;commonjs&quot; (<a
href="https://redirect.github.com/eslint/eslint/issues/19011">#19011</a>)</li>
<li><a
href="abdbfa8390"><code>abdbfa8</code></a>
docs: mark <code>LintMessage#nodeType</code> as deprecated (<a
href="https://redirect.github.com/eslint/eslint/issues/19019">#19019</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v8.55.0...v9.13.0">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~eslintbot">eslintbot</a>, a new releaser
for eslint since your current version.</p>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.55.0&new-version=9.13.0)](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>
2024-10-21 08:59:03 +02:00
dependabot[bot]
27b64b6e1b Bump @types/node from 20.10.3 to 22.7.5 in /docs (#943)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 20.10.3 to 22.7.5.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.10.3&new-version=22.7.5)](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>
2024-10-15 16:19:58 +02:00
dependabot[bot]
f4b77085a6 Bump eslint-plugin-jest from 27.6.0 to 28.8.3 in /docs (#944)
Bumps
[eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
from 27.6.0 to 28.8.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's
releases</a>.</em></p>
<blockquote>
<h2>v28.8.3</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">28.8.3</a>
(2024-09-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> don't add imports in
the middle of statements (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645">#1645</a>)
(<a
href="9c4197c91f">9c4197c</a>)</li>
</ul>
<h2>v28.8.2</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2">28.8.2</a>
(2024-09-02)</h2>
<h3>Performance Improvements</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> stop collecting
import specifiers for no reason (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1646">#1646</a>)
(<a
href="066024289e">0660242</a>)</li>
</ul>
<h2>v28.8.1</h2>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1">28.8.1</a>
(2024-08-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> support
typescript-eslint parser (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>)
(<a
href="307f6a7b3a">307f6a7</a>)</li>
</ul>
<h2>v28.8.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0">28.8.0</a>
(2024-08-07)</h1>
<h3>Features</h3>
<ul>
<li>import formatting rules from
<code>eslint-plugin-jest-formatting</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1563">#1563</a>)
(<a
href="74078ee13d">74078ee</a>)</li>
</ul>
<h2>v28.7.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0">28.7.0</a>
(2024-08-03)</h1>
<h3>Features</h3>
<ul>
<li>allow
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v8 (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>)
(<a
href="fb43171a15">fb43171</a>)</li>
</ul>
<h2>v28.6.0</h2>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0">28.6.0</a>
(2024-06-06)</h1>
<h3>Features</h3>
<ul>
<li><strong>prefer-jest-mocked:</strong> add new rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1599">#1599</a>)
(<a
href="4b6a4f29c5">4b6a4f2</a>)</li>
<li><strong>valid-expect:</strong> supporting automatically fixing
adding async in some cases (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1579">#1579</a>)
(<a
href="5b9b47e382">5b9b47e</a>)</li>
</ul>
<h2>v28.5.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.2...v28.8.3">28.8.3</a>
(2024-09-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> don't add imports in
the middle of statements (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1645">#1645</a>)
(<a
href="9c4197c91f">9c4197c</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.1...v28.8.2">28.8.2</a>
(2024-09-02)</h2>
<h3>Performance Improvements</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> stop collecting
import specifiers for no reason (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1646">#1646</a>)
(<a
href="066024289e">0660242</a>)</li>
</ul>
<h2><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.8.0...v28.8.1">28.8.1</a>
(2024-08-29)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>prefer-importing-jest-globals:</strong> support
typescript-eslint parser (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>)
(<a
href="307f6a7b3a">307f6a7</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.0">28.8.0</a>
(2024-08-07)</h1>
<h3>Features</h3>
<ul>
<li>import formatting rules from
<code>eslint-plugin-jest-formatting</code> (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1563">#1563</a>)
(<a
href="74078ee13d">74078ee</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.6.0...v28.7.0">28.7.0</a>
(2024-08-03)</h1>
<h3>Features</h3>
<ul>
<li>allow
<code>[@typescript-eslint](https://github.com/typescript-eslint)</code>
v8 (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1636">#1636</a>)
(<a
href="fb43171a15">fb43171</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0">28.6.0</a>
(2024-06-06)</h1>
<h3>Features</h3>
<ul>
<li><strong>prefer-jest-mocked:</strong> add new rule (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1599">#1599</a>)
(<a
href="4b6a4f29c5">4b6a4f2</a>)</li>
<li><strong>valid-expect:</strong> supporting automatically fixing
adding async in some cases (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1579">#1579</a>)
(<a
href="5b9b47e382">5b9b47e</a>)</li>
</ul>
<h1><a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v28.4.0...v28.5.0">28.5.0</a>
(2024-05-03)</h1>
<h3>Features</h3>
<ul>
<li>allow <code>@typescript-eslint/utils</code> v7 as a direct
dependency (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1567">#1567</a>)
(<a
href="1476f10d39">1476f10</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="497a5008ff"><code>497a500</code></a>
chore(release): 28.8.3 [skip ci]</li>
<li><a
href="9c4197c91f"><code>9c4197c</code></a>
fix(prefer-importing-jest-globals): don't add imports in the middle of
statem...</li>
<li><a
href="9adda0ae0b"><code>9adda0a</code></a>
chore(release): 28.8.2 [skip ci]</li>
<li><a
href="066024289e"><code>0660242</code></a>
perf(prefer-importing-jest-globals): stop collecting import specifiers
for no...</li>
<li><a
href="a789420ba5"><code>a789420</code></a>
chore(deps): lock file maintenance</li>
<li><a
href="1df45e9dcb"><code>1df45e9</code></a>
chore(release): 28.8.1 [skip ci]</li>
<li><a
href="307f6a7b3a"><code>307f6a7</code></a>
fix(prefer-importing-jest-globals): support typescript-eslint parser (<a
href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1639">#1639</a>)</li>
<li><a
href="267702dc6a"><code>267702d</code></a>
chore(deps): lock file maintenance</li>
<li><a
href="f969f92a0a"><code>f969f92</code></a>
chore(deps): lock file maintenance</li>
<li><a
href="f5f3e991cb"><code>f5f3e99</code></a>
chore(deps): lock file maintenance</li>
<li>Additional commits viewable in <a
href="https://github.com/jest-community/eslint-plugin-jest/compare/v27.6.0...v28.8.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-jest&package-manager=npm_and_yarn&previous-version=27.6.0&new-version=28.8.3)](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>
2024-10-15 16:19:50 +02:00
dependabot[bot]
7ca031b394 Bump markdownlint-rule-relative-links from 2.1.1 to 3.0.0 in /docs (#945)
Bumps
[markdownlint-rule-relative-links](https://github.com/theoludwig/markdownlint-rule-relative-links)
from 2.1.1 to 3.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/releases">markdownlint-rule-relative-links's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.0</h2>
<h2><a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.3.2...v3.0.0">3.0.0</a>
(2024-05-27)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>Heading fragments is now Case sensitive.
For example &quot;#ExistIng-Heading&quot; is invalid as it should be
&quot;#existing-heading&quot;.</li>
</ul>
<h3>Features</h3>
<ul>
<li>stricter validation of heading fragments by being Case sensitive (<a
href="85f465306f">85f4653</a>),
closes <a
href="https://redirect.github.com/theoludwig/markdownlint-rule-relative-links/issues/8">#8</a></li>
<li>support columns numbers (and line range) in links fragments (<a
href="450cdb84f0">450cdb8</a>),
closes <a
href="https://redirect.github.com/theoludwig/markdownlint-rule-relative-links/issues/7">#7</a></li>
</ul>
<h2>v2.3.2</h2>
<h2><a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.3.1...v2.3.2">2.3.2</a>
(2024-04-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>update markdown-it to v14.1.0 (<a
href="9675c7a275">9675c7a</a>)</li>
</ul>
<h2>v2.3.1</h2>
<h2><a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.3.0...v2.3.1">2.3.1</a>
(2024-01-31)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>link fragment with accents (e.g: &quot;é&quot;) should be valid if
the heading exists (<a
href="5af131b840">5af131b</a>)</li>
</ul>
<h2>v2.3.0</h2>
<h2><a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.2.0...v2.3.0">2.3.0</a>
(2024-01-31)</h2>
<h3>Features</h3>
<ul>
<li>support line number checking in link fragment (e.g: '#L50') (<a
href="f332c833ca">f332c83</a>),
<a
href="https://redirect.github.com/theoludwig/markdownlint-rule-relative-links/issues/6">#6</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>should only check valid fragments in markdown (.md) files (<a
href="e20ee54b05">e20ee54</a>)</li>
</ul>
<h2>v2.2.0</h2>
<h2><a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.1.3...v2.2.0">2.2.0</a>
(2024-01-12)</h2>
<h3>Features</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="85f465306f"><code>85f4653</code></a>
feat: stricter validation of heading fragments by being Case
sensitive</li>
<li><a
href="450cdb84f0"><code>450cdb8</code></a>
feat: support columns numbers (and line range) in links fragments</li>
<li><a
href="2df95e97d8"><code>2df95e9</code></a>
build(deps): update latest</li>
<li><a
href="bf9403ad84"><code>bf9403a</code></a>
style: fix prettier</li>
<li><a
href="9675c7a275"><code>9675c7a</code></a>
fix: update markdown-it to v14.1.0</li>
<li><a
href="5af131b840"><code>5af131b</code></a>
fix: link fragment with accents should be valid if the heading
exists</li>
<li><a
href="f332c833ca"><code>f332c83</code></a>
feat: support line number checking in link fragment (e.g: '#L50')</li>
<li><a
href="e20ee54b05"><code>e20ee54</code></a>
fix: should only check valid fragments in markdown (.md) files</li>
<li><a
href="5c39afbe20"><code>5c39afb</code></a>
refactor: simplify logic understanding</li>
<li><a
href="cc9a1cf6a2"><code>cc9a1cf</code></a>
chore: cleaner configs</li>
<li>Additional commits viewable in <a
href="https://github.com/theoludwig/markdownlint-rule-relative-links/compare/v2.1.1...v3.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=markdownlint-rule-relative-links&package-manager=npm_and_yarn&previous-version=2.1.1&new-version=3.0.0)](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>
2024-10-15 16:19:41 +02:00
dependabot[bot]
ee758f7025 Bump @tabler/icons-react from 2.42.0 to 3.19.0 in /docs (#946)
Bumps
[@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react)
from 2.42.0 to 3.19.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tabler/tabler-icons/releases"><code>@​tabler/icons-react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 3.19.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>filled/favicon</code></li>
<li><code>filled/icons</code></li>
<li><code>filled/ironing-1</code></li>
<li><code>filled/ironing-2</code></li>
<li><code>filled/ironing-3</code></li>
<li><code>filled/ironing-steam</code></li>
<li><code>filled/sitemap</code></li>
<li><code>outline/arrow-down-dashed</code></li>
<li><code>outline/arrow-left-dashed</code></li>
<li><code>outline/arrow-narrow-down-dashed</code></li>
<li><code>outline/arrow-narrow-left-dashed</code></li>
<li><code>outline/arrow-narrow-right-dashed</code></li>
<li><code>outline/arrow-narrow-up-dashed</code></li>
<li><code>outline/arrow-right-dashed</code></li>
<li><code>outline/arrow-up-dashed</code></li>
<li><code>outline/building-cog</code></li>
<li><code>outline/building-minus</code></li>
<li><code>outline/building-plus</code></li>
</ul>
<p>Fixed icon: <code>outline/sitemap</code></p>
<h3>Improvements</h3>
<ul>
<li>allow passing <code>class</code> from component in
<code>@tabler/icons-preact</code> package (<a
href="https://redirect.github.com/tabler/tabler-icons/pull/1223">tabler/tabler-icons#1223</a>)</li>
<li>allow treeshaking with <code>@tabler/icons-solidjs</code> package
(<a
href="https://redirect.github.com/tabler/tabler-icons/pull/1221">tabler/tabler-icons#1221</a>)</li>
<li>generate dynamic imports for <code>@tabler/icons-react</code>
package (<a
href="https://redirect.github.com/tabler/tabler-icons/pull/1081">tabler/tabler-icons#1081</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>fix default values for <code>size</code> and <code>stroke</code>
attributes in <code>@tabler/icons-vue</code> package (<a
href="https://redirect.github.com/tabler/tabler-icons/pull/1145">tabler/tabler-icons#1145</a>)</li>
</ul>
<h2>Release 3.18.0</h2>
<!-- raw HTML omitted -->
<h3>18 new icons:</h3>
<ul>
<li><code>outline/joker</code></li>
<li><code>outline/number-10</code></li>
<li><code>outline/number-11</code></li>
<li><code>outline/play-card-1</code></li>
<li><code>outline/play-card-10</code></li>
<li><code>outline/play-card-2</code></li>
<li><code>outline/play-card-3</code></li>
<li><code>outline/play-card-4</code></li>
<li><code>outline/play-card-5</code></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8d4f23166d"><code>8d4f231</code></a>
Release 3.19.0</li>
<li><a
href="7d1f101f00"><code>7d1f101</code></a>
Generate dynamic imports for icons-react (<a
href="https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react/issues/1081">#1081</a>)</li>
<li><a
href="261e23df42"><code>261e23d</code></a>
Release 3.18.0</li>
<li><a
href="405bcfffba"><code>405bcff</code></a>
Release 3.17.0</li>
<li><a
href="e1e3d26364"><code>e1e3d26</code></a>
Release 3.16.0</li>
<li><a
href="121922c179"><code>121922c</code></a>
Release 3.15.0</li>
<li><a
href="bad711e40a"><code>bad711e</code></a>
Release 3.14.0</li>
<li><a
href="bdcc639c5e"><code>bdcc639</code></a>
Release 3.13.0</li>
<li><a
href="9561ff8eef"><code>9561ff8</code></a>
Release 3.12.0</li>
<li><a
href="efa07c0028"><code>efa07c0</code></a>
Release 3.11.0</li>
<li>Additional commits viewable in <a
href="https://github.com/tabler/tabler-icons/commits/v3.19.0/packages/icons-react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tabler/icons-react&package-manager=npm_and_yarn&previous-version=2.42.0&new-version=3.19.0)](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>
2024-10-15 16:19:27 +02:00
Erik Vroon
5d59fdcaa4 Remove layout from login page (#889) 2024-09-07 16:13:42 +02:00
Erik Vroon
069f586df6 Fix mantine version to 7.2.2 (#389) 2023-12-06 22:26:54 +01:00
Erik Vroon
455a6052fd Upgrade all docs dependencies (#386) 2023-12-06 22:02:31 +01:00
Erik Vroon
a2cd12181d Add checks for docs (#362) 2023-11-27 21:46:41 +01:00
Erik Vroon
8f8b78ad27 Add quickstart to docs (#359) 2023-11-27 18:36:22 +01:00
Erik Vroon
2f27eb6396 Use mantine for docs homepage (#356) 2023-11-27 17:27:30 +01:00
Erik Vroon
49f7431893 Revert "Bump @mdx-js/react from 1.6.22 to 2.3.0 in /docs (#207)"
This reverts commit 0e888f14a5.
2023-05-04 18:40:35 +02:00
dependabot[bot]
0e888f14a5 Bump @mdx-js/react from 1.6.22 to 2.3.0 in /docs (#207)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 18:20:25 +02:00
Erik Vroon
b3892b872b Add docusaurus docs (#177) 2023-04-18 20:41:07 +02:00