Eugene
|
ee05440bf4
|
automatically fill out PK label field when pasting a key
|
2025-02-26 10:04:52 +01:00 |
|
Eugene
|
299ec932fc
|
Bump version: 0.13.0 → 0.13.1
|
2025-02-19 21:44:58 +01:00 |
|
Eugene
|
43604ac649
|
Bump version: 0.14.0 → 0.13.0
|
2025-02-18 23:04:06 +01:00 |
|
Eugene
|
d7651fb1a3
|
Bump version: 0.13.0-beta.2 → 0.14.0
|
2025-02-18 23:02:03 +01:00 |
|
Eugene
|
1ceb7e99c2
|
cleanup
|
2025-02-18 23:01:57 +01:00 |
|
Eugene
|
7e154224c1
|
fixed #1258 - hide the version info until logged in
|
2025-02-18 23:01:50 +01:00 |
|
dependabot[bot]
|
5681995328
|
Bump the version-bumps group across 1 directory with 4 updates (#1250)
Bumps the version-bumps group with 4 updates in the /warpgate-web
directory:
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint),
[eslint](https://github.com/eslint/eslint),
[svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)
and [ua-parser-js](https://github.com/faisalman/ua-parser-js).
Updates `typescript-eslint` from 8.22.0 to 8.24.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.24.0</h2>
<h2>8.24.0 (2025-02-10)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> [no-unnecessary-condition] make
<code>allowConstantLoopConditions</code> more granular (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10639">#10639</a>)</li>
<li><strong>utils:</strong> add <code>reportUnusedInlineConfigs</code>
to LinterOptions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10718">#10718</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>ast-spec:</strong> correct YieldExpression.argument type (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10799">#10799</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-plus-operands] report
adding bigints to strings when <code>allowNumberAndString</code> is
<code>false</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10737">#10737</a>)</li>
<li><strong>eslint-plugin:</strong> [no-misused-spread] correct and
elaborate string spread report message (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10751">#10751</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Flo Edelmann <a
href="https://github.com/FloEdelmann"><code>@FloEdelmann</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Mark de Dios <a
href="https://github.com/peanutenthusiast"><code>@peanutenthusiast</code></a></li>
<li>noah</li>
<li>Ronen Amiel</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>
<h2>v8.23.0</h2>
<h2>8.23.0 (2025-02-03)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>eslint-plugin:</strong>
[no-unnecessary-boolean-literal-compare] enforce strictNullChecks (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10712">#10712</a>)</li>
<li><strong>types:</strong> add strict <code>parent</code> types for
function-declaration, default-export and named-export nodes (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10685">#10685</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>bump ts-api-utils to ^2.0.1 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10761">#10761</a>)</li>
<li><strong>deps:</strong> update eslint monorepo to v9.19.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10752">#10752</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion]
should report readonly class properties with a literal initializer (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10618">#10618</a>)</li>
<li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check]
suggest with qualified name (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10697">#10697</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-template-expression]
allow interpolating type parameter in type context (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10739">#10739</a>)</li>
<li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] fix
missing return (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10732">#10732</a>)</li>
<li><strong>eslint-plugin:</strong> [dot-notation] handle
noPropertyAccessFromIndexSignature true (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10644">#10644</a>)</li>
<li><strong>eslint-plugin:</strong> [no-restricted-imports] support
regex option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10699">#10699</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] ignore declare variables
in definition files shadowing global variables (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10710">#10710</a>)</li>
</ul>
<h3>❤️ Thank You</h3>
<ul>
<li>Josh Goldberg ✨</li>
<li>Olivier Zalmanski <a
href="https://github.com/OlivierZal"><code>@OlivierZal</code></a></li>
<li>Ronen Amiel</li>
<li>Ryan Poon <a
href="https://github.com/sopa301"><code>@sopa301</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.24.0 (2025-02-10)</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>
<h2>8.23.0 (2025-02-03)</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="87d72ba76c "><code>87d72ba</code></a>
chore(release): publish 8.24.0</li>
<li><a
href="2a96020d3b "><code>2a96020</code></a>
chore(release): publish 8.23.0</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.24.0/packages/typescript-eslint">compare
view</a></li>
</ul>
</details>
<br />
Updates `eslint` from 9.19.0 to 9.20.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.20.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="274f054f19 "><code>274f054</code></a>
fix: fix <code>RuleContext</code> type (<a
href="https://redirect.github.com/eslint/eslint/issues/19417">#19417</a>)
(Francesco Trotta)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="fe3ccb2ff4 "><code>fe3ccb2</code></a>
docs: allow typing in search box while dropdown is open (<a
href="https://redirect.github.com/eslint/eslint/issues/19424">#19424</a>)
(Amaresh S M)</li>
<li><a
href="93c78a5c58 "><code>93c78a5</code></a>
docs: Add instructions for pnpm compat (<a
href="https://redirect.github.com/eslint/eslint/issues/19422">#19422</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b476a930bb "><code>b476a93</code></a>
docs: Fix Keyboard Navigation for Search Results (<a
href="https://redirect.github.com/eslint/eslint/issues/19416">#19416</a>)
(Amaresh S M)</li>
<li><a
href="ccb60c0b14 "><code>ccb60c0</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<h2>v9.20.0</h2>
<h2>Features</h2>
<ul>
<li><a
href="e89a54a309 "><code>e89a54a</code></a>
feat: change behavior of inactive flags (<a
href="https://redirect.github.com/eslint/eslint/issues/19386">#19386</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="91d4d9f620 "><code>91d4d9f</code></a>
fix: Bring types in sync with <code>@eslint/core</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19157">#19157</a>)
(Nicholas C. Zakas)</li>
<li><a
href="fa25c7a79e "><code>fa25c7a</code></a>
fix: Emit warning when empty config file is used (<a
href="https://redirect.github.com/eslint/eslint/issues/19399">#19399</a>)
(Nicholas C. Zakas)</li>
<li><a
href="31a9fd03d2 "><code>31a9fd0</code></a>
fix: Clearer error message for wrong plugin format (<a
href="https://redirect.github.com/eslint/eslint/issues/19380">#19380</a>)
(Nicholas C. Zakas)</li>
<li><a
href="61d99e38f2 "><code>61d99e3</code></a>
fix: Better error message for unserializable parser (<a
href="https://redirect.github.com/eslint/eslint/issues/19384">#19384</a>)
(Nicholas C. Zakas)</li>
<li><a
href="db1b9a66e3 "><code>db1b9a6</code></a>
fix: Ensure module scope is checked for references in
<code>consistent-this</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19383">#19383</a>)
(Nicholas C. Zakas)</li>
<li><a
href="8bcd820f37 "><code>8bcd820</code></a>
fix: <code>arrow-body-style</code> crash with single-token body (<a
href="https://redirect.github.com/eslint/eslint/issues/19379">#19379</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="b7012c85f3 "><code>b7012c8</code></a>
docs: rewrite examples with var using let and const (<a
href="https://redirect.github.com/eslint/eslint/issues/19407">#19407</a>)
(Mueez Javaid Hashmi)</li>
<li><a
href="64063765af "><code>6406376</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="350f2b9349 "><code>350f2b9</code></a>
docs: rewrite some examples with var using let and const (<a
href="https://redirect.github.com/eslint/eslint/issues/19404">#19404</a>)
(Mueez Javaid Hashmi)</li>
<li><a
href="93c325a7a8 "><code>93c325a</code></a>
docs: rewrite examples with var using let and const (<a
href="https://redirect.github.com/eslint/eslint/issues/19398">#19398</a>)
(Mueez Javaid Hashmi)</li>
<li><a
href="56ff4048e0 "><code>56ff404</code></a>
docs: replace var with let or const in rules docs (<a
href="https://redirect.github.com/eslint/eslint/issues/19396">#19396</a>)
(Daniel Harbrueger)</li>
<li><a
href="4053226996 "><code>4053226</code></a>
docs: change <code>sourceType</code> in <code>no-eval</code> examples
(<a
href="https://redirect.github.com/eslint/eslint/issues/19393">#19393</a>)
(Milos Djermanovic)</li>
<li><a
href="1324af0279 "><code>1324af0</code></a>
docs: replace var with let and const in rules docs (<a
href="https://redirect.github.com/eslint/eslint/issues/19392">#19392</a>)
(Daniel Harbrueger)</li>
<li><a
href="8b87e007bb "><code>8b87e00</code></a>
docs: replace <code>var</code> with <code>const</code> and
<code>let</code> in rules (<a
href="https://redirect.github.com/eslint/eslint/issues/19389">#19389</a>)
(Tanuj Kanti)</li>
<li><a
href="758c66bc8d "><code>758c66b</code></a>
docs: Explain what frozen rules mean (<a
href="https://redirect.github.com/eslint/eslint/issues/19382">#19382</a>)
(Nicholas C. Zakas)</li>
<li><a
href="0ef8bb859c "><code>0ef8bb8</code></a>
docs: additional checks for rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/19358">#19358</a>)
(Milos Djermanovic)</li>
<li><a
href="58ab2f69d2 "><code>58ab2f6</code></a>
docs: fix order of installation steps in getting started (<a
href="https://redirect.github.com/eslint/eslint/issues/19326">#19326</a>)
(Tanuj Kanti)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="979097a3b4 "><code>979097a</code></a>
chore: upgrade <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.20.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19412">#19412</a>)
(Francesco Trotta)</li>
<li><a
href="031734efcb "><code>031734e</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="d4c47c3738 "><code>d4c47c3</code></a>
test: avoid empty config warning in test output (<a
href="https://redirect.github.com/eslint/eslint/issues/19408">#19408</a>)
(Milos Djermanovic)</li>
<li><a
href="67dd82ab88 "><code>67dd82a</code></a>
chore: update dependency <code>@eslint/json</code> to ^0.10.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19387">#19387</a>)
(renovate[bot])</li>
<li><a
href="15ac0e1824 "><code>15ac0e1</code></a>
chore: add permissions: read-all to stale.yml workflow (<a
href="https://redirect.github.com/eslint/eslint/issues/19374">#19374</a>)
(Josh Goldberg ✨)</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.20.1 - February 11, 2025</p>
<ul>
<li><a
href="fe3ccb2ff4 "><code>fe3ccb2</code></a>
docs: allow typing in search box while dropdown is open (<a
href="https://redirect.github.com/eslint/eslint/issues/19424">#19424</a>)
(Amaresh S M)</li>
<li><a
href="274f054f19 "><code>274f054</code></a>
fix: fix <code>RuleContext</code> type (<a
href="https://redirect.github.com/eslint/eslint/issues/19417">#19417</a>)
(Francesco Trotta)</li>
<li><a
href="93c78a5c58 "><code>93c78a5</code></a>
docs: Add instructions for pnpm compat (<a
href="https://redirect.github.com/eslint/eslint/issues/19422">#19422</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b476a930bb "><code>b476a93</code></a>
docs: Fix Keyboard Navigation for Search Results (<a
href="https://redirect.github.com/eslint/eslint/issues/19416">#19416</a>)
(Amaresh S M)</li>
<li><a
href="ccb60c0b14 "><code>ccb60c0</code></a>
docs: Update README (GitHub Actions Bot)</li>
</ul>
<p>v9.20.0 - February 7, 2025</p>
<ul>
<li><a
href="979097a3b4 "><code>979097a</code></a>
chore: upgrade <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.20.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19412">#19412</a>)
(Francesco Trotta)</li>
<li><a
href="031734efcb "><code>031734e</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="91d4d9f620 "><code>91d4d9f</code></a>
fix: Bring types in sync with <code>@eslint/core</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19157">#19157</a>)
(Nicholas C. Zakas)</li>
<li><a
href="b7012c85f3 "><code>b7012c8</code></a>
docs: rewrite examples with var using let and const (<a
href="https://redirect.github.com/eslint/eslint/issues/19407">#19407</a>)
(Mueez Javaid Hashmi)</li>
<li><a
href="d4c47c3738 "><code>d4c47c3</code></a>
test: avoid empty config warning in test output (<a
href="https://redirect.github.com/eslint/eslint/issues/19408">#19408</a>)
(Milos Djermanovic)</li>
<li><a
href="e89a54a309 "><code>e89a54a</code></a>
feat: change behavior of inactive flags (<a
href="https://redirect.github.com/eslint/eslint/issues/19386">#19386</a>)
(Milos Djermanovic)</li>
<li><a
href="fa25c7a79e "><code>fa25c7a</code></a>
fix: Emit warning when empty config file is used (<a
href="https://redirect.github.com/eslint/eslint/issues/19399">#19399</a>)
(Nicholas C. Zakas)</li>
<li><a
href="64063765af "><code>6406376</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="350f2b9349 "><code>350f2b9</code></a>
docs: rewrite some examples with var using let and const (<a
href="https://redirect.github.com/eslint/eslint/issues/19404">#19404</a>)
(Mueez Javaid Hashmi)</li>
<li><a
href="93c325a7a8 "><code>93c325a</code></a>
docs: rewrite examples with var using let and const (<a
href="https://redirect.github.com/eslint/eslint/issues/19398">#19398</a>)
(Mueez Javaid Hashmi)</li>
<li><a
href="56ff4048e0 "><code>56ff404</code></a>
docs: replace var with let or const in rules docs (<a
href="https://redirect.github.com/eslint/eslint/issues/19396">#19396</a>)
(Daniel Harbrueger)</li>
<li><a
href="4053226996 "><code>4053226</code></a>
docs: change <code>sourceType</code> in <code>no-eval</code> examples
(<a
href="https://redirect.github.com/eslint/eslint/issues/19393">#19393</a>)
(Milos Djermanovic)</li>
<li><a
href="1324af0279 "><code>1324af0</code></a>
docs: replace var with let and const in rules docs (<a
href="https://redirect.github.com/eslint/eslint/issues/19392">#19392</a>)
(Daniel Harbrueger)</li>
<li><a
href="8b87e007bb "><code>8b87e00</code></a>
docs: replace <code>var</code> with <code>const</code> and
<code>let</code> in rules (<a
href="https://redirect.github.com/eslint/eslint/issues/19389">#19389</a>)
(Tanuj Kanti)</li>
<li><a
href="31a9fd03d2 "><code>31a9fd0</code></a>
fix: Clearer error message for wrong plugin format (<a
href="https://redirect.github.com/eslint/eslint/issues/19380">#19380</a>)
(Nicholas C. Zakas)</li>
<li><a
href="61d99e38f2 "><code>61d99e3</code></a>
fix: Better error message for unserializable parser (<a
href="https://redirect.github.com/eslint/eslint/issues/19384">#19384</a>)
(Nicholas C. Zakas)</li>
<li><a
href="758c66bc8d "><code>758c66b</code></a>
docs: Explain what frozen rules mean (<a
href="https://redirect.github.com/eslint/eslint/issues/19382">#19382</a>)
(Nicholas C. Zakas)</li>
<li><a
href="67dd82ab88 "><code>67dd82a</code></a>
chore: update dependency <code>@eslint/json</code> to ^0.10.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19387">#19387</a>)
(renovate[bot])</li>
<li><a
href="db1b9a66e3 "><code>db1b9a6</code></a>
fix: Ensure module scope is checked for references in
<code>consistent-this</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/19383">#19383</a>)
(Nicholas C. Zakas)</li>
<li><a
href="8bcd820f37 "><code>8bcd820</code></a>
fix: <code>arrow-body-style</code> crash with single-token body (<a
href="https://redirect.github.com/eslint/eslint/issues/19379">#19379</a>)
(Milos Djermanovic)</li>
<li><a
href="15ac0e1824 "><code>15ac0e1</code></a>
chore: add permissions: read-all to stale.yml workflow (<a
href="https://redirect.github.com/eslint/eslint/issues/19374">#19374</a>)
(Josh Goldberg ✨)</li>
<li><a
href="0ef8bb859c "><code>0ef8bb8</code></a>
docs: additional checks for rule examples (<a
href="https://redirect.github.com/eslint/eslint/issues/19358">#19358</a>)
(Milos Djermanovic)</li>
<li><a
href="58ab2f69d2 "><code>58ab2f6</code></a>
docs: fix order of installation steps in getting started (<a
href="https://redirect.github.com/eslint/eslint/issues/19326">#19326</a>)
(Tanuj Kanti)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="07b2ffd3c5 "><code>07b2ffd</code></a>
9.20.1</li>
<li><a
href="01ff142d55 "><code>01ff142</code></a>
Build: changelog update for 9.20.1</li>
<li><a
href="fe3ccb2ff4 "><code>fe3ccb2</code></a>
docs: allow typing in search box while dropdown is open (<a
href="https://redirect.github.com/eslint/eslint/issues/19424">#19424</a>)</li>
<li><a
href="274f054f19 "><code>274f054</code></a>
fix: fix <code>RuleContext</code> type (<a
href="https://redirect.github.com/eslint/eslint/issues/19417">#19417</a>)</li>
<li><a
href="93c78a5c58 "><code>93c78a5</code></a>
docs: Add instructions for pnpm compat (<a
href="https://redirect.github.com/eslint/eslint/issues/19422">#19422</a>)</li>
<li><a
href="b476a930bb "><code>b476a93</code></a>
docs: Fix Keyboard Navigation for Search Results (<a
href="https://redirect.github.com/eslint/eslint/issues/19416">#19416</a>)</li>
<li><a
href="ccb60c0b14 "><code>ccb60c0</code></a>
docs: Update README</li>
<li><a
href="7e78b50dac "><code>7e78b50</code></a>
9.20.0</li>
<li><a
href="588b664536 "><code>588b664</code></a>
Build: changelog update for 9.20.0</li>
<li><a
href="979097a3b4 "><code>979097a</code></a>
chore: upgrade <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.20.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/19412">#19412</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v9.19.0...v9.20.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `svelte` from 5.19.6 to 5.20.0
<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>svelte@5.20.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: SSR-safe ID generation with <code>$props.id()</code> (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15185">#15185</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: take private and public into account for
<code>constant_assignment</code> of derived state (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15276">#15276</a>)</p>
</li>
<li>
<p>fix: value/checked not correctly set using spread (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15239">#15239</a>)</p>
</li>
<li>
<p>chore: tweak effect self invalidation logic, run transition
dispatches without reactive context (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15275">#15275</a>)</p>
</li>
<li>
<p>fix: use <code>importNode</code> to clone templates for Firefox (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15272">#15272</a>)</p>
</li>
<li>
<p>fix: recurse into <code>$derived</code> for ownership validation (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15166">#15166</a>)</p>
</li>
</ul>
<h2>svelte@5.19.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: when re-connecting unowned deriveds, remove their unowned flag
(<a
href="https://redirect.github.com/sveltejs/svelte/pull/15255">#15255</a>)</p>
</li>
<li>
<p>fix: allow mutation of private derived state (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15228">#15228</a>)</p>
</li>
</ul>
<h2>svelte@5.19.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure unowned derived dependencies are not duplicated when
reactions are skipped (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15232">#15232</a>)</p>
</li>
<li>
<p>fix: hydrate <code>href</code> that is part of spread attributes (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15226">#15226</a>)</p>
</li>
</ul>
<h2>svelte@5.19.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: properly set <code>value</code> property of custom elements (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15206">#15206</a>)</p>
</li>
<li>
<p>fix: ensure custom element updates don't run in hydration mode (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15217">#15217</a>)</p>
</li>
<li>
<p>fix: ensure tracking returns true, even if in unowned (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15214">#15214</a>)</p>
</li>
</ul>
<h2>svelte@5.19.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>chore: remove unused code from signal logic (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15195">#15195</a>)</p>
</li>
<li>
<p>fix: encounter svelte:element in blocks as sibling during pruning css
(<a
href="https://redirect.github.com/sveltejs/svelte/pull/15165">#15165</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md">svelte's
changelog</a>.</em></p>
<blockquote>
<h2>5.20.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>feat: SSR-safe ID generation with <code>$props.id()</code> (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15185">#15185</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: take private and public into account for
<code>constant_assignment</code> of derived state (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15276">#15276</a>)</p>
</li>
<li>
<p>fix: value/checked not correctly set using spread (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15239">#15239</a>)</p>
</li>
<li>
<p>chore: tweak effect self invalidation logic, run transition
dispatches without reactive context (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15275">#15275</a>)</p>
</li>
<li>
<p>fix: use <code>importNode</code> to clone templates for Firefox (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15272">#15272</a>)</p>
</li>
<li>
<p>fix: recurse into <code>$derived</code> for ownership validation (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15166">#15166</a>)</p>
</li>
</ul>
<h2>5.19.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: when re-connecting unowned deriveds, remove their unowned flag
(<a
href="https://redirect.github.com/sveltejs/svelte/pull/15255">#15255</a>)</p>
</li>
<li>
<p>fix: allow mutation of private derived state (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15228">#15228</a>)</p>
</li>
</ul>
<h2>5.19.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: ensure unowned derived dependencies are not duplicated when
reactions are skipped (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15232">#15232</a>)</p>
</li>
<li>
<p>fix: hydrate <code>href</code> that is part of spread attributes (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15226">#15226</a>)</p>
</li>
</ul>
<h2>5.19.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>fix: properly set <code>value</code> property of custom elements (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15206">#15206</a>)</p>
</li>
<li>
<p>fix: ensure custom element updates don't run in hydration mode (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15217">#15217</a>)</p>
</li>
<li>
<p>fix: ensure tracking returns true, even if in unowned (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15214">#15214</a>)</p>
</li>
</ul>
<h2>5.19.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>chore: remove unused code from signal logic (<a
href="https://redirect.github.com/sveltejs/svelte/pull/15195">#15195</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="23ecc364da "><code>23ecc36</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15271">#15271</a>)</li>
<li><a
href="f747c412f4 "><code>f747c41</code></a>
chore: tweak effect self invalidation logic (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15275">#15275</a>)</li>
<li><a
href="5e52825d60 "><code>5e52825</code></a>
fix: take private and public into account for
<code>constant_assignment</code> of derive...</li>
<li><a
href="18481386f3 "><code>1848138</code></a>
fix: use <code>importNode</code> to clone templates for Firefox (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15272">#15272</a>)</li>
<li><a
href="a3e49b6110 "><code>a3e49b6</code></a>
fix: recurse into <code>$derived</code> for ownership validation (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15166">#15166</a>)</li>
<li><a
href="afae274587 "><code>afae274</code></a>
fix: value/checked not correctly set using spread (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15239">#15239</a>)</li>
<li><a
href="85f83ec435 "><code>85f83ec</code></a>
feat: $props.id(), a SSR-safe ID generation (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15185">#15185</a>)</li>
<li><a
href="73220b8667 "><code>73220b8</code></a>
chore: simplify process_effects (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15270">#15270</a>)</li>
<li><a
href="280d8c74cc "><code>280d8c7</code></a>
Version Packages (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15263">#15263</a>)</li>
<li><a
href="b602c59a22 "><code>b602c59</code></a>
fix: when re-connecting unowned deriveds, remove their unowned flag (<a
href="https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte/issues/15255">#15255</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/svelte/commits/svelte@5.20.0/packages/svelte">compare
view</a></li>
</ul>
</details>
<br />
Updates `ua-parser-js` from 2.0.0 to 2.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/faisalman/ua-parser-js/releases">ua-parser-js's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.2</h2>
<h2>Version 2.0.2</h2>
<ul>
<li>Fix TypeScript dependency issue</li>
</ul>
<h2>v2.0.1</h2>
<h2>Version 2.0.1</h2>
<ul>
<li>Add new browser: Ladybird, Daum</li>
<li>Add new device: Apple HomePod</li>
<li>Add new device vendor: HMD</li>
<li>Add new OS: Ubuntu Touch, Windows IoT</li>
<li>Improve CPU detection: ARM, x86</li>
<li>Improve device detection: Lenovo, Nokia, Nvidia, Xiaomi
<ul>
<li>Tablet: Google, Honor, Huawei, Infinix, Nokia, OnePlus, Xiaomi</li>
<li>Wearable: Asus, Google, LG, Motorola, OnePlus, Oppo, Samsung,
Sony</li>
<li>Smart-TV: Xiaomi, unidentified vendors</li>
<li>Improve detection for unknown VR devices</li>
<li>Improve device model detection for Generic devices</li>
</ul>
</li>
<li>Improve OS detection: Linux, Symbian</li>
<li>Improve TypeScript definitions for Headers</li>
<li>Improve <code>withClientHints()</code>:
<ul>
<li><code>engine.version</code> also get updated</li>
<li>Infer <code>device.vendor</code> & <code>device.type</code> by
guessing from <code>device.model</code></li>
<li>Browser naming adjustments:
<ul>
<li><code>Google Chrome</code> => <code>Chrome</code></li>
<li><code>Microsoft Edge</code> => <code>Edge</code></li>
<li><code>Android WebView</code> => <code>Chrome WebView</code></li>
<li><code>HeadlessChrome</code> => <code>Chrome Headless</code></li>
</ul>
</li>
</ul>
</li>
<li><code>enums</code> submodule:
<ul>
<li>Add TypeScript definitions</li>
</ul>
</li>
<li><code>extensions</code> submodule:
<ul>
<li>Add new list:
<ul>
<li><code>Vehicles</code>: BYD, Rivian, Volvo</li>
</ul>
</li>
<li>Add new Fetcher: Bluesky</li>
<li>Add new Library: Apache-HttpClient, go-http-client, got, GuzzleHttp,
Java-http-client, libwww-perl, lua-resty-http, Needle, OkHttp,
node-fetch, PHP-SOAP, PostmanRuntime, superagent</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/faisalman/ua-parser-js/blob/master/CHANGELOG.md">ua-parser-js's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.0.2</h2>
<ul>
<li>Fix TypeScript dependency issue</li>
</ul>
<h2>Version 2.0.1</h2>
<ul>
<li>Add new browser: Ladybird, Daum</li>
<li>Add new device: Apple HomePod</li>
<li>Add new device vendor: HMD</li>
<li>Add new OS: Ubuntu Touch, Windows IoT</li>
<li>Improve CPU detection: ARM, x86</li>
<li>Improve device detection: Lenovo, Nokia, Nvidia, Xiaomi
<ul>
<li>Tablet: Google, Honor, Huawei, Infinix, Nokia, OnePlus, Xiaomi</li>
<li>Wearable: Asus, Google, LG, Motorola, OnePlus, Oppo, Samsung,
Sony</li>
<li>Smart-TV: Xiaomi, unidentified vendors</li>
<li>Improve detection for unknown VR devices</li>
<li>Improve device model detection for Generic devices</li>
</ul>
</li>
<li>Improve OS detection: Linux, Symbian</li>
<li>Improve TypeScript definitions for Headers</li>
<li>Improve <code>withClientHints()</code>:
<ul>
<li><code>engine.version</code> also get updated</li>
<li>Infer <code>device.vendor</code> & <code>device.type</code> by
guessing from <code>device.model</code></li>
<li>Browser naming adjustments:
<ul>
<li><code>Google Chrome</code> => <code>Chrome</code></li>
<li><code>Microsoft Edge</code> => <code>Edge</code></li>
<li><code>Android WebView</code> => <code>Chrome WebView</code></li>
<li><code>HeadlessChrome</code> => <code>Chrome Headless</code></li>
</ul>
</li>
</ul>
</li>
<li><code>enums</code> submodule:
<ul>
<li>Add TypeScript definitions</li>
</ul>
</li>
<li><code>extensions</code> submodule:
<ul>
<li>Add new list:
<ul>
<li><code>Vehicles</code>: BYD, Rivian, Volvo</li>
</ul>
</li>
<li>Add new Fetcher: Bluesky</li>
<li>Add new Library: Apache-HttpClient, go-http-client, got, GuzzleHttp,
Java-http-client, libwww-perl, lua-resty-http, Needle, OkHttp,
node-fetch, PHP-SOAP, PostmanRuntime, superagent</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5413a9888d "><code>5413a98</code></a>
Move node-fetch to dependencies</li>
<li><a
href="4ea03a587d "><code>4ea03a5</code></a>
Bump version <code>2.0.2</code></li>
<li><a
href="98e0708f25 "><code>98e0708</code></a>
Fix issue <a
href="https://redirect.github.com/faisalman/ua-parser-js/issues/776">#776</a>
- Missing type def for node-fetch</li>
<li><a
href="51dce55e65 "><code>51dce55</code></a>
Bump version <code>2.0.1</code></li>
<li><a
href="3ca23193dd "><code>3ca2319</code></a>
Improve OS detection: fix Linux arch mistakenly detected as version</li>
<li><a
href="9e64f34e72 "><code>9e64f34</code></a>
Improve CPU detection: x86</li>
<li><a
href="10ab810568 "><code>10ab810</code></a>
Improve detection for Nokia device & Symbian OS</li>
<li><a
href="e8a301265a "><code>e8a3012</code></a>
[extensions] Create a new list for <code>Vehicles</code> user-agent:
Volvo, Rivian, BYD</li>
<li><a
href="20e874085b "><code>20e8740</code></a>
Improve device detection for unknown VR device</li>
<li><a
href="852520fafe "><code>852520f</code></a>
Also provide minified .mjs files of main module in /dist</li>
<li>Additional commits viewable in <a
href="https://github.com/faisalman/ua-parser-js/compare/2.0.0...2.0.2">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-13 16:02:30 +01:00 |
|
Eugene
|
b76872febe
|
fixed #952 - auto create sso users (#1245)
|
2025-02-10 01:12:50 +01:00 |
|
Eugene
|
55dcd11a17
|
added streamlocal-forward support (remote UNIX socket forwarding) (#1243)
|
2025-02-09 15:28:22 +01:00 |
|
dependabot[bot]
|
fab05a2c67
|
Bump the version-bumps group across 1 directory with 4 updates (#1230)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-02-02 22:31:52 +01:00 |
|
Eugene
|
f3b7a5808c
|
Bump version: 0.12.0 → 0.13.0-beta.1
|
2025-02-02 21:22:55 +01:00 |
|
dependabot[bot]
|
9546ebe078
|
Bump the version-bumps group across 1 directory with 8 updates (#1219)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-01-24 09:37:37 +01:00 |
|
Eugene
|
6ade841378
|
correctly bind to both ipv4 and ipv6 when [::] is set as listen endpoint (#1193)
|
2024-12-27 10:16:36 +01:00 |
|
dependabot[bot]
|
4e56ace5b8
|
Bump @sveltejs/vite-plugin-svelte from 4.0.2 to 4.0.4 in /warpgate-web (#1188)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-26 19:38:21 +01:00 |
|
dependabot[bot]
|
1cc3bcd73a
|
Bump the version-bumps group across 1 directory with 2 updates (#1190)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-26 19:38:06 +01:00 |
|
Eugene
|
010534a12f
|
API tokens (#1191)
|
2024-12-24 23:33:49 +01:00 |
|
Eugene
|
935e142e2f
|
added loadable wrapper
|
2024-12-22 20:59:09 +01:00 |
|
dependabot[bot]
|
d41148f20f
|
Bump the version-bumps group across 1 directory with 7 updates (#1185)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-22 20:01:11 +01:00 |
|
Mohammad Al Shakoush
|
59884fbbe9
|
Add More Metadata to public ssh keys (#1182)
Co-authored-by: Eugene <inbox@null.page>
|
2024-12-22 19:13:42 +01:00 |
|
Mohammad Al Shakoush
|
1dec4c98d4
|
Add title when adding public keys (#1171)
|
2024-12-18 21:53:26 +01:00 |
|
Eugene
|
409b382e8f
|
UI update (#1175)
|
2024-12-18 00:07:46 +01:00 |
|
dependabot[bot]
|
6cc324a081
|
Bump the version-bumps group in /warpgate-web with 2 updates (#1166)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-12 21:24:54 +01:00 |
|
dependabot[bot]
|
a1db10b558
|
Bump @sveltejs/vite-plugin-svelte from 4.0.1 to 4.0.2 in /warpgate-web (#1167)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-12 21:24:33 +01:00 |
|
dependabot[bot]
|
7afc5c0480
|
Bump nanoid from 3.3.7 to 3.3.8 in /warpgate-web (#1163)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-10 21:50:34 +01:00 |
|
dependabot[bot]
|
5eec2d6bf9
|
Bump vite-tsconfig-paths from 4.3.2 to 5.1.4 in /warpgate-web (#1164)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-10 21:50:23 +01:00 |
|
dependabot[bot]
|
c9aa0d6b9c
|
Bump ua-parser-js from 1.0.39 to 2.0.0 in /warpgate-web (#1138)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-10 21:50:14 +01:00 |
|
dependabot[bot]
|
55f780e48b
|
Bump svelte from 5.10.0 to 5.10.1 in /warpgate-web in the version-bumps group (#1165)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-10 21:49:41 +01:00 |
|
dependabot[bot]
|
5fc2486562
|
Bump the version-bumps group across 1 directory with 13 updates (#1162)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-12-10 15:15:55 +01:00 |
|
Eugene
|
fb1babcb41
|
Bump version: 0.11.0 → 0.12.0-beta.1
|
2024-12-07 23:42:58 +01:00 |
|
Eugene
|
6a07817d9d
|
ui tweak
|
2024-12-07 23:40:53 +01:00 |
|
Eugene
|
f217b5da04
|
Self-service credentials management (#1145)
|
2024-11-26 23:13:48 +01:00 |
|
Eugene
|
b35983837f
|
Separate DB models for credentials (#1143)
|
2024-11-24 19:35:31 +01:00 |
|
dependabot[bot]
|
d4f012e8fc
|
Bump the version-bumps group across 1 directory with 14 updates (#1135)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-11-19 22:27:43 +01:00 |
|
hashfunc
|
846e6d13c1
|
fixed #1110 - Fix switch for insecure ssh algorithms option (#1111)
Fixed #1110
|
2024-11-02 08:56:09 +01:00 |
|
Eugene
|
f1d565b6ea
|
Svelte 5 (#1101)
|
2024-10-28 08:58:40 +01:00 |
|
dependabot[bot]
|
a903fdb811
|
Bump the version-bumps group across 1 directory with 4 updates (#1098)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-25 23:42:26 +02:00 |
|
Eugene
|
8acaaee917
|
show more detailed error messages for API errors
|
2024-10-24 00:22:14 +02:00 |
|
dependabot[bot]
|
3e12cdb84a
|
Bump the version-bumps group across 1 directory with 2 updates (#1091)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-19 01:05:51 +02:00 |
|
dependabot[bot]
|
26dbf58f79
|
Bump date-fns from 3.6.0 to 4.1.0 in /warpgate-web (#1076)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-16 09:03:20 +02:00 |
|
dependabot[bot]
|
8690425cf6
|
Bump the version-bumps group across 1 directory with 8 updates (#1086)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-15 23:52:55 +02:00 |
|
Eugene
|
837cc2d515
|
Bump version: 0.10.2 → 0.11.0
|
2024-10-09 00:24:38 +02:00 |
|
Eugene
|
9e3760e1a1
|
fixed #1082 - bumped xterm
|
2024-10-09 00:17:41 +02:00 |
|
Eugene
|
00d3c36bbb
|
PostgreSQL support (#1021)
Fixes #938
|
2024-10-09 00:08:33 +02:00 |
|
dependabot[bot]
|
bb285ccc60
|
Bump the version-bumps group across 1 directory with 4 updates (#1073)
Bumps the version-bumps group with 4 updates in the /warpgate-web
directory:
[eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte),
[svelte-check](https://github.com/sveltejs/language-tools),
[svelte-preprocess](https://github.com/sveltejs/svelte-preprocess) and
[vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).
Updates `eslint-plugin-svelte` from 2.44.0 to 2.44.1
<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>eslint-plugin-svelte@2.44.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/864">#864</a>
<a
href="580e48ae0e "><code>580e48a</code></a>
Thanks <a
href="https://github.com/mikededo"><code>@mikededo</code></a>! -
fix(svelte/indent): ensure proper snippet indent</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="29545a20e0 "><code>29545a2</code></a>
chore: release eslint-plugin-svelte (<a
href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/865">#865</a>)</li>
<li><a
href="580e48ae0e "><code>580e48a</code></a>
fix(svelte/indent): ensure proper snippet indent (<a
href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/864">#864</a>)</li>
<li><a
href="c840776773 "><code>c840776</code></a>
chore(deps): update dependency esbuild to ^0.24.0</li>
<li><a
href="d2a5ff70f3 "><code>d2a5ff7</code></a>
chore(deps): update dependency svelte to v5.0.0-next.249</li>
<li><a
href="14359b4214 "><code>14359b4</code></a>
chore(deps): update dependency svelte to v5.0.0-next.247</li>
<li><a
href="b5a9aadc00 "><code>b5a9aad</code></a>
chore(deps): update dependency svelte to v5.0.0-next.246</li>
<li><a
href="e8e05b6f86 "><code>e8e05b6</code></a>
chore(deps): update dependency typescript to ~5.6.0</li>
<li>See full diff in <a
href="https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.44.0...eslint-plugin-svelte@2.44.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `svelte-check` from 4.0.2 to 4.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/language-tools/releases">svelte-check's
releases</a>.</em></p>
<blockquote>
<h2>svelte-check-4.0.3</h2>
<ul>
<li>breaking(svelte5): only generate function component shape in runes
mode. This means you may need to do <code>typeof Component</code>
instead of <code>Component</code> in type situations (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2517">#2517</a>)</li>
<li>fix: revert additional two-way-binding checks as they were causing
bugs (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2508">#2508</a>)</li>
<li>fix: include files indirectly belonging to a project into correct
project (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2488">#2488</a>)</li>
<li>fix: check project files update more aggressively before assigning
service (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2518">#2518</a>)</li>
<li>chore: upgrade to chokidar 4 (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2502">#2502</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fc2144b82a "><code>fc2144b</code></a>
chore: upgrade to chokidar 4 (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2502">#2502</a>)</li>
<li><a
href="7c76ec5606 "><code>7c76ec5</code></a>
fix: check project files update more aggressively before assigning
service (#...</li>
<li><a
href="837b61fa57 "><code>837b61f</code></a>
breaking(svelte5): only generate function component shape in runes mode
(<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2517">#2517</a>)</li>
<li><a
href="35af691b80 "><code>35af691</code></a>
perf: auto import cache for svelte-kit language service proxy (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2513">#2513</a>)</li>
<li><a
href="81019d91c3 "><code>81019d9</code></a>
fix: revert additional two-way-binding checks (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2508">#2508</a>)</li>
<li><a
href="e74f1d712b "><code>e74f1d7</code></a>
chore: revert accidental commit</li>
<li><a
href="e132b5667a "><code>e132b56</code></a>
fix: make no Svelte files found a warning (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2507">#2507</a>)</li>
<li><a
href="94a7352d96 "><code>94a7352</code></a>
fix: include files indirectly belonging to a project into correct
project (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2">#2</a>...</li>
<li><a
href="73125a6fd6 "><code>73125a6</code></a>
fix: silence type error in old d.ts files</li>
<li>See full diff in <a
href="https://github.com/sveltejs/language-tools/compare/svelte-check-4.0.2...svelte-check-4.0.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `svelte-preprocess` from 6.0.2 to 6.0.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/svelte-preprocess/blob/main/CHANGELOG.md">svelte-preprocess's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3">6.0.3</a>
(2024-09-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add pug mixins to support svelte-5 syntax (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/654">#654</a>)
(<a
href="9d49f3d1e1 ">9d49f3d</a>)</li>
<li>ignore sass deprecation warning (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/657">#657</a>)
(<a
href="9b5432540b ">9b54325</a>),
closes <a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/656">#656</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c522b8e119 "><code>c522b8e</code></a>
chore(release): 6.0.3</li>
<li><a
href="455e6e9580 "><code>455e6e9</code></a>
chore: cleanup fix</li>
<li><a
href="9b5432540b "><code>9b54325</code></a>
fix: ignore sass deprecation warning (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/657">#657</a>)</li>
<li><a
href="9d49f3d1e1 "><code>9d49f3d</code></a>
fix: add pug mixins to support svelte-5 syntax (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/654">#654</a>)</li>
<li><a
href="359b1f6434 "><code>359b1f6</code></a>
docs: update broken documentation example (<a
href="https://redirect.github.com/sveltejs/svelte-preprocess/issues/650">#650</a>)</li>
<li>See full diff in <a
href="https://github.com/sveltejs/svelte-preprocess/compare/v6.0.2...v6.0.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `vite` from 5.4.7 to 5.4.8
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.8 (2024-09-25)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18113">#18113</a>,
fix missing source file warning with sass modern api custom importer (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18">#18</a>
(<a
href="7d47fc1c74 ">7d47fc1</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18183">#18183</a></li>
<li>fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18128">#18128</a>,
ensure sass compiler initialized only once (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18184">#18184</a>)
(<a
href="8464d976b1 ">8464d97</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18128">#18128</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18184">#18184</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0474550c9f "><code>0474550</code></a>
release: v5.4.8</li>
<li><a
href="8464d976b1 "><code>8464d97</code></a>
fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18128">#18128</a>,
ensure sass compiler initialized only once (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18184">#18184</a>)</li>
<li><a
href="7d47fc1c74 "><code>7d47fc1</code></a>
fix(css): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18113">#18113</a>,
fix missing source file warning with sass modern a...</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.4.8/packages/vite">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-28 00:22:53 +02:00 |
|
dependabot[bot]
|
9b599ed1e2
|
Bump the version-bumps group in /warpgate-web with 5 updates (#1071)
Bumps the version-bumps group in /warpgate-web with 5 updates:
| Package | From | To |
| --- | --- | --- |
|
[@openapitools/openapi-generator-cli](https://github.com/OpenAPITools/openapi-generator-cli)
| `2.13.5` | `2.13.9` |
| [sass](https://github.com/sass/dart-sass) | `1.78.0` | `1.79.3` |
| [svelte-fa](https://github.com/Cweili/svelte-fa) | `4.0.2` | `4.0.3` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) |
`5.4.6` | `5.4.7` |
| [otpauth](https://github.com/hectorm/otpauth) | `9.3.2` | `9.3.3` |
Updates `@openapitools/openapi-generator-cli` from 2.13.5 to 2.13.9
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/OpenAPITools/openapi-generator-cli/releases"><code>@openapitools/openapi-generator-cli</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.13.9</h2>
<h2><a
href="https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.13.8...v2.13.9">2.13.9</a>
(2024-09-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/802">#802</a>:</strong>
better error handling (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/812">#812</a>)
(<a
href="1879a1eda2 ">1879a1e</a>),
closes <a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/802">#802</a>
<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/802">#802</a>
<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/802">#802</a></li>
</ul>
<h2>v2.13.8</h2>
<h2><a
href="https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.13.7...v2.13.8">2.13.8</a>
(2024-09-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong><a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/802">#802</a>:</strong>
add fallback to default versions if search returns errors (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/811">#811</a>)
(<a
href="129c00259d ">129c002</a>),
closes <a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/802">#802</a></li>
</ul>
<h2>v2.13.7</h2>
<h2><a
href="https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.13.6...v2.13.7">2.13.7</a>
(2024-09-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update nest dependencies to v10.4.2 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/801">#801</a>)
(<a
href="fff1d32a1f ">fff1d32</a>)</li>
</ul>
<h2>v2.13.6</h2>
<h2><a
href="https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.13.5...v2.13.6">2.13.6</a>
(2024-09-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency <code>@nestjs/axios</code>
to v3.0.3 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/799">#799</a>)
(<a
href="868d55eb98 ">868d55e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1879a1eda2 "><code>1879a1e</code></a>
fix(<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/802">#802</a>):
better error handling (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/812">#812</a>)</li>
<li><a
href="129c00259d "><code>129c002</code></a>
fix(<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/802">#802</a>):
add fallback to default versions if search returns errors (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/811">#811</a>)</li>
<li><a
href="674da083c1 "><code>674da08</code></a>
chore(deps): update dependency husky to v9.1.6 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/807">#807</a>)</li>
<li><a
href="f2bc4265cb "><code>f2bc426</code></a>
chore(deps): update dependency prettier to v3.3.3 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/808">#808</a>)</li>
<li><a
href="91fe86c943 "><code>91fe86c</code></a>
chore(deps): update typescript-eslint monorepo to v6.21.0 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/698">#698</a>)</li>
<li><a
href="c311d7a1d0 "><code>c311d7a</code></a>
chore(deps): update commitlint monorepo to v19.5.0 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/805">#805</a>)</li>
<li><a
href="6ddce6ccfe "><code>6ddce6c</code></a>
chore(deps): update dependency eslint to v8.57.1 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/803">#803</a>)</li>
<li><a
href="fff1d32a1f "><code>fff1d32</code></a>
fix(deps): update nest dependencies to v10.4.2 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/801">#801</a>)</li>
<li><a
href="868d55eb98 "><code>868d55e</code></a>
fix(deps): update dependency <code>@nestjs/axios</code> to v3.0.3 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/799">#799</a>)</li>
<li><a
href="d2997974c8 "><code>d299797</code></a>
chore(deps): update dependency <code>@types/jest</code> to v29.5.13 (<a
href="https://redirect.github.com/OpenAPITools/openapi-generator-cli/issues/797">#797</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/OpenAPITools/openapi-generator-cli/compare/v2.13.5...v2.13.9">compare
view</a></li>
</ul>
</details>
<br />
Updates `sass` from 1.78.0 to 1.79.3
<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.79.3</h2>
<p>To install Sass 1.79.3, 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>Update the <code>$channel</code> parameter in the suggested
replacement for <code>color.red()</code>, <code>color.green()</code>,
<code>color.blue()</code>, <code>color.hue()</code>,
<code>color.saturation()</code>, <code>color.lightness()</code>,
<code>color.whiteness()</code>, and <code>color.blackness()</code> to
use a quoted string.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1793">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.79.2</h2>
<p>To install Sass 1.79.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>
<ul>
<li>
<p>Add a <code>$space</code> parameter to the suggested replacement for
<code>color.red()</code>, <code>color.green()</code>,
<code>color.blue()</code>, <code>color.hue()</code>,
<code>color.saturation()</code>, <code>color.lightness()</code>,
<code>color.whiteness()</code>, and <code>color.blackness()</code>.</p>
</li>
<li>
<p>Update deprecation warnings for the legacy JS API to include a link
to <a href="https://sass-lang.com/d/legacy-js-api">relevant
documentation</a>.</p>
</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1792">full
changelog</a> for changes in earlier releases.</p>
<h2>Dart Sass 1.79.1</h2>
<p>To install Sass 1.79.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#1791">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.79.3</h2>
<ul>
<li>Update the <code>$channel</code> parameter in the suggested
replacement for
<code>color.red()</code>, <code>color.green()</code>,
<code>color.blue()</code>, <code>color.hue()</code>,
<code>color.saturation()</code>, <code>color.lightness()</code>,
<code>color.whiteness()</code>, and
<code>color.blackness()</code> to use a quoted string.</li>
</ul>
<h2>1.79.2</h2>
<ul>
<li>
<p>Add a <code>$space</code> parameter to the suggested replacement for
<code>color.red()</code>,
<code>color.green()</code>, <code>color.blue()</code>,
<code>color.hue()</code>, <code>color.saturation()</code>,
<code>color.lightness()</code>, <code>color.whiteness()</code>, and
<code>color.blackness()</code>.</p>
</li>
<li>
<p>Update deprecation warnings for the legacy JS API to include a link
to
<a href="https://sass-lang.com/d/legacy-js-api">relevant
documentation</a>.</p>
</li>
</ul>
<h2>1.79.1</h2>
<ul>
<li>No user-visible changes.</li>
</ul>
<h2>1.79.0</h2>
<ul>
<li>
<p><strong>Breaking change</strong>: Passing a number with unit
<code>%</code> to the <code>$alpha</code> parameter
of <code>color.change()</code>, <code>color.adjust()</code>,
<code>change-color()</code>, and <code>adjust-color()</code>
is now interpreted as a percentage, instead of ignoring the unit. For
example,
<code>color.change(red, $alpha: 50%)</code> now returns <code>rgb(255 0
0 / 0.5)</code>.</p>
</li>
<li>
<p><strong>Potentially breaking compatibility fix</strong>: Sass no
longer rounds RGB channels
to the nearest integer. This means that, for example, <code>rgb(0 0 1)
!= rgb(0 0 0.6)</code>. This matches the latest version of the CSS spec
and browser behavior.</p>
</li>
<li>
<p><strong>Potentially breaking compatibility fix</strong>: Passing
large positive or negative
values to <code>color.adjust()</code> can now cause a color's channels
to go outside that
color's gamut. In most cases this will currently be clipped by the
browser and
end up showing the same color as before, but once browsers implement
gamut
mapping it may produce a different result.</p>
</li>
<li>
<p>Add support for CSS Color Level 4 [color spaces]. Each color value
now tracks
its color space along with the values of each channel in that color
space.
There are two general principles to keep in mind when dealing with new
color
spaces:</p>
<ol>
<li>
<p>With the exception of legacy color spaces (<code>rgb</code>,
<code>hsl</code>, and <code>hwb</code>), colors
will always be emitted in the color space they were defined in unless
they're explicitly converted.</p>
</li>
<li>
<p>The <code>color.to-space()</code> function is the only way to convert
a color to
another color space. Some built-in functions may do operations in a</p>
</li>
</ol>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b85ef9c89f "><code>b85ef9c</code></a>
Quote <code>$channel</code> in channel function replacement suggestions
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2361">#2361</a>)</li>
<li><a
href="fa4827f4a4 "><code>fa4827f</code></a>
Add documentation link to legacy-js-api warning (<a
href="https://redirect.github.com/sass/dart-sass/issues/2355">#2355</a>)</li>
<li><a
href="7c3f5e2489 "><code>7c3f5e2</code></a>
Add a <code>$space</code> parameter to the channel function deprecation
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2354">#2354</a>)</li>
<li><a
href="5fa04d3dbc "><code>5fa04d3</code></a>
Fix sass-parser publishing (<a
href="https://redirect.github.com/sass/dart-sass/issues/2349">#2349</a>)</li>
<li><a
href="d740d02e10 "><code>d740d02</code></a>
Emit deprecation warnings for the legacy JS API (<a
href="https://redirect.github.com/sass/dart-sass/issues/2343">#2343</a>)</li>
<li><a
href="a957eeadd1 "><code>a957eea</code></a>
Bump chokidar to v4 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2347">#2347</a>)</li>
<li><a
href="aa35aa20dd "><code>aa35aa2</code></a>
Bump bufbuild/buf-setup-action in /.github/util/initialize (<a
href="https://redirect.github.com/sass/dart-sass/issues/2346">#2346</a>)</li>
<li><a
href="f826ed2e54 "><code>f826ed2</code></a>
Stop emitting <code>mixed-decls</code> in a bunch of unnecessary cases
(<a
href="https://redirect.github.com/sass/dart-sass/issues/2342">#2342</a>)</li>
<li><a
href="2f0d0daaf4 "><code>2f0d0da</code></a>
Merge pull request <a
href="https://redirect.github.com/sass/dart-sass/issues/2341">#2341</a>
from sass/feature.color-4</li>
<li><a
href="de181d9192 "><code>de181d9</code></a>
Poke CI</li>
<li>Additional commits viewable in <a
href="https://github.com/sass/dart-sass/compare/1.78.0...1.79.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `svelte-fa` from 4.0.2 to 4.0.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="74a5a4d803 "><code>74a5a4d</code></a>
v4.0.3</li>
<li><a
href="335be253c0 "><code>335be25</code></a>
fix: type of title</li>
<li><a
href="9d999fa48e "><code>9d999fa</code></a>
Add title prop and tag</li>
<li><a
href="fa4b1b2e00 "><code>fa4b1b2</code></a>
docs(contributor): contrib-readme-action has updated readme</li>
<li><a
href="0e992a996b "><code>0e992a9</code></a>
Add svelte 5 as peerDependency</li>
<li>See full diff in <a
href="https://github.com/Cweili/svelte-fa/compare/v4.0.2...v4.0.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `vite` from 5.4.6 to 5.4.7
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.7 (2024-09-20)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: treat config file as ESM in Deno (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)
(<a
href="b5908a24ba ">b5908a2</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18158">#18158</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a403e73d18 "><code>a403e73</code></a>
release: v5.4.7</li>
<li><a
href="b5908a24ba "><code>b5908a2</code></a>
fix: treat config file as ESM in Deno (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18158">#18158</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.4.7/packages/vite">compare
view</a></li>
</ul>
</details>
<br />
Updates `otpauth` from 9.3.2 to 9.3.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hectorm/otpauth/releases">otpauth's
releases</a>.</em></p>
<blockquote>
<h2>v9.3.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump the npm-development-minor-patch group with 4 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/hectorm/otpauth/pull/542">hectorm/otpauth#542</a></li>
<li>Bump the npm-development-minor-patch group with 3 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/hectorm/otpauth/pull/545">hectorm/otpauth#545</a></li>
<li>Bump <code>@noble/hashes</code> from 1.4.0 to 1.5.0 in the
npm-production-minor-patch group by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/hectorm/otpauth/pull/544">hectorm/otpauth#544</a></li>
<li>Bump the github-actions-all group with 3 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/hectorm/otpauth/pull/543">hectorm/otpauth#543</a></li>
<li>Bump the npm-development-minor-patch group with 7 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/hectorm/otpauth/pull/546">hectorm/otpauth#546</a></li>
<li>Bump the npm-development-minor-patch group with 6 updates by <a
href="https://github.com/dependabot"><code>@dependabot</code></a> in <a
href="https://redirect.github.com/hectorm/otpauth/pull/548">hectorm/otpauth#548</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hectorm/otpauth/compare/v9.3.2...v9.3.3">https://github.com/hectorm/otpauth/compare/v9.3.2...v9.3.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ccdad51d24 "><code>ccdad51</code></a>
9.3.3</li>
<li><a
href="18af4c3549 "><code>18af4c3</code></a>
Allow spaces in base32 and hex encoded secrets, fixes <a
href="https://redirect.github.com/hectorm/otpauth/issues/547">#547</a></li>
<li><a
href="1030089425 "><code>1030089</code></a>
Update dependencies</li>
<li><a
href="ce9a5c0690 "><code>ce9a5c0</code></a>
Build types in the “build” target</li>
<li><a
href="68e1387aaa "><code>68e1387</code></a>
Update comment, Playwright's "latest" tag will not be updated
( microsoft/pla...</li>
<li><a
href="d665d23f64 "><code>d665d23</code></a>
Bump the npm-development-minor-patch group with 6 updates (<a
href="https://redirect.github.com/hectorm/otpauth/issues/548">#548</a>)</li>
<li><a
href="9a0b80fb53 "><code>9a0b80f</code></a>
Bump the npm-development-minor-patch group with 7 updates (<a
href="https://redirect.github.com/hectorm/otpauth/issues/546">#546</a>)</li>
<li><a
href="14f68b46e6 "><code>14f68b4</code></a>
Bump the github-actions-all group with 3 updates (<a
href="https://redirect.github.com/hectorm/otpauth/issues/543">#543</a>)</li>
<li><a
href="0b2545b8ba "><code>0b2545b</code></a>
Bump <code>@noble/hashes</code> in the npm-production-minor-patch group
(<a
href="https://redirect.github.com/hectorm/otpauth/issues/544">#544</a>)</li>
<li><a
href="3f0f77b54f "><code>3f0f77b</code></a>
Bump the npm-development-minor-patch group with 3 updates (<a
href="https://redirect.github.com/hectorm/otpauth/issues/545">#545</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hectorm/otpauth/compare/v9.3.2...v9.3.3">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-24 23:13:40 +02:00 |
|
dependabot[bot]
|
fce6411743
|
Bump rollup from 4.21.2 to 4.22.4 in /warpgate-web (#1070)
Bumps [rollup](https://github.com/rollup/rollup) from 4.21.2 to 4.22.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases">rollup's
releases</a>.</em></p>
<blockquote>
<h2>v4.22.4</h2>
<h2>4.22.4</h2>
<p><em>2024-09-21</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Fix a vulnerability in generated code that affects IIFE, UMD and CJS
bundles when run in a browser context (<a
href="https://redirect.github.com/rollup/rollup/issues/5671">#5671</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5670">#5670</a>:
refactor: Use object.prototype to check for reserved properties (<a
href="https://github.com/YuHyeonWook"><code>@YuHyeonWook</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5671">#5671</a>:
Fix DOM Clobbering CVE (<a
href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>v4.22.3</h2>
<h2>4.22.3</h2>
<p><em>2024-09-21</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure that mutations in modules without side effects are observed
while properly handling transitive dependencies (<a
href="https://redirect.github.com/rollup/rollup/issues/5669">#5669</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5669">#5669</a>:
Ensure impure dependencies of pure modules are added (<a
href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>v4.22.2</h2>
<h2>4.22.2</h2>
<p><em>2024-09-20</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Revert fix for side effect free modules until other issues are
investigated (<a
href="https://redirect.github.com/rollup/rollup/issues/5667">#5667</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5667">#5667</a>:
Partially revert <a
href="https://redirect.github.com/rollup/rollup/issues/5658">#5658</a>
and re-apply <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
(<a
href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>v4.22.1</h2>
<h2>4.22.1</h2>
<p><em>2024-09-20</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Revert <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
"stable chunk hashes" while issues are being investigated</li>
</ul>
<h3>Pull Requests</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's
changelog</a>.</em></p>
<blockquote>
<h2>4.22.4</h2>
<p><em>2024-09-21</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Fix a vulnerability in generated code that affects IIFE, UMD and CJS
bundles when run in a browser context (<a
href="https://redirect.github.com/rollup/rollup/issues/5671">#5671</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5670">#5670</a>:
refactor: Use object.prototype to check for reserved properties (<a
href="https://github.com/YuHyeonWook"><code>@YuHyeonWook</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5671">#5671</a>:
Fix DOM Clobbering CVE (<a
href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>4.22.3</h2>
<p><em>2024-09-21</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure that mutations in modules without side effects are observed
while properly handling transitive dependencies (<a
href="https://redirect.github.com/rollup/rollup/issues/5669">#5669</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5669">#5669</a>:
Ensure impure dependencies of pure modules are added (<a
href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>4.22.2</h2>
<p><em>2024-09-20</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Revert fix for side effect free modules until other issues are
investigated (<a
href="https://redirect.github.com/rollup/rollup/issues/5667">#5667</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5667">#5667</a>:
Partially revert <a
href="https://redirect.github.com/rollup/rollup/issues/5658">#5658</a>
and re-apply <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
(<a
href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
</ul>
<h2>4.22.1</h2>
<p><em>2024-09-20</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Revert <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
"stable chunk hashes" while issues are being investigated</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5663">#5663</a>:
chore(deps): update dependency inquirer to v11 (<a
href="https://github.com/renovate"><code>@renovate</code></a>[bot], <a
href="https://github.com/lukastaegert"><code>@lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5664">#5664</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5665">#5665</a>:
fix: type in CI file (<a
href="https://github.com/YuHyeonWook"><code>@YuHyeonWook</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="79c0aba353 "><code>79c0aba</code></a>
4.22.4</li>
<li><a
href="e2552c9e95 "><code>e2552c9</code></a>
Fix DOM Clobbering CVE (<a
href="https://redirect.github.com/rollup/rollup/issues/5671">#5671</a>)</li>
<li><a
href="10ab90ea61 "><code>10ab90e</code></a>
refactor: Use object.prototype to check for reserved properties (<a
href="https://redirect.github.com/rollup/rollup/issues/5670">#5670</a>)</li>
<li><a
href="e1cba8e84a "><code>e1cba8e</code></a>
4.22.3</li>
<li><a
href="59cec3e867 "><code>59cec3e</code></a>
Ensure impure dependencies of pure modules are added (<a
href="https://redirect.github.com/rollup/rollup/issues/5669">#5669</a>)</li>
<li><a
href="b86ffd776c "><code>b86ffd7</code></a>
4.22.2</li>
<li><a
href="d5ff63de9e "><code>d5ff63d</code></a>
Partially revert <a
href="https://redirect.github.com/rollup/rollup/issues/5658">#5658</a>
and re-apply <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a>
(<a
href="https://redirect.github.com/rollup/rollup/issues/5667">#5667</a>)</li>
<li><a
href="0a821d9318 "><code>0a821d9</code></a>
Create SECURITY.md</li>
<li><a
href="76e962daca "><code>76e962d</code></a>
4.22.1</li>
<li><a
href="68c23da882 "><code>68c23da</code></a>
Partially revert <a
href="https://redirect.github.com/rollup/rollup/issues/5644">#5644</a></li>
<li>Additional commits viewable in <a
href="https://github.com/rollup/rollup/compare/v4.21.2...v4.22.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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/warp-tech/warpgate/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-24 10:24:35 +02:00 |
|
dependabot[bot]
|
5cf8897822
|
Bump svelte-check from 3.8.6 to 4.0.2 in /warpgate-web (#1065)
Bumps [svelte-check](https://github.com/sveltejs/language-tools) from
3.8.6 to 4.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sveltejs/language-tools/releases">svelte-check's
releases</a>.</em></p>
<blockquote>
<h2>svelte-check-4.0.2</h2>
<ul>
<li>fix: ensure components typed through Svelte 5's
<code>Component</code> interface get proper intellisense</li>
</ul>
<h2>svelte-check-4.0.1</h2>
<ul>
<li>fix: remove ancient <code>process</code> augmentation from internal
<code>d.ts</code> file</li>
</ul>
<h2>svelte-check-4.0.0</h2>
<ul>
<li>chore: bump magic-string (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2476">#2476</a>)</li>
<li>chore: switch from fast-glob to fdir (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2433">#2433</a>)</li>
<li>fix: detect <!-- raw HTML omitted --> tag (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2482">#2482</a>)</li>
<li>feat: better type checking for bindings in Svelte 5 (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2477">#2477</a>)</li>
<li>feat: replace svelte-preprocess with barebones TS preprocessor (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2452">#2452</a>)</li>
<li>feat: project reference support (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2463">#2463</a>)</li>
</ul>
<h3>Breaking changes</h3>
<ul>
<li>require Svelte 4 or later (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2453">#2453</a>)</li>
<li>make TypeScript a peer dependency, require TS 5 or later (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2453">#2453</a>)</li>
<li>require node 18 or later (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2453">#2453</a>)</li>
<li><code>process</code> augmentation (declaring a
<code>process.browser</code> field) was removed</li>
<li>slight changes to how files are assigned to which tsconfig.json (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/1234">#1234</a>,
<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2463">#2463</a>)</li>
<li>slight changes to how Svelte module resolution works;
<code>.svelte</code> files now take precedence over
<code>.svelte.js/ts</code> files (if both exist) (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2481">#2481</a>)</li>
<li>language-server now forces fewer TypeScript options. Most notably
<code>skipLibCheck</code> is no longer forced to <code>true</code>,
which may result in <code>d.ts</code> files now being checked in your
project, which they were not before, revealing type errors. Either fix
those or add <code>"skipLibCheck": true</code> to your
<code>tsconfig.json</code> (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/1976">#1976</a>,
<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2463">#2463</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0921d657a5 "><code>0921d65</code></a>
fix: update SvelteKit trailingSlash types (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2496">#2496</a>)</li>
<li><a
href="fbd3b81c26 "><code>fbd3b81</code></a>
fix: add constraint to inference</li>
<li><a
href="9221ca336d "><code>9221ca3</code></a>
fix: remove process declaration</li>
<li><a
href="840c60ffbd "><code>840c60f</code></a>
chore: add homepage/repository fields</li>
<li><a
href="74f3216b96 "><code>74f3216</code></a>
chore: show more error diagnostics for emitDts</li>
<li><a
href="399ad6a08d "><code>399ad6a</code></a>
fix: detect <code>\<script module></code> tag (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2482">#2482</a>)</li>
<li><a
href="d99497176d "><code>d994971</code></a>
feat: allow autoImportFileExcludePatterns to ignore files outside the
root (#...</li>
<li><a
href="a3a7a91d0f "><code>a3a7a91</code></a>
fix: Svelte module resolution tweaks (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2481">#2481</a>)</li>
<li><a
href="8c080cf362 "><code>8c080cf</code></a>
feat: better type checking for bindings in Svelte 5 (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2477">#2477</a>)</li>
<li><a
href="ec5fef4b7d "><code>ec5fef4</code></a>
chore: bump magic-string (<a
href="https://redirect.github.com/sveltejs/language-tools/issues/2476">#2476</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sveltejs/language-tools/compare/svelte-check-3.8.6...svelte-check-4.0.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>
|
2024-09-23 11:34:30 +02:00 |
|
dependabot[bot]
|
0ca295ac69
|
Bump eslint from 8.57.0 to 8.57.1 in /warpgate-web (#1063)
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.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>v8.57.1</h2>
<h2>Bug Fixes</h2>
<ul>
<li><a
href="a19072f9f1 "><code>a19072f</code></a>
fix: add logic to handle fixTypes in the lintText() method (<a
href="https://redirect.github.com/eslint/eslint/issues/18900">#18900</a>)
(Francesco Trotta)</li>
<li><a
href="04c718865b "><code>04c7188</code></a>
fix: Don't lint same file multiple times (<a
href="https://redirect.github.com/eslint/eslint/issues/18899">#18899</a>)
(Francesco Trotta)</li>
<li><a
href="87ec3c49dd "><code>87ec3c4</code></a>
fix: do not throw when defining a global named
<code>__defineSetter__</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18898">#18898</a>)
(Francesco Trotta)</li>
<li><a
href="60a1267687 "><code>60a1267</code></a>
fix: Provide helpful error message for nullish configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18889">#18889</a>)
(Milos Djermanovic)</li>
<li><a
href="a0dea8ee01 "><code>a0dea8e</code></a>
fix: allow <code>name</code> in global ignores, fix
<code>--no-ignore</code> for non-global (<a
href="https://redirect.github.com/eslint/eslint/issues/18875">#18875</a>)
(Milos Djermanovic)</li>
<li><a
href="3836bb48d3 "><code>3836bb4</code></a>
fix: do not crash on error in <code>fs.walk</code> filter (<a
href="https://redirect.github.com/eslint/eslint/issues/18886">#18886</a>)
(Milos Djermanovic)</li>
<li><a
href="2dec349199 "><code>2dec349</code></a>
fix: skip processor code blocks that match only universal patterns (<a
href="https://redirect.github.com/eslint/eslint/issues/18880">#18880</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Documentation</h2>
<ul>
<li><a
href="6a5add41e8 "><code>6a5add4</code></a>
docs: v8.x Add EOL banner (<a
href="https://redirect.github.com/eslint/eslint/issues/18744">#18744</a>)
(Amaresh S M)</li>
<li><a
href="b034575978 "><code>b034575</code></a>
docs: v8.x add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18731">#18731</a>)
(Amaresh S M)</li>
<li><a
href="760ef7d9db "><code>760ef7d</code></a>
docs: v8.x add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18740">#18740</a>)
(Amaresh S M)</li>
<li><a
href="428b7ea0a9 "><code>428b7ea</code></a>
docs: Add Powered by Algolia label to the search (<a
href="https://redirect.github.com/eslint/eslint/issues/18658">#18658</a>)
(Amaresh S M)</li>
<li><a
href="c68c07ff44 "><code>c68c07f</code></a>
docs: version selectors synchronization (<a
href="https://redirect.github.com/eslint/eslint/issues/18265">#18265</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Build Related</h2>
<ul>
<li><a
href="35d366aed6 "><code>35d366a</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18870">#18870</a>)
(Milos Djermanovic)</li>
</ul>
<h2>Chores</h2>
<ul>
<li><a
href="140ec4569f "><code>140ec45</code></a>
chore: upgrade <code>@eslint/js</code><a
href="https://github.com/8"><code>@8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)
(Milos Djermanovic)</li>
<li><a
href="bcdfc04a69 "><code>bcdfc04</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="3f6ce8d6b7 "><code>3f6ce8d</code></a>
chore: pin vite-plugin-commonjs@0.10.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)
(Milos Djermanovic)</li>
<li><a
href="9f07549795 "><code>9f07549</code></a>
chore: ignore <code>/docs/v8.x</code> in link checker (<a
href="https://redirect.github.com/eslint/eslint/issues/18660">#18660</a>)
(Milos Djermanovic)</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>v8.57.1 - September 16, 2024</p>
<ul>
<li><a
href="140ec4569f "><code>140ec45</code></a>
chore: upgrade <code>@eslint/js</code><a
href="https://github.com/8"><code>@8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)
(Milos Djermanovic)</li>
<li><a
href="bcdfc04a69 "><code>bcdfc04</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="3f6ce8d6b7 "><code>3f6ce8d</code></a>
chore: pin vite-plugin-commonjs@0.10.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)
(Milos Djermanovic)</li>
<li><a
href="a19072f9f1 "><code>a19072f</code></a>
fix: add logic to handle fixTypes in the lintText() method (<a
href="https://redirect.github.com/eslint/eslint/issues/18900">#18900</a>)
(Francesco Trotta)</li>
<li><a
href="04c718865b "><code>04c7188</code></a>
fix: Don't lint same file multiple times (<a
href="https://redirect.github.com/eslint/eslint/issues/18899">#18899</a>)
(Francesco Trotta)</li>
<li><a
href="87ec3c49dd "><code>87ec3c4</code></a>
fix: do not throw when defining a global named
<code>__defineSetter__</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18898">#18898</a>)
(Francesco Trotta)</li>
<li><a
href="60a1267687 "><code>60a1267</code></a>
fix: Provide helpful error message for nullish configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18889">#18889</a>)
(Milos Djermanovic)</li>
<li><a
href="35d366aed6 "><code>35d366a</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18870">#18870</a>)
(Milos Djermanovic)</li>
<li><a
href="a0dea8ee01 "><code>a0dea8e</code></a>
fix: allow <code>name</code> in global ignores, fix
<code>--no-ignore</code> for non-global (<a
href="https://redirect.github.com/eslint/eslint/issues/18875">#18875</a>)
(Milos Djermanovic)</li>
<li><a
href="3836bb48d3 "><code>3836bb4</code></a>
fix: do not crash on error in <code>fs.walk</code> filter (<a
href="https://redirect.github.com/eslint/eslint/issues/18886">#18886</a>)
(Milos Djermanovic)</li>
<li><a
href="2dec349199 "><code>2dec349</code></a>
fix: skip processor code blocks that match only universal patterns (<a
href="https://redirect.github.com/eslint/eslint/issues/18880">#18880</a>)
(Milos Djermanovic)</li>
<li><a
href="6a5add41e8 "><code>6a5add4</code></a>
docs: v8.x Add EOL banner (<a
href="https://redirect.github.com/eslint/eslint/issues/18744">#18744</a>)
(Amaresh S M)</li>
<li><a
href="b034575978 "><code>b034575</code></a>
docs: v8.x add version support page to the dropdown (<a
href="https://redirect.github.com/eslint/eslint/issues/18731">#18731</a>)
(Amaresh S M)</li>
<li><a
href="760ef7d9db "><code>760ef7d</code></a>
docs: v8.x add version support page in the side navbar (<a
href="https://redirect.github.com/eslint/eslint/issues/18740">#18740</a>)
(Amaresh S M)</li>
<li><a
href="428b7ea0a9 "><code>428b7ea</code></a>
docs: Add Powered by Algolia label to the search (<a
href="https://redirect.github.com/eslint/eslint/issues/18658">#18658</a>)
(Amaresh S M)</li>
<li><a
href="9f07549795 "><code>9f07549</code></a>
chore: ignore <code>/docs/v8.x</code> in link checker (<a
href="https://redirect.github.com/eslint/eslint/issues/18660">#18660</a>)
(Milos Djermanovic)</li>
<li><a
href="c68c07ff44 "><code>c68c07f</code></a>
docs: version selectors synchronization (<a
href="https://redirect.github.com/eslint/eslint/issues/18265">#18265</a>)
(Milos Djermanovic)</li>
</ul>
<p>v9.10.0 - September 6, 2024</p>
<ul>
<li><a
href="24c3ff7d0c "><code>24c3ff7</code></a>
chore: upgrade to <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.10.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18866">#18866</a>)
(Francesco Trotta)</li>
<li><a
href="1ebdde1cf2 "><code>1ebdde1</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="301b90df0c "><code>301b90d</code></a>
feat: Add types (<a
href="https://redirect.github.com/eslint/eslint/issues/18854">#18854</a>)
(Nicholas C. Zakas)</li>
<li><a
href="bee0e7a5f5 "><code>bee0e7a</code></a>
docs: update README (<a
href="https://redirect.github.com/eslint/eslint/issues/18865">#18865</a>)
(Milos Djermanovic)</li>
<li><a
href="bcf0df55c2 "><code>bcf0df5</code></a>
feat: limit namespace import identifier in id-length rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18849">#18849</a>)
(ChaedongIm)</li>
<li><a
href="45c18e108e "><code>45c18e1</code></a>
feat: add <code>requireFlag</code> option to
<code>require-unicode-regexp</code> rule (<a
href="https://redirect.github.com/eslint/eslint/issues/18836">#18836</a>)
(Brett Zamir)</li>
<li><a
href="5d80b59520 "><code>5d80b59</code></a>
docs: specify that <code>ruleId</code> can be <code>null</code> in
custom formatter docs (<a
href="https://redirect.github.com/eslint/eslint/issues/18857">#18857</a>)
(Milos Djermanovic)</li>
<li><a
href="156b1c3037 "><code>156b1c3</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="e8fc5bd3da "><code>e8fc5bd</code></a>
chore: update dependency <code>@eslint/core</code> to ^0.5.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18848">#18848</a>)
(renovate[bot])</li>
<li><a
href="343f992160 "><code>343f992</code></a>
refactor: don't use <code>node.value</code> when removing unused
directives (<a
href="https://redirect.github.com/eslint/eslint/issues/18835">#18835</a>)
(Milos Djermanovic)</li>
<li><a
href="183b459b72 "><code>183b459</code></a>
feat: add error message for duplicate flags in
<code>no-invalid-regexp</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18837">#18837</a>)
(Tanuj Kanti)</li>
<li><a
href="f6fdef9df4 "><code>f6fdef9</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="c69b40667a "><code>c69b406</code></a>
feat: report duplicate allowed flags in <code>no-invalid-regexp</code>
(<a
href="https://redirect.github.com/eslint/eslint/issues/18754">#18754</a>)
(Tanuj Kanti)</li>
<li><a
href="a20c870744 "><code>a20c870</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="90e699bd9d "><code>90e699b</code></a>
docs: Update README (GitHub Actions Bot)</li>
<li><a
href="3db18b0b67 "><code>3db18b0</code></a>
refactor: Extract FileContext into class (<a
href="https://redirect.github.com/eslint/eslint/issues/18831">#18831</a>)
(Nicholas C. Zakas)</li>
<li><a
href="931d650b37 "><code>931d650</code></a>
refactor: Use <code>@eslint/plugin-kit</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18822">#18822</a>)
(Nicholas C. Zakas)</li>
<li><a
href="ed5cf0c6a9 "><code>ed5cf0c</code></a>
chore: update dependency <code>@eslint/json</code> to ^0.4.0 (<a
href="https://redirect.github.com/eslint/eslint/issues/18829">#18829</a>)
(Milos Djermanovic)</li>
<li><a
href="d1f0831bac "><code>d1f0831</code></a>
chore: added missing ids (<a
href="https://redirect.github.com/eslint/eslint/issues/18817">#18817</a>)
(Strek)</li>
<li><a
href="ec92813657 "><code>ec92813</code></a>
refactor: Config class (<a
href="https://redirect.github.com/eslint/eslint/issues/18763">#18763</a>)
(Nicholas C. Zakas)</li>
</ul>
<p>v9.9.1 - August 23, 2024</p>
<ul>
<li><a
href="b0c34d04b1 "><code>b0c34d0</code></a>
chore: upgrade to <code>@eslint/js</code><a
href="https://github.com/9"><code>@9</code></a>.9.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18809">#18809</a>)
(Francesco Trotta)</li>
<li><a
href="cd5a0daa24 "><code>cd5a0da</code></a>
chore: package.json update for <code>@eslint/js</code> release
(Jenkins)</li>
<li><a
href="4840930b9d "><code>4840930</code></a>
docs: Update README with version support and clean up content (<a
href="https://redirect.github.com/eslint/eslint/issues/18804">#18804</a>)
(Nicholas C. Zakas)</li>
<li><a
href="f61f40d8a6 "><code>f61f40d</code></a>
docs: Update globals examples (<a
href="https://redirect.github.com/eslint/eslint/issues/18805">#18805</a>)
(Nicholas C. Zakas)</li>
<li><a
href="e1126423db "><code>e112642</code></a>
refactor: Extract parsing logic from Linter (<a
href="https://redirect.github.com/eslint/eslint/issues/18790">#18790</a>)
(Nicholas C. Zakas)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5b9414c501 "><code>5b9414c</code></a>
8.57.1</li>
<li><a
href="f66806ddb3 "><code>f66806d</code></a>
Build: changelog update for 8.57.1</li>
<li><a
href="140ec4569f "><code>140ec45</code></a>
chore: upgrade <code>@eslint/js</code><a
href="https://github.com/8"><code>@8</code></a>.57.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18913">#18913</a>)</li>
<li><a
href="bcdfc04a69 "><code>bcdfc04</code></a>
chore: package.json update for <code>@eslint/js</code> release</li>
<li><a
href="3f6ce8d6b7 "><code>3f6ce8d</code></a>
chore: pin vite-plugin-commonjs@0.10.1 (<a
href="https://redirect.github.com/eslint/eslint/issues/18910">#18910</a>)</li>
<li><a
href="a19072f9f1 "><code>a19072f</code></a>
fix: add logic to handle fixTypes in the lintText() method (<a
href="https://redirect.github.com/eslint/eslint/issues/18900">#18900</a>)</li>
<li><a
href="04c718865b "><code>04c7188</code></a>
fix: Don't lint same file multiple times (<a
href="https://redirect.github.com/eslint/eslint/issues/18899">#18899</a>)</li>
<li><a
href="87ec3c49dd "><code>87ec3c4</code></a>
fix: do not throw when defining a global named
<code>__defineSetter__</code> (<a
href="https://redirect.github.com/eslint/eslint/issues/18898">#18898</a>)</li>
<li><a
href="60a1267687 "><code>60a1267</code></a>
fix: Provide helpful error message for nullish configs (<a
href="https://redirect.github.com/eslint/eslint/issues/18889">#18889</a>)</li>
<li><a
href="35d366aed6 "><code>35d366a</code></a>
build: Support updates to previous major versions (<a
href="https://redirect.github.com/eslint/eslint/issues/18870">#18870</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/eslint/eslint/compare/v8.57.0...v8.57.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>
|
2024-09-23 11:34:21 +02:00 |
|
Eugene
|
c191e54c07
|
bumped rustls & related pkgs (#1066)
|
2024-09-18 11:28:39 +02:00 |
|
dependabot[bot]
|
9ca95b7eb7
|
Bump the version-bumps group across 1 directory with 4 updates (#1061)
Bumps the version-bumps group with 4 updates in the /warpgate-web
directory:
[eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte),
[ua-parser-js](https://github.com/faisalman/ua-parser-js),
[vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and
[vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker).
Updates `eslint-plugin-svelte` from 2.43.0 to 2.44.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>eslint-plugin-svelte@2.44.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/841">#841</a>
<a
href="85053a1af2 "><code>85053a1</code></a>
Thanks <a href="https://github.com/jrmajor"><code>@jrmajor</code></a>!
- feat: add config option for foreign elements in
<code>svelte/html-self-closing</code> rule</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/pull/853">#853</a>
<a
href="690c04e5ce "><code>690c04e</code></a>
Thanks <a
href="https://github.com/ota-meshi"><code>@ota-meshi</code></a>! - fix:
update svelte-eslint-parser to 0.41.1</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c0658db864 "><code>c0658db</code></a>
chore: release eslint-plugin-svelte (<a
href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/852">#852</a>)</li>
<li><a
href="690c04e5ce "><code>690c04e</code></a>
fix: update svelte-eslint-parser to 0.41.1 (<a
href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/853">#853</a>)</li>
<li><a
href="bd9e6ccc4e "><code>bd9e6cc</code></a>
chore: update deps (<a
href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/854">#854</a>)</li>
<li><a
href="85053a1af2 "><code>85053a1</code></a>
feat: add config option for foreign elements in
<code>svelte/html-self-closing</code> ru...</li>
<li><a
href="d117d7fc15 "><code>d117d7f</code></a>
chore(deps): update dependency eslint-plugin-jsdoc to v50</li>
<li><a
href="dfed5cdaf4 "><code>dfed5cd</code></a>
chore(deps): update dependency eslint-plugin-jsdoc to v49</li>
<li><a
href="f14a8ee4dc "><code>f14a8ee</code></a>
chore(deps): update dependency eslint-typegen to ^0.3.0</li>
<li><a
href="6bd4e13a3e "><code>6bd4e13</code></a>
chore: move playground to <code>eslint-online-playground</code> (<a
href="https://redirect.github.com/sveltejs/eslint-plugin-svelte/issues/829">#829</a>)</li>
<li>See full diff in <a
href="https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.43.0...eslint-plugin-svelte@2.44.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `ua-parser-js` from 1.0.38 to 1.0.39
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/faisalman/ua-parser-js/blob/1.0.39/changelog.md">ua-parser-js's
changelog</a>.</em></p>
<blockquote>
<h2>Version 0.7.39 / 1.0.39</h2>
<ul>
<li>Add new feature: executable command using <code>npx ua-parser-js
"[INSERT-UA-HERE]"</code></li>
<li>Add new browser: Helio, Pico Browser, Wolvic</li>
<li>Add new device vendor: itel, Nothing, TCL</li>
<li>Improve browser detection: ICEBrowser, Klar, QQBrowser, Quark,
Rekonq, Sleipnir</li>
<li>Improve device detection: Xiaomi Pro, Amazon Echo Show, Samsung
Galaxy Watch</li>
<li>Removed from browser: Viera</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ab77baf6de "><code>ab77baf</code></a>
Bump version 1.0.39 (mirror of 0.7.39)</li>
<li><a
href="2ad60d4d8e "><code>2ad60d4</code></a>
Bump version 0.7.39</li>
<li><a
href="c25e22fa87 "><code>c25e22f</code></a>
Backport - Fix <a
href="https://redirect.github.com/faisalman/ua-parser-js/issues/743">#743</a>
- Improve device detection for Xiaomi</li>
<li><a
href="a9315821da "><code>a931582</code></a>
Backport - Add new device vendor: itel</li>
<li><a
href="33eb27d205 "><code>33eb27d</code></a>
Backport - Improve detection: Amazon Echo Show devices</li>
<li><a
href="a77184ffa9 "><code>a77184f</code></a>
Backport - Improve detection: recognize Samsung Galaxy Watch devices as
`wear...</li>
<li><a
href="b6a92c685e "><code>b6a92c6</code></a>
Backport - Add new device vendor: TCL</li>
<li><a
href="4303c32d84 "><code>4303c32</code></a>
Backport - Add new vendor: Nothing</li>
<li><a
href="bef7c777a7 "><code>bef7c77</code></a>
Backport - Improve browser detection for Quark (<a
href="https://redirect.github.com/faisalman/ua-parser-js/issues/737">#737</a>)</li>
<li><a
href="06e3c8de6a "><code>06e3c8d</code></a>
Backport - Add new browser: Helio</li>
<li>Additional commits viewable in <a
href="https://github.com/faisalman/ua-parser-js/compare/1.0.38...1.0.39">compare
view</a></li>
</ul>
</details>
<br />
Updates `vite` from 5.4.3 to 5.4.6
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md">vite's
changelog</a>.</em></p>
<blockquote>
<h2><!-- raw HTML omitted -->5.4.6 (2024-09-16)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: avoid DOM Clobbering gadget in
<code>getRelativeUrlFromDocument</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)
(<a
href="179b17773c ">179b177</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18115">#18115</a></li>
<li>fix: fs raw query (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)
(<a
href="6820bb3b9a ">6820bb3</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18112">#18112</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.5 (2024-09-13)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix(preload): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>,
throw error preloading module as well (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>)
(<a
href="faa2405e5d ">faa2405</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18098">#18098</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18099">#18099</a></li>
</ul>
<h2><!-- raw HTML omitted -->5.4.4 (2024-09-11)<!-- raw HTML omitted
--></h2>
<ul>
<li>fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>,
ensure req.url matches moduleByEtag URL to avoid incorrect 304 (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18078">#18078</a>)
(<a
href="74a79c53b2 ">74a79c5</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/17997">#17997</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18078">#18078</a></li>
<li>fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>,
allow scanning exports from <code>script module</code> in svelte (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18077">#18077</a>)
(<a
href="d90ba40474 ">d90ba40</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18063">#18063</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18077">#18077</a></li>
<li>fix(preload): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>,
allow ignoring dep errors (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>)
(<a
href="8760293d68 ">8760293</a>),
closes <a
href="https://redirect.github.com/vitejs/vite/issues/18046">#18046</a>
<a
href="https://redirect.github.com/vitejs/vite/issues/18076">#18076</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f9691767ad "><code>f969176</code></a>
release: v5.4.6</li>
<li><a
href="179b17773c "><code>179b177</code></a>
fix: avoid DOM Clobbering gadget in
<code>getRelativeUrlFromDocument</code> (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)</li>
<li><a
href="6820bb3b9a "><code>6820bb3</code></a>
fix: fs raw query (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)</li>
<li><a
href="37881e7198 "><code>37881e7</code></a>
release: v5.4.5</li>
<li><a
href="faa2405e5d "><code>faa2405</code></a>
fix(preload): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18098">#18098</a>,
throw error preloading module as well (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18099">#18099</a>)</li>
<li><a
href="54c55dbffc "><code>54c55db</code></a>
release: v5.4.4</li>
<li><a
href="74a79c53b2 "><code>74a79c5</code></a>
fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/17997">#17997</a>,
ensure req.url matches moduleByEtag URL to avoid incorr...</li>
<li><a
href="d90ba40474 "><code>d90ba40</code></a>
fix: backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18063">#18063</a>,
allow scanning exports from <code>script module</code> in svelte
(...</li>
<li><a
href="8760293d68 "><code>8760293</code></a>
fix(preload): backport <a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18046">#18046</a>,
allow ignoring dep errors (<a
href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18076">#18076</a>)</li>
<li>See full diff in <a
href="https://github.com/vitejs/vite/commits/v5.4.6/packages/vite">compare
view</a></li>
</ul>
</details>
<br />
Updates `vite-plugin-checker` from 0.7.2 to 0.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fi3ework/vite-plugin-checker/releases">vite-plugin-checker's
releases</a>.</em></p>
<blockquote>
<h2>vite-plugin-checker@0.8.0</h2>
<h3> 🚨 Breaking Changes</h3>
<ul>
<li>
<p><strong>vue-tsc</strong>: Updated createVueLanguagePlugin syntax,
version pin - by <a
href="https://github.com/daniluk4000"><code>@daniluk4000</code></a> and
<strong>drodichkin</strong> in <a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/398">fi3ework/vite-plugin-checker#398</a>
<a
href="https://github.com/fi3ework/vite-plugin-checker/commit/5f5b92a"><!--
raw HTML omitted -->(5f5b9)<!-- raw HTML omitted --></a></p>
<p>Now, vite-plugin-checker requires <code>"vue-tsc":
"~2.1.6"</code>.</p>
</li>
</ul>
<h3> 🚀 Features</h3>
<ul>
<li>Advance typescript teminal consolelog text color - by <a
href="https://github.com/jaceechan"><code>@jaceechan</code></a> in <a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/393">fi3ework/vite-plugin-checker#393</a>
<a
href="https://github.com/fi3ework/vite-plugin-checker/commit/aa3d413"><!--
raw HTML omitted -->(aa3d4)<!-- raw HTML omitted --></a></li>
</ul>
<h3> 🐞 Bug Fixes</h3>
<ul>
<li><strong>ui</strong>: Use a Vue key so file paths update correctly
- by <a
href="https://github.com/artursapek"><code>@artursapek</code></a> in <a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/389">fi3ework/vite-plugin-checker#389</a>
<a
href="https://github.com/fi3ework/vite-plugin-checker/commit/fcbb687"><!--
raw HTML omitted -->(fcbb6)<!-- raw HTML omitted --></a></li>
</ul>
<h5> <a
href="https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.7.2...vite-plugin-checker@0.8.0">View
changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="19c58e3dba "><code>19c58e3</code></a>
v0.8.0</li>
<li><a
href="5179e572d8 "><code>5179e57</code></a>
ci: drop changesets, use manual triggered version release</li>
<li><a
href="fcbb6875d5 "><code>fcbb687</code></a>
fix(ui): use a Vue key so file paths update correctly (<a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/389">#389</a>)</li>
<li><a
href="aa3d413148 "><code>aa3d413</code></a>
feat: advance typescript teminal consolelog text color (<a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/393">#393</a>)</li>
<li><a
href="5f5b92a914 "><code>5f5b92a</code></a>
fix(vue-tsc): updated createVueLanguagePlugin syntax, version pin (<a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/398">#398</a>)</li>
<li><a
href="b2c32367cf "><code>b2c3236</code></a>
chore(deps): update dependency <code>@types/babel</code>__code-frame to
^7.0.6 (<a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/376">#376</a>)</li>
<li><a
href="8827a1e083 "><code>8827a1e</code></a>
chore(deps): update dependency <code>@types/debug</code> to ^4.1.12 (<a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/377">#377</a>)</li>
<li><a
href="152eafb622 "><code>152eafb</code></a>
chore(deps): update dependency <code>@tsconfig/esm</code> to ^1.0.5 (<a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/374">#374</a>)</li>
<li><a
href="3a21a2315a "><code>3a21a23</code></a>
chore(deps): update dependency <code>@tsconfig/strictest</code> to
^2.0.5 (<a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/375">#375</a>)</li>
<li><a
href="5d01c8615c "><code>5d01c86</code></a>
chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 (<a
href="https://redirect.github.com/fi3ework/vite-plugin-checker/issues/371">#371</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.7.2...vite-plugin-checker@0.8.0">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-09-18 08:12:39 +02:00 |
|