mirror of
https://github.com/maputnik/editor.git
synced 2026-05-22 07:57:26 +00:00
533f647c71695d0b5b464d929de5769734d6bef4
2149 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
533f647c71 |
Add duplicate layer id check (#1262)
## Summary <img width="437" alt="Screenshot 2025-07-05 at 00 29 02" src="https://github.com/user-attachments/assets/ebf8b024-a340-4eac-b470-29fd8f080c0a" /> - show an error if a layer with an existing id is added - keep Add Layer modal open until the id is unique ## Testing - `npm run lint` - `npm run build` ------ https://chatgpt.com/codex/tasks/task_e_6868498a46188331b16e7b6e120930a7 |
||
|
|
4b977fd33e |
Remove legacy context API (#1258)
## Summary - replace `childContextTypes` usage with `IconContext` providers - drop `prop-types` imports ## Testing - `npm run lint` - `npm run build` ------ https://chatgpt.com/codex/tasks/task_e_6868431f6ecc83318393a5d079ca736e |
||
|
|
e58b92b0cd |
Remove react autobind (#1254)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> Remove react-autobind dependency - [x] Briefly describe the changes in this PR. - [ ] Link to related issues. - [ ] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
6de2705ac7 |
chore(deps): Bump i18next from 25.3.0 to 25.3.1 (#1257)
[//]: # (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 [i18next](https://github.com/i18next/i18next) from 25.3.0 to 25.3.1. <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.3.1</h2> <ul> <li>warn if legacy <code>interpolation.format</code> function is still used</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.3.1</h2> <ul> <li>warn if legacy <code>interpolation.format</code> function is still used</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/fdc51d2a509c97e225b34240b28d0d83db143adc"><code>fdc51d2</code></a> 25.3.1</li> <li><a href="https://github.com/i18next/i18next/commit/204990f559847cb23570ef89718f270215877352"><code>204990f</code></a> warn if legacy <code>interpolation.format</code> function is still used</li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v25.3.0...v25.3.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> |
||
|
|
f66ed31c85 |
chore(deps): Bump react-i18next from 15.5.3 to 15.6.0 (#1256)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.5.3 to 15.6.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>15.6.0</h3> <p>fix: passing components as object should still allow for indexed matching of children <a href="https://redirect.github.com/i18next/react-i18next/pull/1854">1854</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/6e680d2ed8af69f78df1800a2fef2ca1b1a1aa0e"><code>6e680d2</code></a> 15.6.0</li> <li><a href="https://github.com/i18next/react-i18next/commit/fdfb89c254353ee447022ad0a539142005edb511"><code>fdfb89c</code></a> release</li> <li><a href="https://github.com/i18next/react-i18next/commit/6ae61efe5f82f4c562ceba2d5ce1fb7a571a9fb6"><code>6ae61ef</code></a> Fix: passing components as object should still allow for indexed matching of ...</li> <li>See full diff in <a href="https://github.com/i18next/react-i18next/compare/v15.5.3...v15.6.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> |
||
|
|
599240033a |
Handle QuotaExceededError in StyleStore (#1253)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> When localStorage is full you start getting a "QuotaExceededError". RIght now Maputnik does not handle this situation gracefully, it just fails loading the style with a non-descriptive error message. This PR purges localStorage and tries again when this particular error happens. It still does not show a descriptive error message. If you try to load a style that is larger than what localStorage can handle, it will still fail with a non-descriptive error message. Increased the size of `example-style.json` so that it causes a QuotaExceededError when running the regression test (try it before and after this PR). - [x] Briefly describe the changes in this PR. - [x] Link to related issues. N/A - [x] Include before/after visuals or gifs if this PR includes visual changes. N/A - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> |
||
|
|
f5b7eccf52 |
chore(deps-dev): Bump stylelint from 16.21.0 to 16.21.1 (#1252)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.21.0 to 16.21.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>16.21.1</h2> <p>It fixes 3 bugs.</p> <ul> <li>Fixed: unexpected change of syntax in computed <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8638">#8638</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>function-linear-gradient-no-nonstandard-direction</code> false positives for CSS variables' names containing a direction substring (<a href="https://redirect.github.com/stylelint/stylelint/issues/8643">#8643</a>) (<a href="https://github.com/Solomon-mithra"><code>@Solomon-mithra</code></a>).</li> <li>Fixed: <code>media-feature-range-notation</code> autofix for exact values (<a href="https://redirect.github.com/stylelint/stylelint/issues/8651">#8651</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>16.21.1 - 2025-07-03</h2> <p>It fixes 3 bugs.</p> <ul> <li>Fixed: unexpected change of syntax in computed <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8638">#8638</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> <li>Fixed: <code>function-linear-gradient-no-nonstandard-direction</code> false positives for CSS variables' names containing a direction substring (<a href="https://redirect.github.com/stylelint/stylelint/pull/8643">#8643</a>) (<a href="https://github.com/Solomon-mithra"><code>@Solomon-mithra</code></a>).</li> <li>Fixed: <code>media-feature-range-notation</code> autofix for exact values (<a href="https://redirect.github.com/stylelint/stylelint/pull/8651">#8651</a>) (<a href="https://github.com/romainmenke"><code>@romainmenke</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/883249a821a726a36ee6994677b249db6fba959d"><code>883249a</code></a> 16.21.1</li> <li><a href="https://github.com/stylelint/stylelint/commit/e68ff107dae1f2d3cb38873a5250f3b3fb7f747b"><code>e68ff10</code></a> Prepare 16.21.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8640">#8640</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/3ad2c4417e33d8263c38fbd4a604bf5c2382e430"><code>3ad2c44</code></a> Fix <code>media-feature-range-notation</code> autofix for exact values (<a href="https://redirect.github.com/stylelint/stylelint/issues/8651">#8651</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/58b162dd86ba2198de1cda6d17bb48c38932d663"><code>58b162d</code></a> Document config, plugin and formatter packages on npm (<a href="https://redirect.github.com/stylelint/stylelint/issues/8650">#8650</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/a0b4a8df19989a4f1e0ed102d499c7e85930c415"><code>a0b4a8d</code></a> Fix <code>function-linear-gradient-no-nonstandard-direction</code> false positives for C...</li> <li><a href="https://github.com/stylelint/stylelint/commit/3a47448807059f8b0d860653a7abe7ebf5d888c6"><code>3a47448</code></a> Bump the jest group across 1 directory with 3 updates (<a href="https://redirect.github.com/stylelint/stylelint/issues/8634">#8634</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/1a19d6a33e76763bb8db63c4cb00132921098c6c"><code>1a19d6a</code></a> Bump rollup from 4.44.0 to 4.44.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8644">#8644</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/f6958a85940eae81f4e574211b588648917faf01"><code>f6958a8</code></a> Bump prettier from 3.5.3 to 3.6.2 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8645">#8645</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/395ae697b5a688395f216263a4f9d9bb569d4a61"><code>395ae69</code></a> Bump eslint from 9.29.0 to 9.30.0 in the eslint group (<a href="https://redirect.github.com/stylelint/stylelint/issues/8646">#8646</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/ce56d5d44921dfaabad4a13fcffa9a931bab8654"><code>ce56d5d</code></a> Fix unexpected change of syntax in computed <code>EditInfo</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8638">#8638</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.21.0...16.21.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> |
||
|
|
14032136a7 |
chore(deps-dev): Bump cypress from 14.5.0 to 14.5.1 (#1249)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.5.0 to 14.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v14.5.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-5-1">https://docs.cypress.io/app/references/changelog#14-5-1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/fa25461cb0ab04487f487aa5ee8d9b5e849a7de4"><code>fa25461</code></a> chore: release 14.5.1 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31980">#31980</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ea91777fecac5fc41b3963ac26e93a6c09fd8e37"><code>ea91777</code></a> chore: Update Chrome (stable) to 138.0.7204.92 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31978">#31978</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/39b18bd988eb1ca9236ec8185c312302a70b3fdb"><code>39b18bd</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/31967">#31967</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/a8c6a68419761c3fe8a6bc18b2adf533bf56f1a9"><code>a8c6a68</code></a> chore: Update v8 snapshot cache - linux (<a href="https://redirect.github.com/cypress-io/cypress/issues/31968">#31968</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/c2f77e9f0f5f8bde73e336eae3544073283a9f02"><code>c2f77e9</code></a> chore: Update v8 snapshot cache - windows (<a href="https://redirect.github.com/cypress-io/cypress/issues/31969">#31969</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ed8e7ea8a48a9a7471ca2a6fa9ad6243e7da8cab"><code>ed8e7ea</code></a> chore: continuing with request to axios changes (<a href="https://redirect.github.com/cypress-io/cypress/issues/31915">#31915</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/4dd4e35378a43974a48e42f54f4c4db0652fa213"><code>4dd4e35</code></a> chore: remove httpstat.us dependency, add utility route for cy-in-cy (<a href="https://redirect.github.com/cypress-io/cypress/issues/31961">#31961</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/a20aa3b7d378866710a9aea4e1abf721cf797e59"><code>a20aa3b</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31953">#31953</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/15741458726925c3b8772059c4cabed67c044929"><code>1574145</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31954">#31954</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1fea290d9e44e3aacba11d56cb754ae666fdf17e"><code>1fea290</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31952">#31952</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.5.0...v14.5.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> |
||
|
|
2c12f00467 |
chore(deps-dev): Bump @eslint/js from 9.30.0 to 9.30.1 (#1248)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.30.0 to 9.30.1. <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.30.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/e91bb870f8c6e38baa508f18048cd2a2d04b8b9c"><code>e91bb87</code></a> fix: allow separate default and named type imports (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19899">#19899</a>) (xbinaryx)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ab7c62598a9fca498e495d45029ae92fd5fb9bf3"><code>ab7c625</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/dae1e5bb27db0e846efbe3026210013b42817838"><code>dae1e5b</code></a> docs: update jsdoc's link (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19896">#19896</a>) (JamesVanWaza)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b035f747c6e6d1c7a299c90b0ed0b8109cf24a53"><code>b035f74</code></a> chore: upgrade to <code>@eslint/js@9.30.1</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19906">#19906</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b3dbc16563cb7036d75edff9814e17053a645321"><code>b3dbc16</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</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.30.1 - July 1, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/b035f747c6e6d1c7a299c90b0ed0b8109cf24a53"><code>b035f74</code></a> chore: upgrade to <code>@eslint/js@9.30.1</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19906">#19906</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b3dbc16563cb7036d75edff9814e17053a645321"><code>b3dbc16</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e91bb870f8c6e38baa508f18048cd2a2d04b8b9c"><code>e91bb87</code></a> fix: allow separate default and named type imports (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19899">#19899</a>) (xbinaryx)</li> <li><a href="https://github.com/eslint/eslint/commit/ab7c62598a9fca498e495d45029ae92fd5fb9bf3"><code>ab7c625</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/dae1e5bb27db0e846efbe3026210013b42817838"><code>dae1e5b</code></a> docs: update jsdoc's link (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19896">#19896</a>) (JamesVanWaza)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/b3dbc16563cb7036d75edff9814e17053a645321"><code>b3dbc16</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.30.1/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> |
||
|
|
516554fd82 |
chore(deps-dev): Bump eslint from 9.30.0 to 9.30.1 (#1247)
Bumps [eslint](https://github.com/eslint/eslint) from 9.30.0 to 9.30.1. <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.30.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/e91bb870f8c6e38baa508f18048cd2a2d04b8b9c"><code>e91bb87</code></a> fix: allow separate default and named type imports (<a href="https://redirect.github.com/eslint/eslint/issues/19899">#19899</a>) (xbinaryx)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ab7c62598a9fca498e495d45029ae92fd5fb9bf3"><code>ab7c625</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/dae1e5bb27db0e846efbe3026210013b42817838"><code>dae1e5b</code></a> docs: update jsdoc's link (<a href="https://redirect.github.com/eslint/eslint/issues/19896">#19896</a>) (JamesVanWaza)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b035f747c6e6d1c7a299c90b0ed0b8109cf24a53"><code>b035f74</code></a> chore: upgrade to <code>@eslint/js@9.30.1</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19906">#19906</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b3dbc16563cb7036d75edff9814e17053a645321"><code>b3dbc16</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</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.30.1 - July 1, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/b035f747c6e6d1c7a299c90b0ed0b8109cf24a53"><code>b035f74</code></a> chore: upgrade to <code>@eslint/js@9.30.1</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19906">#19906</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/b3dbc16563cb7036d75edff9814e17053a645321"><code>b3dbc16</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e91bb870f8c6e38baa508f18048cd2a2d04b8b9c"><code>e91bb87</code></a> fix: allow separate default and named type imports (<a href="https://redirect.github.com/eslint/eslint/issues/19899">#19899</a>) (xbinaryx)</li> <li><a href="https://github.com/eslint/eslint/commit/ab7c62598a9fca498e495d45029ae92fd5fb9bf3"><code>ab7c625</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/dae1e5bb27db0e846efbe3026210013b42817838"><code>dae1e5b</code></a> docs: update jsdoc's link (<a href="https://redirect.github.com/eslint/eslint/issues/19896">#19896</a>) (JamesVanWaza)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/6769b5fa11ecfb2c2cf78472d3d90564a1e01d3c"><code>6769b5f</code></a> 9.30.1</li> <li><a href="https://github.com/eslint/eslint/commit/b2950ace77663f96cab395b5fe525054d3f49bfe"><code>b2950ac</code></a> Build: changelog update for 9.30.1</li> <li><a href="https://github.com/eslint/eslint/commit/b035f747c6e6d1c7a299c90b0ed0b8109cf24a53"><code>b035f74</code></a> chore: upgrade to <code>@eslint/js@9.30.1</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19906">#19906</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b3dbc16563cb7036d75edff9814e17053a645321"><code>b3dbc16</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/e91bb870f8c6e38baa508f18048cd2a2d04b8b9c"><code>e91bb87</code></a> fix: allow separate default and named type imports (<a href="https://redirect.github.com/eslint/eslint/issues/19899">#19899</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ab7c62598a9fca498e495d45029ae92fd5fb9bf3"><code>ab7c625</code></a> docs: Update README</li> <li><a href="https://github.com/eslint/eslint/commit/dae1e5bb27db0e846efbe3026210013b42817838"><code>dae1e5b</code></a> docs: update jsdoc's link (<a href="https://redirect.github.com/eslint/eslint/issues/19896">#19896</a>)</li> <li>See full diff in <a href="https://github.com/eslint/eslint/compare/v9.30.0...v9.30.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> |
||
|
|
0b8dd230c6 |
chore(deps): Bump i18next from 25.2.1 to 25.3.0 (#1246)
[](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> |
||
|
|
076013450e |
chore(deps-dev): Bump typescript-eslint from 8.35.0 to 8.35.1 (#1245)
[](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> |
||
|
|
af6fcff85c |
chore(deps-dev): Bump eslint from 9.29.0 to 9.30.0 (#1243)
Bumps [eslint](https://github.com/eslint/eslint) from 9.29.0 to 9.30.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.30.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/52a5fcaa4e0bb4e55c014c20ed47d6c93b107635"><code>52a5fca</code></a> feat: Support <code>basePath</code> property in config objects (<a href="https://redirect.github.com/eslint/eslint/issues/19879">#19879</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4ab44823df4d4b47d3650da949077a0551e7579e"><code>4ab4482</code></a> feat: add <code>allowSeparateTypeImports</code> option to <code>no-duplicate-imports</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19872">#19872</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/b8a7e7aeb5f0ed2e1670771ab4dda6fd723d96eb"><code>b8a7e7a</code></a> feat: throw error when column is negative in <code>getIndexFromLoc</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19831">#19831</a>) (루밀LuMir)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/6a0f164543bf8461d6a27a740c9e08aa77cbe42d"><code>6a0f164</code></a> fix: handle <code>null</code> type <code>loc</code> in <code>getIndexFromLoc</code> method (<a href="https://redirect.github.com/eslint/eslint/issues/19862">#19862</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/3fbcd704a0b2aef2a6c1fc34d2bc4b35f6425067"><code>3fbcd70</code></a> fix: update error message for <code>no-restricted-properties</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19855">#19855</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/7ef4cf76610d42727a404e495ac6d47868cf5040"><code>7ef4cf7</code></a> fix: remove unnecessary semicolon from fixes (<a href="https://redirect.github.com/eslint/eslint/issues/19857">#19857</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/7dabc38a8406d470fb2389eec2f0ad1ad214173e"><code>7dabc38</code></a> fix: use <code>process.version</code> in <code>--env-info</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19865">#19865</a>) (TKDev7)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/8662ed1f6debc358e22812b145e117aa4a907d78"><code>8662ed1</code></a> docs: adopt eslint-stylistic sub packages related changes (<a href="https://redirect.github.com/eslint/eslint/issues/19887">#19887</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/20158b09db3430cf00b202ba8c25ce874bbaf00a"><code>20158b0</code></a> docs: typo in comment for unused variables handling (<a href="https://redirect.github.com/eslint/eslint/issues/19870">#19870</a>) (leopardracer)</li> <li><a href="https://github.com/eslint/eslint/commit/ebfb5b46136c4d737c9783333e3057421d1a0bef"><code>ebfb5b4</code></a> docs: Fixed Typo in configuration-files.md (<a href="https://redirect.github.com/eslint/eslint/issues/19873">#19873</a>) (0-20)</li> <li><a href="https://github.com/eslint/eslint/commit/4112fd09531092e9651e9981205bcd603dc56acf"><code>4112fd0</code></a> docs: clarify that boolean is still allowed for rule <code>meta.deprecated</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19866">#19866</a>) (Bryan Mishkin)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/2b6491cd4b8eec44d4a3f8dea1b71151e8dd0230"><code>2b6491c</code></a> chore: upgrade to <code>@eslint/js@9.30.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19889">#19889</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/5a5d5261037fdf84a91f2f22d3726d58572453f4"><code>5a5d526</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/eaf8a418af32b3190494e4a2284533353c28ccfa"><code>eaf8a41</code></a> chore: Correct typos in linter tests (<a href="https://redirect.github.com/eslint/eslint/issues/19878">#19878</a>) (kilavvy)</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.30.0 - June 27, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/2b6491cd4b8eec44d4a3f8dea1b71151e8dd0230"><code>2b6491c</code></a> chore: upgrade to <code>@eslint/js@9.30.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19889">#19889</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/5a5d5261037fdf84a91f2f22d3726d58572453f4"><code>5a5d526</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/52a5fcaa4e0bb4e55c014c20ed47d6c93b107635"><code>52a5fca</code></a> feat: Support <code>basePath</code> property in config objects (<a href="https://redirect.github.com/eslint/eslint/issues/19879">#19879</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/6a0f164543bf8461d6a27a740c9e08aa77cbe42d"><code>6a0f164</code></a> fix: handle <code>null</code> type <code>loc</code> in <code>getIndexFromLoc</code> method (<a href="https://redirect.github.com/eslint/eslint/issues/19862">#19862</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/8662ed1f6debc358e22812b145e117aa4a907d78"><code>8662ed1</code></a> docs: adopt eslint-stylistic sub packages related changes (<a href="https://redirect.github.com/eslint/eslint/issues/19887">#19887</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/eaf8a418af32b3190494e4a2284533353c28ccfa"><code>eaf8a41</code></a> chore: Correct typos in linter tests (<a href="https://redirect.github.com/eslint/eslint/issues/19878">#19878</a>) (kilavvy)</li> <li><a href="https://github.com/eslint/eslint/commit/4ab44823df4d4b47d3650da949077a0551e7579e"><code>4ab4482</code></a> feat: add <code>allowSeparateTypeImports</code> option to <code>no-duplicate-imports</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19872">#19872</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/3fbcd704a0b2aef2a6c1fc34d2bc4b35f6425067"><code>3fbcd70</code></a> fix: update error message for <code>no-restricted-properties</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19855">#19855</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/20158b09db3430cf00b202ba8c25ce874bbaf00a"><code>20158b0</code></a> docs: typo in comment for unused variables handling (<a href="https://redirect.github.com/eslint/eslint/issues/19870">#19870</a>) (leopardracer)</li> <li><a href="https://github.com/eslint/eslint/commit/ebfb5b46136c4d737c9783333e3057421d1a0bef"><code>ebfb5b4</code></a> docs: Fixed Typo in configuration-files.md (<a href="https://redirect.github.com/eslint/eslint/issues/19873">#19873</a>) (0-20)</li> <li><a href="https://github.com/eslint/eslint/commit/b8a7e7aeb5f0ed2e1670771ab4dda6fd723d96eb"><code>b8a7e7a</code></a> feat: throw error when column is negative in <code>getIndexFromLoc</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19831">#19831</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/7ef4cf76610d42727a404e495ac6d47868cf5040"><code>7ef4cf7</code></a> fix: remove unnecessary semicolon from fixes (<a href="https://redirect.github.com/eslint/eslint/issues/19857">#19857</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/7dabc38a8406d470fb2389eec2f0ad1ad214173e"><code>7dabc38</code></a> fix: use <code>process.version</code> in <code>--env-info</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19865">#19865</a>) (TKDev7)</li> <li><a href="https://github.com/eslint/eslint/commit/4112fd09531092e9651e9981205bcd603dc56acf"><code>4112fd0</code></a> docs: clarify that boolean is still allowed for rule <code>meta.deprecated</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19866">#19866</a>) (Bryan Mishkin)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/ad1d63951773acc7828bcc1eafbb731567447298"><code>ad1d639</code></a> 9.30.0</li> <li><a href="https://github.com/eslint/eslint/commit/c02d70b71867b4cee9c38a536f74e98e3b810f16"><code>c02d70b</code></a> Build: changelog update for 9.30.0</li> <li><a href="https://github.com/eslint/eslint/commit/2b6491cd4b8eec44d4a3f8dea1b71151e8dd0230"><code>2b6491c</code></a> chore: upgrade to <code>@eslint/js@9.30.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19889">#19889</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/5a5d5261037fdf84a91f2f22d3726d58572453f4"><code>5a5d526</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/52a5fcaa4e0bb4e55c014c20ed47d6c93b107635"><code>52a5fca</code></a> feat: Support <code>basePath</code> property in config objects (<a href="https://redirect.github.com/eslint/eslint/issues/19879">#19879</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/6a0f164543bf8461d6a27a740c9e08aa77cbe42d"><code>6a0f164</code></a> fix: handle <code>null</code> type <code>loc</code> in <code>getIndexFromLoc</code> method (<a href="https://redirect.github.com/eslint/eslint/issues/19862">#19862</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/8662ed1f6debc358e22812b145e117aa4a907d78"><code>8662ed1</code></a> docs: adopt eslint-stylistic sub packages related changes (<a href="https://redirect.github.com/eslint/eslint/issues/19887">#19887</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/eaf8a418af32b3190494e4a2284533353c28ccfa"><code>eaf8a41</code></a> chore: Correct typos in linter tests (<a href="https://redirect.github.com/eslint/eslint/issues/19878">#19878</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/4ab44823df4d4b47d3650da949077a0551e7579e"><code>4ab4482</code></a> feat: add <code>allowSeparateTypeImports</code> option to <code>no-duplicate-imports</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19872">#19872</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3fbcd704a0b2aef2a6c1fc34d2bc4b35f6425067"><code>3fbcd70</code></a> fix: update error message for <code>no-restricted-properties</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19855">#19855</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.29.0...v9.30.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> |
||
|
|
42f5247c27 |
chore(deps-dev): Bump @cypress/code-coverage from 3.14.4 to 3.14.5 (#1242)
Bumps [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) from 3.14.4 to 3.14.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/code-coverage/releases"><code>@cypress/code-coverage</code>'s releases</a>.</em></p> <blockquote> <h2>v3.14.5</h2> <h2><a href="https://github.com/cypress-io/code-coverage/compare/v3.14.4...v3.14.5">3.14.5</a> (2025-06-24)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@types/node</code> to v22.15.32 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/955">#955</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/4005a0462b6cb4f0d3660eca3e88cdca5e0beb33">4005a04</a>)</li> <li><strong>deps:</strong> update dependency <code>@types/react</code> to v18.3.23 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/956">#956</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/fe09355393d50ba11d140d817e751bd8e25f303c">fe09355</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/code-coverage/commit/db0e710f74a0bdf534911bd61b7fdb102b075b4d"><code>db0e710</code></a> chore(deps): update dependency <code>@babel/core</code> to v7.27.4 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/954">#954</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/4005a0462b6cb4f0d3660eca3e88cdca5e0beb33"><code>4005a04</code></a> fix(deps): update dependency <code>@types/node</code> to v22.15.32 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/955">#955</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/fe09355393d50ba11d140d817e751bd8e25f303c"><code>fe09355</code></a> fix(deps): update dependency <code>@types/react</code> to v18.3.23 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/956">#956</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/code-coverage/compare/v3.14.4...v3.14.5">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> |
||
|
|
f8e6bbf268 |
chore(deps-dev): Bump typescript-eslint from 8.34.1 to 8.35.0 (#1241)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.34.1 to 8.35.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.35.0</h2> <h2>8.35.0 (2025-06-23)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-base-to-string] add checkUnknown Option (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11128">#11128</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>website:</strong> acquired types are shown in the editor but not reflected in linting (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11198">#11198</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>mdm317</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.35.0 (2025-06-23)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d19c9f383a2e345656b601aa42ec250293609019"><code>d19c9f3</code></a> chore(release): publish 8.35.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.35.0/packages/typescript-eslint">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> |
||
|
|
0e24478c38 |
chore(deps-dev): Bump @vitejs/plugin-react from 4.5.2 to 4.6.0 (#1239)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.5.2 to 4.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/releases"><code>@vitejs/plugin-react</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-react@4.6.0</h2> <h3>Add raw Rolldown support</h3> <p>This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md"><code>@vitejs/plugin-react</code>'s changelog</a>.</em></p> <blockquote> <h2>4.6.0 (2025-06-23)</h2> <h3>Add raw Rolldown support</h3> <p>This plugin only worked with Vite. But now it can also be used with raw Rolldown. The main purpose for using this plugin with Rolldown is to use react compiler.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/12bd153622731890678e43367e30c4a212d74376"><code>12bd153</code></a> release: plugin-react@4.6.0</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/572bb9498bd785e4e3a2a4f9520b44967c04ec4a"><code>572bb94</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/515">#515</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/552af8fda8e4c079e9685638d5105572a29195f8"><code>552af8f</code></a> feat(react): add raw rolldown support (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/513">#513</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/dd5bd78b4b4ae75e28251075efd8611847c1a412"><code>dd5bd78</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/498">#498</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/4951c905dc8a9ba667eb1d1d73f29070dc94c16e"><code>4951c90</code></a> docs: typo in CHANGELOG.md (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/504">#504</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.6.0/packages/plugin-react">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> |
||
|
|
61f867c7fa |
chore(deps-dev): Bump @shellygo/cypress-test-utils from 5.0.0 to 5.0.2 (#1238)
Bumps [@shellygo/cypress-test-utils](https://github.com/shellyDCMS/cypress-test-utils) from 5.0.0 to 5.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ShellyDCMS/cypress-test-utils/blob/main/CHANGELOG.md"><code>@shellygo/cypress-test-utils</code>'s changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <p>All notable changes to this project will be documented in this file.</p> <blockquote> <p><strong>Tags</strong></p> <ul> <li>Features</li> <li>Bug Fixes</li> <li>Performance Improvements</li> <li>Dependency Updates</li> <li>Breaking Changes</li> <li>Enhancements</li> <li>Documentation</li> <li>Internal</li> </ul> </blockquote> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/shellyDCMS/cypress-test-utils/commits">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> |
||
|
|
71c04d7d2e |
chore(deps-dev): Bump stylelint from 16.20.0 to 16.21.0 (#1237)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.20.0 to 16.21.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>16.21.0</h2> <p>It rounds out the <code>message</code> secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.</p> <ul> <li>Added: non-experimental support for functional <code>message</code> secondary option (<a href="https://redirect.github.com/stylelint/stylelint/issues/8595">#8595</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Added: <code>ignore: ["after-custom-property"]</code> to <code>custom-property-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8627">#8627</a>) (<a href="https://github.com/imkesin"><code>@imkesin</code></a>).</li> <li>Fixed: <code>cache</code> configuration property not being respected (<a href="https://redirect.github.com/stylelint/stylelint/issues/8599">#8599</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>fastest-levenshtein</code> import when bundling (<a href="https://redirect.github.com/stylelint/stylelint/issues/8621">#8621</a>) (<a href="https://github.com/onigoetz"><code>@onigoetz</code></a>).</li> <li>Fixed: <code>named-grid-areas-no-invalid</code> false positives for interpolated grid-template-areas in CSS-in-JS (<a href="https://redirect.github.com/stylelint/stylelint/issues/8606">#8606</a>) (<a href="https://github.com/shahana308"><code>@shahana308</code></a>).</li> <li>Fixed: <code>selector-pseudo-*-no-unknown</code> false positives for the missing form control styling selectors (<a href="https://redirect.github.com/stylelint/stylelint/issues/8623">#8623</a>) (<a href="https://github.com/tyrann0us"><code>@tyrann0us</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>16.21.0 - 2025-06-19</h2> <p>It rounds out the <code>message</code> secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.</p> <ul> <li>Added: non-experimental support for functional <code>message</code> secondary option (<a href="https://redirect.github.com/stylelint/stylelint/pull/8595">#8595</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Added: <code>ignore: ["after-custom-property"]</code> to <code>custom-property-empty-line-before</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8627">#8627</a>) (<a href="https://github.com/imkesin"><code>@imkesin</code></a>).</li> <li>Fixed: <code>cache</code> configuration property not being respected (<a href="https://redirect.github.com/stylelint/stylelint/pull/8599">#8599</a>) (<a href="https://github.com/ybiquitous"><code>@ybiquitous</code></a>).</li> <li>Fixed: <code>fastest-levenshtein</code> import when bundling (<a href="https://redirect.github.com/stylelint/stylelint/pull/8621">#8621</a>) (<a href="https://github.com/onigoetz"><code>@onigoetz</code></a>).</li> <li>Fixed: <code>named-grid-areas-no-invalid</code> false positives for interpolated grid-template-areas in CSS-in-JS (<a href="https://redirect.github.com/stylelint/stylelint/pull/8606">#8606</a>) (<a href="https://github.com/shahana308"><code>@shahana308</code></a>).</li> <li>Fixed: <code>selector-pseudo-*-no-unknown</code> false positives for the missing form control styling selectors (<a href="https://redirect.github.com/stylelint/stylelint/pull/8623">#8623</a>) (<a href="https://github.com/tyrann0us"><code>@tyrann0us</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/90ffc0bd8ef02ee89f4c11685c0b399bc14ac1aa"><code>90ffc0b</code></a> 16.21.0</li> <li><a href="https://github.com/stylelint/stylelint/commit/e34a2a3aefb74fcdb957d4cfe4c48814bf19563b"><code>e34a2a3</code></a> Prepare 16.21.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8598">#8598</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/18c9d6380342cd4d67a9a3f775f717a972c0af62"><code>18c9d63</code></a> Fix <code>selector-pseudo-*-no-unknown</code> false positives for form control styling s...</li> <li><a href="https://github.com/stylelint/stylelint/commit/b006c58d5288edb47c6191d52e1b5b32b46596a7"><code>b006c58</code></a> Fix <code>cache</code> configuration property not being respected (<a href="https://redirect.github.com/stylelint/stylelint/issues/8599">#8599</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/b764c238dcdaec8419585ece1c7fb8432b26f1ac"><code>b764c23</code></a> Fix <code>named-grid-areas-no-invalid</code> false positives for interpolated grid-templ...</li> <li><a href="https://github.com/stylelint/stylelint/commit/103c2d214bd992d677794f441de291f32e42f996"><code>103c2d2</code></a> Add <code>ignore: ["after-custom-property"]</code> to `custom-property-empty-line-before...</li> <li><a href="https://github.com/stylelint/stylelint/commit/1f9791bb67bf0ddc04deb9e7107abe22427ae350"><code>1f9791b</code></a> Document <code>custom-property-empty-line-before</code> ignore examples correctly (<a href="https://redirect.github.com/stylelint/stylelint/issues/8628">#8628</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/8a9a830ca800b46530a938c351ca8b90cc20331c"><code>8a9a830</code></a> Fix <code>fastest-levenshtein</code> import when bundling (<a href="https://redirect.github.com/stylelint/stylelint/issues/8621">#8621</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/651a1b43f65528f921d85cae3e57a2fcab9c14a3"><code>651a1b4</code></a> Document notation typo fix (<a href="https://redirect.github.com/stylelint/stylelint/issues/8624">#8624</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/93d1af12d62bda32d5b29561691d7a3667616799"><code>93d1af1</code></a> Bump known-css-properties from 0.36.0 to 0.37.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8619">#8619</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.20.0...16.21.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> |
||
|
|
bdb0e0ef37 |
chore(deps): Bump ol from 10.6.0 to 10.6.1 (#1236)
Bumps [ol](https://github.com/openlayers/openlayers) from 10.6.0 to 10.6.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openlayers/openlayers/commit/072200668c0d58e598df6c28f5798b9b468713f0"><code>0722006</code></a> Updates for the 10.6.1 release</li> <li><a href="https://github.com/openlayers/openlayers/commit/ef39880abdd393150be002c13846e1a71b38776a"><code>ef39880</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16916">#16916</a> from knrdl/main</li> <li><a href="https://github.com/openlayers/openlayers/commit/41d3f745e6421c4427042a14e817884780d05807"><code>41d3f74</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16919">#16919</a> from natalvc/Rollback-prevent-Canvas2D-warning</li> <li><a href="https://github.com/openlayers/openlayers/commit/4ce546b4ab27291f42863116a04261f958fb51f5"><code>4ce546b</code></a> Remove willReadFrequently hint</li> <li><a href="https://github.com/openlayers/openlayers/commit/f2577a366cd078fd73633656c5e9cb2bd1aff491"><code>f2577a3</code></a> fix type hint for getClosestFeatureToCoordinate()</li> <li><a href="https://github.com/openlayers/openlayers/commit/a68f8c40a835b4c253cd38af0770a169e3d19c09"><code>a68f8c4</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16914">#16914</a> from openlayers/release-v10.6.0</li> <li><a href="https://github.com/openlayers/openlayers/commit/a5aa1abb2bdb6b0f5b9ea40de0e336742fec20b7"><code>a5aa1ab</code></a> Develop on 10.6.1-dev</li> <li>See full diff in <a href="https://github.com/openlayers/openlayers/compare/v10.6.0...v10.6.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> |
||
|
|
ed97eed7e0 |
chore(deps-dev): Bump cypress from 14.4.1 to 14.5.0 (#1235)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.4.1 to 14.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v14.5.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-5-0">https://docs.cypress.io/app/references/changelog#14-5-0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/79469f56167cf85c16899b38f89a66398eced4e4"><code>79469f5</code></a> chore: release 14.5.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31900">#31900</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/1589cb61bea40a1f918b5c0ae6f434da10c745f8"><code>1589cb6</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31896">#31896</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/92dda43c23689bc81ed687ab28bb9741c5fb155f"><code>92dda43</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31895">#31895</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5a0d7bf2e350d54c1a1f4df83e1a6d0382e0dd35"><code>5a0d7bf</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31894">#31894</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d51db04755b87daa84f59dc288473fdb778d3b1a"><code>d51db04</code></a> chore(deps): update dependency hasha to v5.2.2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31880">#31880</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0fbb2155976d974d731747d2d45f17f7a5af2bca"><code>0fbb215</code></a> chore: Update Chrome (beta) to 138.0.7204.23 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31876">#31876</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/a1edbce8f10bc9b80c06433ce5aa52e82c575112"><code>a1edbce</code></a> internal: (studio) do not record events if cloud studio is enabled (<a href="https://redirect.github.com/cypress-io/cypress/issues/31858">#31858</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b95db82fc615ca55bfdc101bfc1843ea7690654e"><code>b95db82</code></a> docs: Fix typo (<a href="https://redirect.github.com/cypress-io/cypress/issues/31888">#31888</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/d475d2086f9091f61eea5351c838efc51e4cb89c"><code>d475d20</code></a> chore: use browser tools to install chrome for testing (<a href="https://redirect.github.com/cypress-io/cypress/issues/31868">#31868</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ef1a73b1e05a6e392cb503b46548fe4d16931378"><code>ef1a73b</code></a> internal: create cloud studio session ID to group telemetry and errors (<a href="https://redirect.github.com/cypress-io/cypress/issues/31833">#31833</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.4.1...v14.5.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> |
||
|
|
4b0fb350b8 |
chore(deps-dev): Bump typescript-eslint from 8.34.0 to 8.34.1 (#1233)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.34.0 to 8.34.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.34.1</h2> <h2>8.34.1 (2025-06-16)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>types:</strong> add 2026/17 to EcmaVersion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11304">#11304</a>)</li> <li><strong>typescript-estree:</strong> emit a Literal instead of Identifier for constructor when the identifier is a string (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11299">#11299</a>)</li> <li><strong>visitor-keys:</strong> bump <code>eslint-visitor-keys</code> dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11294">#11294</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>David Archibald</li> <li>overlookmotel</li> <li>Tao</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.34.1 (2025-06-16)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ccd07914d933c3f7a284c9a7df5b1d6d40495fc5"><code>ccd0791</code></a> chore(release): publish 8.34.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.34.1/packages/typescript-eslint">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> |
||
|
|
806cefe98f |
chore(deps): Bump ol from 10.5.0 to 10.6.0 (#1234)
Bumps [ol](https://github.com/openlayers/openlayers) from 10.5.0 to 10.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openlayers/openlayers/releases">ol's releases</a>.</em></p> <blockquote> <h2>v10.6.0</h2> <h2>Summary</h2> <p>The 10.6 release brings new and improved exmaples, a few bugs fixes, and several improvements like better scroll zooming, render quality of overlays and smarter webfont handling. Among the new features are better tile grid debug tiles with custom tile coordinate colors and SLD capability parsing for WMS.</p> <h2>What's Changed</h2> <ul> <li>Updates for the 10.5.0 release by <a href="https://github.com/jahow"><code>@jahow</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16772">openlayers/openlayers#16772</a></li> <li>Fix for a regression issue in snap multipoint by <a href="https://github.com/yjwoo14"><code>@yjwoo14</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16773">openlayers/openlayers#16773</a></li> <li>Extend doc: Add a warning for attributions constructor argument of At… by <a href="https://github.com/sipris"><code>@sipris</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16777">openlayers/openlayers#16777</a></li> <li>Bump express from 4.21.2 to 5.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16781">openlayers/openlayers#16781</a></li> <li>Bump rollup from 4.38.0 to 4.39.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16785">openlayers/openlayers#16785</a></li> <li>Bump typescript from 5.8.2 to 5.8.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16782">openlayers/openlayers#16782</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 8.28.0 to 8.29.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16786">openlayers/openlayers#16786</a></li> <li>Bump eslint from 9.23.0 to 9.24.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16784">openlayers/openlayers#16784</a></li> <li>Bump puppeteer from 24.4.0 to 24.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16783">openlayers/openlayers#16783</a></li> <li>Add wheel scroll by page. by <a href="https://github.com/kisoso"><code>@kisoso</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16791">openlayers/openlayers#16791</a></li> <li>Fix generate-index script for windows by <a href="https://github.com/M393"><code>@M393</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16792">openlayers/openlayers#16792</a></li> <li>Handle VectorImage layer with no source by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16800">openlayers/openlayers#16800</a></li> <li>Fix line metric with zero-length segments by <a href="https://github.com/M393"><code>@M393</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16801">openlayers/openlayers#16801</a></li> <li>Bump marked from 15.0.7 to 15.0.8 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16799">openlayers/openlayers#16799</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 8.29.0 to 8.29.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16797">openlayers/openlayers#16797</a></li> <li>Bump rollup from 4.39.0 to 4.40.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16796">openlayers/openlayers#16796</a></li> <li>Bump puppeteer from 24.6.0 to 24.6.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16795">openlayers/openlayers#16795</a></li> <li>Add source uid to tile cache key by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16790">openlayers/openlayers#16790</a></li> <li>Avoid instanceof PointerEvent to support cross-document maps by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16778">openlayers/openlayers#16778</a></li> <li>Replace dead comment url with url from wayback machine by <a href="https://github.com/M393"><code>@M393</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16803">openlayers/openlayers#16803</a></li> <li>Bump webpack from 5.98.0 to 5.99.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16798">openlayers/openlayers#16798</a></li> <li>Bump http-proxy-middleware from 2.0.7 to 2.0.9 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16804">openlayers/openlayers#16804</a></li> <li>Bump eslint from 9.24.0 to 9.25.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16805">openlayers/openlayers#16805</a></li> <li>Bump webpack from 5.99.5 to 5.99.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16807">openlayers/openlayers#16807</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 8.29.1 to 8.30.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16806">openlayers/openlayers#16806</a></li> <li>Prevent Canvas2D warning in hit detection context by <a href="https://github.com/jaa134"><code>@jaa134</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16810">openlayers/openlayers#16810</a></li> <li>Handle change from fill/stroke to no fill/stroke when overlaps: false by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16815">openlayers/openlayers#16815</a></li> <li>Do not round overlay pixel coordinates by <a href="https://github.com/ahocevar"><code>@ahocevar</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16809">openlayers/openlayers#16809</a></li> <li>Fix formatting of expression apidoc page by <a href="https://github.com/M393"><code>@M393</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16828">openlayers/openlayers#16828</a></li> <li>fix(16834): Fix issue in parseImageOffsetProperties generating invalid shaders by <a href="https://github.com/johnnyelwailer"><code>@johnnyelwailer</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16835">openlayers/openlayers#16835</a></li> <li>WebGL / Fix incorrect scaling of colors when provided by a style variable by <a href="https://github.com/jahow"><code>@jahow</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16836">openlayers/openlayers#16836</a></li> <li>fix(webgl): refactor dashDistanceField function to propery compile with dynamic expressions by <a href="https://github.com/johnnyelwailer"><code>@johnnyelwailer</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16837">openlayers/openlayers#16837</a></li> <li>Add Mapserver Examples by <a href="https://github.com/geographika"><code>@geographika</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16644">openlayers/openlayers#16644</a></li> <li>Bump mocha from 11.1.0 to 11.2.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16833">openlayers/openlayers#16833</a></li> <li>Bump eslint from 9.25.0 to 9.26.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16832">openlayers/openlayers#16832</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 8.30.1 to 8.31.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16831">openlayers/openlayers#16831</a></li> <li>WebGL / Avoid "Vertex buffer is not big enough for the draw call" error when mixing styles and geometry types by <a href="https://github.com/jahow"><code>@jahow</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16840">openlayers/openlayers#16840</a></li> <li>Fix setGeometry() in webgl/VectorLayer for useGeographic() by <a href="https://github.com/kikuchan"><code>@kikuchan</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16814">openlayers/openlayers#16814</a></li> <li>Bump marked from 15.0.8 to 15.0.11 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16822">openlayers/openlayers#16822</a></li> <li>Bump rollup from 4.40.0 to 4.40.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16821">openlayers/openlayers#16821</a></li> <li>Bump ol-mapbox-style from 12.5.0 to 12.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16819">openlayers/openlayers#16819</a></li> <li>Bump webpack from 5.99.6 to 5.99.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16820">openlayers/openlayers#16820</a></li> <li>Bump proj4 from 2.15.0 to 2.16.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16846">openlayers/openlayers#16846</a></li> <li>Bump rollup from 4.40.1 to 4.40.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16847">openlayers/openlayers#16847</a></li> <li>Bump <code>@typescript-eslint/parser</code> from 8.31.1 to 8.32.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/openlayers/openlayers/pull/16849">openlayers/openlayers#16849</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openlayers/openlayers/commit/5820c204228907ba17b041c7463b94290e54a06f"><code>5820c20</code></a> Updates for the 10.6.0 release</li> <li><a href="https://github.com/openlayers/openlayers/commit/01b1fa87572a4860f4780d61dda0a9fffeb157b9"><code>01b1fa8</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16911">#16911</a> from openlayers/dependabot/github_actions/dawidd6/a...</li> <li><a href="https://github.com/openlayers/openlayers/commit/a5dc31ea7f139ba6799f9da8bb08c44bc1a74a0f"><code>a5dc31e</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16909">#16909</a> from openlayers/dependabot/npm_and_yarn/typescript-...</li> <li><a href="https://github.com/openlayers/openlayers/commit/339f990ab1f75ac799678bd3581a7c994e31f8fc"><code>339f990</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16908">#16908</a> from openlayers/dependabot/npm_and_yarn/puppeteer-2...</li> <li><a href="https://github.com/openlayers/openlayers/commit/757e43ae664c93eb914374d4ac2e09fd9fc8b39f"><code>757e43a</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16907">#16907</a> from openlayers/dependabot/npm_and_yarn/eslint-9.29.0</li> <li><a href="https://github.com/openlayers/openlayers/commit/46188c2ea9663327d3642a067164dbe0929662be"><code>46188c2</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16906">#16906</a> from openlayers/dependabot/npm_and_yarn/sinon-21.0.0</li> <li><a href="https://github.com/openlayers/openlayers/commit/e4696ea1f3291c6db70ed0b97f608c4ddba61c57"><code>e4696ea</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16905">#16905</a> from openlayers/dependabot/npm_and_yarn/rollup-4.43.0</li> <li><a href="https://github.com/openlayers/openlayers/commit/22c620f7dc63f45542960ea10a78472624a0fd2d"><code>22c620f</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16904">#16904</a> from openlayers/dependabot/npm_and_yarn/rollup/plug...</li> <li><a href="https://github.com/openlayers/openlayers/commit/9c70c380d5f77df61a1e09db9dbecce0bdd2ce29"><code>9c70c38</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16903">#16903</a> from openlayers/dependabot/npm_and_yarn/mocha-11.6.0</li> <li><a href="https://github.com/openlayers/openlayers/commit/6fdc82bd5d521d21079b59b072b646a053dd61b6"><code>6fdc82b</code></a> Merge pull request <a href="https://redirect.github.com/openlayers/openlayers/issues/16896">#16896</a> from openlayers/dependabot/npm_and_yarn/webpack-dev...</li> <li>Additional commits viewable in <a href="https://github.com/openlayers/openlayers/compare/v10.5.0...v10.6.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> |
||
|
|
9b8668e559 |
chore(deps-dev): Bump postcss from 8.5.5 to 8.5.6 (#1232)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.5 to 8.5.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.6</h2> <ul> <li>Fixed <code>ContainerWithChildren</code> type discriminating (by <a href="https://github.com/Goodwine"><code>@Goodwine</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.6</h2> <ul> <li>Fixed <code>ContainerWithChildren</code> type discriminating (by <a href="https://github.com/Goodwine"><code>@Goodwine</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/91d6eb5c3d1ca8acb4e8e3926005acf2b066c211"><code>91d6eb5</code></a> Release 8.5.6 version</li> <li><a href="https://github.com/postcss/postcss/commit/65ffc55117bf4289b1f977986ed76fad402641b1"><code>65ffc55</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/ecd20eb7f9587d63e3f3348b768aec0e9fb000d3"><code>ecd20eb</code></a> Fix ContainerWithChildren to allow discriminating the node type by comparing ...</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.5.5...8.5.6">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> |
||
|
|
81368be140 |
chore(deps-dev): Bump eslint from 9.28.0 to 9.29.0 (#1230)
Bumps [eslint](https://github.com/eslint/eslint) from 9.28.0 to 9.29.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.29.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d"><code>f686fcb</code></a> feat: add <code>ecmaVersion: 2026</code>, parsing <code>using</code> and <code>await using</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19832">#19832</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4"><code>19cdd22</code></a> feat: prune suppressions for non-existent files (<a href="https://redirect.github.com/eslint/eslint/issues/19825">#19825</a>) (TKDev7)</li> <li><a href="https://github.com/eslint/eslint/commit/b3d720f82f08022a33b10f0437111e7d270b8e3c"><code>b3d720f</code></a> feat: add ES2025 globals (<a href="https://redirect.github.com/eslint/eslint/issues/19835">#19835</a>) (fisker Cheung)</li> <li><a href="https://github.com/eslint/eslint/commit/677a2837a17320f54a8869682af128a2a7d77579"><code>677a283</code></a> feat: add auto-accessor fields support to class-methods-use-this (<a href="https://redirect.github.com/eslint/eslint/issues/19789">#19789</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/dbba0589f5509223658b73de6eb721f659bcec47"><code>dbba058</code></a> feat: allow global type declaration in <code>no-var</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19714">#19714</a>) (Remco Haszing)</li> <li><a href="https://github.com/eslint/eslint/commit/342bd29e1a10a4b521ed0dbb6d889dcfc137e863"><code>342bd29</code></a> feat: ignore type annotations in no-restricted-globals (<a href="https://redirect.github.com/eslint/eslint/issues/19781">#19781</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/786bcd13652b90c5bd0c7201610b856ad1b87542"><code>786bcd1</code></a> feat: add allowProperties option to no-restricted-properties (<a href="https://redirect.github.com/eslint/eslint/issues/19772">#19772</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/05b66d05bd68214f2fa1ab53fb2734c9d9e5348a"><code>05b66d0</code></a> feat: add <code>sourceCode.isGlobalReference(node)</code> method (<a href="https://redirect.github.com/eslint/eslint/issues/19695">#19695</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f"><code>85c082c</code></a> fix: explicit matching behavior with negated patterns and arrays (<a href="https://redirect.github.com/eslint/eslint/issues/19845">#19845</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc"><code>9bda4a9</code></a> fix: fix <code>LintOptions.filterCodeBlock</code> types (<a href="https://redirect.github.com/eslint/eslint/issues/19837">#19837</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/7ab77a2c7605126daaa7e7f7ab75b5c252677d12"><code>7ab77a2</code></a> fix: correct breaking deprecation of FlatConfig type (<a href="https://redirect.github.com/eslint/eslint/issues/19826">#19826</a>) (Logicer)</li> <li><a href="https://github.com/eslint/eslint/commit/1ba33181ab300588a803434884c054ed003f0bbd"><code>1ba3318</code></a> fix: add <code>language</code> and <code>dialects</code> to <code>no-use-before-define</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19808">#19808</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7"><code>00e3e6a</code></a> docs: add support for custom name parameter to <code>includeIgnoreFile</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19795">#19795</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/3aed0756ed3669ac27fc243c81fd82e3d0e6973b"><code>3aed075</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a2f888d679e2a44964da596a4158911819e1d31d"><code>a2f888d</code></a> docs: enhance documentation with links and fix typos (<a href="https://redirect.github.com/eslint/eslint/issues/19761">#19761</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/53c3235ba1c90a85a44f0abd18998ccc4e0445bf"><code>53c3235</code></a> docs: update to clarify prompt usage (<a href="https://redirect.github.com/eslint/eslint/issues/19748">#19748</a>) (Jennifer Davis)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f"><code>5c114c9</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.29.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19851">#19851</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f"><code>acf2201</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808"><code>a806994</code></a> refactor: Remove eslintrc from flat config functionality (<a href="https://redirect.github.com/eslint/eslint/issues/19833">#19833</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/152ed51329d82c6e7375f41a105e01b31750e17f"><code>152ed51</code></a> test: switch to flat config mode in code path analysis tests (<a href="https://redirect.github.com/eslint/eslint/issues/19824">#19824</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b647239272931e0a947500b2f554fc8ccdf8adfd"><code>b647239</code></a> chore: Update first-party dependencies faster with Renovate (<a href="https://redirect.github.com/eslint/eslint/issues/19822">#19822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/7abe42e2de931289e19e34e390d16936cf6faf64"><code>7abe42e</code></a> refactor: SafeEmitter -> SourceCodeVisitor (<a href="https://redirect.github.com/eslint/eslint/issues/19708">#19708</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/e39289596757702b6c8d747d5ab9c1a7820c108f"><code>e392895</code></a> perf: improve time complexity of <code>getLocFromIndex</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19782">#19782</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/0ed289c5ceed1c10b599b22c8b9374a5a3a144dd"><code>0ed289c</code></a> chore: remove accidentally committed file (<a href="https://redirect.github.com/eslint/eslint/issues/19807">#19807</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.29.0 - June 13, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f"><code>5c114c9</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.29.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19851">#19851</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f"><code>acf2201</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d"><code>f686fcb</code></a> feat: add <code>ecmaVersion: 2026</code>, parsing <code>using</code> and <code>await using</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19832">#19832</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f"><code>85c082c</code></a> fix: explicit matching behavior with negated patterns and arrays (<a href="https://redirect.github.com/eslint/eslint/issues/19845">#19845</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7"><code>00e3e6a</code></a> docs: add support for custom name parameter to <code>includeIgnoreFile</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19795">#19795</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc"><code>9bda4a9</code></a> fix: fix <code>LintOptions.filterCodeBlock</code> types (<a href="https://redirect.github.com/eslint/eslint/issues/19837">#19837</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808"><code>a806994</code></a> refactor: Remove eslintrc from flat config functionality (<a href="https://redirect.github.com/eslint/eslint/issues/19833">#19833</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4"><code>19cdd22</code></a> feat: prune suppressions for non-existent files (<a href="https://redirect.github.com/eslint/eslint/issues/19825">#19825</a>) (TKDev7)</li> <li><a href="https://github.com/eslint/eslint/commit/b3d720f82f08022a33b10f0437111e7d270b8e3c"><code>b3d720f</code></a> feat: add ES2025 globals (<a href="https://redirect.github.com/eslint/eslint/issues/19835">#19835</a>) (fisker Cheung)</li> <li><a href="https://github.com/eslint/eslint/commit/677a2837a17320f54a8869682af128a2a7d77579"><code>677a283</code></a> feat: add auto-accessor fields support to class-methods-use-this (<a href="https://redirect.github.com/eslint/eslint/issues/19789">#19789</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/3aed0756ed3669ac27fc243c81fd82e3d0e6973b"><code>3aed075</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/7ab77a2c7605126daaa7e7f7ab75b5c252677d12"><code>7ab77a2</code></a> fix: correct breaking deprecation of FlatConfig type (<a href="https://redirect.github.com/eslint/eslint/issues/19826">#19826</a>) (Logicer)</li> <li><a href="https://github.com/eslint/eslint/commit/a2f888d679e2a44964da596a4158911819e1d31d"><code>a2f888d</code></a> docs: enhance documentation with links and fix typos (<a href="https://redirect.github.com/eslint/eslint/issues/19761">#19761</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/dbba0589f5509223658b73de6eb721f659bcec47"><code>dbba058</code></a> feat: allow global type declaration in <code>no-var</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19714">#19714</a>) (Remco Haszing)</li> <li><a href="https://github.com/eslint/eslint/commit/152ed51329d82c6e7375f41a105e01b31750e17f"><code>152ed51</code></a> test: switch to flat config mode in code path analysis tests (<a href="https://redirect.github.com/eslint/eslint/issues/19824">#19824</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b647239272931e0a947500b2f554fc8ccdf8adfd"><code>b647239</code></a> chore: Update first-party dependencies faster with Renovate (<a href="https://redirect.github.com/eslint/eslint/issues/19822">#19822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/7abe42e2de931289e19e34e390d16936cf6faf64"><code>7abe42e</code></a> refactor: SafeEmitter -> SourceCodeVisitor (<a href="https://redirect.github.com/eslint/eslint/issues/19708">#19708</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/342bd29e1a10a4b521ed0dbb6d889dcfc137e863"><code>342bd29</code></a> feat: ignore type annotations in no-restricted-globals (<a href="https://redirect.github.com/eslint/eslint/issues/19781">#19781</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/e39289596757702b6c8d747d5ab9c1a7820c108f"><code>e392895</code></a> perf: improve time complexity of <code>getLocFromIndex</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19782">#19782</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/1ba33181ab300588a803434884c054ed003f0bbd"><code>1ba3318</code></a> fix: add <code>language</code> and <code>dialects</code> to <code>no-use-before-define</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19808">#19808</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/786bcd13652b90c5bd0c7201610b856ad1b87542"><code>786bcd1</code></a> feat: add allowProperties option to no-restricted-properties (<a href="https://redirect.github.com/eslint/eslint/issues/19772">#19772</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/05b66d05bd68214f2fa1ab53fb2734c9d9e5348a"><code>05b66d0</code></a> feat: add <code>sourceCode.isGlobalReference(node)</code> method (<a href="https://redirect.github.com/eslint/eslint/issues/19695">#19695</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/53c3235ba1c90a85a44f0abd18998ccc4e0445bf"><code>53c3235</code></a> docs: update to clarify prompt usage (<a href="https://redirect.github.com/eslint/eslint/issues/19748">#19748</a>) (Jennifer Davis)</li> <li><a href="https://github.com/eslint/eslint/commit/0ed289c5ceed1c10b599b22c8b9374a5a3a144dd"><code>0ed289c</code></a> chore: remove accidentally committed file (<a href="https://redirect.github.com/eslint/eslint/issues/19807">#19807</a>) (Francesco Trotta)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/edf232b680390013c68f081a5e41843bcf2dd18f"><code>edf232b</code></a> 9.29.0</li> <li><a href="https://github.com/eslint/eslint/commit/c2414b647baaa75303ef647e134b2520c10bf6e0"><code>c2414b6</code></a> Build: changelog update for 9.29.0</li> <li><a href="https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f"><code>5c114c9</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.29.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19851">#19851</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f"><code>acf2201</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d"><code>f686fcb</code></a> feat: add <code>ecmaVersion: 2026</code>, parsing <code>using</code> and <code>await using</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19832">#19832</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f"><code>85c082c</code></a> fix: explicit matching behavior with negated patterns and arrays (<a href="https://redirect.github.com/eslint/eslint/issues/19845">#19845</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7"><code>00e3e6a</code></a> docs: add support for custom name parameter to <code>includeIgnoreFile</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19795">#19795</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc"><code>9bda4a9</code></a> fix: fix <code>LintOptions.filterCodeBlock</code> types (<a href="https://redirect.github.com/eslint/eslint/issues/19837">#19837</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808"><code>a806994</code></a> refactor: Remove eslintrc from flat config functionality (<a href="https://redirect.github.com/eslint/eslint/issues/19833">#19833</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4"><code>19cdd22</code></a> feat: prune suppressions for non-existent files (<a href="https://redirect.github.com/eslint/eslint/issues/19825">#19825</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.28.0...v9.29.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> |
||
|
|
0aeda09475 |
chore(deps-dev): Bump @eslint/js from 9.28.0 to 9.29.0 (#1231)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.28.0 to 9.29.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.29.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d"><code>f686fcb</code></a> feat: add <code>ecmaVersion: 2026</code>, parsing <code>using</code> and <code>await using</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19832">#19832</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4"><code>19cdd22</code></a> feat: prune suppressions for non-existent files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19825">#19825</a>) (TKDev7)</li> <li><a href="https://github.com/eslint/eslint/commit/b3d720f82f08022a33b10f0437111e7d270b8e3c"><code>b3d720f</code></a> feat: add ES2025 globals (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19835">#19835</a>) (fisker Cheung)</li> <li><a href="https://github.com/eslint/eslint/commit/677a2837a17320f54a8869682af128a2a7d77579"><code>677a283</code></a> feat: add auto-accessor fields support to class-methods-use-this (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19789">#19789</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/dbba0589f5509223658b73de6eb721f659bcec47"><code>dbba058</code></a> feat: allow global type declaration in <code>no-var</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19714">#19714</a>) (Remco Haszing)</li> <li><a href="https://github.com/eslint/eslint/commit/342bd29e1a10a4b521ed0dbb6d889dcfc137e863"><code>342bd29</code></a> feat: ignore type annotations in no-restricted-globals (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19781">#19781</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/786bcd13652b90c5bd0c7201610b856ad1b87542"><code>786bcd1</code></a> feat: add allowProperties option to no-restricted-properties (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19772">#19772</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/05b66d05bd68214f2fa1ab53fb2734c9d9e5348a"><code>05b66d0</code></a> feat: add <code>sourceCode.isGlobalReference(node)</code> method (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19695">#19695</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f"><code>85c082c</code></a> fix: explicit matching behavior with negated patterns and arrays (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19845">#19845</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc"><code>9bda4a9</code></a> fix: fix <code>LintOptions.filterCodeBlock</code> types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19837">#19837</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/7ab77a2c7605126daaa7e7f7ab75b5c252677d12"><code>7ab77a2</code></a> fix: correct breaking deprecation of FlatConfig type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19826">#19826</a>) (Logicer)</li> <li><a href="https://github.com/eslint/eslint/commit/1ba33181ab300588a803434884c054ed003f0bbd"><code>1ba3318</code></a> fix: add <code>language</code> and <code>dialects</code> to <code>no-use-before-define</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19808">#19808</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7"><code>00e3e6a</code></a> docs: add support for custom name parameter to <code>includeIgnoreFile</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19795">#19795</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/3aed0756ed3669ac27fc243c81fd82e3d0e6973b"><code>3aed075</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/a2f888d679e2a44964da596a4158911819e1d31d"><code>a2f888d</code></a> docs: enhance documentation with links and fix typos (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19761">#19761</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/53c3235ba1c90a85a44f0abd18998ccc4e0445bf"><code>53c3235</code></a> docs: update to clarify prompt usage (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19748">#19748</a>) (Jennifer Davis)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f"><code>5c114c9</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.29.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19851">#19851</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f"><code>acf2201</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808"><code>a806994</code></a> refactor: Remove eslintrc from flat config functionality (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19833">#19833</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/152ed51329d82c6e7375f41a105e01b31750e17f"><code>152ed51</code></a> test: switch to flat config mode in code path analysis tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19824">#19824</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b647239272931e0a947500b2f554fc8ccdf8adfd"><code>b647239</code></a> chore: Update first-party dependencies faster with Renovate (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19822">#19822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/7abe42e2de931289e19e34e390d16936cf6faf64"><code>7abe42e</code></a> refactor: SafeEmitter -> SourceCodeVisitor (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19708">#19708</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/e39289596757702b6c8d747d5ab9c1a7820c108f"><code>e392895</code></a> perf: improve time complexity of <code>getLocFromIndex</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19782">#19782</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/0ed289c5ceed1c10b599b22c8b9374a5a3a144dd"><code>0ed289c</code></a> chore: remove accidentally committed file (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19807">#19807</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.29.0 - June 13, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/5c114c962f29d0b33e6439e9ab0985014af06b9f"><code>5c114c9</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/9"><code>@9</code></a>.29.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19851">#19851</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f"><code>acf2201</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/f686fcb51e47cf53b891ae595684afe8a0ef584d"><code>f686fcb</code></a> feat: add <code>ecmaVersion: 2026</code>, parsing <code>using</code> and <code>await using</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19832">#19832</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/85c082c54bd42ad818f5938b8fb1fb2aa0a1912f"><code>85c082c</code></a> fix: explicit matching behavior with negated patterns and arrays (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19845">#19845</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/00e3e6ad1357df7d46be51d3f305efecb90244a7"><code>00e3e6a</code></a> docs: add support for custom name parameter to <code>includeIgnoreFile</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19795">#19795</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/9bda4a9bf18c9fef91cdd93921a0935ffcf9a9fc"><code>9bda4a9</code></a> fix: fix <code>LintOptions.filterCodeBlock</code> types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19837">#19837</a>) (ntnyq)</li> <li><a href="https://github.com/eslint/eslint/commit/a806994263e54e4bc1481736b1c0626c8b770808"><code>a806994</code></a> refactor: Remove eslintrc from flat config functionality (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19833">#19833</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/19cdd226bb5957f8f7e8cb4e92d38aafe47f8ff4"><code>19cdd22</code></a> feat: prune suppressions for non-existent files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19825">#19825</a>) (TKDev7)</li> <li><a href="https://github.com/eslint/eslint/commit/b3d720f82f08022a33b10f0437111e7d270b8e3c"><code>b3d720f</code></a> feat: add ES2025 globals (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19835">#19835</a>) (fisker Cheung)</li> <li><a href="https://github.com/eslint/eslint/commit/677a2837a17320f54a8869682af128a2a7d77579"><code>677a283</code></a> feat: add auto-accessor fields support to class-methods-use-this (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19789">#19789</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/3aed0756ed3669ac27fc243c81fd82e3d0e6973b"><code>3aed075</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/7ab77a2c7605126daaa7e7f7ab75b5c252677d12"><code>7ab77a2</code></a> fix: correct breaking deprecation of FlatConfig type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19826">#19826</a>) (Logicer)</li> <li><a href="https://github.com/eslint/eslint/commit/a2f888d679e2a44964da596a4158911819e1d31d"><code>a2f888d</code></a> docs: enhance documentation with links and fix typos (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19761">#19761</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/dbba0589f5509223658b73de6eb721f659bcec47"><code>dbba058</code></a> feat: allow global type declaration in <code>no-var</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19714">#19714</a>) (Remco Haszing)</li> <li><a href="https://github.com/eslint/eslint/commit/152ed51329d82c6e7375f41a105e01b31750e17f"><code>152ed51</code></a> test: switch to flat config mode in code path analysis tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19824">#19824</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b647239272931e0a947500b2f554fc8ccdf8adfd"><code>b647239</code></a> chore: Update first-party dependencies faster with Renovate (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19822">#19822</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/7abe42e2de931289e19e34e390d16936cf6faf64"><code>7abe42e</code></a> refactor: SafeEmitter -> SourceCodeVisitor (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19708">#19708</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/342bd29e1a10a4b521ed0dbb6d889dcfc137e863"><code>342bd29</code></a> feat: ignore type annotations in no-restricted-globals (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19781">#19781</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/e39289596757702b6c8d747d5ab9c1a7820c108f"><code>e392895</code></a> perf: improve time complexity of <code>getLocFromIndex</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19782">#19782</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/1ba33181ab300588a803434884c054ed003f0bbd"><code>1ba3318</code></a> fix: add <code>language</code> and <code>dialects</code> to <code>no-use-before-define</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19808">#19808</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/786bcd13652b90c5bd0c7201610b856ad1b87542"><code>786bcd1</code></a> feat: add allowProperties option to no-restricted-properties (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19772">#19772</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/05b66d05bd68214f2fa1ab53fb2734c9d9e5348a"><code>05b66d0</code></a> feat: add <code>sourceCode.isGlobalReference(node)</code> method (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19695">#19695</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/53c3235ba1c90a85a44f0abd18998ccc4e0445bf"><code>53c3235</code></a> docs: update to clarify prompt usage (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19748">#19748</a>) (Jennifer Davis)</li> <li><a href="https://github.com/eslint/eslint/commit/0ed289c5ceed1c10b599b22c8b9374a5a3a144dd"><code>0ed289c</code></a> chore: remove accidentally committed file (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19807">#19807</a>) (Francesco Trotta)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/acf2201a067d062e007b1b7b164b8e96fa1af50f"><code>acf2201</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.29.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> |
||
|
|
2df346d007 |
chore(deps): Bump react-i18next from 15.5.2 to 15.5.3 (#1229)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.5.2 to 15.5.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>15.5.3</h3> <p>chore: update <code>@babel/runtime</code> <a href="https://redirect.github.com/i18next/react-i18next/pull/1851">1851</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/8efef93c14826fafab4749f8024206639ff16fe2"><code>8efef93</code></a> 15.5.3</li> <li><a href="https://github.com/i18next/react-i18next/commit/365a424fd566cbab8fb48b898b6738250a6e0ee1"><code>365a424</code></a> release</li> <li><a href="https://github.com/i18next/react-i18next/commit/87e658f637325b4945251feac8309addf156ca5b"><code>87e658f</code></a> fix ts test</li> <li><a href="https://github.com/i18next/react-i18next/commit/23a10d8f788c167dc497ca41d9f65cc492d44be8"><code>23a10d8</code></a> update babel deps</li> <li><a href="https://github.com/i18next/react-i18next/commit/a30bb747b06083117673c12056e13fbf834f6481"><code>a30bb74</code></a> chore: update <code>@babel/runtime</code> to 7.26.10 (<a href="https://redirect.github.com/i18next/react-i18next/issues/1851">#1851</a>)</li> <li>See full diff in <a href="https://github.com/i18next/react-i18next/compare/v15.5.2...v15.5.3">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> |
||
|
|
851e4bad21 |
Translate the remaining words to Simplified Chinese (#1228)
## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [ ] Link to related issues. - [ ] Include before/after visuals or gifs if this PR includes visual changes. - [ ] Write tests for all new functionality. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. |
||
|
|
3c72f20acb |
chore(deps-dev): Bump postcss from 8.5.4 to 8.5.5 (#1227)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.4 to 8.5.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.5</h2> <ul> <li>Fixed <code>package.json</code>→<code>exports</code> compatibility with some tools (by <a href="https://github.com/JounQin"><code>@JounQin</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.5</h2> <ul> <li>Fixed <code>package.json</code>→<code>exports</code> compatibility with some tools (by <a href="https://github.com/JounQin"><code>@JounQin</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/c18159719e4a6d65ad7085edf1dc42e07814f683"><code>c181597</code></a> Release 8.5.5 version</li> <li><a href="https://github.com/postcss/postcss/commit/c5523fbec5f32622e77103c643e1258007c2609d"><code>c5523fb</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/2e3450c55f41e378e086f4f189e5243a573c3390"><code>2e3450c</code></a> refactor: <code>import</code> should be listed before <code>require</code> (<a href="https://redirect.github.com/postcss/postcss/issues/2052">#2052</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/4d720bd01adec2e8645bf91e725825bebb712e1b"><code>4d720bd</code></a> Update EM text</li> <li>See full diff in <a href="https://github.com/postcss/postcss/compare/8.5.4...8.5.5">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> |
||
|
|
01bd207940 |
chore(deps): Bump i18next-browser-languagedetector from 8.1.0 to 8.2.0 (#1226)
Bumps [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) from 8.1.0 to 8.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/i18next-browser-languageDetector/blob/master/CHANGELOG.md">i18next-browser-languagedetector's changelog</a>.</em></p> <blockquote> <h3>8.2.0</h3> <ul> <li>feat: add support for hash detector <a href="https://redirect.github.com/i18next/i18next-browser-languageDetector/issues/304">304</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next-browser-languageDetector/commit/ae044f8d8365863d2427d2e5d71c28a60e61755a"><code>ae044f8</code></a> 8.2.0</li> <li><a href="https://github.com/i18next/i18next-browser-languageDetector/commit/7feb35600140455fd569e33245044e944214b977"><code>7feb356</code></a> introduce hash detector <a href="https://redirect.github.com/i18next/i18next-browser-languageDetector/issues/304">#304</a></li> <li><a href="https://github.com/i18next/i18next-browser-languageDetector/commit/e3d30a1d09db0f0de3587345c76bac57a7e00ecb"><code>e3d30a1</code></a> not execute encodeURIComponent twice</li> <li><a href="https://github.com/i18next/i18next-browser-languageDetector/commit/2a6913be9519f64cc6c2731597ff0d0de015bace"><code>2a6913b</code></a> fix cookie.remove</li> <li>See full diff in <a href="https://github.com/i18next/i18next-browser-languageDetector/compare/v8.1.0...v8.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> |
||
|
|
94ec946a31 |
chore(deps-dev): Bump stylelint-scss from 6.12.0 to 6.12.1 (#1225)
Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.12.0 to 6.12.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-scss/releases">stylelint-scss's releases</a>.</em></p> <blockquote> <h2>6.12.1</h2> <ul> <li>Fixed: <code>stylelint</code> deprecation warnings by adding <code>endIndex</code> to report objects in multiple rules (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1150">#1150</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.12.0...v6.12.1">https://github.com/stylelint-scss/stylelint-scss/compare/v6.12.0...v6.12.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md">stylelint-scss's changelog</a>.</em></p> <blockquote> <h1>6.12.1</h1> <ul> <li>Fixed: <code>stylelint</code> deprecation warnings by adding <code>endIndex</code> to report objects in multiple rules (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1150">#1150</a>).</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.12.0...v6.12.1">https://github.com/stylelint-scss/stylelint-scss/compare/v6.12.0...v6.12.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint-scss/stylelint-scss/commit/96ec3075f667e1fb13ea651c887375e4a4ab7f98"><code>96ec307</code></a> 6.12.1</li> <li><a href="https://github.com/stylelint-scss/stylelint-scss/commit/4061a778e49442004ec6fc9387c77ed431729765"><code>4061a77</code></a> Prepare version 6.12.1</li> <li><a href="https://github.com/stylelint-scss/stylelint-scss/commit/9dcd1161068138db0623475f639c07507c7d0e52"><code>9dcd116</code></a> Update package.json</li> <li><a href="https://github.com/stylelint-scss/stylelint-scss/commit/7cb5568eceec6f96783af524f94cd4a7afb30af7"><code>7cb5568</code></a> Update contributors list</li> <li><a href="https://github.com/stylelint-scss/stylelint-scss/commit/c420f03c0187886dbc82bf3b32e3f7a5bc376b93"><code>c420f03</code></a> build(deps-dev): bump postcss from 8.5.3 to 8.5.4 (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1156">#1156</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-scss/commit/7f211921ca03b203f38e220d0534c11cbbb1a58b"><code>7f21192</code></a> build(deps-dev): bump stylelint from 16.19.1 to 16.20.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1154">#1154</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-scss/commit/91b49c323d9680681baa5ad4962a885ff54141c2"><code>91b49c3</code></a> Add <code>endIndex</code> to report objects in multiple rules (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1150">#1150</a>)</li> <li><a href="https://github.com/stylelint-scss/stylelint-scss/commit/221bbd8977721f5ac355c9f92254b6d96e82e499"><code>221bbd8</code></a> build(deps-dev): bump lint-staged from 14.0.1 to 16.1.0 (<a href="https://redirect.github.com/stylelint-scss/stylelint-scss/issues/1153">#1153</a>)</li> <li>See full diff in <a href="https://github.com/stylelint-scss/stylelint-scss/compare/v6.12.0...v6.12.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> |
||
|
|
0d9b9748f8 |
chore(deps-dev): Bump typescript-eslint from 8.33.1 to 8.34.0 (#1224)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.33.1 to 8.34.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.34.0</h2> <h2>8.34.0 (2025-06-09)</h2> <h3>🚀 Features</h3> <ul> <li><strong>type-utils:</strong> deprecated getSourceFileOfNode function (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11284">#11284</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-estree:</strong> change the token type of <code>null</code> from <code>Keyword</code> to <code>Null</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11283">#11283</a>)</li> <li><strong>typescript-estree:</strong> add validation to interface extends (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11271">#11271</a>)</li> <li><strong>visitor-keys:</strong> fix visitor keys order (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11279">#11279</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>overlookmotel</li> <li>Tao</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.34.0 (2025-06-09)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8915a477608892596fc6ed2bc45dbbac7f41a361"><code>8915a47</code></a> chore(release): publish 8.34.0</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.34.0/packages/typescript-eslint">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> |
||
|
|
59b862a275 |
chore(deps-dev): Bump @vitejs/plugin-react from 4.5.1 to 4.5.2 (#1223)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.5.1 to 4.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/releases"><code>@vitejs/plugin-react</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-react@4.5.2</h2> <h3>Suggest <code>@vitejs/plugin-react-oxc</code> if rolldown-vite is detected <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/491">#491</a></h3> <p>Emit a log which recommends <code>@vitejs/plugin-react-oxc</code> when <code>rolldown-vite</code> is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting <code>disableOxcRecommendation: false</code> in the plugin options.</p> <h3>Use <code>optimizeDeps.rollupOptions</code> instead of <code>optimizeDeps.esbuildOptions</code> for rolldown-vite <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/489">#489</a></h3> <p>This suppresses the warning about <code>optimizeDeps.esbuildOptions</code> being deprecated in rolldown-vite.</p> <h3>Add Vite 7-beta to peerDependencies range <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/497">#497</a></h3> <p>React plugins are compatible with Vite 7, this removes the warning when testing the beta.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md"><code>@vitejs/plugin-react</code>'s changelog</a>.</em></p> <blockquote> <h2>4.5.2 (2025-06-10)</h2> <h3>Suggest <code>@vitejs/plugin-react-oxc</code> if rolldown-vite is detected <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/491">#491</a></h3> <p>Emit a log which recommends <code>@vitejs/plugin-react-oxc</code> when <code>rolldown-vite</code> is detected to improve performance and use Oxc under the hood. The warning can be disabled by setting <code>disableOxcRecommendation: false</code> in the plugin options.</p> <h3>Use <code>optimizeDeps.rollupOptions</code> instead of <code>optimizeDeps.esbuildOptions</code> for rolldown-vite <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/489">#489</a></h3> <p>This suppresses the warning about <code>optimizeDeps.esbuildOptions</code> being deprecated in rolldown-vite.</p> <h3>Add Vite 7-beta to peerDependencies range <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/497">#497</a></h3> <p>React plugins are compatible with Vite 7, this removes the warning when testing the beta.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/bfb45addb83ebae8feebdb75be2e07ce27e916cb"><code>bfb45ad</code></a> release: plugin-react@4.5.2</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/6ea939869526bf4b59e910e7393edbd35cac3f36"><code>6ea9398</code></a> feat: add Vite 7-beta to peerDependencies range (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/497">#497</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/6db7e7c95826009c7db20b990cdc874569967489"><code>6db7e7c</code></a> fix(deps): update all non-major dependencies (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/469">#469</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/c4501339e5f43d814acdd6a5397652d5178bca36"><code>c450133</code></a> feat: suggest <code>vite-plugin-react-oxc</code> when using <code>rolldown-vite</code> (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/491">#491</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/4bec551eb2f7651be24c77fb4be0da95e6c0e4fb"><code>4bec551</code></a> fix: use <code>optimizeDeps.rollupOptions</code> for rolldown-vite (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/489">#489</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.5.2/packages/plugin-react">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> |
||
|
|
c3cf10bab2 |
chore(deps-dev): Bump sass from 1.89.1 to 1.89.2 (#1222)
Bumps [sass](https://github.com/sass/dart-sass) from 1.89.1 to 1.89.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.89.2</h2> <p>To install Sass 1.89.2, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <h3>Embedded Host</h3> <ul> <li>Fixed a compilation error caused by an outdated <code>buf</code> dependency.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1892">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.89.2</h2> <h3>Embedded Host</h3> <ul> <li>Fixed a compilation error caused by an outdated <code>buf</code> dependency.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/1250380bc56d1feecc5fead0752731a313b97e2e"><code>1250380</code></a> release 1.89.2 for an embedded-host-node fix (<a href="https://redirect.github.com/sass/dart-sass/issues/2585">#2585</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/c2532cc048a90ea1a7050f4a3d5ff2002fdb8db6"><code>c2532cc</code></a> Bump lints from 5.1.1 to 6.0.0 (<a href="https://redirect.github.com/sass/dart-sass/issues/2581">#2581</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/449800725282223aaaf29ee1c1e986baf350424e"><code>4498007</code></a> Bump jest-extended from 4.0.2 to 5.0.3 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2582">#2582</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.89.1...1.89.2">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> |
||
|
|
55239af650 |
chore(deps): Bump @maplibre/maplibre-gl-geocoder from 1.8.0 to 1.9.0 (#1221)
Bumps [@maplibre/maplibre-gl-geocoder](https://github.com/maplibre/maplibre-gl-geocoder) from 1.8.0 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-geocoder/releases"><code>@maplibre/maplibre-gl-geocoder</code>'s releases</a>.</em></p> <blockquote> <h2>v1.9.0</h2> <h2><a href="https://github.com/maplibre/maplibre-gl-geocoder/compare/v1.8.0...v1.9.0">1.9.0</a> (2025-06-09)</h2> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/maplibre/maplibre-gl-geocoder/blob/main/CHANGELOG.md"><code>@maplibre/maplibre-gl-geocoder</code>'s changelog</a>.</em></p> <blockquote> <h2>1.9.0</h2> <h3>Features / Improvements 🚀</h3> <ul> <li>Add localization for Spanish <a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/pull/337">maplibre/maplibre-gl-geocoder#337</a></li> <li>Show search results on click after selection <a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/pull/355">maplibre/maplibre-gl-geocoder#355</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/58c01bfc21e4b51fcce57232a623fb4720bec578"><code>58c01bf</code></a> Bump version to 1.9.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/357">#357</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/aeacd81ecb5a6f49831d34dcb6528bc38eb80c39"><code>aeacd81</code></a> chore(deps): bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/336">#336</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/4ebbdf55411f60c52c67c345f436c53e365ea151"><code>4ebbdf5</code></a> chore(deps-dev): bump <code>@eslint/js</code> from 9.27.0 to 9.28.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/350">#350</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/ae4f4cfb179f6c9781dcb8a08da0613e8296e8da"><code>ae4f4cf</code></a> chore(deps-dev): bump eslint from 9.27.0 to 9.28.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/349">#349</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/3215de9850af3582e795206ad2c3e6c00a75ebe9"><code>3215de9</code></a> chore(deps-dev): bump puppeteer from 24.9.0 to 24.10.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/353">#353</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/4ef7c27687897a8085b68685c7c51d4ad4a2c71e"><code>4ef7c27</code></a> chore(deps-dev): bump typescript-eslint from 8.32.1 to 8.33.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/351">#351</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/eff310032c00675ed76052732912c3799714bb72"><code>eff3100</code></a> chore(deps-dev): bump st from 3.0.1 to 3.0.2 (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/354">#354</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/0a9387b20918a2222ca7a94c8966f9b38344d533"><code>0a9387b</code></a> unhide/display current search results on click (to fix <a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/355">#355</a>) (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/356">#356</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/da0396459580d4f1dd3470b8289c0381722ce147"><code>da03964</code></a> chore(deps-dev): bump <code>@vitest/coverage-v8</code> from 3.1.4 to 3.2.0 (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/348">#348</a>)</li> <li><a href="https://github.com/maplibre/maplibre-gl-geocoder/commit/b8e830dc12099a2977a6456734d41b5843368cda"><code>b8e830d</code></a> chore(deps-dev): bump <code>@vitest/coverage-v8</code> from 3.1.3 to 3.1.4 (<a href="https://redirect.github.com/maplibre/maplibre-gl-geocoder/issues/346">#346</a>)</li> <li>Additional commits viewable in <a href="https://github.com/maplibre/maplibre-gl-geocoder/compare/v1.8.0...v1.9.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> |
||
|
|
39e4c82772 |
chore(deps-dev): Bump @types/cors from 2.8.18 to 2.8.19 (#1220)
Bumps [@types/cors](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors) from 2.8.18 to 2.8.19. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cors">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> |
||
|
|
48c2703f1d |
chore(deps-dev): Bump cypress from 14.4.0 to 14.4.1 (#1219)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.4.0 to 14.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v14.4.1</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-4-1">https://docs.cypress.io/app/references/changelog#14-4-1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/dfc91e37034db6a746a3ef106e4163dcc3e232bb"><code>dfc91e3</code></a> chore: release 14.4.1</li> <li><a href="https://github.com/cypress-io/cypress/commit/7e87ae9afd9077c7ff3eaada8409462f7f936c7d"><code>7e87ae9</code></a> chore(deps): update dependency browser-tools to v2 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31811">#31811</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/280c4173345066c9adc947d200c5439c9096f661"><code>280c417</code></a> internal: (studio) skip cancelling studio on watched:file:changed (<a href="https://redirect.github.com/cypress-io/cypress/issues/31804">#31804</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/fed81d47c85c39df73907fa466b8dcf8af0c4f89"><code>fed81d4</code></a> internal: (studio) set up hot reloading for the studio bundle (<a href="https://redirect.github.com/cypress-io/cypress/issues/31796">#31796</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/68469a67e96d61f2eaa5d18293ff2bf9c2ed245c"><code>68469a6</code></a> fix: add cy.then timeouts to cy.session (<a href="https://redirect.github.com/cypress-io/cypress/issues/31788">#31788</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/fc629c57c8f8d11b4c5b3c170fb5668bf249ac1d"><code>fc629c5</code></a> chore: Update Chrome (beta) to 138.0.7204.4 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31800">#31800</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/08b11b7c4a359883049a0c1db3876cb89bcd8e45"><code>08b11b7</code></a> chore: Update Chrome (stable) to 137.0.7151.55 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31794">#31794</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/5dc876eebde5e4ddb0c14e15da982d996c6c91c2"><code>5dc876e</code></a> misc: Update nested groups design (<a href="https://redirect.github.com/cypress-io/cypress/issues/31739">#31739</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/acb9427fcb814fd5b4718c8481ec113435a0422c"><code>acb9427</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31791">#31791</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/739a51f55e99a57e6dcd30c1806955cd5093daf7"><code>739a51f</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31792">#31792</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.4.0...v14.4.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> |
||
|
|
3d25242493 |
chore(deps-dev): Bump typescript-eslint from 8.33.0 to 8.33.1 (#1217)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.33.0 to 8.33.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.33.1</h2> <h2>8.33.1 (2025-06-02)</h2> <h3>🩹 Fixes</h3> <ul> <li>exclude docs/ directory from eslint-plugin package (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11251">#11251</a>)</li> <li><strong>project-service:</strong> add missing <code>typescript</code> peer dependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11265">#11265</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>JounQin</li> <li>roottool</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.33.1 (2025-06-02)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/936f35022c1e1357da82c4b958b7bff2563e2075"><code>936f350</code></a> chore(release): publish 8.33.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.1/packages/typescript-eslint">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> |
||
|
|
05d0545491 |
chore(deps-dev): Bump @vitejs/plugin-react from 4.5.0 to 4.5.1 (#1216)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.5.0 to 4.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/releases"><code>@vitejs/plugin-react</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-react@4.5.1</h2> <h3>Add explicit semicolon in preambleCode <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/485">#485</a></h3> <p>This fixes an edge case when using HTML minifiers that strips line breaks aggressively.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md"><code>@vitejs/plugin-react</code>'s changelog</a>.</em></p> <blockquote> <h2>4.5.1 (2025-06-03)</h2> <h3>Add explicit semicolon in preambleCode <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/485">#485</a></h3> <p>This fixes an edge case when using HTML minifiers that strips line breaks aggressively.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/2f3205265904ff7770021700689a0d6fe17b1f03"><code>2f32052</code></a> release: plugin-react@4.5.1</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/88585dbd60f8ec40b31bed8994ac3a73fc0f1bac"><code>88585db</code></a> fix: add explicit semicolon in preambleCode (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/485">#485</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.5.1/packages/plugin-react">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> |
||
|
|
113c603295 |
chore(deps-dev): Bump sass from 1.89.0 to 1.89.1 (#1215)
Bumps [sass](https://github.com/sass/dart-sass) from 1.89.0 to 1.89.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.89.1</h2> <p>To install Sass 1.89.1, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>No user-visible changes.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1891">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.89.1</h2> <ul> <li>No user-visible changes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/394fbe53652718acc8f9e946c4bf94cd28cd8ce4"><code>394fbe5</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2583">#2583</a> from sass/list-parens</li> <li><a href="https://github.com/sass/dart-sass/commit/3c9a5019e1404d36fcdb4274ee2897be66f71c9f"><code>3c9a501</code></a> Fix sass-parser compatibility with the latest PostCSS</li> <li><a href="https://github.com/sass/dart-sass/commit/9a5b4f5941255b6a4c4e23b969b097c6ddf3e1be"><code>9a5b4f5</code></a> Properly add <code>ParenthesizedExpression</code> for comma-separated lists</li> <li><a href="https://github.com/sass/dart-sass/commit/e7b70e2558be0053de37313a7d3fba5a8adfa866"><code>e7b70e2</code></a> Remove ia32 support on dart 3.8 (<a href="https://redirect.github.com/sass/dart-sass/issues/2579">#2579</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.89.0...1.89.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> |
||
|
|
a1ab1984bf |
chore(deps-dev): Bump @eslint/js from 9.27.0 to 9.28.0 (#1214)
[//]: # (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.27.0 to 9.28.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.28.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b0674be94e4394401b4f668453a473572c321023"><code>b0674be</code></a> feat: Customization of serialization for languageOptions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19760">#19760</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a95721f1064fdbfe0e392b955ce3053a24551f80"><code>a95721f</code></a> feat: Add <code>--pass-on-unpruned-suppressions</code> CLI option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19773">#19773</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bfd0e7a39535b3c1ddc742dfffa6bdcdc93079e2"><code>bfd0e7a</code></a> feat: support TypeScript syntax in <code>no-use-before-define</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19566">#19566</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/68c61c093a885623e48f38026e3f3a05bfa403de"><code>68c61c0</code></a> feat: support TS syntax in <code>no-shadow</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19565">#19565</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/0f773ef248af0301a410fee11e1b22174100cf6a"><code>0f773ef</code></a> feat: support TS syntax in <code>no-magic-numbers</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19561">#19561</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/c4a6b6051889b1cb668d4d2ae29e9c27c74993d6"><code>c4a6b60</code></a> feat: add allowTypeAnnotation to func-style (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19754">#19754</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/b03ad176f158afdd921f0af5126c398012b10559"><code>b03ad17</code></a> feat: add TypeScript support to <code>prefer-arrow-callback</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19678">#19678</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/bc3c3313ce2719062805b6849d29f9a375cf23f2"><code>bc3c331</code></a> feat: ignore overloaded function declarations in func-style rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19755">#19755</a>) (sethamus)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/eea3e7eb1ca84f9e8870e1190d65d5235d9d8429"><code>eea3e7e</code></a> fix: Remove configured global variables from <code>GlobalScope#implicit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19779">#19779</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a467de39f6e509af95a7963904326635c1bf7116"><code>a467de3</code></a> fix: update context.report types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19751">#19751</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/fd467bb892d735a4a8863beabd181a3f3152689a"><code>fd467bb</code></a> fix: remove interopDefault to use jiti's default (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19697">#19697</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/72d16e3066aac2f1c74f4150ba43dfa8cf532584"><code>72d16e3</code></a> fix: avoid false positive in <code>no-unassigned-vars</code> for declare module (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19746">#19746</a>) (Azat S.)</li> <li><a href="https://github.com/eslint/eslint/commit/81c3c936266474c2081f310098084bd0eb1768d2"><code>81c3c93</code></a> fix: curly types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19750">#19750</a>) (Eli)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3ec208233f29c161aae8f99f9f091e371fe83a62"><code>3ec2082</code></a> docs: Nested arrays in files config entry (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19799">#19799</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/89a65b07f6171a860284b62d97c8b3edf312b98c"><code>89a65b0</code></a> docs: clarify how config arrays can apply to subsets of files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19788">#19788</a>) (Shais Ch)</li> <li><a href="https://github.com/eslint/eslint/commit/2ba8a0d75c7a8e6aa4798275126698be40391d37"><code>2ba8a0d</code></a> docs: Add description of meta.namespace to plugin docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19798">#19798</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/59dd7e6b28507053bde985ea2311dca8ec0db681"><code>59dd7e6</code></a> docs: update <code>func-style</code> with examples (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19793">#19793</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/e9129e0799d068c377d63d59a0a800e7d1fea8dd"><code>e9129e0</code></a> docs: add global scope's <code>implicit</code> field to Scope Manager docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19770">#19770</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/52f5b7a0af48a2f143f0bccfd4e036025b08280d"><code>52f5b7a</code></a> docs: fix minor typos and add links (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19743">#19743</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/00716a339ede24ed5a76aceed833f38a6c4e8d3a"><code>00716a3</code></a> docs: upfront recommend against using the no-return-await rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19727">#19727</a>) (Mike DiDomizio)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/175b7b83fcdc8f3f84821510dd7e04d120402317"><code>175b7b8</code></a> chore: upgrade to <code>@eslint/js@9.28.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19802">#19802</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/844f5a69dc78ca38f856c137e061e8facc9d00ba"><code>844f5a6</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/62b1c1bc7981798c3aec2dd430c200c797a25629"><code>62b1c1b</code></a> chore: update globals to v16 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19791">#19791</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e8a1cb8f7fbc18efa589bfedea5326de636b4868"><code>e8a1cb8</code></a> chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19786">#19786</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/43d39754b6d315954f46a70dbd53d1fa0eea1619"><code>43d3975</code></a> chore: Add Copilot Instructions file (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19753">#19753</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/2dfb5ebef4c14d552d10a6c7c2c2ce376e63654a"><code>2dfb5eb</code></a> test: update <code>SourceCodeTraverser</code> tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19763">#19763</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5bc21f9e8e00f9e49442d1b6520b307ce94f3518"><code>5bc21f9</code></a> chore: add <code>*.code-workspace</code> to <code>.gitignore</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19771">#19771</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/f4fa40eb4bd6f4dba3b2e7fff259d0780ef6becf"><code>f4fa40e</code></a> refactor: NodeEventGenerator -> SourceCodeTraverser (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19679">#19679</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/0f49329b4a7f91714f2cd1e9ce532d32202c47f4"><code>0f49329</code></a> refactor: use a service to emit warnings (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19725">#19725</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/20a9e59438fde3642ab058cc55ee1b9fa02b6391"><code>20a9e59</code></a> chore: update dependency shelljs to ^0.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19740">#19740</a>) (renovate[bot])</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.28.0 - May 30, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/175b7b83fcdc8f3f84821510dd7e04d120402317"><code>175b7b8</code></a> chore: upgrade to <code>@eslint/js@9.28.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19802">#19802</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/844f5a69dc78ca38f856c137e061e8facc9d00ba"><code>844f5a6</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/b0674be94e4394401b4f668453a473572c321023"><code>b0674be</code></a> feat: Customization of serialization for languageOptions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19760">#19760</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/3ec208233f29c161aae8f99f9f091e371fe83a62"><code>3ec2082</code></a> docs: Nested arrays in files config entry (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19799">#19799</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/89a65b07f6171a860284b62d97c8b3edf312b98c"><code>89a65b0</code></a> docs: clarify how config arrays can apply to subsets of files (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19788">#19788</a>) (Shais Ch)</li> <li><a href="https://github.com/eslint/eslint/commit/2ba8a0d75c7a8e6aa4798275126698be40391d37"><code>2ba8a0d</code></a> docs: Add description of meta.namespace to plugin docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19798">#19798</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/eea3e7eb1ca84f9e8870e1190d65d5235d9d8429"><code>eea3e7e</code></a> fix: Remove configured global variables from <code>GlobalScope#implicit</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19779">#19779</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a95721f1064fdbfe0e392b955ce3053a24551f80"><code>a95721f</code></a> feat: Add <code>--pass-on-unpruned-suppressions</code> CLI option (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19773">#19773</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a467de39f6e509af95a7963904326635c1bf7116"><code>a467de3</code></a> fix: update context.report types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19751">#19751</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/59dd7e6b28507053bde985ea2311dca8ec0db681"><code>59dd7e6</code></a> docs: update <code>func-style</code> with examples (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19793">#19793</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/62b1c1bc7981798c3aec2dd430c200c797a25629"><code>62b1c1b</code></a> chore: update globals to v16 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19791">#19791</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/bfd0e7a39535b3c1ddc742dfffa6bdcdc93079e2"><code>bfd0e7a</code></a> feat: support TypeScript syntax in <code>no-use-before-define</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19566">#19566</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/68c61c093a885623e48f38026e3f3a05bfa403de"><code>68c61c0</code></a> feat: support TS syntax in <code>no-shadow</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19565">#19565</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e8a1cb8f7fbc18efa589bfedea5326de636b4868"><code>e8a1cb8</code></a> chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19786">#19786</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/0f773ef248af0301a410fee11e1b22174100cf6a"><code>0f773ef</code></a> feat: support TS syntax in <code>no-magic-numbers</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19561">#19561</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/43d39754b6d315954f46a70dbd53d1fa0eea1619"><code>43d3975</code></a> chore: Add Copilot Instructions file (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19753">#19753</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/c4a6b6051889b1cb668d4d2ae29e9c27c74993d6"><code>c4a6b60</code></a> feat: add allowTypeAnnotation to func-style (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19754">#19754</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/fd467bb892d735a4a8863beabd181a3f3152689a"><code>fd467bb</code></a> fix: remove interopDefault to use jiti's default (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19697">#19697</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/2dfb5ebef4c14d552d10a6c7c2c2ce376e63654a"><code>2dfb5eb</code></a> test: update <code>SourceCodeTraverser</code> tests (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19763">#19763</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b03ad176f158afdd921f0af5126c398012b10559"><code>b03ad17</code></a> feat: add TypeScript support to <code>prefer-arrow-callback</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19678">#19678</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/e9129e0799d068c377d63d59a0a800e7d1fea8dd"><code>e9129e0</code></a> docs: add global scope's <code>implicit</code> field to Scope Manager docs (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19770">#19770</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bc3c3313ce2719062805b6849d29f9a375cf23f2"><code>bc3c331</code></a> feat: ignore overloaded function declarations in func-style rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19755">#19755</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/5bc21f9e8e00f9e49442d1b6520b307ce94f3518"><code>5bc21f9</code></a> chore: add <code>*.code-workspace</code> to <code>.gitignore</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19771">#19771</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/72d16e3066aac2f1c74f4150ba43dfa8cf532584"><code>72d16e3</code></a> fix: avoid false positive in <code>no-unassigned-vars</code> for declare module (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19746">#19746</a>) (Azat S.)</li> <li><a href="https://github.com/eslint/eslint/commit/f4fa40eb4bd6f4dba3b2e7fff259d0780ef6becf"><code>f4fa40e</code></a> refactor: NodeEventGenerator -> SourceCodeTraverser (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19679">#19679</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/81c3c936266474c2081f310098084bd0eb1768d2"><code>81c3c93</code></a> fix: curly types (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19750">#19750</a>) (Eli)</li> <li><a href="https://github.com/eslint/eslint/commit/52f5b7a0af48a2f143f0bccfd4e036025b08280d"><code>52f5b7a</code></a> docs: fix minor typos and add links (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19743">#19743</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/0f49329b4a7f91714f2cd1e9ce532d32202c47f4"><code>0f49329</code></a> refactor: use a service to emit warnings (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19725">#19725</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/20a9e59438fde3642ab058cc55ee1b9fa02b6391"><code>20a9e59</code></a> chore: update dependency shelljs to ^0.10.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19740">#19740</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/00716a339ede24ed5a76aceed833f38a6c4e8d3a"><code>00716a3</code></a> docs: upfront recommend against using the no-return-await rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19727">#19727</a>) (Mike DiDomizio)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/844f5a69dc78ca38f856c137e061e8facc9d00ba"><code>844f5a6</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.28.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> |
||
|
|
5d78fd9e6a |
chore(deps-dev): Bump eslint from 9.27.0 to 9.28.0 (#1213)
Bumps [eslint](https://github.com/eslint/eslint) from 9.27.0 to 9.28.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.28.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/b0674be94e4394401b4f668453a473572c321023"><code>b0674be</code></a> feat: Customization of serialization for languageOptions (<a href="https://redirect.github.com/eslint/eslint/issues/19760">#19760</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/a95721f1064fdbfe0e392b955ce3053a24551f80"><code>a95721f</code></a> feat: Add <code>--pass-on-unpruned-suppressions</code> CLI option (<a href="https://redirect.github.com/eslint/eslint/issues/19773">#19773</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bfd0e7a39535b3c1ddc742dfffa6bdcdc93079e2"><code>bfd0e7a</code></a> feat: support TypeScript syntax in <code>no-use-before-define</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19566">#19566</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/68c61c093a885623e48f38026e3f3a05bfa403de"><code>68c61c0</code></a> feat: support TS syntax in <code>no-shadow</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19565">#19565</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/0f773ef248af0301a410fee11e1b22174100cf6a"><code>0f773ef</code></a> feat: support TS syntax in <code>no-magic-numbers</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19561">#19561</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/c4a6b6051889b1cb668d4d2ae29e9c27c74993d6"><code>c4a6b60</code></a> feat: add allowTypeAnnotation to func-style (<a href="https://redirect.github.com/eslint/eslint/issues/19754">#19754</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/b03ad176f158afdd921f0af5126c398012b10559"><code>b03ad17</code></a> feat: add TypeScript support to <code>prefer-arrow-callback</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19678">#19678</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/bc3c3313ce2719062805b6849d29f9a375cf23f2"><code>bc3c331</code></a> feat: ignore overloaded function declarations in func-style rule (<a href="https://redirect.github.com/eslint/eslint/issues/19755">#19755</a>) (sethamus)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/eea3e7eb1ca84f9e8870e1190d65d5235d9d8429"><code>eea3e7e</code></a> fix: Remove configured global variables from <code>GlobalScope#implicit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19779">#19779</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a467de39f6e509af95a7963904326635c1bf7116"><code>a467de3</code></a> fix: update context.report types (<a href="https://redirect.github.com/eslint/eslint/issues/19751">#19751</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/fd467bb892d735a4a8863beabd181a3f3152689a"><code>fd467bb</code></a> fix: remove interopDefault to use jiti's default (<a href="https://redirect.github.com/eslint/eslint/issues/19697">#19697</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/72d16e3066aac2f1c74f4150ba43dfa8cf532584"><code>72d16e3</code></a> fix: avoid false positive in <code>no-unassigned-vars</code> for declare module (<a href="https://redirect.github.com/eslint/eslint/issues/19746">#19746</a>) (Azat S.)</li> <li><a href="https://github.com/eslint/eslint/commit/81c3c936266474c2081f310098084bd0eb1768d2"><code>81c3c93</code></a> fix: curly types (<a href="https://redirect.github.com/eslint/eslint/issues/19750">#19750</a>) (Eli)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/3ec208233f29c161aae8f99f9f091e371fe83a62"><code>3ec2082</code></a> docs: Nested arrays in files config entry (<a href="https://redirect.github.com/eslint/eslint/issues/19799">#19799</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/89a65b07f6171a860284b62d97c8b3edf312b98c"><code>89a65b0</code></a> docs: clarify how config arrays can apply to subsets of files (<a href="https://redirect.github.com/eslint/eslint/issues/19788">#19788</a>) (Shais Ch)</li> <li><a href="https://github.com/eslint/eslint/commit/2ba8a0d75c7a8e6aa4798275126698be40391d37"><code>2ba8a0d</code></a> docs: Add description of meta.namespace to plugin docs (<a href="https://redirect.github.com/eslint/eslint/issues/19798">#19798</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/59dd7e6b28507053bde985ea2311dca8ec0db681"><code>59dd7e6</code></a> docs: update <code>func-style</code> with examples (<a href="https://redirect.github.com/eslint/eslint/issues/19793">#19793</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/e9129e0799d068c377d63d59a0a800e7d1fea8dd"><code>e9129e0</code></a> docs: add global scope's <code>implicit</code> field to Scope Manager docs (<a href="https://redirect.github.com/eslint/eslint/issues/19770">#19770</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/52f5b7a0af48a2f143f0bccfd4e036025b08280d"><code>52f5b7a</code></a> docs: fix minor typos and add links (<a href="https://redirect.github.com/eslint/eslint/issues/19743">#19743</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/00716a339ede24ed5a76aceed833f38a6c4e8d3a"><code>00716a3</code></a> docs: upfront recommend against using the no-return-await rule (<a href="https://redirect.github.com/eslint/eslint/issues/19727">#19727</a>) (Mike DiDomizio)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/175b7b83fcdc8f3f84821510dd7e04d120402317"><code>175b7b8</code></a> chore: upgrade to <code>@eslint/js@9.28.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19802">#19802</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/844f5a69dc78ca38f856c137e061e8facc9d00ba"><code>844f5a6</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/62b1c1bc7981798c3aec2dd430c200c797a25629"><code>62b1c1b</code></a> chore: update globals to v16 (<a href="https://redirect.github.com/eslint/eslint/issues/19791">#19791</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e8a1cb8f7fbc18efa589bfedea5326de636b4868"><code>e8a1cb8</code></a> chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (<a href="https://redirect.github.com/eslint/eslint/issues/19786">#19786</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/43d39754b6d315954f46a70dbd53d1fa0eea1619"><code>43d3975</code></a> chore: Add Copilot Instructions file (<a href="https://redirect.github.com/eslint/eslint/issues/19753">#19753</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/2dfb5ebef4c14d552d10a6c7c2c2ce376e63654a"><code>2dfb5eb</code></a> test: update <code>SourceCodeTraverser</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/19763">#19763</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/5bc21f9e8e00f9e49442d1b6520b307ce94f3518"><code>5bc21f9</code></a> chore: add <code>*.code-workspace</code> to <code>.gitignore</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19771">#19771</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/f4fa40eb4bd6f4dba3b2e7fff259d0780ef6becf"><code>f4fa40e</code></a> refactor: NodeEventGenerator -> SourceCodeTraverser (<a href="https://redirect.github.com/eslint/eslint/issues/19679">#19679</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/0f49329b4a7f91714f2cd1e9ce532d32202c47f4"><code>0f49329</code></a> refactor: use a service to emit warnings (<a href="https://redirect.github.com/eslint/eslint/issues/19725">#19725</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/20a9e59438fde3642ab058cc55ee1b9fa02b6391"><code>20a9e59</code></a> chore: update dependency shelljs to ^0.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19740">#19740</a>) (renovate[bot])</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.28.0 - May 30, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/175b7b83fcdc8f3f84821510dd7e04d120402317"><code>175b7b8</code></a> chore: upgrade to <code>@eslint/js@9.28.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19802">#19802</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/844f5a69dc78ca38f856c137e061e8facc9d00ba"><code>844f5a6</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/b0674be94e4394401b4f668453a473572c321023"><code>b0674be</code></a> feat: Customization of serialization for languageOptions (<a href="https://redirect.github.com/eslint/eslint/issues/19760">#19760</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/3ec208233f29c161aae8f99f9f091e371fe83a62"><code>3ec2082</code></a> docs: Nested arrays in files config entry (<a href="https://redirect.github.com/eslint/eslint/issues/19799">#19799</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/89a65b07f6171a860284b62d97c8b3edf312b98c"><code>89a65b0</code></a> docs: clarify how config arrays can apply to subsets of files (<a href="https://redirect.github.com/eslint/eslint/issues/19788">#19788</a>) (Shais Ch)</li> <li><a href="https://github.com/eslint/eslint/commit/2ba8a0d75c7a8e6aa4798275126698be40391d37"><code>2ba8a0d</code></a> docs: Add description of meta.namespace to plugin docs (<a href="https://redirect.github.com/eslint/eslint/issues/19798">#19798</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/eea3e7eb1ca84f9e8870e1190d65d5235d9d8429"><code>eea3e7e</code></a> fix: Remove configured global variables from <code>GlobalScope#implicit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19779">#19779</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a95721f1064fdbfe0e392b955ce3053a24551f80"><code>a95721f</code></a> feat: Add <code>--pass-on-unpruned-suppressions</code> CLI option (<a href="https://redirect.github.com/eslint/eslint/issues/19773">#19773</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a467de39f6e509af95a7963904326635c1bf7116"><code>a467de3</code></a> fix: update context.report types (<a href="https://redirect.github.com/eslint/eslint/issues/19751">#19751</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/59dd7e6b28507053bde985ea2311dca8ec0db681"><code>59dd7e6</code></a> docs: update <code>func-style</code> with examples (<a href="https://redirect.github.com/eslint/eslint/issues/19793">#19793</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/62b1c1bc7981798c3aec2dd430c200c797a25629"><code>62b1c1b</code></a> chore: update globals to v16 (<a href="https://redirect.github.com/eslint/eslint/issues/19791">#19791</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/bfd0e7a39535b3c1ddc742dfffa6bdcdc93079e2"><code>bfd0e7a</code></a> feat: support TypeScript syntax in <code>no-use-before-define</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19566">#19566</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/68c61c093a885623e48f38026e3f3a05bfa403de"><code>68c61c0</code></a> feat: support TS syntax in <code>no-shadow</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19565">#19565</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e8a1cb8f7fbc18efa589bfedea5326de636b4868"><code>e8a1cb8</code></a> chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (<a href="https://redirect.github.com/eslint/eslint/issues/19786">#19786</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/0f773ef248af0301a410fee11e1b22174100cf6a"><code>0f773ef</code></a> feat: support TS syntax in <code>no-magic-numbers</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19561">#19561</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/43d39754b6d315954f46a70dbd53d1fa0eea1619"><code>43d3975</code></a> chore: Add Copilot Instructions file (<a href="https://redirect.github.com/eslint/eslint/issues/19753">#19753</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/c4a6b6051889b1cb668d4d2ae29e9c27c74993d6"><code>c4a6b60</code></a> feat: add allowTypeAnnotation to func-style (<a href="https://redirect.github.com/eslint/eslint/issues/19754">#19754</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/fd467bb892d735a4a8863beabd181a3f3152689a"><code>fd467bb</code></a> fix: remove interopDefault to use jiti's default (<a href="https://redirect.github.com/eslint/eslint/issues/19697">#19697</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/2dfb5ebef4c14d552d10a6c7c2c2ce376e63654a"><code>2dfb5eb</code></a> test: update <code>SourceCodeTraverser</code> tests (<a href="https://redirect.github.com/eslint/eslint/issues/19763">#19763</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b03ad176f158afdd921f0af5126c398012b10559"><code>b03ad17</code></a> feat: add TypeScript support to <code>prefer-arrow-callback</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19678">#19678</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/e9129e0799d068c377d63d59a0a800e7d1fea8dd"><code>e9129e0</code></a> docs: add global scope's <code>implicit</code> field to Scope Manager docs (<a href="https://redirect.github.com/eslint/eslint/issues/19770">#19770</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bc3c3313ce2719062805b6849d29f9a375cf23f2"><code>bc3c331</code></a> feat: ignore overloaded function declarations in func-style rule (<a href="https://redirect.github.com/eslint/eslint/issues/19755">#19755</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/5bc21f9e8e00f9e49442d1b6520b307ce94f3518"><code>5bc21f9</code></a> chore: add <code>*.code-workspace</code> to <code>.gitignore</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19771">#19771</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/72d16e3066aac2f1c74f4150ba43dfa8cf532584"><code>72d16e3</code></a> fix: avoid false positive in <code>no-unassigned-vars</code> for declare module (<a href="https://redirect.github.com/eslint/eslint/issues/19746">#19746</a>) (Azat S.)</li> <li><a href="https://github.com/eslint/eslint/commit/f4fa40eb4bd6f4dba3b2e7fff259d0780ef6becf"><code>f4fa40e</code></a> refactor: NodeEventGenerator -> SourceCodeTraverser (<a href="https://redirect.github.com/eslint/eslint/issues/19679">#19679</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/81c3c936266474c2081f310098084bd0eb1768d2"><code>81c3c93</code></a> fix: curly types (<a href="https://redirect.github.com/eslint/eslint/issues/19750">#19750</a>) (Eli)</li> <li><a href="https://github.com/eslint/eslint/commit/52f5b7a0af48a2f143f0bccfd4e036025b08280d"><code>52f5b7a</code></a> docs: fix minor typos and add links (<a href="https://redirect.github.com/eslint/eslint/issues/19743">#19743</a>) (루밀LuMir)</li> <li><a href="https://github.com/eslint/eslint/commit/0f49329b4a7f91714f2cd1e9ce532d32202c47f4"><code>0f49329</code></a> refactor: use a service to emit warnings (<a href="https://redirect.github.com/eslint/eslint/issues/19725">#19725</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/20a9e59438fde3642ab058cc55ee1b9fa02b6391"><code>20a9e59</code></a> chore: update dependency shelljs to ^0.10.0 (<a href="https://redirect.github.com/eslint/eslint/issues/19740">#19740</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/00716a339ede24ed5a76aceed833f38a6c4e8d3a"><code>00716a3</code></a> docs: upfront recommend against using the no-return-await rule (<a href="https://redirect.github.com/eslint/eslint/issues/19727">#19727</a>) (Mike DiDomizio)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/f341f21e024388e602cfccee06e11b9113a2d298"><code>f341f21</code></a> 9.28.0</li> <li><a href="https://github.com/eslint/eslint/commit/779dda93a25a0e9da934a96311e5f97985e4401c"><code>779dda9</code></a> Build: changelog update for 9.28.0</li> <li><a href="https://github.com/eslint/eslint/commit/175b7b83fcdc8f3f84821510dd7e04d120402317"><code>175b7b8</code></a> chore: upgrade to <code>@eslint/js@9.28.0</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19802">#19802</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/844f5a69dc78ca38f856c137e061e8facc9d00ba"><code>844f5a6</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/b0674be94e4394401b4f668453a473572c321023"><code>b0674be</code></a> feat: Customization of serialization for languageOptions (<a href="https://redirect.github.com/eslint/eslint/issues/19760">#19760</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3ec208233f29c161aae8f99f9f091e371fe83a62"><code>3ec2082</code></a> docs: Nested arrays in files config entry (<a href="https://redirect.github.com/eslint/eslint/issues/19799">#19799</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/89a65b07f6171a860284b62d97c8b3edf312b98c"><code>89a65b0</code></a> docs: clarify how config arrays can apply to subsets of files (<a href="https://redirect.github.com/eslint/eslint/issues/19788">#19788</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/2ba8a0d75c7a8e6aa4798275126698be40391d37"><code>2ba8a0d</code></a> docs: Add description of meta.namespace to plugin docs (<a href="https://redirect.github.com/eslint/eslint/issues/19798">#19798</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/eea3e7eb1ca84f9e8870e1190d65d5235d9d8429"><code>eea3e7e</code></a> fix: Remove configured global variables from <code>GlobalScope#implicit</code> (<a href="https://redirect.github.com/eslint/eslint/issues/19779">#19779</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/a95721f1064fdbfe0e392b955ce3053a24551f80"><code>a95721f</code></a> feat: Add <code>--pass-on-unpruned-suppressions</code> CLI option (<a href="https://redirect.github.com/eslint/eslint/issues/19773">#19773</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.27.0...v9.28.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> |
||
|
|
5346da9a6c |
chore(deps-dev): Bump stylelint from 16.19.1 to 16.20.0 (#1212)
Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.19.1 to 16.20.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/releases">stylelint's releases</a>.</em></p> <blockquote> <h2>16.20.0</h2> <p>It fixes 2 bugs with the built-in rules.</p> <ul> <li>Fixed: <code>function-url-no-scheme-relative</code> false negatives for <code>@import</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8576">#8576</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Fixed: <code>shorthand-property-no-redundant-values</code> false negatives for additional radius (<a href="https://redirect.github.com/stylelint/stylelint/issues/8539">#8539</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md">stylelint's changelog</a>.</em></p> <blockquote> <h2>16.20.0 - 2025-05-29</h2> <p>It fixes 2 bugs with the built-in rules.</p> <ul> <li>Fixed: <code>function-url-no-scheme-relative</code> false negatives for <code>@import</code> (<a href="https://redirect.github.com/stylelint/stylelint/pull/8576">#8576</a>) (<a href="https://github.com/pamelalozano16"><code>@pamelalozano16</code></a>).</li> <li>Fixed: <code>shorthand-property-no-redundant-values</code> false negatives for additional radius (<a href="https://redirect.github.com/stylelint/stylelint/pull/8539">#8539</a>) (<a href="https://github.com/ryo-manba"><code>@ryo-manba</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stylelint/stylelint/commit/a1a3b2ad4d6af8e8a678d1638e7a19e16b5d4c99"><code>a1a3b2a</code></a> 16.20.0</li> <li><a href="https://github.com/stylelint/stylelint/commit/3f426b9dec37c02c3ab2322e90cb2c917c10a590"><code>3f426b9</code></a> Prepare 16.20.0 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8556">#8556</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/33bc18bebc0f657f6b15d176aca4014b6dfc9936"><code>33bc18b</code></a> Refactor to improve error classes (<a href="https://redirect.github.com/stylelint/stylelint/issues/8593">#8593</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/e6af3ecda1cd9973bcc986278eef48b9148fe89e"><code>e6af3ec</code></a> Refactor to use example.org in tests and docs (<a href="https://redirect.github.com/stylelint/stylelint/issues/8592">#8592</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/ea80c3a028d8a5fe2c1bdf9b6096524537989e93"><code>ea80c3a</code></a> Fix <code>function-url-no-scheme-relative</code> false negatives for <code>@import</code> (<a href="https://redirect.github.com/stylelint/stylelint/issues/8576">#8576</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/59f3d3859c0e54548450bdd20f156c6d2db6ba66"><code>59f3d38</code></a> Bump rollup from 4.40.2 to 4.41.1 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8590">#8590</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/475c54a7bd46fbae30d3d290b4be541716fa8794"><code>475c54a</code></a> Document <code>example.org</code> in rule README conventions (<a href="https://redirect.github.com/stylelint/stylelint/issues/8587">#8587</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/0dccdb867a817a9d2f489a55fa7ef9e71fc503b3"><code>0dccdb8</code></a> Document to remove <code>npx</code> from command examples (<a href="https://redirect.github.com/stylelint/stylelint/issues/8578">#8578</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/1c17fb87a2f16f041632e380dd0d600cb3532337"><code>1c17fb8</code></a> Bump eslint from 9.26.0 to 9.27.0 in the eslint group (<a href="https://redirect.github.com/stylelint/stylelint/issues/8584">#8584</a>)</li> <li><a href="https://github.com/stylelint/stylelint/commit/8ce90eafc76232cd15eb68ad905fbf6bdd7e2ae8"><code>8ce90ea</code></a> Bump codecov/codecov-action from 5.4.2 to 5.4.3 (<a href="https://redirect.github.com/stylelint/stylelint/issues/8580">#8580</a>)</li> <li>Additional commits viewable in <a href="https://github.com/stylelint/stylelint/compare/16.19.1...16.20.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> |
||
|
|
94ba4901a7 |
chore(deps-dev): Bump postcss from 8.5.3 to 8.5.4 (#1211)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/releases">postcss's releases</a>.</em></p> <blockquote> <h2>8.5.4</h2> <ul> <li>Fixed Parcel compatibility issue (by <a href="https://github.com/git-sumitchaudhary"><code>@git-sumitchaudhary</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's changelog</a>.</em></p> <blockquote> <h2>8.5.4</h2> <ul> <li>Fixed Parcel compatibility issue (by <a href="https://github.com/git-sumitchaudhary"><code>@git-sumitchaudhary</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/postcss/postcss/commit/6cb4a6673fb6d8b23eb1ebe66a22b6267ab141de"><code>6cb4a66</code></a> Release 8.5.4 version</li> <li><a href="https://github.com/postcss/postcss/commit/ec5c1e031083664bed1cf91eaac72f8c61068110"><code>ec5c1e0</code></a> Update dependencies</li> <li><a href="https://github.com/postcss/postcss/commit/e85e9385c87499bc7e274c6ce332cf59e3988994"><code>e85e938</code></a> Fix code format</li> <li><a href="https://github.com/postcss/postcss/commit/50542335f22e513edaa52cb8bd214370ceef1bc9"><code>5054233</code></a> fixed error at line 401 (<a href="https://redirect.github.com/postcss/postcss/issues/2046">#2046</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/0538b6309e5ca80044bc8ca34833db422bbaa9fe"><code>0538b63</code></a> docs: Update README.md (<a href="https://redirect.github.com/postcss/postcss/issues/2044">#2044</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/b5f407f3976419310bcc530043f5835b7192f41c"><code>b5f407f</code></a> Add <code>postcss-fontsource-url</code> to plugins (<a href="https://redirect.github.com/postcss/postcss/issues/2043">#2043</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/94b5260be6fd43f230cc4dd91a7d3c51b09a0e94"><code>94b5260</code></a> Clarify documentation for <code>node.source.end.offset</code> (<a href="https://redirect.github.com/postcss/postcss/issues/2032">#2032</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/a20724af14ad05304f99ced858f6f2f47f4a1633"><code>a20724a</code></a> Fix Markdown syntax</li> <li><a href="https://github.com/postcss/postcss/commit/cf6b9697519aa0a9feda3b3468a738ba8870b61b"><code>cf6b969</code></a> fix: add a mention for postcssense extension (<a href="https://redirect.github.com/postcss/postcss/issues/2040">#2040</a>)</li> <li><a href="https://github.com/postcss/postcss/commit/ff48c29ebb16339188761827701e832f516bfb7d"><code>ff48c29</code></a> Increase size</li> <li>Additional commits viewable in <a href="https://github.com/postcss/postcss/compare/8.5.3...8.5.4">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> |
||
|
|
0df114da74 |
chore(deps-dev): Bump @cypress/code-coverage from 3.14.3 to 3.14.4 (#1210)
Bumps [@cypress/code-coverage](https://github.com/cypress-io/code-coverage) from 3.14.3 to 3.14.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/code-coverage/releases"><code>@cypress/code-coverage</code>'s releases</a>.</em></p> <blockquote> <h2>v3.14.4</h2> <h2><a href="https://github.com/cypress-io/code-coverage/compare/v3.14.3...v3.14.4">3.14.4</a> (2025-05-28)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update dependency <code>@types/node</code> to v22.15.21 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/951">#951</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/127b589b25e5a9a22657ac6c89277044886bfb9e">127b589</a>)</li> <li><strong>deps:</strong> update dependency <code>@types/react</code> to v18.3.22 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/952">#952</a>) (<a href="https://github.com/cypress-io/code-coverage/commit/b527fc5acf51999bcdada290d64a5efbb216ad61">b527fc5</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/code-coverage/commit/127b589b25e5a9a22657ac6c89277044886bfb9e"><code>127b589</code></a> fix(deps): update dependency <code>@types/node</code> to v22.15.21 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/951">#951</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/b527fc5acf51999bcdada290d64a5efbb216ad61"><code>b527fc5</code></a> fix(deps): update dependency <code>@types/react</code> to v18.3.22 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/952">#952</a>)</li> <li><a href="https://github.com/cypress-io/code-coverage/commit/65ca8960323336ed7e7db3d01e30c66adc4cb1d8"><code>65ca896</code></a> chore(deps): update dependency webpack to v5.99.9 (<a href="https://redirect.github.com/cypress-io/code-coverage/issues/953">#953</a>)</li> <li>See full diff in <a href="https://github.com/cypress-io/code-coverage/compare/v3.14.3...v3.14.4">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> |
||
|
|
19389ca3d3 |
Chore: Quick Typo fix in readme (#1209)
This is a quick typo fix for the Tests section of the readme file. ## Launch Checklist <!-- Thanks for the PR! Feel free to add or remove items from the checklist. --> - [x] Briefly describe the changes in this PR. - [ ] Add an entry to `CHANGELOG.md` under the `## main` section. (_so small that this doesn't seem necessary, but will add if you would prefer it_). |
||
|
|
79d0b21d8f |
chore(deps-dev): Bump typescript-eslint from 8.32.1 to 8.33.0 (#1208)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.32.1 to 8.33.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.33.0</h2> <h2>8.33.0 (2025-05-26)</h2> <h3>🚀 Features</h3> <ul> <li>create standalone project-service, tsconfig-utils packages (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11182">#11182</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.33.0 (2025-05-26)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/dca57b3e6643fdd533f2939c5322ffb9c6044e63"><code>dca57b3</code></a> chore(release): publish 8.33.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f9e0eb9dbe40f89c1bd39ea466bab8666b7f60b3"><code>f9e0eb9</code></a> chore: clean up nx and other config (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11226">#11226</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1c0e1ae8d88d210e255814ee998bb9d7eefe6ba8"><code>1c0e1ae</code></a> chore: update some package scripts and dependency config (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/10765">#10765</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8f79ad0b50fb1e6fce329d9dd23fbba50a148d03"><code>8f79ad0</code></a> chore(typescript-eslint): finish migrating to <code>vitest</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11137">#11137</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.33.0/packages/typescript-eslint">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> |
||
|
|
f4a1c586d0 |
chore(deps): Bump i18next from 25.2.0 to 25.2.1 (#1207)
Bumps [i18next](https://github.com/i18next/i18next) from 25.2.0 to 25.2.1. <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.1</h2> <ul> <li>streamline <code>fallbackLng</code> option of t call with the init options <a href="https://redirect.github.com/i18next/i18next/issues/2312">2312</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.1</h2> <ul> <li>streamline <code>fallbackLng</code> option of t call with the init options <a href="https://redirect.github.com/i18next/i18next/issues/2312">2312</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/i18next/commit/defa00f1a3bc79a32645d95f737b5ce4dcace14b"><code>defa00f</code></a> 25.2.1</li> <li><a href="https://github.com/i18next/i18next/commit/8b42d4bef6774e0ca27b724ca995951f43d54a3c"><code>8b42d4b</code></a> streamline <code>fallbackLng</code> option of t call with the init options <a href="https://redirect.github.com/i18next/i18next/issues/2312">#2312</a></li> <li>See full diff in <a href="https://github.com/i18next/i18next/compare/v25.2.0...v25.2.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> |
||
|
|
afde3da81d |
chore(deps-dev): Bump @vitejs/plugin-react from 4.4.1 to 4.5.0 (#1206)
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.4.1 to 4.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/releases"><code>@vitejs/plugin-react</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-react@4.5.0</h2> <h3>Add <code>filter</code> for rolldown-vite <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/470">#470</a></h3> <p>Added <code>filter</code> so that it is more performant when running this plugin with rolldown-powered version of Vite.</p> <h3>Skip HMR for JSX files with hooks <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/480">#480</a></h3> <p>This removes the HMR warning for hooks with JSX.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md"><code>@vitejs/plugin-react</code>'s changelog</a>.</em></p> <blockquote> <h2>4.5.0 (2025-05-23)</h2> <h3>Add <code>filter</code> for rolldown-vite <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/470">#470</a></h3> <p>Added <code>filter</code> so that it is more performant when running this plugin with rolldown-powered version of Vite.</p> <h3>Skip HMR for JSX files with hooks <a href="https://redirect.github.com/vitejs/vite-plugin-react/pull/480">#480</a></h3> <p>This removes the HMR warning for hooks with JSX.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/476e705375ef618458918580beb63f43799d12e4"><code>476e705</code></a> release: plugin-react@4.5.0</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/02b1ede45dd88c9a81b4509235efe5a1c01fea20"><code>02b1ede</code></a> fix(hmr): skip HMR for JSX files with hooks (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/480">#480</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/5a94bd799f69aee468c6b5b081dd3b4620f49db7"><code>5a94bd7</code></a> feat: add filter (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/470">#470</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/7517103485081b26004e79f169efdd2d12a60946"><code>7517103</code></a> fix(react): inject <code>__self</code> and <code>__source</code> by babel for rolldown-vite (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/467">#467</a>)</li> <li><a href="https://github.com/vitejs/vite-plugin-react/commit/ec1dfb3c453aefc09a2a1d12f9c518460c300b32"><code>ec1dfb3</code></a> chore: fix link in changelog (<a href="https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react/issues/463">#463</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite-plugin-react/commits/plugin-react@4.5.0/packages/plugin-react">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> |
||
|
|
11d4084b50 |
chore(deps): Bump react-i18next from 15.5.1 to 15.5.2 (#1205)
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.5.1 to 15.5.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md">react-i18next's changelog</a>.</em></p> <blockquote> <h3>15.5.2</h3> <p>fix element.ref access issue with react 19 <a href="https://redirect.github.com/i18next/react-i18next/pull/1846">1846</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/i18next/react-i18next/commit/194e75db66bd6969688c51ba782d124600e42af6"><code>194e75d</code></a> 15.5.2</li> <li><a href="https://github.com/i18next/react-i18next/commit/05996c3ee16515b5f7ea8d928639329478b4044e"><code>05996c3</code></a> release</li> <li><a href="https://github.com/i18next/react-i18next/commit/41919c74864bdfaa55c79195ec694412a78e9882"><code>41919c7</code></a> Fix element.ref access issue with react 19 (<a href="https://redirect.github.com/i18next/react-i18next/issues/1846">#1846</a>)</li> <li><a href="https://github.com/i18next/react-i18next/commit/19fcf00b2351436568c1c03345a69b8e382a8cf7"><code>19fcf00</code></a> update react-native examples</li> <li><a href="https://github.com/i18next/react-i18next/commit/258f7eda60ead36234f12d5f04466a097bff2553"><code>258f7ed</code></a> this test will only work if this gets merged: <a href="https://github.com/HenrikJorete">https://github.com/HenrikJorete</a>...</li> <li>See full diff in <a href="https://github.com/i18next/react-i18next/compare/v15.5.1...v15.5.2">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> |
||
|
|
612ce1084f |
chore(deps-dev): Bump cypress from 14.3.3 to 14.4.0 (#1204)
Bumps [cypress](https://github.com/cypress-io/cypress) from 14.3.3 to 14.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cypress-io/cypress/releases">cypress's releases</a>.</em></p> <blockquote> <h2>v14.4.0</h2> <p>Changelog: <a href="https://docs.cypress.io/app/references/changelog#14-4-0">https://docs.cypress.io/app/references/changelog#14-4-0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cypress-io/cypress/commit/09868d73b13fc24d79ef02eac3cd7809b918179d"><code>09868d7</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31742">#31742</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/fa409fd0a626cf677acacf1b3acee79c1a7af032"><code>fa409fd</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31741">#31741</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/3276441a4cfbfc4389bcc22af45c7d7e86ec4d4f"><code>3276441</code></a> chore: updating v8 snapshot cache (<a href="https://redirect.github.com/cypress-io/cypress/issues/31740">#31740</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/92aa2737cc6fb8caf0c34ba26520e203576f8c18"><code>92aa273</code></a> chore: release 14.4.0 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31745">#31745</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/93f708cbf540f61fd1f0e9d8bc1195d748c38344"><code>93f708c</code></a> test: update cloud studio test to account for full snapshot update (<a href="https://redirect.github.com/cypress-io/cypress/issues/31744">#31744</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/b7cac8fb22caafb255fb480ca79ea51af8a4b993"><code>b7cac8f</code></a> dependency: update dependency <code>@sinonjs/fake-timers</code> to v10 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31737">#31737</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/ecd944a6f926bc79451224dfd906cb44be3f9cc1"><code>ecd944a</code></a> chore: Update v8 snapshot cache - linux (<a href="https://redirect.github.com/cypress-io/cypress/issues/31734">#31734</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/0353859629a77c657d96c3ca01523c3d383983d8"><code>0353859</code></a> chore: Update v8 snapshot cache - darwin (<a href="https://redirect.github.com/cypress-io/cypress/issues/31735">#31735</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/7ea2d575f6756af0a97f58f6377c3a907bbad222"><code>7ea2d57</code></a> chore: Update v8 snapshot cache - windows (<a href="https://redirect.github.com/cypress-io/cypress/issues/31736">#31736</a>)</li> <li><a href="https://github.com/cypress-io/cypress/commit/9d4b3db64715d994c312ba2d9bc835844f30755b"><code>9d4b3db</code></a> dependency: update dependency <code>@sinonjs/fake-timers</code> to v9 (<a href="https://redirect.github.com/cypress-io/cypress/issues/31725">#31725</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cypress-io/cypress/compare/v14.3.3...v14.4.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> |