Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the npm_and_yarn group across 1 directory with 12 updates #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps the npm_and_yarn group with 5 updates in the / directory:

Package From To
nuxt 3.11.2 3.12.4
cross-spawn 7.0.3 7.0.6
micromatch 4.0.5 4.0.8
nanoid 3.3.7 3.3.8
svelte 4.2.15 4.2.19

Updates nuxt from 3.11.2 to 3.12.4

Release notes

Sourced from nuxt's releases.

v3.12.4

3.12.4 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • vite: Start warmups after nitro build (#27963)
  • vite: Avoid extra resolve call for resolveId in layers (#27971)
  • kit,nuxt,schema,vite,webpack: Use explicit exports (#27998)

🩹 Fixes

  • schema: Resolve public alias correctly (#27975)
  • nuxt: Omit rendering payload prefetch when noScripts (#27972)
  • nuxt: Add / as fallback if page can't be identified (e6109b226)
  • ui-templates: Validate templates with html-validate (#28024)
  • schema: Don't constrain postcss plugin options (#28045)
  • kit: Remove exports from v4 branch (5c8312e9b)
  • nuxt: Use unhead key for ad-hoc module options (#28088)
  • nuxt: Use native vue-router composables (#28114)
  • kit: Ensure getNuxtVersion returns string (#28125)
  • nuxt: Always prerender at least one page with crawler (#28131)
  • nuxt: Consider doc scroll-padding-top in scrollBehavior (#28083)
  • nuxt: Only warn when useAsyncData returns undefined (#28154)
  • nuxt: Revert change to getCachedData null response (d10cea11b)
  • schema: Don't use app/ as srcDir if it doesn't exist (#28176)
  • kit: Normalise serverDir within layers using v4 compat (#28177)
  • nuxt: Allow getCachedData to return undefined (#28187)
  • nuxt: Use addEventListener to register cookie store listener (#28193)
  • nuxt: Merge route meta properties with scanned meta (#28170)
  • nuxt: Prevent duplicate set-cookie headers (#28211)

💅 Refactors

  • schema,vite,webpack: Rework postcss module loading (#27946)
  • nuxt: Remove _registeredComponents from ssrContext (#27819)
  • nuxt: Use errx to handle dev log traces (#28027)

📖 Documentation

  • Fix link (83bd4fde9)
  • Fix Cloudflare spelling (#27989)
  • Update example to use nuxtApp.runWithContext (#28000)
  • Remove deprecated pending variable from data fetching docs (#28011)
  • Clarify xrsp danger (#28053)
  • Deprecate pending and emphasis undefined (#28113)
  • Update phrasing in route announcer (#28108)
  • Use code groups for install commands in module guide (#28094)
  • Capitalize text (#28056)
  • Mention content in upgrade guide v4 folder structure (#28090)
  • Remove a resolved issue from view transition docs (#28091)
  • Clarify navigateTo is not for nitro routes (#28092)
  • Warn about nested islands (#28062)

... (truncated)

Commits
  • 4a1349f v3.12.4
  • b7da949 fix(nuxt): prevent duplicate set-cookie headers (#28211)
  • 1843ffa refactor(nuxt): use errx to handle dev log traces (#28027)
  • 11264ad fix(nuxt): merge route meta properties with scanned meta (#28170)
  • 2417848 fix(nuxt): use addEventListener to register cookie store listener (#28193)
  • a6af09e fix(nuxt): allow getCachedData to return undefined (#28187)
  • d10cea1 fix(nuxt): revert change to getCachedData null response
  • e21f681 fix(nuxt): only warn when useAsyncData returns undefined (#28154)
  • 46a41ad chore(deps): update vitest to v2.0.3 (3.x) (#28153)
  • a2fd051 chore(deps): update all non-major dependencies (3.x) (#28058)
  • Additional commits viewable in compare view

Updates @nuxt/devtools from 1.2.0 to 1.7.0

Release notes

Sourced from @​nuxt/devtools's releases.

v1.7.0

   🚀 Features

    View changes on GitHub

v1.6.4

   🐞 Bug Fixes

    View changes on GitHub

v1.6.3

   🐞 Bug Fixes

    View changes on GitHub

v1.6.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.6.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.6.0

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Changelog

Sourced from @​nuxt/devtools's changelog.

1.7.0 (2024-12-26)

Features

  • improves vscode integration, support multiple backends (#763) (463f6ad)

1.6.4 (2024-12-12)

Bug Fixes

1.6.3 (2024-12-03)

Bug Fixes

  • revert #757, pin vite-plugin-inspect version (a399082)

1.6.2 (2024-12-03)

Bug Fixes

  • add v4 compatibility version handeling for pages tab (#758) (bd8651c)

Features

  • support vite-plugin-inspect for both Vite 5 and 6 (#757) (cfcbc24)

1.6.1 (2024-11-20)

Bug Fixes

Features

... (truncated)

Commits
  • 28eecb6 chore: release v1.7.0
  • 463f6ad feat: improves vscode integration, support multiple backends (#763)
  • a596308 chore: release v1.6.4
  • 798f141 chore: release v1.6.3
  • a399082 fix: revert #757, pin vite-plugin-inspect version
  • f414441 chore: release v1.6.2
  • 68314dd chore: update deps
  • cfcbc24 feat: support vite-plugin-inspect for both Vite 5 and 6 (#757)
  • bd8651c fix: add v4 compatibility version handeling for pages tab (#758)
  • 9ea2ba0 chore: upgrade nuxt, workaround jiti v2 issue (#755)
  • Additional commits viewable in compare view

Updates @nuxt/vite-builder from 3.11.2 to 3.12.4

Release notes

Sourced from @​nuxt/vite-builder's releases.

v3.12.4

3.12.4 is the next regularly scheduled patch release.

👉 Changelog

compare changes

🔥 Performance

  • vite: Start warmups after nitro build (#27963)
  • vite: Avoid extra resolve call for resolveId in layers (#27971)
  • kit,nuxt,schema,vite,webpack: Use explicit exports (#27998)

🩹 Fixes

  • schema: Resolve public alias correctly (#27975)
  • nuxt: Omit rendering payload prefetch when noScripts (#27972)
  • nuxt: Add / as fallback if page can't be identified (e6109b226)
  • ui-templates: Validate templates with html-validate (#28024)
  • schema: Don't constrain postcss plugin options (#28045)
  • kit: Remove exports from v4 branch (5c8312e9b)
  • nuxt: Use unhead key for ad-hoc module options (#28088)
  • nuxt: Use native vue-router composables (#28114)
  • kit: Ensure getNuxtVersion returns string (#28125)
  • nuxt: Always prerender at least one page with crawler (#28131)
  • nuxt: Consider doc scroll-padding-top in scrollBehavior (#28083)
  • nuxt: Only warn when useAsyncData returns undefined (#28154)
  • nuxt: Revert change to getCachedData null response (d10cea11b)
  • schema: Don't use app/ as srcDir if it doesn't exist (#28176)
  • kit: Normalise serverDir within layers using v4 compat (#28177)
  • nuxt: Allow getCachedData to return undefined (#28187)
  • nuxt: Use addEventListener to register cookie store listener (#28193)
  • nuxt: Merge route meta properties with scanned meta (#28170)
  • nuxt: Prevent duplicate set-cookie headers (#28211)

💅 Refactors

  • schema,vite,webpack: Rework postcss module loading (#27946)
  • nuxt: Remove _registeredComponents from ssrContext (#27819)
  • nuxt: Use errx to handle dev log traces (#28027)

📖 Documentation

  • Fix link (83bd4fde9)
  • Fix Cloudflare spelling (#27989)
  • Update example to use nuxtApp.runWithContext (#28000)
  • Remove deprecated pending variable from data fetching docs (#28011)
  • Clarify xrsp danger (#28053)
  • Deprecate pending and emphasis undefined (#28113)
  • Update phrasing in route announcer (#28108)
  • Use code groups for install commands in module guide (#28094)
  • Capitalize text (#28056)
  • Mention content in upgrade guide v4 folder structure (#28090)
  • Remove a resolved issue from view transition docs (#28091)
  • Clarify navigateTo is not for nitro routes (#28092)
  • Warn about nested islands (#28062)

... (truncated)

Commits
  • 4a1349f v3.12.4
  • 46a41ad chore(deps): update vitest to v2.0.3 (3.x) (#28153)
  • a2fd051 chore(deps): update all non-major dependencies (3.x) (#28058)
  • 05143b8 chore(deps): update vitest to v2.0.2 (3.x) (#28104)
  • e0a4967 chore(deps): update vitest to v2 (3.x) (major) (#28074)
  • a81d9d6 chore(deps): update all non-major dependencies (3.x) (#28047)
  • fceb749 perf(kit,nuxt,schema,vite,webpack): use explicit exports (#27998)
  • 809fb71 chore(deps): update all non-major dependencies (3.x) (#27984)
  • 4391381 refactor(schema,vite,webpack): rework postcss module loading (#27946)
  • 20dc6e5 perf(vite): avoid extra resolve call for resolveId in layers (#27971)
  • Additional commits viewable in compare view

Updates braces from 3.0.2 to 3.0.3

Commits

Updates cross-spawn from 7.0.3 to 7.0.6

Changelog

Sourced from cross-spawn's changelog.

7.0.6 (2024-11-18)

Bug Fixes

  • update cross-spawn version to 7.0.5 in package-lock.json (f700743)

7.0.5 (2024-11-07)

Bug Fixes

  • fix escaping bug introduced by backtracking (640d391)

7.0.4 (2024-11-07)

Bug Fixes

Commits
  • 77cd97f chore(release): 7.0.6
  • 6717de4 chore: upgrade standard-version
  • f700743 fix: update cross-spawn version to 7.0.5 in package-lock.json
  • 9a7e3b2 chore: fix build status badge
  • 0852683 chore(release): 7.0.5
  • 640d391 fix: fix escaping bug introduced by backtracking
  • bff0c87 chore: remove codecov
  • a7c6abc chore: replace travis with github workflows
  • 9b9246e chore(release): 7.0.4
  • 5ff3a07 fix: disable regexp backtracking (#160)
  • Additional commits viewable in compare view

Updates micromatch from 4.0.5 to 4.0.8

Release notes

Sourced from micromatch's releases.

4.0.8

Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.

Changelog

Sourced from micromatch's changelog.

[4.0.8] - 2024-08-22

[4.0.7] - 2024-05-22

  • this is basically v4.0.5, with some README updates
  • it is vulnerable to CVE-2024-4067
  • Updated braces to v3.0.3 to avoid CVE-2024-4068
  • does NOT break API compatibility

[4.0.6] - 2024-05-21

  • Added hasBraces to check if a pattern contains braces.
  • Fixes CVE-2024-4067
  • BREAKS API COMPATIBILITY
  • Should be labeled as a major release, but it's not.
Commits

Updates nanoid from 3.3.7 to 3.3.8

Changelog

Sourced from nanoid's changelog.

3.3.8

  • Fixed a way to break Nano ID by passing non-integer size (by @​myndzi).
Commits

Updates rollup from 3.29.4 to 3.29.5

Release notes

Sourced from rollup's releases.

v3.29.5

3.29.5

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

Changelog

Sourced from rollup's changelog.

3.29.5

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

Pull Requests

4.22.3

2024-09-21

Bug Fixes

  • Ensure that mutations in modules without side effects are observed while properly handling transitive dependencies (#5669)

Pull Requests

4.22.2

2024-09-20

Bug Fixes

  • Revert fix for side effect free modules until other issues are investigated (#5667)

Pull Requests

4.22.1

... (truncated)

Commits

Updates send from 0.18.0 to 0.19.0

Release notes

Sourced from send's releases.

0.19.0

What's Changed

New Contributors

Full Changelog: pillarjs/send@0.18.0...0.19.0

Changelog

Sourced from send's changelog.

0.19.0 / 2024-09-10

  • Remove link renderization in html while redirecting
Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for send since your current version.


Updates serve-static from 1.15.0 to 1.16.2

Release notes

Sourced from serve-static's releases.

v1.16.2

What's Changed

Full Changelog: expressjs/serve-static@v1.16.1...v1.16.2

v1.16.1

What's Changed

New Contributors

Full Changelog: expressjs/serve-static@1.16.0...v1.16.1

1.16.0

What's Changed

New Contributors

Full Changelog: expressjs/serve-static@v1.15.0...1.16.0

Changelog

Sourced from serve-static's changelog.

1.16.2 / 2024-09-11

  • deps: encodeurl@~2.0.0

1.16.1 / 2024-09-11

  • deps: send@0.19.0

1.16.0 / 2024-09-10

  • Remove link renderization in html while redirecting
Commits
Maintainer changes

This version was pushed to npm by wesleytodd, a new releaser for serve-static since your current version.


Updates svelte from 4.2.15 to 4.2.19

Changelog

Sourced from svelte's changelog.

4.2.19

Patch Changes

  • fix: ensure typings for <svelte:options> are picked up (#12902)

  • fix: escape < in attribute strings (#12989)

4.2.18

Patch Changes

  • chore: speed up regex (#11922)

4.2.17

Patch Changes

  • fix: correctly handle falsy values of style directives in SSR mode (#11584)

4.2.16

Patch Changes

  • fix: check if svelte component exists on custom element destroy (#11489)
Commits

Updates vite from 5.2.10 to 5.4.14

Release notes

Sourced from vite's releases.

v5.4.14

Please refer to CHANGELOG.md for details.

v5.4.13

Please refer to CHANGELOG.md for details.

v5.4.12

This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v5.4.11

Please refer to CHANGELOG.md for details.

v5.4.10

Please refer to CHANGELOG.md for details.

v5.4.9

Please refer to CHANGELOG.md for details.

v5.4.8

Please refer to CHANGELOG.md for details.

v5.4.7

Please refer to CHANGELOG.md for details.

v5.4.6

Please refer to CHANGELOG.md for details.

v5.4.5

Please refer to CHANGELOG.md for details.

v5.4.4

Please refer to CHANGELOG.md for details.

v5.4.3

Please refer to CHANGELOG.md for details.

plugin-legacy@5.4.3

Please refer to CHANGELOG.md for details.

plugin-legacy@5.4.2

Please refer to CHANGELOG.md for details.

v5.4.2

Please refer to CHANGELOG.md for details.

plugin-legacy@5.4.1

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

5.4.14 (2025-01-21)

5.4.13 (2025-01-20)

5.4.12 (2025-01-20)

  • fix!: check host header to prevent DNS rebinding attacks and introduce server.allowedHosts (9da4abc)
  • fix!: default server.cors: false to disallow fetching from untrusted origins (dfea38f)
  • fix: verify token for HMR WebSocket connection (b71a5c8)
  • chore: add deps update changelog (ecd2375)

5.4.11 (2024-11-11)

  • fix(deps): update dependencies of postcss-modules (ceb15db), closes #18617

5.4.10 (2024-10-23)

  • fix: backport #18367,augment hash for CSS files to prevent chromium erroring by loading previous fil (7d1a3bc), closes #18367 #18412

5.4.9 (2024-10-14)

5.4.8 (2024-09-25)

... (truncated)

Commits
  • e7eb3c5 release: v5.4.14
  • 7d1699c fix: allow CORS from loopback addresses by default (#19249)
  • 9df6e6b fix: preview.allowedHosts with specific values was not respected (#19246)
  • a1824c5 release: v5.4.13
  • 5946215 fix: try parse server.origin URL (#19241)
  • f428aa9 release: v5.4.12
  • 9da4abc fix!: check host header to prevent DNS rebinding attacks and introduce `serve...
  • b71a5c8 fix: verify token for HMR WebSocket connection
  • dfea38f fix!: default server.cors: false to disallow fetching from untrusted origins
  • ecd2375 chore: add deps update changelog
  • Additional commits viewable in compare view

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 commands and options

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.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…pdates

Bumps the npm_and_yarn group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.11.2` | `3.12.4` |
| [cross-spawn](https://github.com/moxystudio/node-cross-spawn) | `7.0.3` | `7.0.6` |
| [micromatch](https://github.com/micromatch/micromatch) | `4.0.5` | `4.0.8` |
| [nanoid](https://github.com/ai/nanoid) | `3.3.7` | `3.3.8` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `4.2.15` | `4.2.19` |



Updates `nuxt` from 3.11.2 to 3.12.4
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.12.4/packages/nuxt)

Updates `@nuxt/devtools` from 1.2.0 to 1.7.0
- [Release notes](https://github.com/nuxt/devtools/releases)
- [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/devtools/commits/v1.7.0/packages/devtools)

Updates `@nuxt/vite-builder` from 3.11.2 to 3.12.4
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.12.4/packages/vite)

Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `cross-spawn` from 7.0.3 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

Updates `micromatch` from 4.0.5 to 4.0.8
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

Updates `rollup` from 3.29.4 to 3.29.5
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v3.29.4...v3.29.5)

Updates `send` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.18.0...0.19.0)

Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...v1.16.2)

Updates `svelte` from 4.2.15 to 4.2.19
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/svelte@4.2.19/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/svelte@4.2.19/packages/svelte)

Updates `vite` from 5.2.10 to 5.4.14
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite)

---
updated-dependencies:
- dependency-name: nuxt
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@nuxt/devtools"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@nuxt/vite-builder"
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: braces
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: cross-spawn
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: micromatch
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: nanoid
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: rollup
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: send
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: serve-static
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: svelte
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2025
Copy link

vercel bot commented Mar 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
harlanzw-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 6, 2025 10:43pm

Copy link

netlify bot commented Mar 6, 2025

Deploy Preview for harlanzw-netlify-edge-clone failed.

Name Link
🔨 Latest commit c2592d6
🔍 Latest deploy log https://app.netlify.com/sites/harlanzw-netlify-edge-clone/deploys/67ca249b9b638b0008fad8b2

Copy link

netlify bot commented Mar 6, 2025

Deploy Preview for harlanzw-netlify-clone failed.

Name Link
🔨 Latest commit c2592d6
🔍 Latest deploy log https://app.netlify.com/sites/harlanzw-netlify-clone/deploys/67ca249b3ef9880008db1827

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants