hywax / nuxt-cron

A Nuxt module for cron jobs in your app.
https://nuxt-cron.hywax.space
MIT License
45 stars 3 forks source link

Bump @nuxt/schema from 3.9.0 to 3.9.1 #11

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps @nuxt/schema from 3.9.0 to 3.9.1.

Release notes

Sourced from @​nuxt/schema's releases.

v3.9.1

3.9.1 is a regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the vue and unjs ecosystems.

👉 Changelog

compare changes

🔥 Performance

  • nuxt: Avoid multiple iterations in useRequestHeaders (#24853)
  • kit,schema,nuxt: Refactor startsWith to array access (#24744)
  • nuxt: Use single iteration when normalising routes (#24946)
  • nuxt: Remove some line breaks when rendering html (#24888)

🩹 Fixes

  • nuxt: Catch error in NuxtErrorBoundary with ssr: false (#24896)
  • kit: Show correct error when module can't be loaded (#24957)
  • nuxt: Deeply watch island props (#24986)
  • nuxt: Don't show transition on initial page load (#24935)
  • nuxt: Clone cookie to detect changes within object (#25007)
  • nuxt: Do not warn about missing layouts on error page (#25008)
  • nuxt: Ignore plugins typed as any in inferred injections (#25010)
  • nuxt: Reuse intermediate setup state in <ClientOnly> (#25009)
  • nuxt: Skip scanning layout/middleware without name (#25015)
  • nuxt: Wrap universal router currentRoute in Ref (#25026)
  • nuxt: Stop loading indicator if page keys are the same (#24931)

💅 Refactors

  • nuxt: Remove old reference to nuxt-config-schema (#25067)

📖 Documentation

  • Switch features/future docs (f5676fba5)
  • Corrected json syntax in 7.esm.md (#24937)
  • Specify yarn pnp opt-out for install (#24923)
  • Capitalise hash for vue-router docs link (#24948)
  • Add badge for callOnce utility (792cf6713)
  • Warn about hydration issue with URL fragment (#24961)

... (truncated)

Commits
  • 6736dec v3.9.1
  • 6acca6f chore(deps): update dependency defu to ^6.1.4 (main) (#25075)
  • dc02809 chore(deps): update all non-major dependencies (main) (#25056)
  • 3cdef69 chore(deps): update all non-major dependencies (main) (#25036)
  • 36b9106 chore(deps): update all non-major dependencies to v3.4.4 (main) (#25027)
  • 4dd87f6 chore(deps): update all non-major dependencies (main) (#24951)
  • 34b5299 chore(deps): update all non-major dependencies (main) (#24924)
  • c2b94d4 perf(kit,schema,nuxt): refactor startsWith to array access (#24744)
  • f5676fb docs: switch features/future docs
  • 95e4b3e chore(deps): update dependency webpack-dev-middleware to v7 (main) (#24906)
  • See full diff in compare view


Dependabot compatibility score

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 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)
dependabot[bot] commented 6 months ago

Looks like @nuxt/schema is up-to-date now, so this is no longer needed.