Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

fix(kit)!: handle prerelease constraint #7116

Merged
merged 1 commit into from
Aug 31, 2022
Merged

fix(kit)!: handle prerelease constraint #7116

merged 1 commit into from
Aug 31, 2022

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Aug 31, 2022

πŸ”— Linked issue

Resolves nuxt/nuxt#14621

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This PR allows modules to use constraints like ^3.0.0-rc.9. Previously prerelease section were being ignored.

Breaking change: (module authors)

If your module was previously using defineNuxtModule from @nuxt/kit and constraint as ^3.0.0 it needs to be updated to ^3.0.0-rc.8 in order to work again.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@netlify
Copy link

netlify bot commented Aug 31, 2022

βœ… Deploy Preview for nuxt3-docs canceled.

Name Link
πŸ”¨ Latest commit 828b410
πŸ” Latest deploy log https://app.netlify.com/sites/nuxt3-docs/deploys/630fb2105c7b100009cc4447

@pi0 pi0 merged commit 0339a23 into main Aug 31, 2022
@pi0 pi0 deleted the fix/kit-prerelease-check branch August 31, 2022 19:18
danielroe added a commit to danielroe/zetto that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
danielroe added a commit to danielroe/victorgarciaesgi-nuxt-typed-router that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
danielroe added a commit to danielroe/ui that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
danielroe added a commit to danielroe/ymmooot-nuxt-jsonld that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
danielroe added a commit to danielroe/epicmaxco-vuestic-ui that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
danielroe added a commit to danielroe/e-chan1007-nuxt-monaco-editor that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
danielroe added a commit to Diizzayy/nuxt-graphql-client that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
danielroe added a commit to danielroe/nuxt-graphql-server-module that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
Diizzayy pushed a commit to Diizzayy/nuxt-graphql-client that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
jpntex pushed a commit to indielayer/ui that referenced this pull request Sep 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
chz pushed a commit to chz/prismic that referenced this pull request Sep 5, 2022
lihbr pushed a commit to nuxt-modules/prismic that referenced this pull request Sep 5, 2022
Co-authored-by: Chingiz Mammadov <chingiz@Chingizs-MacBook-Pro.local>
m0ksem pushed a commit to epicmaxco/vuestic-ui that referenced this pull request Sep 5, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
mitto98 pushed a commit to mitto98/zetto that referenced this pull request Nov 3, 2022
In nuxt/framework#7116 we made a breaking change allowing modules to use RC constraints. This PR fixes this.
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow enforcing nuxt version with prerelease (rc) tag
2 participants