This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update dependency @nuxtjs/composition-api to v0.32.0 #238
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/nuxtjs-composition-api-0.x
base: master
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.
Conversation
This file contains 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
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
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
4c36d1c
to
b5412e5
Compare
b5412e5
to
09702fe
Compare
09702fe
to
5ec5a84
Compare
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.0
Release Notes
nuxt-community/composition-api
v0.32.0
Compare Source
v0.31.0
Compare Source
v0.30.0
Compare Source
Bug Fixes
.mjs
version 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.3
Compare Source
v0.29.2
Compare Source
v0.29.0
Compare Source
v0.28.0
Compare Source
Features
script setup
syntax (#542) (8bfadeb)Bug Fixes
useFetch
hydration (#541) (4c3e734)v0.27.0
Compare Source
v0.26.0
Compare Source
Bug Fixes
0.25.2 (2021-07-27)
Bug Fixes
onGlobalSetup
(#523) (320c409)0.25.1 (2021-07-22)
v0.25.2
Compare Source
v0.25.1
Compare Source
v0.25.0
Compare Source
Bug Fixes
@vue/composition-api
submodule 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:config
to 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-api
to esm library (5d30325), closes #488v0.24.7
Compare Source
v0.24.6
Compare Source
v0.24.5
Compare Source
v0.24.4
Compare Source
v0.24.3
Compare Source
v0.24.2
Compare Source
v0.24.1
Compare Source
v0.24.0
Compare 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
.mjs
files for runtime templates(outside of Nuxt) only auto-registers plugin if NODE_ENV == 'test'
Bug Fixes
Build System
globals
andregister
to runtime directory (842a724).mjs
files for runtime templates (23afd5a)0.23.4 (2021-04-28)
0.23.3 (2021-04-24)
Bug Fixes
process.server
in vite node build (#462) (7c997c5)0.23.2 (2021-04-19)
Bug Fixes
0.23.1 (2021-04-14)
Bug Fixes
Vue.observable
inuseFetch
(385bb73), closes #455v0.23.4
Compare Source
v0.23.3
Compare Source
v0.23.2
Compare Source
v0.23.1
Compare Source
v0.23.0
Compare Source
⚠ BREAKING CHANGES
@nuxtjs/composition-api/module
is now how the module should be imported innuxt.config
There is no longer a need to amend
moduleNameMapper
in your jest.config - you should remove any entry for@nuxtjs/composition-api
there. 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/babel
has been renamed to@nuxtjs/composition-api/dist/babel-plugin
.@vue/composition-api
is 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
,defineNuxtModule
anddefineNuxtServerMiddleware
have been removed. You can create your own helper with the following code:Bug Fixes
from
rather thanredirectedFrom
fromuseContext
(a159d87), closes #444Code Refactoring
nuxt-vite
compatbility.mjs
(but we polyfill support for this and other.mjs
files in webpack 4).node_modules
rather 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.4
Compare Source
v0.22.3
Compare Source
v0.22.2
Compare Source
v0.22.1
Compare Source
v0.22.0
Compare Source
Features
Bug Fixes
@vue/composition-api
(#391) (7e6334f)v0.21.0
Compare Source
Features
Bug Fixes
upath
in more places for better windows support (#388) (fcd61db)0.20.2 (2021-02-18)
Features
Bug Fixes
ssrRef
in globalSetup (fcf91a7), closes #3790.20.1 (2021-02-15)
Bug Fixes
v0.20.2
Compare Source
v0.20.1
Compare Source
v0.20.0
Compare Source
⚠ BREAKING CHANGES
Features
defineNuxtConfig
helper (6484e97)useRoute
,useRouter
anduseStore
wrapper functions (80e6c08)wrapProperty
helper information (bc0e091)Bug Fixes
static-json
path with custom router base or cdnURL (fca527e), closes #351static-json
folder before dev/build (27e2ffa), closes #337defineNuxtConfig
is accessible within config file (06500ab)0.19.1 (2021-02-04)
Bug Fixes
useFetch
delay to 0 by default (#362) (33b9790)v0.19.1
Compare Source
v0.19.0
Compare Source
Features
Bug Fixes
siroc
to fix windows error (#356) (acdf18d)0.18.1 (2021-01-14)
v0.18.1
Compare Source
v0.18.0
Compare Source
⚠ BREAKING CHANGES
@vue/composition-api
Miscellaneous Chores
@vue/composition-api
(a8fa46d)v0.17.0
Compare Source
Features
readonly
) (9277489)Bug Fixes
ssrRef
doesn't share state across requests when used insetup()
(#310) (61a3b55)0.16.4 (2020-11-25)
Bug Fixes
useMeta
if@nuxtjs/pwa
detected (5dc5e34)0.16.3 (2020-11-25)
Features
build.corejs
version innuxt.config
(b1603cb)0.16.2 (2020-11-25)
Bug Fixes
0.16.1 (2020-11-25)
Bug Fixes
v0.16.4
Compare Source
v0.16.3
Compare Source
v0.16.1
Compare Source
v0.16.0
Compare Source
Features
onGlobalSetup
(15cf20e), closes #305Bug Fixes
0.15.1 (2020-11-17)
v0.15.1
Compare Source
v0.15.0
Compare Source
Features
del
) (4845254)Bug Fixes
v0.14.0
Compare Source
Features
del
) (4845254)0.13.5 (2020-10-17)
0.13.4 (2020-10-16)
Features
reqRef
andssrReqRef
for 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
useMeta
from sharing state in ssr (#268) (e54cefe)v0.13.5
Compare Source
v0.13.4
Compare Source
v0.13.3
Compare Source
v0.13.2
Compare Source
v0.13.1
Compare 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.