[PR #113] [CLOSED] fix(deps): bump @nuxtjs/composition-api from 0.23.4 to 0.25.1 #119

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/113
Author: @dependabot[bot]
Created: 7/23/2021
Status: Closed

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


📝 Commits (1)

  • 3bf176a fix(deps): bump @nuxtjs/composition-api from 0.23.4 to 0.25.1

📊 Changes

2 files changed (+16 additions, -15 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+15 -14)

📄 Description

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

Release notes

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

v0.25.1

0.25.1 (2021-07-22)

v0.25.0

0.25.0 (2021-07-21)

Bug Fixes

  • @vue/composition-api submodule resolution (#517) (bb76b53)

v0.24.7

0.24.7 (2021-07-12)

v0.24.6

0.24.6 (2021-07-02)

v0.24.5

0.24.5 (2021-06-24)

v0.24.4

0.24.4 (2021-06-07)

v0.24.3

0.24.3 (2021-06-02)

Bug Fixes

  • use webpack:config to add entry for better nuxt/storybook compatibility (#495) (1b07abe), closes #494

v0.24.2

0.24.2 (2021-05-28)

v0.24.1

0.24.1 (2021-05-28)

Bug Fixes

  • alias @nuxtjs/composition-api to esm library (5d30325), closes #488

v0.24.0

0.24.0 (2021-05-21)

⚠ BREAKING CHANGES

  • package exports have been moved

... (truncated)

Changelog

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

0.25.1 (2021-07-22)

0.25.0 (2021-07-21)

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

  • 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

0.24.0 (2021-05-21)

⚠ BREAKING CHANGES

  • package exports have been moved

  • see nuxt-community/composition-api#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

... (truncated)

Commits
  • e2aac3e chore: release v0.25.1
  • 73a0f01 chore: upgrade dev deps and unpin vue composition api
  • 2879967 chore: release v0.25.0
  • bb76b53 fix: @vue/composition-api submodule resolution (#517)
  • 97deb33 chore: upgrade deps
  • ff7a7a4 chore: release v0.24.7
  • b216910 chore: upgrade vue composition api
  • 181a844 docs: remove --dev flag in home page snippet (#501)
  • 18f66ea docs: remove "2 second interval" advice for ssg (#511)
  • 0d6683e chore: release v0.24.6
  • 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/113 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/23/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/composition-api-0.25.1` --- ### 📝 Commits (1) - [`3bf176a`](https://github.com/ArthurDanjou/website-old/commit/3bf176a686a0229047c3858fe4cd4920ef6c01d4) fix(deps): bump @nuxtjs/composition-api from 0.23.4 to 0.25.1 ### 📊 Changes **2 files changed** (+16 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+15 -14) </details> ### 📄 Description Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.23.4 to 0.25.1. <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.25.1</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.25.0...0.25.1">0.25.1</a> (2021-07-22)</h3> <h2>v0.25.0</h2> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.24.7...0.25.0">0.25.0</a> (2021-07-21)</h2> <h3>Bug Fixes</h3> <ul> <li><code>@vue/composition-api</code> submodule resolution (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/517">#517</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/bb76b5379a1362e8fcb90ea40340f8aeef3c057a">bb76b53</a>)</li> </ul> <h2>v0.24.7</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.6...0.24.7">0.24.7</a> (2021-07-12)</h3> <h2>v0.24.6</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.5...0.24.6">0.24.6</a> (2021-07-02)</h3> <h2>v0.24.5</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.4...0.24.5">0.24.5</a> (2021-06-24)</h3> <h2>v0.24.4</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.3...0.24.4">0.24.4</a> (2021-06-07)</h3> <h2>v0.24.3</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.2...0.24.3">0.24.3</a> (2021-06-02)</h3> <h3>Bug Fixes</h3> <ul> <li>use <code>webpack:config</code> to add entry for better nuxt/storybook compatibility (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/495">#495</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/1b07abeada072da79c1f0105d73389b799f4f8e1">1b07abe</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/494">#494</a></li> </ul> <h2>v0.24.2</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/list...0.24.2">0.24.2</a> (2021-05-28)</h3> <h2>v0.24.1</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.0...0.24.1">0.24.1</a> (2021-05-28)</h3> <h3>Bug Fixes</h3> <ul> <li>alias <code>@nuxtjs/composition-api</code> to esm library (<a href="https://github.com/nuxt-community/composition-api/commit/5d303252fc45da6add8827d745e0ca69d3c8f8c5">5d30325</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/488">#488</a></li> </ul> <h2>v0.24.0</h2> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.23.4...0.24.0">0.24.0</a> (2021-05-21)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>package exports have been moved</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.25.0...0.25.1">0.25.1</a> (2021-07-22)</h3> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.24.7...0.25.0">0.25.0</a> (2021-07-21)</h2> <h3>Bug Fixes</h3> <ul> <li><code>@vue/composition-api</code> submodule resolution (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/517">#517</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/bb76b5379a1362e8fcb90ea40340f8aeef3c057a">bb76b53</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.6...0.24.7">0.24.7</a> (2021-07-12)</h3> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.5...0.24.6">0.24.6</a> (2021-07-02)</h3> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.4...0.24.5">0.24.5</a> (2021-06-24)</h3> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.3...0.24.4">0.24.4</a> (2021-06-07)</h3> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.2...0.24.3">0.24.3</a> (2021-06-02)</h3> <h3>Bug Fixes</h3> <ul> <li>use <code>webpack:config</code> to add entry for better nuxt/storybook compatibility (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/495">#495</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/1b07abeada072da79c1f0105d73389b799f4f8e1">1b07abe</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/494">#494</a></li> </ul> <h3><a href="https://github.com/nuxt-community/composition-api/compare/list...0.24.2">0.24.2</a> (2021-05-28)</h3> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.24.0...0.24.1">0.24.1</a> (2021-05-28)</h3> <h3>Bug Fixes</h3> <ul> <li>alias <code>@nuxtjs/composition-api</code> to esm library (<a href="https://github.com/nuxt-community/composition-api/commit/5d303252fc45da6add8827d745e0ca69d3c8f8c5">5d30325</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/488">#488</a></li> </ul> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.23.4...0.24.0">0.24.0</a> (2021-05-21)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li> <p>package exports have been moved</p> </li> <li> <p>see <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/pull/480">nuxt-community/composition-api#480</a> for context and further changes to come</p> </li> <li> <p>output <code>.mjs</code> files for runtime templates</p> </li> <li> <p>(outside of Nuxt) only auto-registers plugin if NODE_ENV == 'test'</p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li>add meta plugin after other modules (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/481">#481</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/86ed34ee95640fc9c1039f5ec70c60d7797275fa">86ed34e</a>)</li> <li>rework composition API registration (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/484">#484</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/1e423c3783ba2aa70b38a536366623cf8b181515">1e423c3</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/476">#476</a> <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/479">#479</a></li> </ul> <h3>Build System</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/e2aac3e7052bb6f393e9eb3e8c1e1add1beb387f"><code>e2aac3e</code></a> chore: release v0.25.1</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/73a0f010dd4cc9012563faeb5cc49c6f29f351c8"><code>73a0f01</code></a> chore: upgrade dev deps and unpin vue composition api</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/2879967f5785419f236c3f386c2975c42318ecf2"><code>2879967</code></a> chore: release v0.25.0</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/bb76b5379a1362e8fcb90ea40340f8aeef3c057a"><code>bb76b53</code></a> fix: <code>@vue/composition-api</code> submodule resolution (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/517">#517</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/97deb33df0300482b922ee28ebad47c8961a2a8a"><code>97deb33</code></a> chore: upgrade deps</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/ff7a7a4756fcaae6525b64a8954c3dd3f681e697"><code>ff7a7a4</code></a> chore: release v0.24.7</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/b21691007b321523fc7bcebe8050561e7ebee405"><code>b216910</code></a> chore: upgrade vue composition api</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/181a844ac468253ed3d660d3e0d8d86037583e50"><code>181a844</code></a> docs: remove <code>--dev</code> flag in home page snippet (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/501">#501</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/18f66ea252c2075f1b9132b92e799166137df5d7"><code>18f66ea</code></a> docs: remove &quot;2 second interval&quot; advice for ssg (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/511">#511</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/0d6683ee30d1d16cf1debc55741f0b392dc58cb3"><code>0d6683e</code></a> chore: release v0.24.6</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/composition-api/compare/0.23.4...0.25.1">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.23.4&new-version=0.25.1)](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:59 +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#119