Skip to content

Commit 2cbff1d

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#48)
Bumps the npm_and_yarn group with 1 update in the /docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 4.16.18 to 4.16.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/releases">astro's releases</a>.</em></p> <blockquote> <h2>astro@4.16.19</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/14241">#14241</a> <a href="https://github.com/withastro/astro/commit/760acc86f535a48a6f5195cdc53dfc72b0dc6053"><code>760acc8</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where remote paths weren't correctly computed when generating assets</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/withastro/astro/blob/astro@4.16.19/packages/astro/CHANGELOG.md">astro's changelog</a>.</em></p> <blockquote> <h2>4.16.19</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/withastro/astro/pull/14241">#14241</a> <a href="https://github.com/withastro/astro/commit/760acc86f535a48a6f5195cdc53dfc72b0dc6053"><code>760acc8</code></a> Thanks <a href="https://github.com/ematipico"><code>@​ematipico</code></a>! - Fixes an issue where remote paths weren't correctly computed when generating assets</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/withastro/astro/commit/32b14f24cdd3cf2c963c97bca6099ef996f7aadf"><code>32b14f2</code></a> [ci] release (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14244">#14244</a>)</li> <li><a href="https://github.com/withastro/astro/commit/760acc86f535a48a6f5195cdc53dfc72b0dc6053"><code>760acc8</code></a> fix(assets): fix remote path detection (<a href="https://github.com/withastro/astro/tree/HEAD/packages/astro/issues/14241">#14241</a>)</li> <li>See full diff in <a href="https://github.com/withastro/astro/commits/astro@4.16.19/packages/astro">compare view</a></li> </ul> </details> <br /> Updates `devalue` from 5.1.1 to 5.3.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/devalue/releases">devalue's releases</a>.</em></p> <blockquote> <h2>v5.3.2</h2> <h3>Patch Changes</h3> <ul> <li>0623a47: fix: disallow array method access when parsing</li> <li>0623a47: fix: disallow <code>__proto__</code> properties on objects</li> </ul> <h2>v5.3.1</h2> <h3>Patch Changes</h3> <ul> <li>ae904c5: fix: correctly differentiate between +0 and -0</li> </ul> <h2>v5.3.0</h2> <h3>Minor Changes</h3> <ul> <li>2896e7b: feat: support Temporal</li> <li>fec694d: feat: support <code>URL</code> and <code>URLSearchParams</code> objects</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/devalue/blob/main/CHANGELOG.md">devalue's changelog</a>.</em></p> <blockquote> <h2>5.3.2</h2> <h3>Patch Changes</h3> <ul> <li>0623a47: fix: disallow array method access when parsing</li> <li>0623a47: fix: disallow <code>__proto__</code> properties on objects</li> </ul> <h2>5.3.1</h2> <h3>Patch Changes</h3> <ul> <li>ae904c5: fix: correctly differentiate between +0 and -0</li> </ul> <h2>5.3.0</h2> <h3>Minor Changes</h3> <ul> <li>2896e7b: feat: support Temporal</li> <li>fec694d: feat: support <code>URL</code> and <code>URLSearchParams</code> objects</li> </ul> <h2>5.2.1</h2> <h3>Patch Changes</h3> <ul> <li>e46f4c8: fix: handle repeated array buffers and subarrays</li> <li>2dfa504: fix: handle custom classes with null proto as pojo</li> </ul> <h2>5.2.0</h2> <ul> <li>Handle custom classes with null proto as pojo (<a href="https://redirect.github.com/sveltejs/devalue/pull/95">#95</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sveltejs/devalue/commit/86a6a66d2c830514e94326a0f8fa2d8d670eac8a"><code>86a6a66</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/devalue/issues/109">#109</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/0623a47c9555b639c03ff1baea82951b2d9d1132"><code>0623a47</code></a> Merge commit from fork</li> <li><a href="https://github.com/sveltejs/devalue/commit/02d20e8a792e5daa387b23816aba0170fec7437e"><code>02d20e8</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/devalue/issues/108">#108</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/ae904c5b189b5c2c3b7b969f70064dbc59196b58"><code>ae904c5</code></a> fix stringify not picking up negative zero if a normal zero has appeared befo...</li> <li><a href="https://github.com/sveltejs/devalue/commit/e95b87a6cc86bf116bada5ff28faead87df69920"><code>e95b87a</code></a> fix pkg.repository</li> <li><a href="https://github.com/sveltejs/devalue/commit/8300172d1d222e60f14cdec712ff0650756e9002"><code>8300172</code></a> fix changeset config</li> <li><a href="https://github.com/sveltejs/devalue/commit/434d8aefb9d67ec7bd9664a29599770cd22a3e3b"><code>434d8ae</code></a> Version Packages (<a href="https://redirect.github.com/sveltejs/devalue/issues/106">#106</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/67c8334b82ec0fcf44543e39cc5f37f00bbd1f2f"><code>67c8334</code></a> mention support for URL/URLSearchParams/Temporal in README</li> <li><a href="https://github.com/sveltejs/devalue/commit/fec694d87e3f7f0cc764776bb91fd47095be1371"><code>fec694d</code></a> feat: support URL and URLSearchParams (<a href="https://redirect.github.com/sveltejs/devalue/issues/92">#92</a>)</li> <li><a href="https://github.com/sveltejs/devalue/commit/2896e7bef2d4b7f810a5df02652ffce5dfb76b64"><code>2896e7b</code></a> Add support for Temporal objects (<a href="https://redirect.github.com/sveltejs/devalue/issues/98">#98</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sveltejs/devalue/compare/v5.1.1...v5.3.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~svelte-admin">svelte-admin</a>, a new releaser for devalue since your current version.</p> </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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Weburz/terox/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f355cc7 commit 2cbff1d

File tree

2 files changed

+1042
-663
lines changed

2 files changed

+1042
-663
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/check": "^0.9.4",
1515
"@astrojs/starlight": "^0.29.3",
16-
"astro": "^4.16.18",
16+
"astro": "^4.16.19",
1717
"prettier": "^3.6.2",
1818
"sharp": "^0.34.3",
1919
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)