[PR #288] fix(deps): bump @nuxtjs/composition-api from 0.32.0 to 0.33.1 #302

Open
opened 2025-12-01 17:06:42 +01:00 by arthur · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/288
Author: @dependabot[bot]
Created: 8/2/2022
Status: 🔄 Open

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


📝 Commits (1)

  • 51786f4 fix(deps): bump @nuxtjs/composition-api from 0.32.0 to 0.33.1

📊 Changes

2 files changed (+27 additions, -135 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+26 -134)

📄 Description

Bumps @nuxtjs/composition-api from 0.32.0 to 0.33.1.

Release notes

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

v0.33.1

0.33.1 (2022-08-01)

Bug Fixes

v0.33.0

0.33.0 (2022-07-08)

⚠ BREAKING CHANGES

  • upgrade defu and other dev-dependencies
  • Some of the API and behaviour differ between Vue 2.7 and @vue/composition-api. In addition, there are some composition utilites that are no longer exported from @nuxtjs/composition-api, such as defineAsyncComponent, warn, etc.

Please read https://blog.vuejs.org/posts/vue-2-7-naruto.html for the announcement and more information.

Features

Miscellaneous Chores

  • upgrade defu and other dev-dependencies (1cbce73)
Changelog

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

0.33.1 (2022-08-01)

Bug Fixes

0.33.0 (2022-07-08)

⚠ BREAKING CHANGES

  • upgrade defu and other dev-dependencies
  • Some of the API and behaviour differ between Vue 2.7 and @vue/composition-api. In addition, there are some composition utilites that are no longer exported from @nuxtjs/composition-api, such as defineAsyncComponent, warn, etc.

Please read https://blog.vuejs.org/posts/vue-2-7-naruto.html for the announcement and more information.

Features

Miscellaneous Chores

  • upgrade defu and other dev-dependencies (1cbce73)
Commits
  • ce62a30 chore: release v0.33.1
  • 0643781 chore(deps): update all non-major dependencies (#660)
  • 3b91919 fix: lower node engine requirement
  • 7c6bb1c chore(deps): update all non-major dependencies (#658)
  • b7cefef chore(deps): update all non-major dependencies (#655)
  • ce45b6f chore(deps): update all non-major dependencies (#650)
  • f61196e chore(deps): update all non-major dependencies to ^5.30.6 (#649)
  • 0a7517f chore(deps): update devdependency happy-dom to ^6.0.3 (#648)
  • 940d91d chore(deps): update all non-major dependencies (#646)
  • 516bc58 chore: release v0.33.0
  • 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/288 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/2/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/composition-api-0.33.1` --- ### 📝 Commits (1) - [`51786f4`](https://github.com/ArthurDanjou/website-old/commit/51786f4c9b792b352a7abf765c1f1b796f15406f) fix(deps): bump @nuxtjs/composition-api from 0.32.0 to 0.33.1 ### 📊 Changes **2 files changed** (+27 additions, -135 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+26 -134) </details> ### 📄 Description Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.32.0 to 0.33.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.33.1</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.33.0...0.33.1">0.33.1</a> (2022-08-01)</h3> <h3>Bug Fixes</h3> <ul> <li>lower node engine requirement (<a href="https://github.com/nuxt-community/composition-api/commit/3b919195f89b0a591d6c6ac5698c1b397fbde697">3b91919</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/662">#662</a></li> </ul> <h2>v0.33.0</h2> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.32.0...0.33.0">0.33.0</a> (2022-07-08)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>upgrade <code>defu</code> and other dev-dependencies</li> <li>Some of the API and behaviour differ between Vue 2.7 and <code>@vue/composition-api</code>. In addition, there are some composition utilites that are no longer exported from <code>@nuxtjs/composition-api</code>, such as <code>defineAsyncComponent</code>, <code>warn</code>, etc.</li> </ul> <p>Please read <a href="https://blog.vuejs.org/posts/vue-2-7-naruto.html">https://blog.vuejs.org/posts/vue-2-7-naruto.html</a> for the announcement and more information.</p> <h3>Features</h3> <ul> <li>use vue 2.7 composition api (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/645">#645</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/ae9307aec6b8f0b5c333f39238ea7339aa8fa411">ae9307a</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/644">#644</a> <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/643">#643</a> <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/593">#593</a></li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>upgrade <code>defu</code> and other dev-dependencies (<a href="https://github.com/nuxt-community/composition-api/commit/1cbce731e807fe6331f6c0f701206806f7ccac7d">1cbce73</a>)</li> </ul> </blockquote> </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.33.0...0.33.1">0.33.1</a> (2022-08-01)</h3> <h3>Bug Fixes</h3> <ul> <li>lower node engine requirement (<a href="https://github.com/nuxt-community/composition-api/commit/3b919195f89b0a591d6c6ac5698c1b397fbde697">3b91919</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/662">#662</a></li> </ul> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.32.0...0.33.0">0.33.0</a> (2022-07-08)</h2> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>upgrade <code>defu</code> and other dev-dependencies</li> <li>Some of the API and behaviour differ between Vue 2.7 and <code>@vue/composition-api</code>. In addition, there are some composition utilites that are no longer exported from <code>@nuxtjs/composition-api</code>, such as <code>defineAsyncComponent</code>, <code>warn</code>, etc.</li> </ul> <p>Please read <a href="https://blog.vuejs.org/posts/vue-2-7-naruto.html">https://blog.vuejs.org/posts/vue-2-7-naruto.html</a> for the announcement and more information.</p> <h3>Features</h3> <ul> <li>use vue 2.7 composition api (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/645">#645</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/ae9307aec6b8f0b5c333f39238ea7339aa8fa411">ae9307a</a>), closes <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/644">#644</a> <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/643">#643</a> <a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/593">#593</a></li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li>upgrade <code>defu</code> and other dev-dependencies (<a href="https://github.com/nuxt-community/composition-api/commit/1cbce731e807fe6331f6c0f701206806f7ccac7d">1cbce73</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/composition-api/commit/ce62a3015f9f39b9dc8f2767a7f6cea21b97daa3"><code>ce62a30</code></a> chore: release v0.33.1</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/0643781f4004cb6d1410f4979f26bc8118f62c0e"><code>0643781</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/660">#660</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/3b919195f89b0a591d6c6ac5698c1b397fbde697"><code>3b91919</code></a> fix: lower node engine requirement</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/7c6bb1c061d75f3e3ea8d1a49d925f3f9f2114ff"><code>7c6bb1c</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/658">#658</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/b7cefeff4bd70054bd01f7741d62978ab1f8fb0a"><code>b7cefef</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/655">#655</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/ce45b6fa08b8ef1135d034ec529b036232fa82f6"><code>ce45b6f</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/650">#650</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/f61196eccb0cf0d274cec0b8bd70020186f80a22"><code>f61196e</code></a> chore(deps): update all non-major dependencies to ^5.30.6 (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/649">#649</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/0a7517f82a1b60f5bf1306f22c6ebeda34264aae"><code>0a7517f</code></a> chore(deps): update devdependency happy-dom to ^6.0.3 (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/648">#648</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/940d91de77a851a02e32d197226c36180a439c94"><code>940d91d</code></a> chore(deps): update all non-major dependencies (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/646">#646</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/516bc58e004b08ba97038d59a4be069f8ec887df"><code>516bc58</code></a> chore: release v0.33.0</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/composition-api/compare/0.32.0...0.33.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.32.0&new-version=0.33.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:06:42 +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#302