Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the minor group in /eml-client with 6 updates (#97)
Bumps the minor group in /eml-client with 6 updates: | Package | From | To | | --- | --- | --- | | [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.5.1` | `6.5.2` | | [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.1` | `6.5.2` | | [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte) | `2.35.1` | `2.37.0` | | [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) | `4.0.379` | `4.1.392` | | [sass](https://github.com/sass/dart-sass) | `1.72.0` | `1.75.0` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.12` | `4.2.15` | Updates `@fortawesome/fontawesome-svg-core` from 6.5.1 to 6.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/FortAwesome/Font-Awesome/releases"><code>@fortawesome/fontawesome-svg-core</code>'s releases</a>.</em></p> <blockquote> <h2>Release 6.5.2</h2> <p><strong>Change log available at <a href="https://fontawesome.com/docs/changelog/">https://fontawesome.com/docs/changelog/</a></strong></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FortAwesome/Font-Awesome/commit/c0f460dca7f7688761120415ff3c9cf7f73119be"><code>c0f460d</code></a> Release 6.5.2 (<a href="https://redirect.github.com/FortAwesome/Font-Awesome/issues/20179">#20179</a>)</li> <li><a href="https://github.com/FortAwesome/Font-Awesome/commit/a1232e34553634c5363aa62c8d1b02161a4438e1"><code>a1232e3</code></a> Delete case-sensitive faTshirt duplicate (<a href="https://redirect.github.com/FortAwesome/Font-Awesome/issues/20073">#20073</a>)</li> <li><a href="https://github.com/FortAwesome/Font-Awesome/commit/dcdc48a561e3db6e6caa2002f14d77f68aa01ed6"><code>dcdc48a</code></a> Update contributing guidelines (<a href="https://redirect.github.com/FortAwesome/Font-Awesome/issues/20028">#20028</a>)</li> <li>See full diff in <a href="https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2">compare view</a></li> </ul> </details> <br /> Updates `@fortawesome/free-solid-svg-icons` from 6.5.1 to 6.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/FortAwesome/Font-Awesome/releases"><code>@fortawesome/free-solid-svg-icons</code>'s releases</a>.</em></p> <blockquote> <h2>Release 6.5.2</h2> <p><strong>Change log available at <a href="https://fontawesome.com/docs/changelog/">https://fontawesome.com/docs/changelog/</a></strong></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FortAwesome/Font-Awesome/commit/c0f460dca7f7688761120415ff3c9cf7f73119be"><code>c0f460d</code></a> Release 6.5.2 (<a href="https://redirect.github.com/FortAwesome/Font-Awesome/issues/20179">#20179</a>)</li> <li><a href="https://github.com/FortAwesome/Font-Awesome/commit/a1232e34553634c5363aa62c8d1b02161a4438e1"><code>a1232e3</code></a> Delete case-sensitive faTshirt duplicate (<a href="https://redirect.github.com/FortAwesome/Font-Awesome/issues/20073">#20073</a>)</li> <li><a href="https://github.com/FortAwesome/Font-Awesome/commit/dcdc48a561e3db6e6caa2002f14d77f68aa01ed6"><code>dcdc48a</code></a> Update contributing guidelines (<a href="https://redirect.github.com/FortAwesome/Font-Awesome/issues/20028">#20028</a>)</li> <li>See full diff in <a href="https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-svelte` from 2.35.1 to 2.37.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/eslint-plugin-svelte/releases">eslint-plugin-svelte's releases</a>.</em></p> <blockquote> <h2>v2.37.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/735">#735</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/33f0de261636e0dca77ec0479fa93a988e6ca950"><code>33f0de2</code></a> Thanks <a href="https://github.com/xiBread"><code>@xiBread</code></a>! - feat: add rule types</li> </ul> <h2>v2.36.0</h2> <h3>Minor Changes</h3> <ul> <li>Add experimental support for Svelte v5 <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/622">#622</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/470ef6cd1ef4767528ff15b5fbdfec1740a5ec02"><code>470ef6c</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: add support for <code>{@snippet}</code>and <code>{@render}</code> in indent rule</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/620">#620</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/1097107afce00fd8b959261b015a4eb1f39f116d"><code>1097107</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: (experimental) partial support for Svelte v5</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/624">#624</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/7df5b6f0963f1fb8fc9256f8ed6f034e5f7fbf3d"><code>7df5b6f</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: add support for <code>{@snippet}</code> and <code>{@render}</code> in mustache-spacing rule</li> <li>Update parser and svelte(v5) <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/657">#657</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/b159b467427aab17c74246f9b89283aa966bb2e4"><code>b159b46</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: update svelte to v5.0.0-next.33</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/704">#704</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/af2ccf9f85af00221f9ec10efbc770cba5615a62"><code>af2ccf9</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - Update svelte-eslint-parser</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/693">#693</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/b11ff34de949f778d9344ec1143d1a636864d95b"><code>b11ff34</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: update dependencies & some fixes</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/628">#628</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/85fc8f467bd9c69475b2ef46fae7bfdd7360158f"><code>85fc8f4</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: update parser and fix some tests</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/696">#696</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/d4303f5347dae7828e08e699741a276ee35dbd43"><code>d4303f5</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: update svelte-eslint-parser</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/635">#635</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/ec3f1cf5ab1726e2a8b79225c231159333474c71"><code>ec3f1cf</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: update svelte to v5.0.0-next.16</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/687">#687</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/29430210e25cbe417ba28d65d7bf1b07ed4e08e3"><code>2943021</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: update parser</li> </ul> </li> </ul> </li> <li>Support for ESLint v9 <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/673">#673</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/b72b97ba617ff5eeb9b6f4e600c511250c19a72b"><code>b72b97b</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: add support for eslint v9</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/708">#708</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/d597a69637d95f6be13eaa10a7cc6feebd812e23"><code>d597a69</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: add support for flat config <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/719">#719</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/eaf5e6af1edab5a4d565b74be6bcc02c71c13ac6"><code>eaf5e6a</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: suppress comment not working in flat config.</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/711">#711</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/aaba61f1d7f8337e690659e396d52453b3cc0002"><code>aaba61f</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: flat config would cause an error with non-svelte files</li> </ul> </li> </ul> </li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/690">#690</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/e84397dd71300fc5e4200e9e6c807a3e5f901e23"><code>e84397d</code></a> Thanks <a href="https://github.com/sdarnell"><code>@sdarnell</code></a>! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule.</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/679">#679</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/4e6c6817681b81bd546b032d7b1ff9a6a6e1935a"><code>4e6c681</code></a> Thanks <a href="https://github.com/marekdedic"><code>@marekdedic</code></a>! - feat: added the no-goto-without-base rule</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/694">#694</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/73d6fd832d88af44feb9a8b86826e138d47251de"><code>73d6fd8</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: style report location</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/670">#670</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/6121a562f8a6d34bb338a5a2df373032abe514d6"><code>6121a56</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@renovate</code></a>! - fix(deps): update dependency eslint-compat-utils to ^0.3.0</li> </ul> <h2>v2.36.0-next.13</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/719">#719</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/eaf5e6af1edab5a4d565b74be6bcc02c71c13ac6"><code>eaf5e6a</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: suppress comment not working in flat config.</li> </ul> <h2>v2.36.0-next.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/711">#711</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/aaba61f1d7f8337e690659e396d52453b3cc0002"><code>aaba61f</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: flat config would cause an error with non-svelte files</li> </ul> <h2>v2.36.0-next.11</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/708">#708</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/d597a69637d95f6be13eaa10a7cc6feebd812e23"><code>d597a69</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: add support for flat config</li> </ul> <h2>v2.36.0-next.10</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/eslint-plugin-svelte/blob/main/CHANGELOG.md">eslint-plugin-svelte's changelog</a>.</em></p> <blockquote> <h2>2.37.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/735">#735</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/33f0de261636e0dca77ec0479fa93a988e6ca950"><code>33f0de2</code></a> Thanks <a href="https://github.com/xiBread"><code>@xiBread</code></a>! - feat: add rule types</li> </ul> <h2>2.36.0</h2> <h3>Minor Changes</h3> <ul> <li>Add experimental support for Svelte v5 <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/622">#622</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/470ef6cd1ef4767528ff15b5fbdfec1740a5ec02"><code>470ef6c</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: add support for <code>{@snippet}</code>and <code>{@render}</code> in indent rule</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/620">#620</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/1097107afce00fd8b959261b015a4eb1f39f116d"><code>1097107</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: (experimental) partial support for Svelte v5</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/624">#624</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/7df5b6f0963f1fb8fc9256f8ed6f034e5f7fbf3d"><code>7df5b6f</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: add support for <code>{@snippet}</code> and <code>{@render}</code> in mustache-spacing rule</li> <li>Update parser and svelte(v5) <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/657">#657</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/b159b467427aab17c74246f9b89283aa966bb2e4"><code>b159b46</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: update svelte to v5.0.0-next.33</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/704">#704</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/af2ccf9f85af00221f9ec10efbc770cba5615a62"><code>af2ccf9</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - Update svelte-eslint-parser</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/693">#693</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/b11ff34de949f778d9344ec1143d1a636864d95b"><code>b11ff34</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: update dependencies & some fixes</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/628">#628</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/85fc8f467bd9c69475b2ef46fae7bfdd7360158f"><code>85fc8f4</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: update parser and fix some tests</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/696">#696</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/d4303f5347dae7828e08e699741a276ee35dbd43"><code>d4303f5</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: update svelte-eslint-parser</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/635">#635</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/ec3f1cf5ab1726e2a8b79225c231159333474c71"><code>ec3f1cf</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: update svelte to v5.0.0-next.16</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/687">#687</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/29430210e25cbe417ba28d65d7bf1b07ed4e08e3"><code>2943021</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: update parser</li> </ul> </li> </ul> </li> <li>Support for ESLint v9 <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/673">#673</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/b72b97ba617ff5eeb9b6f4e600c511250c19a72b"><code>b72b97b</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: add support for eslint v9</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/708">#708</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/d597a69637d95f6be13eaa10a7cc6feebd812e23"><code>d597a69</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - feat: add support for flat config <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/719">#719</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/eaf5e6af1edab5a4d565b74be6bcc02c71c13ac6"><code>eaf5e6a</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: suppress comment not working in flat config.</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/711">#711</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/aaba61f1d7f8337e690659e396d52453b3cc0002"><code>aaba61f</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: flat config would cause an error with non-svelte files</li> </ul> </li> </ul> </li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/690">#690</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/e84397dd71300fc5e4200e9e6c807a3e5f901e23"><code>e84397d</code></a> Thanks <a href="https://github.com/sdarnell"><code>@sdarnell</code></a>! - Added prefer option to prefer-class-directive rule ('always' or 'empty'). The default is now 'empty' which is a slight relaxation of the rule.</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/679">#679</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/4e6c6817681b81bd546b032d7b1ff9a6a6e1935a"><code>4e6c681</code></a> Thanks <a href="https://github.com/marekdedic"><code>@marekdedic</code></a>! - feat: added the no-goto-without-base rule</li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/694">#694</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/73d6fd832d88af44feb9a8b86826e138d47251de"><code>73d6fd8</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: style report location</li> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/670">#670</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/6121a562f8a6d34bb338a5a2df373032abe514d6"><code>6121a56</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@renovate</code></a>! - fix(deps): update dependency eslint-compat-utils to ^0.3.0</li> </ul> <h2>2.36.0-next.13</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/719">#719</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/eaf5e6af1edab5a4d565b74be6bcc02c71c13ac6"><code>eaf5e6a</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: suppress comment not working in flat config.</li> </ul> <h2>2.36.0-next.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/711">#711</a> <a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/aaba61f1d7f8337e690659e396d52453b3cc0002"><code>aaba61f</code></a> Thanks <a href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix: flat config would cause an error with non-svelte files</li> </ul> <h2>2.36.0-next.11</h2> <h3>Minor Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/903bd40908d15ce75285ee9bd103d3781925aa77"><code>903bd40</code></a> chore: release eslint-plugin-svelte (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/736">#736</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/33f0de261636e0dca77ec0479fa93a988e6ca950"><code>33f0de2</code></a> feat: add rule types (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/735">#735</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/f8b5e9088872cc167153b4dc0d8c770a4758418c"><code>f8b5e90</code></a> chore(deps): update dependency eslint-plugin-node-dependencies to ^0.12.0</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/f60a9b2b2a65926d4cbbd7f50a4cb93f6fa7362e"><code>f60a9b2</code></a> chore(deps): update dependency eslint-plugin-eslint-plugin to v6</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/c3d6263d0641b9b98bbd1c3926f9a3c0c051d064"><code>c3d6263</code></a> chore: release eslint-plugin-svelte (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/730">#730</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/4089aaba5a75bb1b9405580aebe50dcbf107b51a"><code>4089aab</code></a> chore: fix vite.config</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/07c4b25cc54d732cf0a41a0e1fa952539de4e449"><code>07c4b25</code></a> chore: run changeset pre exit</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/59a07296fdba5204c27e000bf2c45c3f26984e1e"><code>59a0729</code></a> docs: add note for svelte v5 (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/729">#729</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/13d73c85b28261c1b1007e89521e25c1c820a394"><code>13d73c8</code></a> feat: update dependencies (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/728">#728</a>)</li> <li><a href="https://github.com/sveltejs/eslint-plugin-svelte/commit/aedb401a266fd35bc91587949d2a99873ba671f4"><code>aedb401</code></a> chore(deps): update actions/configure-pages action to v5 (<a href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/722">#722</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/eslint-plugin-svelte/compare/v2.35.1...v2.37.0">compare view</a></li> </ul> </details> <br /> Updates `pdfjs-dist` from 4.0.379 to 4.1.392 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/mozilla/pdfjs-dist/commits">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.72.0 to 1.75.0 <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.75.0</h2> <p>To install Sass 1.75.0, 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>Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.</li> </ul> <h3>JS API</h3> <ul> <li>Allow <code>importer</code> to be passed without <code>url</code> in <code>StringOptionsWithImporter</code>.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1750">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.74.1</h2> <p>To install Sass 1.74.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#1741">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.75.0</h2> <ul> <li>Fix a bug in which stylesheet canonicalization could be cached incorrectly when custom importers or the Node.js package importer made decisions based on the URL of the containing stylesheet.</li> </ul> <h3>JS API</h3> <ul> <li>Allow <code>importer</code> to be passed without <code>url</code> in <code>StringOptionsWithImporter</code>.</li> </ul> <h2>1.74.1</h2> <ul> <li>No user-visible changes.</li> </ul> <h2>1.74.0</h2> <h3>JS API</h3> <ul> <li> <p>Add a new top-level <code>deprecations</code> object, which contains various <code>Deprecation</code> objects that define the different types of deprecation used by the Sass compiler and can be passed to the options below.</p> </li> <li> <p>Add a new <code>fatalDeprecations</code> compiler option that causes the compiler to error if any deprecation warnings of the provided types are encountered. You can also pass in a <code>Version</code> object to treat all deprecations that were active in that Dart Sass version as fatal.</p> </li> <li> <p>Add a new <code>futureDeprecations</code> compiler option that allows you to opt-in to certain deprecations early (currently just <code>import</code>).</p> </li> <li> <p>Add a new <code>silenceDeprecations</code> compiler option to ignore any deprecation warnings of the provided types.</p> </li> </ul> <h3>Command-Line Interface</h3> <ul> <li> <p>Add a new <code>--silence-deprecation</code> flag, which causes the compiler to ignore any deprecation warnings of the provided types.</p> </li> <li> <p>Previously, if a future deprecation was passed to <code>--fatal-deprecation</code> but not <code>--future-deprecation</code>, it would be treated as fatal despite not being enabled. Both flags are now required to treat a future deprecation as fatal with a warning emitted if <code>--fatal-deprecation</code> is passed without <code>--future-deprecation</code>, matching the JS API's behavior.</p> </li> </ul> <h3>Dart API</h3> <ul> <li> <p>The <code>compile</code> methods now take in a <code>silenceDeprecations</code> parameter, which causes the compiler to ignore any deprecation warnings of the provided types.</p> </li> <li> <p>Add <code>Deprecation.obsoleteIn</code> to match the JS API. This is currently null for</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/821b98e26cc153a2806aff79033ce6b52249ee87"><code>821b98e</code></a> Don't cache canonicalize calls when <code>containingUrl</code> is available (<a href="https://redirect.github.com/sass/dart-sass/issues/2215">#2215</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/c5aff1b2f2ee100a2b93e6644170c557ff4fcd6f"><code>c5aff1b</code></a> Make it possible to build npm with a linked language repo (<a href="https://redirect.github.com/sass/dart-sass/issues/2214">#2214</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1137797f1731c23e2c7f317a27b40319d57d09b5"><code>1137797</code></a> Fix bulma and release 1.74.1 (<a href="https://redirect.github.com/sass/dart-sass/issues/2210">#2210</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/d9220d9c37c638c2bdd847ea1faee401b01742ea"><code>d9220d9</code></a> Complete implementation the deprecations API (<a href="https://redirect.github.com/sass/dart-sass/issues/2207">#2207</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/783c248d2f673351acea51c447c2e152201170ea"><code>783c248</code></a> Fix typo in function documentation (<a href="https://redirect.github.com/sass/dart-sass/issues/2205">#2205</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/c8d064368c29a93b4c10a34be472f3d497457858"><code>c8d0643</code></a> Better handle filesystem importers when load paths aren't necessary (<a href="https://redirect.github.com/sass/dart-sass/issues/2203">#2203</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/9302b3519cec96e9b61511588081a498d6e0b38e"><code>9302b35</code></a> Add support for nesting in plain CSS (<a href="https://redirect.github.com/sass/dart-sass/issues/2198">#2198</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/772280a7ff0605e17d1a247c201f5865d001cdd6"><code>772280a</code></a> Support linux-riscv64 and windows-arm64 (<a href="https://redirect.github.com/sass/dart-sass/issues/2201">#2201</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.72.0...1.75.0">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 4.2.12 to 4.2.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p> <blockquote> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>support attribute selector inside :global() (<a href="https://redirect.github.com/sveltejs/svelte/pull/11135">#11135</a>)</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>fix parsing camelcase container query name (<a href="https://redirect.github.com/sveltejs/svelte/pull/11131">#11131</a>)</li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li>fix: applying :global for +,~ sibling combinator when slots are present (<a href="https://redirect.github.com/sveltejs/svelte/pull/9282">#9282</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md">svelte's changelog</a>.</em></p> <blockquote> <h2>4.2.15</h2> <h3>Patch Changes</h3> <ul> <li>support attribute selector inside :global() (<a href="https://redirect.github.com/sveltejs/svelte/pull/11135">#11135</a>)</li> </ul> <h2>4.2.14</h2> <h3>Patch Changes</h3> <ul> <li>fix parsing camelcase container query name (<a href="https://redirect.github.com/sveltejs/svelte/pull/11131">#11131</a>)</li> </ul> <h2>4.2.13</h2> <h3>Patch Changes</h3> <ul> <li>fix: applying :global for +,~ sibling combinator when slots are present (<a href="https://redirect.github.com/sveltejs/svelte/pull/9282">#9282</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/svelte/commit/9f2341f3f2df992a81a84990e2e41e4036541088"><code>9f2341f</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/11202">#11202</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/a510c6a37f78cfaa43c9ed65683374af5baf4929"><code>a510c6a</code></a> fix: support attribute selector inside :global() (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/11135">#11135</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/ad00cad761591c070dde5901403fafb5bb52c5e1"><code>ad00cad</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/11148">#11148</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/41eb8daab29ff274fb7669389c7201ae92b04b45"><code>41eb8da</code></a> feat: support parsing camel case in container queries (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/11131">#11131</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/11b8e94f9c9c0183e8d4fe144145aa81ec763ce1"><code>11b8e94</code></a> Version Packages (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/11101">#11101</a>)</li> <li><a href="https://github.com/sveltejs/svelte/commit/9de149c596e8db90266c776d0c066aea553b1d2e"><code>9de149c</code></a> fix: applying :global for +,~ sibling combinator when slots are present. fixe...</li> <li><a href="https://github.com/sveltejs/svelte/commit/a6bf91c83b29070a8c3ff2848d51b88bfa224aad"><code>a6bf91c</code></a> docs: add file annotations to examples that benefit from ts toggle (<a href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/11058">#11058</a>)</li> <li>See full diff in <a href="https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
- Loading branch information