-
Notifications
You must be signed in to change notification settings - Fork 21
feat(#693): update modules to use @nuxt/kit #697
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
Open
Decipher
wants to merge
22
commits into
develop
Choose a base branch
from
feature/693-nuxt_kit
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7d7a575
feat(#693): update druxt-blocks for @nuxt/kit
Decipher beecae9
feat(#693): update druxt-breadcrumb for @nuxt/kit
Decipher 31fa183
feat(#693): update druxt for @nuxt/kit
Decipher b280e85
feat(#693): update druxt-entity for @nuxt/kit
Decipher 0b075d7
feat(#693): update druxt-menu for @nuxt/kit
Decipher 758ccff
feat(#693): update druxt-router for @nuxt/kit
Decipher 1202487
feat(#693): update druxt-schema for @nuxt/kit
Decipher 29fa813
feat(#693): update druxt-site for @nuxt/kit
Decipher faf6e4a
feat(#693): update druxt-views for @nuxt/kit
Decipher 7d16704
chore(#693): update vm and node versions
Decipher 27ff2b4
chore(#693): update druxt-site example
Decipher 3357365
chore(#693): update dependencies
Decipher f979e5b
chore(#693): add changeset
Decipher 88df379
chore(#693): update node version
Decipher d8b8ca6
chore(#693): re-implement dev tools plugin
Decipher 7fa1ef9
chore(#693): reimplement storybook
Decipher 42bd94f
chore(#693): fix storybook unit tests
Decipher bcf0646
chore(#693): prevent errors with missing data in storybook
Decipher 6e2cd96
chore(#693): add test coverage
Decipher 0f0cf4f
chore(#693): cleanup todos
Decipher 0828671
chore(#693): improved test coverage
Decipher 34ada4d
chore(#693): updated tests
Decipher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| --- | ||
| "druxt-breadcrumb": minor | ||
| "druxt-blocks": minor | ||
| "druxt-entity": minor | ||
| "druxt-router": minor | ||
| "druxt-schema": minor | ||
| "druxt": minor | ||
| "druxt-views": minor | ||
| "druxt-menu": minor | ||
| "druxt-site": minor | ||
| --- | ||
|
|
||
| feat(#693): update Nuxt modules to use @nuxt/kit. | ||
|
|
||
| ⚠ Breaking changes | ||
|
|
||
| Node version >=18 is required to use `@nuxt/kit`. | ||
|
|
||
| Nuxt module location has changed to 'druxt(-[MODULE])/nuxt' and must be updated | ||
| in your `nuxt.config.js`. | ||
|
|
||
| e.g. | ||
| ```diff | ||
| - modules: ['druxt-site'], | ||
| + modules: ['druxt-site/nuxt'], | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 16.20.2 | ||
| v20.14.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 16.20.2 | ||
| v20.14.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.