Skip to content
This repository has been 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
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 29, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/composition-api 0.13.0 -> 0.32.0 age adoption passing confidence

Release Notes

nuxt-community/composition-api

v0.32.0

Compare Source

v0.31.0

Compare Source

v0.30.0

Compare Source

Bug Fixes
0.29.3 (2021-10-11)
Bug Fixes
0.29.2 (2021-09-21)
Features
  • add new exports from @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
Bug Fixes

v0.27.0

Compare Source

v0.26.0

Compare Source

Bug Fixes
0.25.2 (2021-07-27)
Bug Fixes
0.25.1 (2021-07-22)

v0.25.2

Compare Source

v0.25.1

Compare Source

v0.25.0

Compare Source

Bug Fixes
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
  • use webpack:config to add entry for better nuxt/storybook compatibility (#​495) (1b07abe), closes #​494
0.24.2 (2021-05-28)
0.24.1 (2021-05-28)
Bug Fixes
  • alias @nuxtjs/composition-api to esm library (5d30325), closes #​488

v0.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
Bug Fixes
Build System
  • move globals and register to runtime directory (842a724)
  • output .mjs files for runtime templates (23afd5a)
0.23.4 (2021-04-28)
0.23.3 (2021-04-24)
Bug Fixes
  • alias module so we can access process.server in vite node build (#​462) (7c997c5)
  • correctly generate vite sourcemap (cf4f438)
  • export default from register entry (#​461) (e491722)
0.23.2 (2021-04-19)
Bug Fixes
  • register composition api before middleware (9d4165a), closes #​457
0.23.1 (2021-04-14)
Bug Fixes
  • use reactive rather than Vue.observable in useFetch (385bb73), closes #​455

v0.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 in nuxt.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 to build.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 and defineNuxtServerMiddleware have been removed. You can create your own helper with the following code:

    import { Module, ServerMiddleware, NuxtConfig } from '@​nuxt/types'
    
    export const defineNuxtModule = <T extends Record<string, unknown>>(module: Module<T>) => module
    export const defineNuxtServerMiddleware = (serverMiddleware: ServerMiddleware) => serverMiddleware
    export const defineNuxtConfig = (config: NuxtConfig) => config
Bug Fixes
Code Refactoring
  • change how library is imported (#​418) (5bb1a72)
    • fixed an issue with nuxt-vite compatbility
  • significant packaging changes (#​438) (ddc9c0f)
    • The ESM version of the library is now .mjs (but we polyfill support for this and other .mjs files in webpack 4).
    • This library is now located within node_modules rather than being templated, with a limited template for the config.
0.22.4 (2021-03-23)
Bug Fixes
  • prevent resolution errors on old node versions (df3e2fd)
0.22.3 (2021-03-20)
Bug Fixes
  • ensure that injected plugin is inserted first (5cd13bc), closes #​406
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

v0.21.0

Compare Source

Features
Bug Fixes
0.20.2 (2021-02-18)
Features
Bug Fixes
0.20.1 (2021-02-15)
Bug Fixes

v0.20.2

Compare Source

v0.20.1

Compare Source

v0.20.0

Compare Source

⚠ BREAKING CHANGES
  • split out types and imports
Features
Bug Fixes
  • correct static-json path with custom router base or cdnURL (fca527e), closes #​351
  • create static-json folder before dev/build (27e2ffa), closes #​337
  • ensure defineNuxtConfig is accessible within config file (06500ab)
  • split out types and imports (cc81ad6), closes #​334
  • type issues with new wrapper functions (fb2aa09)
  • use es module version of entrypoint in build (72e753a)
0.19.1 (2021-02-04)
Bug Fixes

v0.19.1

Compare Source

v0.19.0

Compare Source

Features
  • add compositionAPI flag in jsx babel configuration (#​304) (fec4218)
Bug Fixes
0.18.1 (2021-01-14)

v0.18.1

Compare Source

v0.18.0

Compare Source

⚠ BREAKING CHANGES
  • upgrade @vue/composition-api
Miscellaneous Chores
  • upgrade @vue/composition-api (a8fa46d)

v0.17.0

Compare Source

Features
  • upgrade to vca beta 21 (adds readonly) (9277489)
Bug Fixes
  • ensure ssrRef doesn't share state across requests when used in setup() (#​310) (61a3b55)
0.16.4 (2020-11-25)
Bug Fixes
  • completely disable support for global useMeta if @nuxtjs/pwa detected (5dc5e34)
0.16.3 (2020-11-25)
Features
  • respect explicitly set build.corejs version in nuxt.config (b1603cb)
0.16.2 (2020-11-25)
Bug Fixes
  • ensure meta plugin is loaded last (c5c7299)
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
  • allow accessing meta properties in onGlobalSetup (15cf20e), closes #​305
Bug Fixes
0.15.1 (2020-11-17)

v0.15.1

Compare Source

v0.15.0

Compare Source

Features
  • add new export from upstream (del) (4845254)
Bug Fixes
  • address TS bug (e87d610)
  • use globalNuxt in full static mode (1479665)

v0.14.0

Compare Source

Features
  • add new export from upstream (del) (4845254)
0.13.5 (2020-10-17)
0.13.4 (2020-10-16)
Features
  • add reqRef and ssrReqRef for refs to be reset per-request (b6f327c)
0.13.3 (2020-10-15)
Bug Fixes
0.13.2 (2020-10-15)
Bug Fixes
  • reinitialise global setup callbacks on each request (7816afe), closes #​270
0.13.1 (2020-10-14)
Bug Fixes

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 064d1bc to a1e7380 Compare January 8, 2021 11:17
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.17.0 fix(deps): update dependency @nuxtjs/composition-api to v0.18.0 Jan 8, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from a1e7380 to faa89bf Compare January 14, 2021 21:18
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.18.0 fix(deps): update dependency @nuxtjs/composition-api to v0.18.1 Jan 14, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from faa89bf to 03043f2 Compare January 26, 2021 00:55
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.18.1 fix(deps): update dependency @nuxtjs/composition-api to v0.19.0 Jan 26, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 03043f2 to 83d5d72 Compare February 4, 2021 17:49
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.19.0 fix(deps): update dependency @nuxtjs/composition-api to v0.19.1 Feb 4, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch 7 times, most recently from d267628 to cc799f5 Compare February 14, 2021 20:37
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.19.1 fix(deps): update dependency @nuxtjs/composition-api to v0.20.0 Feb 14, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from cc799f5 to a715f45 Compare February 15, 2021 09:38
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.20.0 fix(deps): update dependency @nuxtjs/composition-api to v0.20.1 Feb 15, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch 3 times, most recently from 7a784fe to 68fd7ad Compare February 18, 2021 11:08
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.20.1 fix(deps): update dependency @nuxtjs/composition-api to v0.20.2 Feb 18, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 68fd7ad to dea8657 Compare February 20, 2021 13:17
@MartinKanera MartinKanera self-requested a review February 21, 2021 00:33
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch 4 times, most recently from 85831e5 to 0638ee3 Compare March 3, 2021 10:38
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.20.2 fix(deps): update dependency @nuxtjs/composition-api to v0.21.0 Mar 3, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 0638ee3 to f33cca7 Compare March 3, 2021 21:59
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch 2 times, most recently from 7b49060 to 3242ff4 Compare April 19, 2021 18:14
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.23.1 fix(deps): update dependency @nuxtjs/composition-api to v0.23.2 Apr 19, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 3242ff4 to df6e539 Compare April 24, 2021 22:51
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.23.2 fix(deps): update dependency @nuxtjs/composition-api to v0.23.3 Apr 24, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from df6e539 to dfec331 Compare April 28, 2021 17:12
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.23.3 fix(deps): update dependency @nuxtjs/composition-api to v0.23.4 Apr 28, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from dfec331 to 2d5033e Compare April 29, 2021 07:30
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 2d5033e to 63b2a64 Compare May 12, 2021 19:53
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 63b2a64 to f66ca57 Compare May 21, 2021 15:51
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.23.4 fix(deps): update dependency @nuxtjs/composition-api to v0.24.0 May 21, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from f66ca57 to 800e5bd Compare May 28, 2021 11:26
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.24.0 fix(deps): update dependency @nuxtjs/composition-api to v0.24.1 May 28, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 800e5bd to 9a4bd4e Compare May 28, 2021 20:36
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.24.1 fix(deps): update dependency @nuxtjs/composition-api to v0.24.2 May 28, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 9a4bd4e to 7166ebf Compare June 2, 2021 15:19
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.24.2 fix(deps): update dependency @nuxtjs/composition-api to v0.24.3 Jun 2, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 7166ebf to deb27fb Compare June 7, 2021 19:41
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.24.3 fix(deps): update dependency @nuxtjs/composition-api to v0.24.4 Jun 7, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from deb27fb to 7cc9687 Compare June 24, 2021 08:47
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.24.4 fix(deps): update dependency @nuxtjs/composition-api to v0.24.5 Jun 24, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 7cc9687 to 4c36d1c Compare July 2, 2021 14:20
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.24.5 fix(deps): update dependency @nuxtjs/composition-api to v0.24.6 Jul 2, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 4c36d1c to b5412e5 Compare July 12, 2021 13:03
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.24.6 fix(deps): update dependency @nuxtjs/composition-api to v0.24.7 Jul 12, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from b5412e5 to 09702fe Compare October 18, 2021 20:16
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.24.7 fix(deps): update dependency @nuxtjs/composition-api to v0.29.3 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/nuxtjs-composition-api-0.x branch from 09702fe to 5ec5a84 Compare March 7, 2022 12:36
@renovate renovate bot changed the title fix(deps): update dependency @nuxtjs/composition-api to v0.29.3 fix(deps): update dependency @nuxtjs/composition-api to v0.32.0 Mar 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant