mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 12:20:03 +00:00
Bump eslint from 9.24.0 to 9.25.0 (#1149)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [eslint](https://github.com/eslint/eslint) from 9.24.0 to 9.25.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.25.0</h2> <h2>Features</h2> <ul> <li><a href="dcd95aafa3"><code>dcd95aa</code></a> feat: support TypeScript syntax in no-empty-function rule (<a href="https://redirect.github.com/eslint/eslint/issues/19551">#19551</a>) (sethamus)</li> <li><a href="77d6d5bc49"><code>77d6d5b</code></a> feat: support TS syntax in <code>no-unused-expressions</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19564">#19564</a>) (Sweta Tanwar)</li> <li><a href="90228e5d57"><code>90228e5</code></a> feat: support <code>JSRuleDefinition</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19604">#19604</a>) (루밀LuMir)</li> <li><a href="59ba6b7378"><code>59ba6b7</code></a> feat: add allowObjects option to no-restricted-properties (<a href="https://redirect.github.com/eslint/eslint/issues/19607">#19607</a>) (sethamus)</li> <li><a href="db650a036b"><code>db650a0</code></a> feat: support TypeScript syntax in <code>no-invalid-this</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/19532">#19532</a>) (Tanuj Kanti)</li> <li><a href="9535cffe7b"><code>9535cff</code></a> feat: support TS syntax in <code>no-loop-func</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19559">#19559</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="910bd13c4c"><code>910bd13</code></a> fix: <code>nodeTypeKey</code> not being used in <code>NodeEventGenerator</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19631">#19631</a>) (StyleShit)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="ca7a735dde"><code>ca7a735</code></a> docs: update <code>no-undef-init</code> when not to use section (<a href="https://redirect.github.com/eslint/eslint/issues/19624">#19624</a>) (Tanuj Kanti)</li> <li><a href="1b870c9da4"><code>1b870c9</code></a> docs: use <code>eslint-config-xo</code> in the getting started guide (<a href="https://redirect.github.com/eslint/eslint/issues/19629">#19629</a>) (Nitin Kumar)</li> <li><a href="5d4af16ab1"><code>5d4af16</code></a> docs: add types for multiple rule options (<a href="https://redirect.github.com/eslint/eslint/issues/19616">#19616</a>) (Tanuj Kanti)</li> <li><a href="e8f8d57bd6"><code>e8f8d57</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="a40348f1f6"><code>a40348f</code></a> docs: no-use-before-define tweaks (<a href="https://redirect.github.com/eslint/eslint/issues/19622">#19622</a>) (Kirk Waiblinger)</li> <li><a href="0ba3ae3e5a"><code>0ba3ae3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="865dbfed6c"><code>865dbfe</code></a> docs: ensure "learn more" deprecation links point to useful resource (<a href="https://redirect.github.com/eslint/eslint/issues/19590">#19590</a>) (Kirk Waiblinger)</li> <li><a href="f80b746d85"><code>f80b746</code></a> docs: add known limitations for no-self-compare (<a href="https://redirect.github.com/eslint/eslint/issues/19612">#19612</a>) (Nitin Kumar)</li> <li><a href="865aed6293"><code>865aed6</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="88dc1965a4"><code>88dc196</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.25.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19636">#19636</a>) (Milos Djermanovic)</li> <li><a href="345288d7b2"><code>345288d</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="affe6be018"><code>affe6be</code></a> chore: upgrade trunk (<a href="https://redirect.github.com/eslint/eslint/issues/19628">#19628</a>) (sethamus)</li> <li><a href="dd20cf274e"><code>dd20cf2</code></a> test: fix <code>no-loop-func</code> test with duplicate variable reports (<a href="https://redirect.github.com/eslint/eslint/issues/19610">#19610</a>) (Milos Djermanovic)</li> <li><a href="bd05397ef6"><code>bd05397</code></a> chore: upgrade <code>@eslint/*</code> dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/19606">#19606</a>) (Milos Djermanovic)</li> <li><a href="22ea18b8ba"><code>22ea18b</code></a> chore: replace invalid <code>int</code> type with <code>number</code> inside JSDocs. (<a href="https://redirect.github.com/eslint/eslint/issues/19597">#19597</a>) (Arya Emami)</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.25.0 - April 18, 2025</p> <ul> <li><a href="88dc1965a4"><code>88dc196</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.25.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19636">#19636</a>) (Milos Djermanovic)</li> <li><a href="345288d7b2"><code>345288d</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="910bd13c4c"><code>910bd13</code></a> fix: <code>nodeTypeKey</code> not being used in <code>NodeEventGenerator</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19631">#19631</a>) (StyleShit)</li> <li><a href="ca7a735dde"><code>ca7a735</code></a> docs: update <code>no-undef-init</code> when not to use section (<a href="https://redirect.github.com/eslint/eslint/issues/19624">#19624</a>) (Tanuj Kanti)</li> <li><a href="affe6be018"><code>affe6be</code></a> chore: upgrade trunk (<a href="https://redirect.github.com/eslint/eslint/issues/19628">#19628</a>) (sethamus)</li> <li><a href="1b870c9da4"><code>1b870c9</code></a> docs: use <code>eslint-config-xo</code> in the getting started guide (<a href="https://redirect.github.com/eslint/eslint/issues/19629">#19629</a>) (Nitin Kumar)</li> <li><a href="5d4af16ab1"><code>5d4af16</code></a> docs: add types for multiple rule options (<a href="https://redirect.github.com/eslint/eslint/issues/19616">#19616</a>) (Tanuj Kanti)</li> <li><a href="e8f8d57bd6"><code>e8f8d57</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="a40348f1f6"><code>a40348f</code></a> docs: no-use-before-define tweaks (<a href="https://redirect.github.com/eslint/eslint/issues/19622">#19622</a>) (Kirk Waiblinger)</li> <li><a href="0ba3ae3e5a"><code>0ba3ae3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="865dbfed6c"><code>865dbfe</code></a> docs: ensure "learn more" deprecation links point to useful resource (<a href="https://redirect.github.com/eslint/eslint/issues/19590">#19590</a>) (Kirk Waiblinger)</li> <li><a href="dcd95aafa3"><code>dcd95aa</code></a> feat: support TypeScript syntax in no-empty-function rule (<a href="https://redirect.github.com/eslint/eslint/issues/19551">#19551</a>) (sethamus)</li> <li><a href="77d6d5bc49"><code>77d6d5b</code></a> feat: support TS syntax in <code>no-unused-expressions</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19564">#19564</a>) (Sweta Tanwar)</li> <li><a href="90228e5d57"><code>90228e5</code></a> feat: support <code>JSRuleDefinition</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19604">#19604</a>) (루밀LuMir)</li> <li><a href="f80b746d85"><code>f80b746</code></a> docs: add known limitations for no-self-compare (<a href="https://redirect.github.com/eslint/eslint/issues/19612">#19612</a>) (Nitin Kumar)</li> <li><a href="59ba6b7378"><code>59ba6b7</code></a> feat: add allowObjects option to no-restricted-properties (<a href="https://redirect.github.com/eslint/eslint/issues/19607">#19607</a>) (sethamus)</li> <li><a href="db650a036b"><code>db650a0</code></a> feat: support TypeScript syntax in <code>no-invalid-this</code> rule (<a href="https://redirect.github.com/eslint/eslint/issues/19532">#19532</a>) (Tanuj Kanti)</li> <li><a href="dd20cf274e"><code>dd20cf2</code></a> test: fix <code>no-loop-func</code> test with duplicate variable reports (<a href="https://redirect.github.com/eslint/eslint/issues/19610">#19610</a>) (Milos Djermanovic)</li> <li><a href="9535cffe7b"><code>9535cff</code></a> feat: support TS syntax in <code>no-loop-func</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19559">#19559</a>) (Nitin Kumar)</li> <li><a href="bd05397ef6"><code>bd05397</code></a> chore: upgrade <code>@eslint/*</code> dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/19606">#19606</a>) (Milos Djermanovic)</li> <li><a href="22ea18b8ba"><code>22ea18b</code></a> chore: replace invalid <code>int</code> type with <code>number</code> inside JSDocs. (<a href="https://redirect.github.com/eslint/eslint/issues/19597">#19597</a>) (Arya Emami)</li> <li><a href="865aed6293"><code>865aed6</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="e62e267615"><code>e62e267</code></a> 9.25.0</li> <li><a href="bc2c3e6acc"><code>bc2c3e6</code></a> Build: changelog update for 9.25.0</li> <li><a href="88dc1965a4"><code>88dc196</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.25.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19636">#19636</a>)</li> <li><a href="345288d7b2"><code>345288d</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="910bd13c4c"><code>910bd13</code></a> fix: <code>nodeTypeKey</code> not being used in <code>NodeEventGenerator</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19631">#19631</a>)</li> <li><a href="ca7a735dde"><code>ca7a735</code></a> docs: update <code>no-undef-init</code> when not to use section (<a href="https://redirect.github.com/eslint/eslint/issues/19624">#19624</a>)</li> <li><a href="affe6be018"><code>affe6be</code></a> chore: upgrade trunk (<a href="https://redirect.github.com/eslint/eslint/issues/19628">#19628</a>)</li> <li><a href="1b870c9da4"><code>1b870c9</code></a> docs: use <code>eslint-config-xo</code> in the getting started guide (<a href="https://redirect.github.com/eslint/eslint/issues/19629">#19629</a>)</li> <li><a href="5d4af16ab1"><code>5d4af16</code></a> docs: add types for multiple rule options (<a href="https://redirect.github.com/eslint/eslint/issues/19616">#19616</a>)</li> <li><a href="e8f8d57bd6"><code>e8f8d57</code></a> docs: Update README</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.24.0...v9.25.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:
36
package-lock.json
generated
36
package-lock.json
generated
@@ -96,7 +96,7 @@
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.3.1",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.24.0",
|
||||
"eslint": "^9.25.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.19",
|
||||
@@ -1204,9 +1204,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/config-helpers": {
|
||||
"version": "0.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.0.tgz",
|
||||
"integrity": "sha512-yJLLmLexii32mGrhW29qvU3QBVTu0GUmEf/J4XsBtVhp4JkIUFN/BjWqTF63yRvGApIDpZm5fa97LtYtINmfeQ==",
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.1.tgz",
|
||||
"integrity": "sha512-RI17tsD2frtDu/3dmI7QRrD4bedNKPM08ziRYaC5AhkGrzIAJelm9kJU1TznK+apx6V+cqRz8tfpEeG3oIyjxw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
@@ -1214,9 +1214,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/core": {
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.12.0.tgz",
|
||||
"integrity": "sha512-cmrR6pytBuSMTaBweKoGMwu3EiHiEC+DoyupPmlZ0HxBJBtIxwe+j/E4XPIKNx+Q74c8lXKPwYawBf5glsTkHg==",
|
||||
"version": "0.13.0",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.13.0.tgz",
|
||||
"integrity": "sha512-yfkgDw1KR66rkT5A8ci4irzDysN7FRpq3ttJolR88OqQikAWqwA8j5VZyas+vjyBNFIJ7MfybJ9plMILI2UrCw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
@@ -1308,13 +1308,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@eslint/plugin-kit": {
|
||||
"version": "0.2.7",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.7.tgz",
|
||||
"integrity": "sha512-JubJ5B2pJ4k4yGxaNLdbjrnk9d/iDz6/q8wOilpIowd6PJPgaxCuHBnBszq7Ce2TyMrywm5r4PnKm6V3iiZF+g==",
|
||||
"version": "0.2.8",
|
||||
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.2.8.tgz",
|
||||
"integrity": "sha512-ZAoA40rNMPwSm+AeHpCq8STiNAwzWLJuP8Xv4CHIc9wv/PSuExjMrmjfYNj682vW0OOiZ1HKxzvjQr9XZIisQA==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@eslint/core": "^0.12.0",
|
||||
"@eslint/core": "^0.13.0",
|
||||
"levn": "^0.4.1"
|
||||
},
|
||||
"engines": {
|
||||
@@ -5728,20 +5728,20 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint": {
|
||||
"version": "9.24.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.24.0.tgz",
|
||||
"integrity": "sha512-eh/jxIEJyZrvbWRe4XuVclLPDYSYYYgLy5zXGGxD6j8zjSAxFEzI2fL/8xNq6O2yKqVt+eF2YhV+hxjV6UKXwQ==",
|
||||
"version": "9.25.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.25.0.tgz",
|
||||
"integrity": "sha512-MsBdObhM4cEwkzCiraDv7A6txFXEqtNXOb877TsSp2FCkBNl8JfVQrmiuDqC1IkejT6JLPzYBXx/xAiYhyzgGA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-utils": "^4.2.0",
|
||||
"@eslint-community/regexpp": "^4.12.1",
|
||||
"@eslint/config-array": "^0.20.0",
|
||||
"@eslint/config-helpers": "^0.2.0",
|
||||
"@eslint/core": "^0.12.0",
|
||||
"@eslint/config-helpers": "^0.2.1",
|
||||
"@eslint/core": "^0.13.0",
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@eslint/js": "9.24.0",
|
||||
"@eslint/plugin-kit": "^0.2.7",
|
||||
"@eslint/js": "9.25.0",
|
||||
"@eslint/plugin-kit": "^0.2.8",
|
||||
"@humanfs/node": "^0.16.6",
|
||||
"@humanwhocodes/module-importer": "^1.0.1",
|
||||
"@humanwhocodes/retry": "^0.4.2",
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.3.1",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.24.0",
|
||||
"eslint": "^9.25.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.19",
|
||||
|
||||
Reference in New Issue
Block a user