Commit 29a00b2
authored
deps: Bump espree from 10.4.0 to 11.2.0 (#1381)
Bumps [espree](https://github.com/eslint/js/tree/HEAD/packages/espree)
from 10.4.0 to 11.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/js/releases">espree's
releases</a>.</em></p>
<blockquote>
<h2>espree: v11.2.0</h2>
<h2><a
href="https://github.com/eslint/js/compare/espree-v11.1.1...espree-v11.2.0">11.2.0</a>
(2026-03-04)</h2>
<h3>Features</h3>
<ul>
<li>allow top level <code>using</code> declaration in
<code>"commonjs"</code> (<a
href="https://redirect.github.com/eslint/js/issues/734">#734</a>) (<a
href="https://github.com/eslint/js/commit/3f7fb58998ab668a2ac47d21b9a94475a201bea0">3f7fb58</a>)</li>
</ul>
<h2>espree: v11.1.1</h2>
<h2><a
href="https://github.com/eslint/js/compare/espree-v11.1.0...espree-v11.1.1">11.1.1</a>
(2026-02-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>improve tree-shaking (<a
href="https://redirect.github.com/eslint/js/issues/725">#725</a>) (<a
href="https://github.com/eslint/js/commit/b699f3200cad596c731d077b22c239ce55fc7a06">b699f32</a>)</li>
<li>update acorn, fix tests (<a
href="https://redirect.github.com/eslint/js/issues/731">#731</a>) (<a
href="https://github.com/eslint/js/commit/883d4cccfcb321f83820e6d4ece4aaba7b85cb3f">883d4cc</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>eslint-visitor-keys bumped from ^5.0.0 to ^5.0.1</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2>espree: v11.1.0</h2>
<h2><a
href="https://github.com/eslint/js/compare/espree-v11.0.0...espree-v11.1.0">11.1.0</a>
(2026-01-18)</h2>
<h3>Features</h3>
<ul>
<li>add types to ESLint Scope (<a
href="https://redirect.github.com/eslint/js/issues/709">#709</a>) (<a
href="https://github.com/eslint/js/commit/98caac0d92865a014220cf9e014df08f8913a4a4">98caac0</a>)</li>
<li>TypeScript support for Espree (<a
href="https://redirect.github.com/eslint/js/issues/705">#705</a>) (<a
href="https://github.com/eslint/js/commit/5887c4d5919013127242b9c8822625198d8698b8">5887c4d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>restore <code>comments</code> property on <code>tokenize()</code>
return value (<a
href="https://redirect.github.com/eslint/js/issues/721">#721</a>) (<a
href="https://github.com/eslint/js/commit/5603ea940e089e00f92b349f8b2a485310f9333b">5603ea9</a>)</li>
</ul>
<h2>espree: v11.0.0</h2>
<h2><a
href="https://github.com/eslint/js/compare/espree-v10.4.0...espree-v11.0.0">11.0.0</a>
(2025-11-07)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>Program range span entire source text (<a
href="https://redirect.github.com/eslint/js/issues/677">#677</a>)</li>
<li>Require Node.js <code>^20.19.0 || ^22.13.0 || >=24</code> (<a
href="https://redirect.github.com/eslint/js/issues/696">#696</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Program range span entire source text (<a
href="https://redirect.github.com/eslint/js/issues/677">#677</a>) (<a
href="https://github.com/eslint/js/commit/68bbb7426d7beec3b9c3e658ac5a17cede83cbe9">68bbb74</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/eslint/js/blob/main/packages/espree/CHANGELOG.md">espree's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/eslint/js/compare/espree-v11.1.1...espree-v11.2.0">11.2.0</a>
(2026-03-04)</h2>
<h3>Features</h3>
<ul>
<li>allow top level <code>using</code> declaration in
<code>"commonjs"</code> (<a
href="https://redirect.github.com/eslint/js/issues/734">#734</a>) (<a
href="https://github.com/eslint/js/commit/3f7fb58998ab668a2ac47d21b9a94475a201bea0">3f7fb58</a>)</li>
</ul>
<h2><a
href="https://github.com/eslint/js/compare/espree-v11.1.0...espree-v11.1.1">11.1.1</a>
(2026-02-20)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>improve tree-shaking (<a
href="https://redirect.github.com/eslint/js/issues/725">#725</a>) (<a
href="https://github.com/eslint/js/commit/b699f3200cad596c731d077b22c239ce55fc7a06">b699f32</a>)</li>
<li>update acorn, fix tests (<a
href="https://redirect.github.com/eslint/js/issues/731">#731</a>) (<a
href="https://github.com/eslint/js/commit/883d4cccfcb321f83820e6d4ece4aaba7b85cb3f">883d4cc</a>)</li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>The following workspace dependencies were updated
<ul>
<li>dependencies
<ul>
<li>eslint-visitor-keys bumped from ^5.0.0 to ^5.0.1</li>
</ul>
</li>
</ul>
</li>
</ul>
<h2><a
href="https://github.com/eslint/js/compare/espree-v11.0.0...espree-v11.1.0">11.1.0</a>
(2026-01-18)</h2>
<h3>Features</h3>
<ul>
<li>add types to ESLint Scope (<a
href="https://redirect.github.com/eslint/js/issues/709">#709</a>) (<a
href="https://github.com/eslint/js/commit/98caac0d92865a014220cf9e014df08f8913a4a4">98caac0</a>)</li>
<li>TypeScript support for Espree (<a
href="https://redirect.github.com/eslint/js/issues/705">#705</a>) (<a
href="https://github.com/eslint/js/commit/5887c4d5919013127242b9c8822625198d8698b8">5887c4d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>restore <code>comments</code> property on <code>tokenize()</code>
return value (<a
href="https://redirect.github.com/eslint/js/issues/721">#721</a>) (<a
href="https://github.com/eslint/js/commit/5603ea940e089e00f92b349f8b2a485310f9333b">5603ea9</a>)</li>
</ul>
<h2><a
href="https://github.com/eslint/js/compare/espree-v10.4.0...espree-v11.0.0">11.0.0</a>
(2025-11-07)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>Program range span entire source text (<a
href="https://redirect.github.com/eslint/js/issues/677">#677</a>)</li>
<li>Require Node.js <code>^20.19.0 || ^22.13.0 || >=24</code> (<a
href="https://redirect.github.com/eslint/js/issues/696">#696</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>Program range span entire source text (<a
href="https://redirect.github.com/eslint/js/issues/677">#677</a>) (<a
href="https://github.com/eslint/js/commit/68bbb7426d7beec3b9c3e658ac5a17cede83cbe9">68bbb74</a>)</li>
<li>Require Node.js <code>^20.19.0 || ^22.13.0 || >=24</code> (<a
href="https://redirect.github.com/eslint/js/issues/696">#696</a>) (<a
href="https://github.com/eslint/js/commit/9c84ecb6beb539ee08506de537a78a4585bb3afa">9c84ecb</a>)</li>
</ul>
<h3>Dependencies</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eslint/js/commit/a73b94be20835cd52379a43629fa2225e3f18763"><code>a73b94b</code></a>
chore: release main (<a
href="https://github.com/eslint/js/tree/HEAD/packages/espree/issues/735">#735</a>)</li>
<li><a
href="https://github.com/eslint/js/commit/1692a921fb798e27ba003bedb76fab76d8734ab3"><code>1692a92</code></a>
docs: Update README sponsors</li>
<li><a
href="https://github.com/eslint/js/commit/3f7fb58998ab668a2ac47d21b9a94475a201bea0"><code>3f7fb58</code></a>
feat: allow top level <code>using</code> declaration in
<code>"commonjs"</code> (<a
href="https://github.com/eslint/js/tree/HEAD/packages/espree/issues/734">#734</a>)</li>
<li><a
href="https://github.com/eslint/js/commit/92594f42af41b4a65294afd90cdf2e1b0260af7f"><code>92594f4</code></a>
chore: add lint:unused script to run Knip (<a
href="https://github.com/eslint/js/tree/HEAD/packages/espree/issues/724">#724</a>)</li>
<li><a
href="https://github.com/eslint/js/commit/a52a694e064952bd55cf6050049062464a0c1304"><code>a52a694</code></a>
chore: release main (<a
href="https://github.com/eslint/js/tree/HEAD/packages/espree/issues/728">#728</a>)</li>
<li><a
href="https://github.com/eslint/js/commit/883d4cccfcb321f83820e6d4ece4aaba7b85cb3f"><code>883d4cc</code></a>
fix: update acorn, fix tests (<a
href="https://github.com/eslint/js/tree/HEAD/packages/espree/issues/731">#731</a>)</li>
<li><a
href="https://github.com/eslint/js/commit/b699f3200cad596c731d077b22c239ce55fc7a06"><code>b699f32</code></a>
fix: improve tree-shaking (<a
href="https://github.com/eslint/js/tree/HEAD/packages/espree/issues/725">#725</a>)</li>
<li><a
href="https://github.com/eslint/js/commit/6ec0770da26ffb7d39c298dce2221dcdb61e2e8c"><code>6ec0770</code></a>
refactor: hoist cli tools to root level (<a
href="https://github.com/eslint/js/tree/HEAD/packages/espree/issues/722">#722</a>)</li>
<li><a
href="https://github.com/eslint/js/commit/a7ca435415ff9e0564f6471cfcb2f914fb59461a"><code>a7ca435</code></a>
docs: Update README sponsors</li>
<li><a
href="https://github.com/eslint/js/commit/1135f33d1b63fbc3be1557c1a1a59b64e821a26b"><code>1135f33</code></a>
docs: Update README sponsors</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/js/commits/espree-v11.2.0/packages/espree">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/~GitHub%20Actions">GitHub Actions</a>, a new
releaser for espree since your current version.</p>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent da1e575 commit 29a00b2
2 files changed
Lines changed: 33 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments