mirror of
https://github.com/maputnik/editor.git
synced 2026-08-27 07:27:33 +00:00
Compare commits
base: ashatora/editor:587bc8d45e9def62fd2432154cbe807df95ad150
ashatora/editor:main
ashatora/editor:dependabot/github_actions/github/codeql-action/init-4.37.8
ashatora/editor:dependabot/github_actions/github/codeql-action/analyze-4.37.8
ashatora/editor:sidebar-resize-panels
ashatora/editor:gh-pages
ashatora/editor:dependabot/npm_and_yarn/typescript-7.0.2
ashatora/editor:migrate-to-react-functional-copmonents
ashatora/editor:v3.1.0
ashatora/editor:v3.0.0
ashatora/editor:v2.1.1
ashatora/editor:v2.1.0
ashatora/editor:v2.0.0
ashatora/editor:v1.7.0
ashatora/editor:v1.7.0-beta4
ashatora/editor:v1.7.0-beta3
ashatora/editor:v1.7.0-beta2
ashatora/editor:v1.7.0-beta
ashatora/editor:v1.6.1
ashatora/editor:v1.6.0
ashatora/editor:v1.6.0-beta
ashatora/editor:v1.5.0
ashatora/editor:v1.5.0-beta3
ashatora/editor:v1.5.0-beta2
ashatora/editor:v1.5.0-beta
ashatora/editor:v1.4.0
ashatora/editor:v1.3.0
ashatora/editor:v1.3.0-beta
ashatora/editor:v1.2.0
ashatora/editor:v1.2.0-beta2
ashatora/editor:v1.2.0-beta
ashatora/editor:v1.1.0
ashatora/editor:v1.1.0-beta4
ashatora/editor:v1.1.0-beta3
ashatora/editor:v1.1.0-beta2
ashatora/editor:v1.1.0-beta
ashatora/editor:v1.0.2
ashatora/editor:v1.0.1
ashatora/editor:v1.0.0
ashatora/editor:v0.3.1
ashatora/editor:v0.2.2
...
compare: ashatora/editor:d15af609fc695376626c13c275c296f30229396b
ashatora/editor:main
ashatora/editor:dependabot/github_actions/github/codeql-action/init-4.37.8
ashatora/editor:dependabot/github_actions/github/codeql-action/analyze-4.37.8
ashatora/editor:sidebar-resize-panels
ashatora/editor:gh-pages
ashatora/editor:dependabot/npm_and_yarn/typescript-7.0.2
ashatora/editor:migrate-to-react-functional-copmonents
ashatora/editor:v3.1.0
ashatora/editor:v3.0.0
ashatora/editor:v2.1.1
ashatora/editor:v2.1.0
ashatora/editor:v2.0.0
ashatora/editor:v1.7.0
ashatora/editor:v1.7.0-beta4
ashatora/editor:v1.7.0-beta3
ashatora/editor:v1.7.0-beta2
ashatora/editor:v1.7.0-beta
ashatora/editor:v1.6.1
ashatora/editor:v1.6.0
ashatora/editor:v1.6.0-beta
ashatora/editor:v1.5.0
ashatora/editor:v1.5.0-beta3
ashatora/editor:v1.5.0-beta2
ashatora/editor:v1.5.0-beta
ashatora/editor:v1.4.0
ashatora/editor:v1.3.0
ashatora/editor:v1.3.0-beta
ashatora/editor:v1.2.0
ashatora/editor:v1.2.0-beta2
ashatora/editor:v1.2.0-beta
ashatora/editor:v1.1.0
ashatora/editor:v1.1.0-beta4
ashatora/editor:v1.1.0-beta3
ashatora/editor:v1.1.0-beta2
ashatora/editor:v1.1.0-beta
ashatora/editor:v1.0.2
ashatora/editor:v1.0.1
ashatora/editor:v1.0.0
ashatora/editor:v0.3.1
ashatora/editor:v0.2.2
5 Commits
587bc8d45e
...
d15af609fc
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
d15af609fc |
chore(deps): Bump ol-mapbox-style from 12.6.0 to 13.0.1 (#1200)
Bumps [ol-mapbox-style](https://github.com/openlayers/ol-mapbox-style) from 12.6.0 to 13.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openlayers/ol-mapbox-style/releases">ol-mapbox-style's releases</a>.</em></p> <blockquote> <h2>v13.0.1</h2> <h2>Summary</h2> <ul> <li>Clear text width measurement cache when new fonts are loaded</li> </ul> <h2>What's Changed</h2> <ul> <li>Changes for v13.0.0 by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1308">openlayers/ol-mapbox-style#1308</a></li> <li>Clear text measure cache when loaded fonts have changed by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1309">openlayers/ol-mapbox-style#1309</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openlayers/ol-mapbox-style/compare/v13.0.0...v13.0.1">https://github.com/openlayers/ol-mapbox-style/compare/v13.0.0...v13.0.1</a></p> <h2>v13.0.0</h2> <h2>Summary</h2> <h3>Backwards incompatible changes</h3> <ul> <li>The MVT format parser now assigns the tile's <code>source-layer</code>s to the <code>mvt:layer</code> property of each feature. Previously the <code>layer</code> property was used, which was not ideal because it is frequently used in OpenStreetMap based tiles. This change may require application code changes where OpenLayers feature info (<code>Map.getFeaturesAtPixel()</code>, <code>Map.forEachFeatureAtPixel()</code>, <code>Layer.getFeatures()</code>) or style function customizations are used.</li> </ul> <h3>Other changes</h3> <ul> <li>Improvements to font detection, to ensure that the correct fonts are downloaded</li> </ul> <h2>What's Changed</h2> <ul> <li>Changes for 12.6.1 by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1303">openlayers/ol-mapbox-style#1303</a></li> <li>Fix description of mapbox example by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1304">openlayers/ol-mapbox-style#1304</a></li> <li>Make font detection and loading independent from OpenLayers by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1306">openlayers/ol-mapbox-style#1306</a></li> <li>More font loading improvements by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1307">openlayers/ol-mapbox-style#1307</a></li> <li>Try to avoid layerName collisions by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1305">openlayers/ol-mapbox-style#1305</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openlayers/ol-mapbox-style/compare/v12.6.1...v13.0.0">https://github.com/openlayers/ol-mapbox-style/compare/v12.6.1...v13.0.0</a></p> <h2>v12.6.1</h2> <h2>Summary</h2> <ul> <li>Make styles with <code>pitch</code> and <code>distance-from-center</code> expressions work again</li> </ul> <h2>What's Changed</h2> <ul> <li>Changes for 12.6.0 by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1291">openlayers/ol-mapbox-style#1291</a></li> <li>Bump webpack-dev-server from 5.2.0 to 5.2.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1293">openlayers/ol-mapbox-style#1293</a></li> <li>Bump copy-webpack-plugin from 12.0.2 to 13.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1296">openlayers/ol-mapbox-style#1296</a></li> <li>Bump typescript from 5.7.3 to 5.8.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1297">openlayers/ol-mapbox-style#1297</a></li> <li>Bump rollup from 4.40.0 to 4.40.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1300">openlayers/ol-mapbox-style#1300</a></li> <li>Bump puppeteer from 24.6.1 to 24.8.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1301">openlayers/ol-mapbox-style#1301</a></li> <li>Handle 'pitch' and 'distance-from-center' by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/ol-mapbox-style/pull/1302">openlayers/ol-mapbox-style#1302</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openlayers/ol-mapbox-style/compare/v12.6.0...v12.6.1">https://github.com/openlayers/ol-mapbox-style/compare/v12.6.0...v12.6.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openlayers/ol-mapbox-style/blob/main/CHANGELOG.md">ol-mapbox-style's changelog</a>.</em></p> <blockquote> <h2>13.0.1</h2> <ul> <li>Clear text width measurement cache when new fonts are loaded</li> </ul> <h2>13.0.0</h2> <h3>Backwards incompatible changes</h3> <ul> <li>The MVT format parser now assigns the tile's <code>source-layer</code>s to the <code>mvt:layer</code> property of each feature. Previously the <code>layer</code> property was used, which was not ideal because it is frequently used in OpenStreetMap based tiles. This change may require application code changes where OpenLayers feature info (<code>Map.getFeaturesAtPixel()</code>, <code>Map.forEachFeatureAtPixel()</code>, <code>Layer.getFeatures()</code>) or style function customizations are used.</li> </ul> <h3>Other changes</h3> <ul> <li>Improvements to font detection, to ensure that the correct fonts are downloaded</li> </ul> <h2>12.6.1</h2> <ul> <li>Make styles with <code>pitch</code> and <code>distance-from-center</code> expressions work again</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/52d829ccd4683f61c0da3572e9864ccdd966242e"><code>52d829c</code></a> Add dist for v13.0.1</li> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/ad57113be019c7bce6798fec302bc8b5c630b1ab"><code>ad57113</code></a> Changes for v13.0.1</li> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/7c8974a972bcf27676fa323d40ddf8c90a1bb378"><code>7c8974a</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/ol-mapbox-style/issues/1309">#1309</a> from openlayers/clear-measure-cache</li> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/a7f5d4693581ae756f89fdfaa2e3f13d2b6bd6f3"><code>a7f5d46</code></a> Clear text measure cache when loaded fonts have changed</li> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/3531e47fcac7eb505569af33ad01d8ee0345d237"><code>3531e47</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/ol-mapbox-style/issues/1308">#1308</a> from openlayers/release-v13.0.0</li> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/be3595846a2294e2978bcc64fb316e7dc6260911"><code>be35958</code></a> Changes for v13.0.0</li> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/b4ab37d14cb5c71929f3131e6a03ef71495610e3"><code>b4ab37d</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/ol-mapbox-style/issues/1305">#1305</a> from openlayers/layer-name</li> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/c800564a8f771ce2bb31a244f7b3ee734a5de04c"><code>c800564</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/ol-mapbox-style/issues/1307">#1307</a> from openlayers/font-loading-revisited</li> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/122c31922477ed81cde1f06ebbf079c61d8bf751"><code>122c319</code></a> More font loading improvements</li> <li><a href="https://github.com/openlayers/ol-mapbox-style/commit/ad9d0a05ac83d077d7140487dc1ec9adf25a4835"><code>ad9d0a0</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/ol-mapbox-style/issues/1306">#1306</a> from openlayers/font-loading</li> <li>Additional commits viewable in <a href="https://github.com/openlayers/ol-mapbox-style/compare/v12.6.0...v13.0.1">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> |
||
|
|
ffba9706ce |
chore(deps-dev): Bump @eslint/js from 9.26.0 to 9.27.0 (#1202)
[//]: # (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/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.26.0 to 9.27.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.27.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/d71e37f450f4ae115ec394615e21523685f0d370"><code>d71e37f</code></a> feat: Allow flags to be set in ESLINT_FLAGS env variable (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19717">#19717</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ba456e000e104fd7f2dbd27eebbd4f35e6c18934"><code>ba456e0</code></a> feat: Externalize MCP server (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19699">#19699</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/07c1a7e839ec61bd706c651428606ea5955b2bb0"><code>07c1a7e</code></a> feat: add <code>allowRegexCharacters</code> to <code>no-useless-escape</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19705">#19705</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/7bc6c71ca350fa37531291e1d704be6ed408c5dc"><code>7bc6c71</code></a> feat: add no-unassigned-vars rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19618">#19618</a>) (Jacob Bandes-Storch)</li> <li><a href="https://github.com/eslint/eslint/commit/ee4036429758cdaf7f77c52f1c2b74b5a2bb7b66"><code>ee40364</code></a> feat: convert no-array-constructor suggestions to autofixes (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19621">#19621</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/32957cde72196c7e41741db311786d881c1613a1"><code>32957cd</code></a> feat: support TS syntax in <code>max-params</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19557">#19557</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/5687ce7055d30e2d5ef800b3d5c3096c3fc42c0e"><code>5687ce7</code></a> fix: correct mismatched removed rules (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19734">#19734</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/dc5ed337fd18cb59801e4afaf394f6b84057b601"><code>dc5ed33</code></a> fix: correct types and tighten type definitions in <code>SourceCode</code> class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19731">#19731</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/de1b5deba069f770140f3a7dba2702c1016dcc2a"><code>de1b5de</code></a> fix: correct <code>service</code> property name in <code>Linter.ESLintParseResult</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19713">#19713</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/60c3e2cf9256f3676b7934e26ff178aaf19c9e97"><code>60c3e2c</code></a> fix: sort keys in eslint-suppressions.json to avoid git churn (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19711">#19711</a>) (Ron Waldon-Howe)</li> <li><a href="https://github.com/eslint/eslint/commit/9da90ca3c163adb23a9cc52421f59dedfce34fc9"><code>9da90ca</code></a> fix: add <code>allowReserved</code> to <code>Linter.ParserOptions</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19710">#19710</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/fbb8be9256dc7613fa0b87e87974714284b78a94"><code>fbb8be9</code></a> fix: add <code>info</code> to <code>ESLint.DeprecatedRuleUse</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19701">#19701</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/25de55055d420d7c8b794ae5fdaeb67947c613d9"><code>25de550</code></a> docs: Update description of frozen rules to mention TypeScript (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19736">#19736</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bd5def66d1a3f9bad7da3547b5dff6003e67d9d3"><code>bd5def6</code></a> docs: Clean up configuration files docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19735">#19735</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/4d0c60d0738cb32c12e4ea132caa6fab6d5ed0a7"><code>4d0c60d</code></a> docs: Add Neovim to editor integrations (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19729">#19729</a>) (Maria José Solano)</li> <li><a href="https://github.com/eslint/eslint/commit/71317ebeaf1c542114e4fcda99ee26115d8e4a27"><code>71317eb</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/4c289e685e6cf87331f4b1e6afe34a4feb8e6cc8"><code>4c289e6</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f0f0d46ab2f87e439642abd84b6948b447b66349"><code>f0f0d46</code></a> docs: clarify that unused suppressions cause non-zero exit code (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19698">#19698</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8ed32734cc22988173f99fd0703d50f94c60feb8"><code>8ed3273</code></a> docs: fix internal usages of <code>ConfigData</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19688">#19688</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/eb316a83a49347ab47ae965ff95f81dd620d074c"><code>eb316a8</code></a> docs: add <code>fmt</code> and <code>check</code> sections to <code>Package.json Conventions</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19686">#19686</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/a3a255924866b94ef8d604e91636547600edec56"><code>a3a2559</code></a> docs: fix wording in Combine Configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19685">#19685</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c8d17e11dc63909e693eaed5b5ccc50e698ac3b3"><code>c8d17e1</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f8f1560de633aaf24a7099f89cbbfed12a762a32"><code>f8f1560</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.27.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19739">#19739</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ecaef7351f9f3220aa57409bf98db3e55b07a02a"><code>ecaef73</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/596fdc62047dff863e990c3246b32da97ae9a14e"><code>596fdc6</code></a> chore: update dependency <code>@arethetypeswrong/cli</code> to ^0.18.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19732">#19732</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/f791da040189ada1b1ec15856557b939ffcd978b"><code>f791da0</code></a> chore: remove unbalanced curly brace from <code>.editorconfig</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19730">#19730</a>) (Maria José Solano)</li> <li><a href="https://github.com/eslint/eslint/commit/e86edee0918107e4e41e908fe59c937b83f00d4e"><code>e86edee</code></a> refactor: Consolidate Config helpers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19675">#19675</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/cf3635299e09570b7472286f25dacd8ab24e0517"><code>cf36352</code></a> chore: remove shared types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19718">#19718</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f60f2764971a33e252be13e560dccf21f554dbf1"><code>f60f276</code></a> refactor: Easier RuleContext creation (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19709">#19709</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/58a171e8f0dcc1e599ac22bf8c386abacdbee424"><code>58a171e</code></a> chore: update dependency <code>@eslint/plugin-kit</code> to ^0.3.1 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19712">#19712</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/3a075a29cfb43ef08711c2e433fb6f218855886d"><code>3a075a2</code></a> chore: update dependency <code>@eslint/core</code> to ^0.14.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19715">#19715</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/44bac9d15c4e0ca099d0b0d85e601f3b55d4e167"><code>44bac9d</code></a> ci: run tests in Node.js 24 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19702">#19702</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/35304dd2b0d8a4b640b9a25ae27ebdcb5e124cde"><code>35304dd</code></a> chore: add missing <code>funding</code> field to packages (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19684">#19684</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/f305beb82c51215ad48c5c860f02be1b34bcce32"><code>f305beb</code></a> test: mock <code>process.emitWarning</code> to prevent output disruption (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19687">#19687</a>) (Francesco Trotta)</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.27.0 - May 16, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/f8f1560de633aaf24a7099f89cbbfed12a762a32"><code>f8f1560</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.27.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19739">#19739</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ecaef7351f9f3220aa57409bf98db3e55b07a02a"><code>ecaef73</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/25de55055d420d7c8b794ae5fdaeb67947c613d9"><code>25de550</code></a> docs: Update description of frozen rules to mention TypeScript (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19736">#19736</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bd5def66d1a3f9bad7da3547b5dff6003e67d9d3"><code>bd5def6</code></a> docs: Clean up configuration files docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19735">#19735</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d71e37f450f4ae115ec394615e21523685f0d370"><code>d71e37f</code></a> feat: Allow flags to be set in ESLINT_FLAGS env variable (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19717">#19717</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/5687ce7055d30e2d5ef800b3d5c3096c3fc42c0e"><code>5687ce7</code></a> fix: correct mismatched removed rules (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19734">#19734</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/596fdc62047dff863e990c3246b32da97ae9a14e"><code>596fdc6</code></a> chore: update dependency <code>@arethetypeswrong/cli</code> to ^0.18.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19732">#19732</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/ba456e000e104fd7f2dbd27eebbd4f35e6c18934"><code>ba456e0</code></a> feat: Externalize MCP server (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19699">#19699</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/dc5ed337fd18cb59801e4afaf394f6b84057b601"><code>dc5ed33</code></a> fix: correct types and tighten type definitions in <code>SourceCode</code> class (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19731">#19731</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/4d0c60d0738cb32c12e4ea132caa6fab6d5ed0a7"><code>4d0c60d</code></a> docs: Add Neovim to editor integrations (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19729">#19729</a>) (Maria José Solano)</li> <li><a href="https://github.com/eslint/eslint/commit/f791da040189ada1b1ec15856557b939ffcd978b"><code>f791da0</code></a> chore: remove unbalanced curly brace from <code>.editorconfig</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19730">#19730</a>) (Maria José Solano)</li> <li><a href="https://github.com/eslint/eslint/commit/e86edee0918107e4e41e908fe59c937b83f00d4e"><code>e86edee</code></a> refactor: Consolidate Config helpers (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19675">#19675</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/07c1a7e839ec61bd706c651428606ea5955b2bb0"><code>07c1a7e</code></a> feat: add <code>allowRegexCharacters</code> to <code>no-useless-escape</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19705">#19705</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/cf3635299e09570b7472286f25dacd8ab24e0517"><code>cf36352</code></a> chore: remove shared types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19718">#19718</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f60f2764971a33e252be13e560dccf21f554dbf1"><code>f60f276</code></a> refactor: Easier RuleContext creation (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19709">#19709</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/71317ebeaf1c542114e4fcda99ee26115d8e4a27"><code>71317eb</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/de1b5deba069f770140f3a7dba2702c1016dcc2a"><code>de1b5de</code></a> fix: correct <code>service</code> property name in <code>Linter.ESLintParseResult</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19713">#19713</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/58a171e8f0dcc1e599ac22bf8c386abacdbee424"><code>58a171e</code></a> chore: update dependency <code>@eslint/plugin-kit</code> to ^0.3.1 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19712">#19712</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/3a075a29cfb43ef08711c2e433fb6f218855886d"><code>3a075a2</code></a> chore: update dependency <code>@eslint/core</code> to ^0.14.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19715">#19715</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/60c3e2cf9256f3676b7934e26ff178aaf19c9e97"><code>60c3e2c</code></a> fix: sort keys in eslint-suppressions.json to avoid git churn (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19711">#19711</a>) (Ron Waldon-Howe)</li> <li><a href="https://github.com/eslint/eslint/commit/4c289e685e6cf87331f4b1e6afe34a4feb8e6cc8"><code>4c289e6</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/9da90ca3c163adb23a9cc52421f59dedfce34fc9"><code>9da90ca</code></a> fix: add <code>allowReserved</code> to <code>Linter.ParserOptions</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19710">#19710</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/7bc6c71ca350fa37531291e1d704be6ed408c5dc"><code>7bc6c71</code></a> feat: add no-unassigned-vars rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19618">#19618</a>) (Jacob Bandes-Storch)</li> <li><a href="https://github.com/eslint/eslint/commit/ee4036429758cdaf7f77c52f1c2b74b5a2bb7b66"><code>ee40364</code></a> feat: convert no-array-constructor suggestions to autofixes (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19621">#19621</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/fbb8be9256dc7613fa0b87e87974714284b78a94"><code>fbb8be9</code></a> fix: add <code>info</code> to <code>ESLint.DeprecatedRuleUse</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19701">#19701</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f0f0d46ab2f87e439642abd84b6948b447b66349"><code>f0f0d46</code></a> docs: clarify that unused suppressions cause non-zero exit code (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19698">#19698</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/44bac9d15c4e0ca099d0b0d85e601f3b55d4e167"><code>44bac9d</code></a> ci: run tests in Node.js 24 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19702">#19702</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/32957cde72196c7e41741db311786d881c1613a1"><code>32957cd</code></a> feat: support TS syntax in <code>max-params</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19557">#19557</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/35304dd2b0d8a4b640b9a25ae27ebdcb5e124cde"><code>35304dd</code></a> chore: add missing <code>funding</code> field to packages (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19684">#19684</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/8ed32734cc22988173f99fd0703d50f94c60feb8"><code>8ed3273</code></a> docs: fix internal usages of <code>ConfigData</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19688">#19688</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f305beb82c51215ad48c5c860f02be1b34bcce32"><code>f305beb</code></a> test: mock <code>process.emitWarning</code> to prevent output disruption (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19687">#19687</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/eb316a83a49347ab47ae965ff95f81dd620d074c"><code>eb316a8</code></a> docs: add <code>fmt</code> and <code>check</code> sections to <code>Package.json Conventions</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19686">#19686</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/a3a255924866b94ef8d604e91636547600edec56"><code>a3a2559</code></a> docs: fix wording in Combine Configs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19685">#19685</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c8d17e11dc63909e693eaed5b5ccc50e698ac3b3"><code>c8d17e1</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/ecaef7351f9f3220aa57409bf98db3e55b07a02a"><code>ecaef73</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/7bc6c71ca350fa37531291e1d704be6ed408c5dc"><code>7bc6c71</code></a> feat: add no-unassigned-vars rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19618">#19618</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/35304dd2b0d8a4b640b9a25ae27ebdcb5e124cde"><code>35304dd</code></a> chore: add missing <code>funding</code> field to packages (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19684">#19684</a>)</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.27.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> |
||
|
|
8c1aaddec0 |
chore(deps-dev): Bump eslint from 9.26.0 to 9.27.0 (#1201)
[//]: # (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.26.0 to 9.27.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.27.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/d71e37f450f4ae115ec394615e21523685f0d370"><code>d71e37f</code></a> feat: Allow flags to be set in ESLINT_FLAGS env variable (<a href="https://redirect.github.com/eslint/eslint/issues/19717">#19717</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/ba456e000e104fd7f2dbd27eebbd4f35e6c18934"><code>ba456e0</code></a> feat: Externalize MCP server (<a href="https://redirect.github.com/eslint/eslint/issues/19699">#19699</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/07c1a7e839ec61bd706c651428606ea5955b2bb0"><code>07c1a7e</code></a> feat: add <code>allowRegexCharacters</code> to <code>no-useless-escape</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19705">#19705</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/7bc6c71ca350fa37531291e1d704be6ed408c5dc"><code>7bc6c71</code></a> feat: add no-unassigned-vars rule (<a href="https://redirect.github.com/eslint/eslint/issues/19618">#19618</a>) (Jacob Bandes-Storch)</li> <li><a href="https://github.com/eslint/eslint/commit/ee4036429758cdaf7f77c52f1c2b74b5a2bb7b66"><code>ee40364</code></a> feat: convert no-array-constructor suggestions to autofixes (<a href="https://redirect.github.com/eslint/eslint/issues/19621">#19621</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/32957cde72196c7e41741db311786d881c1613a1"><code>32957cd</code></a> feat: support TS syntax in <code>max-params</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19557">#19557</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/5687ce7055d30e2d5ef800b3d5c3096c3fc42c0e"><code>5687ce7</code></a> fix: correct mismatched removed rules (<a href="https://redirect.github.com/eslint/eslint/issues/19734">#19734</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/dc5ed337fd18cb59801e4afaf394f6b84057b601"><code>dc5ed33</code></a> fix: correct types and tighten type definitions in <code>SourceCode</code> class (<a href="https://redirect.github.com/eslint/eslint/issues/19731">#19731</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/de1b5deba069f770140f3a7dba2702c1016dcc2a"><code>de1b5de</code></a> fix: correct <code>service</code> property name in <code>Linter.ESLintParseResult</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19713">#19713</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/60c3e2cf9256f3676b7934e26ff178aaf19c9e97"><code>60c3e2c</code></a> fix: sort keys in eslint-suppressions.json to avoid git churn (<a href="https://redirect.github.com/eslint/eslint/issues/19711">#19711</a>) (Ron Waldon-Howe)</li> <li><a href="https://github.com/eslint/eslint/commit/9da90ca3c163adb23a9cc52421f59dedfce34fc9"><code>9da90ca</code></a> fix: add <code>allowReserved</code> to <code>Linter.ParserOptions</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19710">#19710</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/fbb8be9256dc7613fa0b87e87974714284b78a94"><code>fbb8be9</code></a> fix: add <code>info</code> to <code>ESLint.DeprecatedRuleUse</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19701">#19701</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/25de55055d420d7c8b794ae5fdaeb67947c613d9"><code>25de550</code></a> docs: Update description of frozen rules to mention TypeScript (<a href="https://redirect.github.com/eslint/eslint/issues/19736">#19736</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bd5def66d1a3f9bad7da3547b5dff6003e67d9d3"><code>bd5def6</code></a> docs: Clean up configuration files docs (<a href="https://redirect.github.com/eslint/eslint/issues/19735">#19735</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/4d0c60d0738cb32c12e4ea132caa6fab6d5ed0a7"><code>4d0c60d</code></a> docs: Add Neovim to editor integrations (<a href="https://redirect.github.com/eslint/eslint/issues/19729">#19729</a>) (Maria José Solano)</li> <li><a href="https://github.com/eslint/eslint/commit/71317ebeaf1c542114e4fcda99ee26115d8e4a27"><code>71317eb</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/4c289e685e6cf87331f4b1e6afe34a4feb8e6cc8"><code>4c289e6</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/f0f0d46ab2f87e439642abd84b6948b447b66349"><code>f0f0d46</code></a> docs: clarify that unused suppressions cause non-zero exit code (<a href="https://redirect.github.com/eslint/eslint/issues/19698">#19698</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8ed32734cc22988173f99fd0703d50f94c60feb8"><code>8ed3273</code></a> docs: fix internal usages of <code>ConfigData</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19688">#19688</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/eb316a83a49347ab47ae965ff95f81dd620d074c"><code>eb316a8</code></a> docs: add <code>fmt</code> and <code>check</code> sections to <code>Package.json Conventions</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19686">#19686</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/a3a255924866b94ef8d604e91636547600edec56"><code>a3a2559</code></a> docs: fix wording in Combine Configs (<a href="https://redirect.github.com/eslint/eslint/issues/19685">#19685</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c8d17e11dc63909e693eaed5b5ccc50e698ac3b3"><code>c8d17e1</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f8f1560de633aaf24a7099f89cbbfed12a762a32"><code>f8f1560</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.27.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19739">#19739</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ecaef7351f9f3220aa57409bf98db3e55b07a02a"><code>ecaef73</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/596fdc62047dff863e990c3246b32da97ae9a14e"><code>596fdc6</code></a> chore: update dependency <code>@arethetypeswrong/cli</code> to ^0.18.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19732">#19732</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/f791da040189ada1b1ec15856557b939ffcd978b"><code>f791da0</code></a> chore: remove unbalanced curly brace from <code>.editorconfig</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19730">#19730</a>) (Maria José Solano)</li> <li><a href="https://github.com/eslint/eslint/commit/e86edee0918107e4e41e908fe59c937b83f00d4e"><code>e86edee</code></a> refactor: Consolidate Config helpers (<a href="https://redirect.github.com/eslint/eslint/issues/19675">#19675</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/cf3635299e09570b7472286f25dacd8ab24e0517"><code>cf36352</code></a> chore: remove shared types (<a href="https://redirect.github.com/eslint/eslint/issues/19718">#19718</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f60f2764971a33e252be13e560dccf21f554dbf1"><code>f60f276</code></a> refactor: Easier RuleContext creation (<a href="https://redirect.github.com/eslint/eslint/issues/19709">#19709</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/58a171e8f0dcc1e599ac22bf8c386abacdbee424"><code>58a171e</code></a> chore: update dependency <code>@eslint/plugin-kit</code> to ^0.3.1 (<a href="https://redirect.github.com/eslint/eslint/issues/19712">#19712</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/3a075a29cfb43ef08711c2e433fb6f218855886d"><code>3a075a2</code></a> chore: update dependency <code>@eslint/core</code> to ^0.14.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19715">#19715</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/44bac9d15c4e0ca099d0b0d85e601f3b55d4e167"><code>44bac9d</code></a> ci: run tests in Node.js 24 (<a href="https://redirect.github.com/eslint/eslint/issues/19702">#19702</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/35304dd2b0d8a4b640b9a25ae27ebdcb5e124cde"><code>35304dd</code></a> chore: add missing <code>funding</code> field to packages (<a href="https://redirect.github.com/eslint/eslint/issues/19684">#19684</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/f305beb82c51215ad48c5c860f02be1b34bcce32"><code>f305beb</code></a> test: mock <code>process.emitWarning</code> to prevent output disruption (<a href="https://redirect.github.com/eslint/eslint/issues/19687">#19687</a>) (Francesco Trotta)</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.27.0 - May 16, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/f8f1560de633aaf24a7099f89cbbfed12a762a32"><code>f8f1560</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.27.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19739">#19739</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ecaef7351f9f3220aa57409bf98db3e55b07a02a"><code>ecaef73</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/25de55055d420d7c8b794ae5fdaeb67947c613d9"><code>25de550</code></a> docs: Update description of frozen rules to mention TypeScript (<a href="https://redirect.github.com/eslint/eslint/issues/19736">#19736</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/bd5def66d1a3f9bad7da3547b5dff6003e67d9d3"><code>bd5def6</code></a> docs: Clean up configuration files docs (<a href="https://redirect.github.com/eslint/eslint/issues/19735">#19735</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/d71e37f450f4ae115ec394615e21523685f0d370"><code>d71e37f</code></a> feat: Allow flags to be set in ESLINT_FLAGS env variable (<a href="https://redirect.github.com/eslint/eslint/issues/19717">#19717</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/5687ce7055d30e2d5ef800b3d5c3096c3fc42c0e"><code>5687ce7</code></a> fix: correct mismatched removed rules (<a href="https://redirect.github.com/eslint/eslint/issues/19734">#19734</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/596fdc62047dff863e990c3246b32da97ae9a14e"><code>596fdc6</code></a> chore: update dependency <code>@arethetypeswrong/cli</code> to ^0.18.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19732">#19732</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/ba456e000e104fd7f2dbd27eebbd4f35e6c18934"><code>ba456e0</code></a> feat: Externalize MCP server (<a href="https://redirect.github.com/eslint/eslint/issues/19699">#19699</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/dc5ed337fd18cb59801e4afaf394f6b84057b601"><code>dc5ed33</code></a> fix: correct types and tighten type definitions in <code>SourceCode</code> class (<a href="https://redirect.github.com/eslint/eslint/issues/19731">#19731</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/4d0c60d0738cb32c12e4ea132caa6fab6d5ed0a7"><code>4d0c60d</code></a> docs: Add Neovim to editor integrations (<a href="https://redirect.github.com/eslint/eslint/issues/19729">#19729</a>) (Maria José Solano)</li> <li><a href="https://github.com/eslint/eslint/commit/f791da040189ada1b1ec15856557b939ffcd978b"><code>f791da0</code></a> chore: remove unbalanced curly brace from <code>.editorconfig</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19730">#19730</a>) (Maria José Solano)</li> <li><a href="https://github.com/eslint/eslint/commit/e86edee0918107e4e41e908fe59c937b83f00d4e"><code>e86edee</code></a> refactor: Consolidate Config helpers (<a href="https://redirect.github.com/eslint/eslint/issues/19675">#19675</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/07c1a7e839ec61bd706c651428606ea5955b2bb0"><code>07c1a7e</code></a> feat: add <code>allowRegexCharacters</code> to <code>no-useless-escape</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19705">#19705</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/cf3635299e09570b7472286f25dacd8ab24e0517"><code>cf36352</code></a> chore: remove shared types (<a href="https://redirect.github.com/eslint/eslint/issues/19718">#19718</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f60f2764971a33e252be13e560dccf21f554dbf1"><code>f60f276</code></a> refactor: Easier RuleContext creation (<a href="https://redirect.github.com/eslint/eslint/issues/19709">#19709</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/71317ebeaf1c542114e4fcda99ee26115d8e4a27"><code>71317eb</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/de1b5deba069f770140f3a7dba2702c1016dcc2a"><code>de1b5de</code></a> fix: correct <code>service</code> property name in <code>Linter.ESLintParseResult</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19713">#19713</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/58a171e8f0dcc1e599ac22bf8c386abacdbee424"><code>58a171e</code></a> chore: update dependency <code>@eslint/plugin-kit</code> to ^0.3.1 (<a href="https://redirect.github.com/eslint/eslint/issues/19712">#19712</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/3a075a29cfb43ef08711c2e433fb6f218855886d"><code>3a075a2</code></a> chore: update dependency <code>@eslint/core</code> to ^0.14.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19715">#19715</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/60c3e2cf9256f3676b7934e26ff178aaf19c9e97"><code>60c3e2c</code></a> fix: sort keys in eslint-suppressions.json to avoid git churn (<a href="https://redirect.github.com/eslint/eslint/issues/19711">#19711</a>) (Ron Waldon-Howe)</li> <li><a href="https://github.com/eslint/eslint/commit/4c289e685e6cf87331f4b1e6afe34a4feb8e6cc8"><code>4c289e6</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/9da90ca3c163adb23a9cc52421f59dedfce34fc9"><code>9da90ca</code></a> fix: add <code>allowReserved</code> to <code>Linter.ParserOptions</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19710">#19710</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/7bc6c71ca350fa37531291e1d704be6ed408c5dc"><code>7bc6c71</code></a> feat: add no-unassigned-vars rule (<a href="https://redirect.github.com/eslint/eslint/issues/19618">#19618</a>) (Jacob Bandes-Storch)</li> <li><a href="https://github.com/eslint/eslint/commit/ee4036429758cdaf7f77c52f1c2b74b5a2bb7b66"><code>ee40364</code></a> feat: convert no-array-constructor suggestions to autofixes (<a href="https://redirect.github.com/eslint/eslint/issues/19621">#19621</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/fbb8be9256dc7613fa0b87e87974714284b78a94"><code>fbb8be9</code></a> fix: add <code>info</code> to <code>ESLint.DeprecatedRuleUse</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19701">#19701</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f0f0d46ab2f87e439642abd84b6948b447b66349"><code>f0f0d46</code></a> docs: clarify that unused suppressions cause non-zero exit code (<a href="https://redirect.github.com/eslint/eslint/issues/19698">#19698</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/44bac9d15c4e0ca099d0b0d85e601f3b55d4e167"><code>44bac9d</code></a> ci: run tests in Node.js 24 (<a href="https://redirect.github.com/eslint/eslint/issues/19702">#19702</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/32957cde72196c7e41741db311786d881c1613a1"><code>32957cd</code></a> feat: support TS syntax in <code>max-params</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19557">#19557</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/35304dd2b0d8a4b640b9a25ae27ebdcb5e124cde"><code>35304dd</code></a> chore: add missing <code>funding</code> field to packages (<a href="https://redirect.github.com/eslint/eslint/issues/19684">#19684</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/8ed32734cc22988173f99fd0703d50f94c60feb8"><code>8ed3273</code></a> docs: fix internal usages of <code>ConfigData</code> type (<a href="https://redirect.github.com/eslint/eslint/issues/19688">#19688</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f305beb82c51215ad48c5c860f02be1b34bcce32"><code>f305beb</code></a> test: mock <code>process.emitWarning</code> to prevent output disruption (<a href="https://redirect.github.com/eslint/eslint/issues/19687">#19687</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/eb316a83a49347ab47ae965ff95f81dd620d074c"><code>eb316a8</code></a> docs: add <code>fmt</code> and <code>check</code> sections to <code>Package.json Conventions</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19686">#19686</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/a3a255924866b94ef8d604e91636547600edec56"><code>a3a2559</code></a> docs: fix wording in Combine Configs (<a href="https://redirect.github.com/eslint/eslint/issues/19685">#19685</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c8d17e11dc63909e693eaed5b5ccc50e698ac3b3"><code>c8d17e1</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/b9080cf28d88f934941a545a033eb960eceeadbd"><code>b9080cf</code></a> 9.27.0</li> <li><a href="https://github.com/eslint/eslint/commit/b7a5c66129c6e504368d1fc452f58c538e4d48e6"><code>b7a5c66</code></a> Build: changelog update for 9.27.0</li> <li><a href="https://github.com/eslint/eslint/commit/f8f1560de633aaf24a7099f89cbbfed12a762a32"><code>f8f1560</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.27.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19739">#19739</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ecaef7351f9f3220aa57409bf98db3e55b07a02a"><code>ecaef73</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/25de55055d420d7c8b794ae5fdaeb67947c613d9"><code>25de550</code></a> docs: Update description of frozen rules to mention TypeScript (<a href="https://redirect.github.com/eslint/eslint/issues/19736">#19736</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bd5def66d1a3f9bad7da3547b5dff6003e67d9d3"><code>bd5def6</code></a> docs: Clean up configuration files docs (<a href="https://redirect.github.com/eslint/eslint/issues/19735">#19735</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/d71e37f450f4ae115ec394615e21523685f0d370"><code>d71e37f</code></a> feat: Allow flags to be set in ESLINT_FLAGS env variable (<a href="https://redirect.github.com/eslint/eslint/issues/19717">#19717</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5687ce7055d30e2d5ef800b3d5c3096c3fc42c0e"><code>5687ce7</code></a> fix: correct mismatched removed rules (<a href="https://redirect.github.com/eslint/eslint/issues/19734">#19734</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/596fdc62047dff863e990c3246b32da97ae9a14e"><code>596fdc6</code></a> chore: update dependency <code>@arethetypeswrong/cli</code> to ^0.18.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19732">#19732</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ba456e000e104fd7f2dbd27eebbd4f35e6c18934"><code>ba456e0</code></a> feat: Externalize MCP server (<a href="https://redirect.github.com/eslint/eslint/issues/19699">#19699</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.26.0...v9.27.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> |
||
|
|
17c870109f |
chore(deps): Bump i18next from 25.1.3 to 25.2.0 (#1198)
Bumps [i18next](https://github.com/i18next/i18next) from 25.1.3 to 25.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/releases">i18next's releases</a>.</em></p> <blockquote> <h2>v25.2.0</h2> <ul> <li>introduce <code>cacheInBuiltFormats</code> option to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next/blob/master/CHANGELOG.md">i18next's changelog</a>.</em></p> <blockquote> <h2>25.2.0</h2> <ul> <li>introduce <code>cacheInBuiltFormats</code> option to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">2227</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/01dd2972242f8a7bba5880dbd31387ebd21e65ba"><code>01dd297</code></a> 25.2.0</li> <li><a href="https://github.com/i18next/i18next/commit/ce54c7db5aea8b5d73c43549a166172cfe9a716b"><code>ce54c7d</code></a> introduce <code>cacheInBuiltFormats</code> option to address <a href="https://redirect.github.com/i18next/i18next/issues/2227">#2227</a></li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v25.1.3...v25.2.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> |
||
|
|
296f2be69d |
chore(deps-dev): Bump stylelint-config-recommended-scss from 15.0.0 to 15.0.1 (#1197)
Bumps [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) from 15.0.0 to 15.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases">stylelint-config-recommended-scss's releases</a>.</em></p> <blockquote> <h2>15.0.1</h2> <ul> <li>Fixed: change minimum supported Node.js version to <code>20</code>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md">stylelint-config-recommended-scss's changelog</a>.</em></p> <blockquote> <h1>15.0.1</h1> <ul> <li>Fixed: change minimum supported Node.js version to <code>20</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/e7f71408ce4c9fc47732317d1d19dbaa24fe1aa9"><code>e7f7140</code></a> 15.0.1</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/d9e63c0dd46ecc90c6405e9b44e6361d0e6dffe6"><code>d9e63c0</code></a> Prepare 15.0.1</li> <li><a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/commit/7450f464e9cf67591cc43eec95a3a9032ff0774e"><code>7450f46</code></a> Add support for Node.js 20 (<a href="https://redirect.github.com/stylelint-scss/stylelint-config-recommended-scss/issues/348">#348</a>)</li> <li>See full diff in <a href="https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v15.0.0...v15.0.1">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> |
2 changed files with 54 additions and 687 deletions
Generated
+49
-682
File diff suppressed because it is too large
Load Diff
+5
-5
@@ -38,7 +38,7 @@
|
||||
"detect-browser": "^5.3.0",
|
||||
"events": "^3.3.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"i18next": "^25.1.3",
|
||||
"i18next": "^25.2.0",
|
||||
"i18next-browser-languagedetector": "^8.1.0",
|
||||
"i18next-resources-to-backend": "^1.2.1",
|
||||
"json-stringify-pretty-compact": "^4.0.0",
|
||||
@@ -53,7 +53,7 @@
|
||||
"maplibre-gl": "^5.5.0",
|
||||
"maputnik-design": "github:maputnik/design#172b06c",
|
||||
"ol": "^10.5.0",
|
||||
"ol-mapbox-style": "^12.6.0",
|
||||
"ol-mapbox-style": "^13.0.1",
|
||||
"pmtiles": "^4.3.0",
|
||||
"prop-types": "^15.8.1",
|
||||
"react": "^18.2.0",
|
||||
@@ -94,7 +94,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/code-coverage": "^3.14.2",
|
||||
"@eslint/js": "^9.26.0",
|
||||
"@eslint/js": "^9.27.0",
|
||||
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
||||
"@rollup/plugin-replace": "^6.0.2",
|
||||
"@shellygo/cypress-test-utils": "^5.0.0",
|
||||
@@ -127,7 +127,7 @@
|
||||
"cors": "^2.8.5",
|
||||
"cypress": "^14.3.3",
|
||||
"cypress-plugin-tab": "^1.0.5",
|
||||
"eslint": "^9.26.0",
|
||||
"eslint": "^9.27.0",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^5.2.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.20",
|
||||
@@ -138,7 +138,7 @@
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.89.0",
|
||||
"stylelint": "^16.19.1",
|
||||
"stylelint-config-recommended-scss": "^15.0.0",
|
||||
"stylelint-config-recommended-scss": "^15.0.1",
|
||||
"stylelint-scss": "^6.12.0",
|
||||
"typescript": "^5.8.3",
|
||||
"typescript-eslint": "^8.32.1",
|
||||
|
||||
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.