mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
chore(deps-dev): Bump @eslint/js from 9.30.1 to 9.31.0 (#1281)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.30.1 to 9.31.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.31.0</h2> <h2>Features</h2> <ul> <li><a href="35cf44c22e"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19904">#19904</a>) (ST-DDT)</li> <li><a href="a6a63259de"><code>a6a6325</code></a> feat: support explicit resource management in <code>no-loop-func</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19895">#19895</a>) (Milos Djermanovic)</li> <li><a href="4682cdc696"><code>4682cdc</code></a> feat: support explicit resource management in <code>no-undef-init</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19894">#19894</a>) (Milos Djermanovic)</li> <li><a href="58482165ea"><code>5848216</code></a> feat: support explicit resource management in <code>init-declarations</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19893">#19893</a>) (Milos Djermanovic)</li> <li><a href="bb370b8e79"><code>bb370b8</code></a> feat: support explicit resource management in <code>no-const-assign</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19892">#19892</a>) (Milos Djermanovic)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="07fac6cafa"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19926">#19926</a>) (TKDev7)</li> <li><a href="28cc7abbb7"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19910">#19910</a>) (Nicholas C. Zakas)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="664cb44ab0"><code>664cb44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="40dbe2a43f"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19914">#19914</a>) (MaoShizhong)</li> <li><a href="5a0069d608"><code>5a0069d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="fef04b5c7f"><code>fef04b5</code></a> docs: Update working on issues info (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19902">#19902</a>) (Nicholas C. Zakas)</li> </ul> <h2>Chores</h2> <ul> <li><a href="3ddd454c1c"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/js@9.31.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19935">#19935</a>) (Francesco Trotta)</li> <li><a href="d5054e5454"><code>d5054e5</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="0f4a3781fe"><code>0f4a378</code></a> chore: update eslint (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19933">#19933</a>) (renovate[bot])</li> <li><a href="76c2340c36"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19917">#19917</a>) (루밀LuMir)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@eslint/js</code>'s changelog</a>.</em></p> <blockquote> <p>v9.31.0 - July 11, 2025</p> <ul> <li><a href="3ddd454c1c"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/js@9.31.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19935">#19935</a>) (Francesco Trotta)</li> <li><a href="d5054e5454"><code>d5054e5</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="0f4a3781fe"><code>0f4a378</code></a> chore: update eslint (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19933">#19933</a>) (renovate[bot])</li> <li><a href="664cb44ab0"><code>664cb44</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="07fac6cafa"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19926">#19926</a>) (TKDev7)</li> <li><a href="35cf44c22e"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19904">#19904</a>) (ST-DDT)</li> <li><a href="40dbe2a43f"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19914">#19914</a>) (MaoShizhong)</li> <li><a href="76c2340c36"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19917">#19917</a>) (루밀LuMir)</li> <li><a href="28cc7abbb7"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19910">#19910</a>) (Nicholas C. Zakas)</li> <li><a href="a6a63259de"><code>a6a6325</code></a> feat: support explicit resource management in <code>no-loop-func</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19895">#19895</a>) (Milos Djermanovic)</li> <li><a href="4682cdc696"><code>4682cdc</code></a> feat: support explicit resource management in <code>no-undef-init</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19894">#19894</a>) (Milos Djermanovic)</li> <li><a href="58482165ea"><code>5848216</code></a> feat: support explicit resource management in <code>init-declarations</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19893">#19893</a>) (Milos Djermanovic)</li> <li><a href="bb370b8e79"><code>bb370b8</code></a> feat: support explicit resource management in <code>no-const-assign</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19892">#19892</a>) (Milos Djermanovic)</li> <li><a href="5a0069d608"><code>5a0069d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="fef04b5c7f"><code>fef04b5</code></a> docs: Update working on issues info (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19902">#19902</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d5054e5454"><code>d5054e5</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.31.0/packages/js">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
22
package-lock.json
generated
22
package-lock.json
generated
@@ -62,7 +62,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/code-coverage": "^3.14.5",
|
||||
"@eslint/js": "^9.30.1",
|
||||
"@eslint/js": "^9.31.0",
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
||||
"@rollup/plugin-replace": "^6.0.2",
|
||||
"@shellygo/cypress-test-utils": "^5.0.2",
|
||||
@@ -1264,10 +1264,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/js": {
|
||||
"version": "9.30.1",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.1.tgz",
|
||||
"integrity": "sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==",
|
||||
"version": "9.31.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.31.0.tgz",
|
||||
"integrity": "sha512-LOm5OVt7D4qiKCqoiPbA7LWmI+tbw1VbTUowBcUMgQSuM6poJufkFkYDcQpo5KfgD39TnNySV26QjOh7VFpSyw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
},
|
||||
@@ -5940,6 +5941,19 @@
|
||||
"url": "https://opencollective.com/eslint"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint/node_modules/@eslint/js": {
|
||||
"version": "9.30.1",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.30.1.tgz",
|
||||
"integrity": "sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://eslint.org/donate"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint/node_modules/brace-expansion": {
|
||||
"version": "1.1.11",
|
||||
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/code-coverage": "^3.14.5",
|
||||
"@eslint/js": "^9.30.1",
|
||||
"@eslint/js": "^9.31.0",
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
||||
"@rollup/plugin-replace": "^6.0.2",
|
||||
"@shellygo/cypress-test-utils": "^5.0.2",
|
||||
|
||||
Reference in New Issue
Block a user