This repository was archived by the owner on Mar 19, 2024. It is now read-only.
fix(deps): update dependency @nuxtjs/composition-api to v0.32.0#238
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency @nuxtjs/composition-api to v0.32.0#238renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
064d1bc to
a1e7380
Compare
a1e7380 to
faa89bf
Compare
faa89bf to
03043f2
Compare
03043f2 to
83d5d72
Compare
d267628 to
cc799f5
Compare
cc799f5 to
a715f45
Compare
7a784fe to
68fd7ad
Compare
68fd7ad to
dea8657
Compare
85831e5 to
0638ee3
Compare
0638ee3 to
f33cca7
Compare
8677729 to
9904723
Compare
9904723 to
40cc9af
Compare
7b49060 to
3242ff4
Compare
3242ff4 to
df6e539
Compare
df6e539 to
dfec331
Compare
dfec331 to
2d5033e
Compare
2d5033e to
63b2a64
Compare
63b2a64 to
f66ca57
Compare
f66ca57 to
800e5bd
Compare
800e5bd to
9a4bd4e
Compare
9a4bd4e to
7166ebf
Compare
7166ebf to
deb27fb
Compare
deb27fb to
7cc9687
Compare
7cc9687 to
4c36d1c
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR contains the following updates:
0.13.0->0.32.0Release Notes
nuxt-community/composition-api
v0.32.0Compare Source
v0.31.0Compare Source
v0.30.0Compare Source
Bug Fixes
.mjsversion of@vue/compoisition-api(#577) (f49884b)0.29.3 (2021-10-11)
Bug Fixes
0.29.2 (2021-09-21)
Features
@vue/composition-api(6d0ebd0)0.29.1 (2021-09-21)
v0.29.3Compare Source
v0.29.2Compare Source
v0.29.0Compare Source
v0.28.0Compare Source
Features
script setupsyntax (#542) (8bfadeb)Bug Fixes
useFetchhydration (#541) (4c3e734)v0.27.0Compare Source
v0.26.0Compare Source
Bug Fixes
0.25.2 (2021-07-27)
Bug Fixes
onGlobalSetup(#523) (320c409)0.25.1 (2021-07-22)
v0.25.2Compare Source
v0.25.1Compare Source
v0.25.0Compare Source
Bug Fixes
@vue/composition-apisubmodule resolution (#517) (bb76b53)0.24.7 (2021-07-12)
0.24.6 (2021-07-02)
0.24.5 (2021-06-24)
0.24.4 (2021-06-07)
0.24.3 (2021-06-02)
Bug Fixes
webpack:configto add entry for better nuxt/storybook compatibility (#495) (1b07abe), closes #4940.24.2 (2021-05-28)
0.24.1 (2021-05-28)
Bug Fixes
@nuxtjs/composition-apito esm library (5d30325), closes #488v0.24.7Compare Source
v0.24.6Compare Source
v0.24.5Compare Source
v0.24.4Compare Source
v0.24.3Compare Source
v0.24.2Compare Source
v0.24.1Compare Source
v0.24.0Compare Source
⚠ BREAKING CHANGES
package exports have been moved
see https://github.com/nuxt-community/composition-api/pull/480 for context and further changes to come
output
.mjsfiles for runtime templates(outside of Nuxt) only auto-registers plugin if NODE_ENV == 'test'
Bug Fixes
Build System
globalsandregisterto runtime directory (842a724).mjsfiles for runtime templates (23afd5a)0.23.4 (2021-04-28)
0.23.3 (2021-04-24)
Bug Fixes
process.serverin vite node build (#462) (7c997c5)0.23.2 (2021-04-19)
Bug Fixes
0.23.1 (2021-04-14)
Bug Fixes
Vue.observableinuseFetch(385bb73), closes #455v0.23.4Compare Source
v0.23.3Compare Source
v0.23.2Compare Source
v0.23.1Compare Source
v0.23.0Compare Source
⚠ BREAKING CHANGES
@nuxtjs/composition-api/moduleis now how the module should be imported innuxt.configThere is no longer a need to amend
moduleNameMapperin your jest.config - you should remove any entry for@nuxtjs/composition-apithere. When used outside a Nuxt context, the module will 'auto-mock' and use https://github.com/nuxt-community/composition-api/blob/be94d4f4e1321565864dd3d3d5e850f7cabf6ca9/src/globals.ts instead of live Nuxt configuration.@nuxtjs/composition-api/babelhas been renamed to@nuxtjs/composition-api/dist/babel-plugin.@vue/composition-apiis no longer transpiled by default. You should consider adding it tobuild.transpile, but note that you may also need to add any other libraries that also use@vue/composition-api.You should ensure you haven't named any layout '0' as this will conflict with how this package is registering the Vue Composition API.
defineNuxtConfig,defineNuxtModuleanddefineNuxtServerMiddlewarehave been removed. You can create your own helper with the following code:Bug Fixes
fromrather thanredirectedFromfromuseContext(a159d87), closes #444Code Refactoring
nuxt-vitecompatbility.mjs(but we polyfill support for this and other.mjsfiles in webpack 4).node_modulesrather than being templated, with a limited template for the config.0.22.4 (2021-03-23)
Bug Fixes
0.22.3 (2021-03-20)
Bug Fixes
0.22.2 (2021-03-20)
0.22.1 (2021-03-11)
v0.22.4Compare Source
v0.22.3Compare Source
v0.22.2Compare Source
v0.22.1Compare Source
v0.22.0Compare Source
Features
Bug Fixes
@vue/composition-api(#391) (7e6334f)v0.21.0Compare Source
Features
Bug Fixes
upathin more places for better windows support (#388) (fcd61db)0.20.2 (2021-02-18)
Features
Bug Fixes
ssrRefin globalSetup (fcf91a7), closes #3790.20.1 (2021-02-15)
Bug Fixes
v0.20.2Compare Source
v0.20.1Compare Source
v0.20.0Compare Source
⚠ BREAKING CHANGES
Features
defineNuxtConfighelper (6484e97)useRoute,useRouteranduseStorewrapper functions (80e6c08)wrapPropertyhelper information (bc0e091)Bug Fixes
static-jsonpath with custom router base or cdnURL (fca527e), closes #351static-jsonfolder before dev/build (27e2ffa), closes #337defineNuxtConfigis accessible within config file (06500ab)0.19.1 (2021-02-04)
Bug Fixes
useFetchdelay to 0 by default (#362) (33b9790)v0.19.1Compare Source
v0.19.0Compare Source
Features
Bug Fixes
sirocto fix windows error (#356) (acdf18d)0.18.1 (2021-01-14)
v0.18.1Compare Source
v0.18.0Compare Source
⚠ BREAKING CHANGES
@vue/composition-apiMiscellaneous Chores
@vue/composition-api(a8fa46d)v0.17.0Compare Source
Features
readonly) (9277489)Bug Fixes
ssrRefdoesn't share state across requests when used insetup()(#310) (61a3b55)0.16.4 (2020-11-25)
Bug Fixes
useMetaif@nuxtjs/pwadetected (5dc5e34)0.16.3 (2020-11-25)
Features
build.corejsversion innuxt.config(b1603cb)0.16.2 (2020-11-25)
Bug Fixes
0.16.1 (2020-11-25)
Bug Fixes
v0.16.4Compare Source
v0.16.3Compare Source
v0.16.1Compare Source
v0.16.0Compare Source
Features
onGlobalSetup(15cf20e), closes #305Bug Fixes
0.15.1 (2020-11-17)
v0.15.1Compare Source
v0.15.0Compare Source
Features
del) (4845254)Bug Fixes
v0.14.0Compare Source
Features
del) (4845254)0.13.5 (2020-10-17)
0.13.4 (2020-10-16)
Features
reqRefandssrReqReffor refs to be reset per-request (b6f327c)0.13.3 (2020-10-15)
Bug Fixes
0.13.2 (2020-10-15)
Bug Fixes
0.13.1 (2020-10-14)
Bug Fixes
useMetafrom sharing state in ssr (#268) (e54cefe)v0.13.5Compare Source
v0.13.4Compare Source
v0.13.3Compare Source
v0.13.2Compare Source
v0.13.1Compare Source
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.