[PR #60] [CLOSED] fix(deps): bump @nuxtjs/composition-api from 0.22.4 to 0.23.4 #62

Closed
opened 2025-12-01 17:05:47 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/60
Author: @dependabot[bot]
Created: 4/29/2021
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/nuxtjs/composition-api-0.23.4


📝 Commits (1)

  • a4a1f4d fix(deps): bump @nuxtjs/composition-api from 0.22.4 to 0.23.4

📊 Changes

2 files changed (+39 additions, -848 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+38 -847)

📄 Description

Bumps @nuxtjs/composition-api from 0.22.4 to 0.23.4.

Release notes

Sourced from @​nuxtjs/composition-api's releases.

v0.23.4

0.23.4 (2021-04-28)

v0.23.3

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)

v0.23.2

0.23.2 (2021-04-19)

Bug Fixes

  • register composition api before middleware (9d4165a), closes #457

v0.23.1

0.23.1 (2021-04-14)

Bug Fixes

  • use reactive rather than Vue.observable in useFetch (385bb73), closes #455

v0.23.0

0.23.0 (2021-04-12)

⚠ 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

... (truncated)

Changelog

Sourced from @​nuxtjs/composition-api's changelog.

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

0.23.0 (2021-04-12)

⚠ 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

... (truncated)

Commits
  • 53b1de6 chore: release v0.23.4
  • 9d398c8 chore: upgrade deps
  • b3411bf refactor: align register with globals
  • 16e21eb refactor: extract vca registration into an external/shared js file (#470)
  • 13493b2 chore: release v0.23.3
  • 7c997c5 fix: alias module so we can access process.server in vite node build (#462)
  • d059dfd chore(deps): update all non-major dependencies (#463)
  • a78ef01 chore: upgrade ufo and defu
  • 1c88f73 chore(deps): update devdependency core-js to v3.11.0 (#458)
  • cf4f438 fix: correctly generate vite sourcemap
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ArthurDanjou/website-old/pull/60 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/29/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/composition-api-0.23.4` --- ### 📝 Commits (1) - [`a4a1f4d`](https://github.com/ArthurDanjou/website-old/commit/a4a1f4d6b14cfd8da28bd43baacacabe26cf206c) fix(deps): bump @nuxtjs/composition-api from 0.22.4 to 0.23.4 ### 📊 Changes **2 files changed** (+39 additions, -848 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+38 -847) </details> ### 📄 Description Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.22.4 to 0.23.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/composition-api/releases"><code>@​nuxtjs/composition-api</code>'s releases</a>.</em></p> <blockquote> <h2>v0.23.4</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.23.3...0.23.4">0.23.4</a> (2021-04-28)</h3> <h2>v0.23.3</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.23.2...0.23.3">0.23.3</a> (2021-04-24)</h3> <h3>Bug Fixes</h3> <ul> <li>alias module so we can access <code>process.server</code> in vite node build (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/462">#462</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/7c997c5701e9d5b23af313de44df0d95655daa6a">7c997c5</a>)</li> <li>correctly generate vite sourcemap (<a href="https://github.com/nuxt-community/composition-api/commit/cf4f4389b0955874cfe87360326c484b82abb50b">cf4f438</a>)</li> <li>export default from register entry (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/461">#461</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/e491722656a548ffe262aab49bd4471a5318a587">e491722</a>)</li> </ul> <h2>v0.23.2</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.23.1...0.23.2">0.23.2</a> (2021-04-19)</h3> <h3>Bug Fixes</h3> <ul> <li>register composition api before middleware (<a href="https://github.com/nuxt-community/composition-api/commit/9d4165a3511ffeb2cf1e0584a303565b41b0f968">9d4165a</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/457">#457</a></li> </ul> <h2>v0.23.1</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.23.0...0.23.1">0.23.1</a> (2021-04-14)</h3> <h3>Bug Fixes</h3> <ul> <li>use reactive rather than <code>Vue.observable</code> in <code>useFetch</code> (<a href="https://github.com/nuxt-community/composition-api/commit/385bb73bab6cfbc06e4567fe3e314d1b6888f830">385bb73</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/455">#455</a></li> </ul> <h2>v0.23.0</h2> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.22.4...0.23.0">0.23.0</a> (2021-04-12)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li> <p><code>@nuxtjs/composition-api/module</code> is now how the module should be imported in <code>nuxt.config</code></p> </li> <li> <p>There is no longer a need to amend <code>moduleNameMapper</code> in your jest.config - you should remove any entry for <code>@nuxtjs/composition-api</code> there. When used outside a Nuxt context, the module will 'auto-mock' and use <a href="https://github.com/nuxt-community/composition-api/blob/be94d4f4e1321565864dd3d3d5e850f7cabf6ca9/src/globals.ts">https://github.com/nuxt-community/composition-api/blob/be94d4f4e1321565864dd3d3d5e850f7cabf6ca9/src/globals.ts</a> instead of live Nuxt configuration.</p> </li> <li> <p><code>@nuxtjs/composition-api/babel</code> has been renamed to <code>@nuxtjs/composition-api/dist/babel-plugin</code>.</p> </li> <li> <p><code>@vue/composition-api</code> is no longer transpiled by default. You should consider adding it to <code>build.transpile</code>, but note that you may also need to add any other libraries that also use <code>@vue/composition-api</code>.</p> </li> <li> <p>You should ensure you haven't named any layout '0' as this will conflict with how this package is registering the Vue Composition API.</p> </li> <li> <p><code>defineNuxtConfig</code>, <code>defineNuxtModule</code> and <code>defineNuxtServerMiddleware</code> have been removed. You can create your own helper with the following code:</p> <pre lang="ts"><code>import { Module, ServerMiddleware, NuxtConfig } from '@nuxt/types' <p>export const defineNuxtModule = &lt;T extends Record&lt;string, unknown&gt;&gt;(module: Module&lt;T&gt;) =&gt; module </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nuxt-community/composition-api/blob/main/CHANGELOG.md"><code>@​nuxtjs/composition-api</code>'s changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.23.3...0.23.4">0.23.4</a> (2021-04-28)</h3> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.23.2...0.23.3">0.23.3</a> (2021-04-24)</h3> <h3>Bug Fixes</h3> <ul> <li>alias module so we can access <code>process.server</code> in vite node build (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/462">#462</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/7c997c5701e9d5b23af313de44df0d95655daa6a">7c997c5</a>)</li> <li>correctly generate vite sourcemap (<a href="https://github.com/nuxt-community/composition-api/commit/cf4f4389b0955874cfe87360326c484b82abb50b">cf4f438</a>)</li> <li>export default from register entry (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/461">#461</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/e491722656a548ffe262aab49bd4471a5318a587">e491722</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.23.1...0.23.2">0.23.2</a> (2021-04-19)</h3> <h3>Bug Fixes</h3> <ul> <li>register composition api before middleware (<a href="https://github.com/nuxt-community/composition-api/commit/9d4165a3511ffeb2cf1e0584a303565b41b0f968">9d4165a</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/457">#457</a></li> </ul> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.23.0...0.23.1">0.23.1</a> (2021-04-14)</h3> <h3>Bug Fixes</h3> <ul> <li>use reactive rather than <code>Vue.observable</code> in <code>useFetch</code> (<a href="https://github.com/nuxt-community/composition-api/commit/385bb73bab6cfbc06e4567fe3e314d1b6888f830">385bb73</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/455">#455</a></li> </ul> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.22.4...0.23.0">0.23.0</a> (2021-04-12)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li> <p><code>@nuxtjs/composition-api/module</code> is now how the module should be imported in <code>nuxt.config</code></p> </li> <li> <p>There is no longer a need to amend <code>moduleNameMapper</code> in your jest.config - you should remove any entry for <code>@nuxtjs/composition-api</code> there. When used outside a Nuxt context, the module will 'auto-mock' and use <a href="https://github.com/nuxt-community/composition-api/blob/be94d4f4e1321565864dd3d3d5e850f7cabf6ca9/src/globals.ts">https://github.com/nuxt-community/composition-api/blob/be94d4f4e1321565864dd3d3d5e850f7cabf6ca9/src/globals.ts</a> instead of live Nuxt configuration.</p> </li> <li> <p><code>@nuxtjs/composition-api/babel</code> has been renamed to <code>@nuxtjs/composition-api/dist/babel-plugin</code>.</p> </li> <li> <p><code>@vue/composition-api</code> is no longer transpiled by default. You should consider adding it to <code>build.transpile</code>, but note that you may also need to add any other libraries that also use <code>@vue/composition-api</code>.</p> </li> <li> <p>You should ensure you haven't named any layout '0' as this will conflict with how this package is registering the Vue Composition API.</p> </li> <li> <p><code>defineNuxtConfig</code>, <code>defineNuxtModule</code> and <code>defineNuxtServerMiddleware</code> have been removed. You can create your own helper with the following code:</p> <pre lang="ts"><code>import { Module, ServerMiddleware, NuxtConfig } from '@nuxt/types' <p>export const defineNuxtModule = &lt;T extends Record&lt;string, unknown&gt;&gt;(module: Module&lt;T&gt;) =&gt; module export const defineNuxtServerMiddleware = (serverMiddleware: ServerMiddleware) =&gt; serverMiddleware export const defineNuxtConfig = (config: NuxtConfig) =&gt; config </code></pre></p> </li> </ul> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/composition-api/commit/53b1de66c45c8e4960b9f962676d8a0eeaaf6607"><code>53b1de6</code></a> chore: release v0.23.4</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/9d398c816e6b4eed6472a0befd3ea864f83ce3c1"><code>9d398c8</code></a> chore: upgrade deps</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/b3411bf2906024ea23242e4e2ff06a4b18745af5"><code>b3411bf</code></a> refactor: align <code>register</code> with <code>globals</code></li> <li><a href="https://github.com/nuxt-community/composition-api/commit/16e21eb06d6ca6fbba6b752eb908b342e0426dca"><code>16e21eb</code></a> refactor: extract vca registration into an external/shared js file (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/470">#470</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/13493b23492aaa7a89976c259d775e4d8677553c"><code>13493b2</code></a> chore: release v0.23.3</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/7c997c5701e9d5b23af313de44df0d95655daa6a"><code>7c997c5</code></a> fix: alias module so we can access <code>process.server</code> in vite node build (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/462">#462</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/d059dfd1440a1391b40ec14dd7aa7aa1a07b33a4"><code>d059dfd</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/463">#463</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/a78ef013f25027f90dff05754dd0c8403aff6ec9"><code>a78ef01</code></a> chore: upgrade ufo and defu</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/1c88f73a5e4cb8d8923d9fc3160284cee3dbe7f3"><code>1c88f73</code></a> chore(deps): update devdependency core-js to v3.11.0 (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/458">#458</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/cf4f4389b0955874cfe87360326c484b82abb50b"><code>cf4f438</code></a> fix: correctly generate vite sourcemap</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/composition-api/compare/0.22.4...0.23.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nuxtjs/composition-api&package-manager=npm_and_yarn&previous-version=0.22.4&new-version=0.23.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
arthur added the pull-request label 2025-12-01 17:05:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: arthur/website-old#62