mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
chore(deps-dev): Bump eslint from 9.30.1 to 9.31.0 (#1282)
Bumps [eslint](https://github.com/eslint/eslint) 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">eslint'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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/issues/19926">#19926</a>) (TKDev7)</li> <li><a href="28cc7abbb7"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/issues/19933">#19933</a>) (renovate[bot])</li> <li><a href="76c2340c36"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://redirect.github.com/eslint/eslint/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">eslint'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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/issues/19914">#19914</a>) (MaoShizhong)</li> <li><a href="76c2340c36"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/19917">#19917</a>) (루밀LuMir)</li> <li><a href="28cc7abbb7"><code>28cc7ab</code></a> fix: Remove incorrect RuleContext types (<a href="https://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/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://redirect.github.com/eslint/eslint/issues/19902">#19902</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="14053edc64"><code>14053ed</code></a> 9.31.0</li> <li><a href="2b77bd05dc"><code>2b77bd0</code></a> Build: changelog update for 9.31.0</li> <li><a href="3ddd454c1c"><code>3ddd454</code></a> chore: upgrade to <code>@eslint/js@9.31.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19935">#19935</a>)</li> <li><a href="d5054e5454"><code>d5054e5</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="0f4a3781fe"><code>0f4a378</code></a> chore: update eslint (<a href="https://redirect.github.com/eslint/eslint/issues/19933">#19933</a>)</li> <li><a href="664cb44ab0"><code>664cb44</code></a> docs: Update README</li> <li><a href="07fac6cafa"><code>07fac6c</code></a> fix: retry on EMFILE when writing autofix results (<a href="https://redirect.github.com/eslint/eslint/issues/19926">#19926</a>)</li> <li><a href="35cf44c22e"><code>35cf44c</code></a> feat: output full actual location in rule tester if different (<a href="https://redirect.github.com/eslint/eslint/issues/19904">#19904</a>)</li> <li><a href="40dbe2a43f"><code>40dbe2a</code></a> docs: fix mismatch between <code>globalIgnores()</code> code and text (<a href="https://redirect.github.com/eslint/eslint/issues/19914">#19914</a>)</li> <li><a href="76c2340c36"><code>76c2340</code></a> chore: bump mocha to v11 (<a href="https://redirect.github.com/eslint/eslint/issues/19917">#19917</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.30.1...v9.31.0">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:
29
package-lock.json
generated
29
package-lock.json
generated
@@ -94,7 +94,7 @@
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.5.1",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.30.1",
|
||||
"eslint": "^9.31.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
@@ -5767,18 +5767,19 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint": {
|
||||
"version": "9.30.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.30.1.tgz",
|
||||
"integrity": "sha512-zmxXPNMOXmwm9E0yQLi5uqXHs7uq2UIiqEKo3Gq+3fwo1XrJ+hijAZImyF7hclW3E6oHz43Yk3RP8at6OTKflQ==",
|
||||
"version": "9.31.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.31.0.tgz",
|
||||
"integrity": "sha512-QldCVh/ztyKJJZLr4jXNUByx3gR+TDYZCRXEktiZoUR3PGy4qCmSbkxcIle8GEwGpb5JBZazlaJ/CxLidXdEbQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-utils": "^4.2.0",
|
||||
"@eslint-community/regexpp": "^4.12.1",
|
||||
"@eslint/config-array": "^0.21.0",
|
||||
"@eslint/config-helpers": "^0.3.0",
|
||||
"@eslint/core": "^0.14.0",
|
||||
"@eslint/core": "^0.15.0",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "9.30.1",
|
||||
"@eslint/js": "9.31.0",
|
||||
"@eslint/plugin-kit": "^0.3.1",
|
||||
"@humanfs/node": "^0.16.6",
|
||||
"@humanwhocodes/module-importer": "^1.0.1",
|
||||
@@ -5954,17 +5955,17 @@
|
||||
"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==",
|
||||
"node_modules/eslint/node_modules/@eslint/core": {
|
||||
"version": "0.15.1",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.15.1.tgz",
|
||||
"integrity": "sha512-bkOp+iumZCCbt1K1CmWf0R9pM5yKpDv+ZXtvSyQpudrI9kuFLp+bM2WOPXImuD/ceQuaa8f5pj93Y7zyECIGNA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@types/json-schema": "^7.0.15"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://eslint.org/donate"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint/node_modules/brace-expansion": {
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.5.1",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.30.1",
|
||||
"eslint": "^9.31.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
|
||||
Reference in New Issue
Block a user