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): update dependency site-config-stack to v3 - autoclosed #385

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
site-config-stack (source) ^2.2.21 -> ^3.0.2 age adoption passing confidence

Release Notes

harlan-zw/nuxt-site-config (site-config-stack)

v3.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.1

Compare Source

No significant changes

    View changes on GitHub

v3.0.0

Compare Source

Nuxt Site Config v3

This major breaking change has been made to remove some of the complexity in the module and adds support for the Nuxt SEO v2 stable.

⚠️ Breaking Features
App Config Support Removed

If you were previously configuring your site config through app.config.ts, you will now need to define it in your nuxt.config.ts file.

-export default defineAppConfig({
+export default defineNuxtConfig({
  site: {
    url: 'example.com',
  }
})
Deprecated nuxt-site-config-kit and site-config-stack

The nuxt-site-config-kit and site-config-stack packages should no longer be used or depended on directly. Instead, the subpath exports should be used.

-import {} from 'nuxt-site-config-kit'
+import {} from 'nuxt-site-config/kit'
-import {} from 'site-config-stack'
+import {} from 'nuxt-site-config/utils'
Removed <SiteLink> component

The <SiteLink> component has been removed, please use your own Custom Link Component.

Removed assertSiteConfig function

The assertSiteConfig function has been removed, please validate site config using your own methods.

    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Nov 24, 2024

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

Name Status Preview Updated (UTC)
sitemap-edge-demo ✅ Ready (Inspect) Visit Preview Nov 24, 2024 2:12pm

@renovate renovate bot changed the title chore(deps): update dependency site-config-stack to v3 chore(deps): update dependency site-config-stack to v3 - autoclosed Nov 24, 2024
@renovate renovate bot closed this Nov 24, 2024
@renovate renovate bot deleted the renovate/site-config-stack-3.x branch November 24, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants