[PR #165] [CLOSED] fix(deps): bump @nuxtjs/composition-api from 0.27.0 to 0.29.3 #167

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

📋 Pull Request Information

Original PR: https://github.com/ArthurDanjou/website-old/pull/165
Author: @dependabot[bot]
Created: 10/12/2021
Status: Closed

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


📝 Commits (1)

  • 5596e75 fix(deps): bump @nuxtjs/composition-api from 0.27.0 to 0.29.3

📊 Changes

2 files changed (+277 additions, -14 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+276 -13)

📄 Description

Bumps @nuxtjs/composition-api from 0.27.0 to 0.29.3.

Release notes

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

v0.29.3

0.29.3 (2021-10-11)

Bug Fixes

  • correctly proxify functions within ssrRef (#561) (016ff0a)
  • skip setting values that are unchanged in useFetch (#552) (484b061)

v0.29.2

0.29.2 (2021-09-21)

Features

  • add new exports from @vue/composition-api (6d0ebd0)

v0.29.1

0.29.1 (2021-09-21)

v0.29.0

0.29.0 (2021-09-08)

v0.28.0

0.28.0 (2021-09-04)

Features

Bug Fixes

  • preserve reactive objects on useFetch hydration (#541) (4c3e734)
Changelog

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

0.29.3 (2021-10-11)

Bug Fixes

  • correctly proxify functions within ssrRef (#561) (016ff0a)
  • skip setting values that are unchanged in useFetch (#552) (484b061)

0.29.2 (2021-09-21)

Features

  • add new exports from @vue/composition-api (6d0ebd0)

0.29.1 (2021-09-21)

0.29.0 (2021-09-08)

0.28.0 (2021-09-04)

Features

Bug Fixes

  • preserve reactive objects on useFetch hydration (#541) (4c3e734)
Commits
  • 261207d chore: release v0.29.3
  • 484b061 fix: skip setting values that are unchanged in useFetch (#552)
  • 016ff0a fix: correctly proxify functions within ssrRef (#561)
  • 88fcf02 chore: upgrade dependencies
  • 1e4af7a chore(deps): update devdependency eslint-plugin-jest to v25 (#566)
  • dd65784 chore: release v0.29.2
  • ea553cd chore: bump deps
  • 6d0ebd0 feat: add new exports from @vue/composition-api
  • 5a378c4 chore: release v0.29.1
  • 3b5b895 chore: upgrade dependencies
  • 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/165 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/12/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/composition-api-0.29.3` --- ### 📝 Commits (1) - [`5596e75`](https://github.com/ArthurDanjou/website-old/commit/5596e759a9179ce1100731686d7ee0df019db810) fix(deps): bump @nuxtjs/composition-api from 0.27.0 to 0.29.3 ### 📊 Changes **2 files changed** (+277 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+276 -13) </details> ### 📄 Description Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.27.0 to 0.29.3. <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.29.3</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.29.2...0.29.3">0.29.3</a> (2021-10-11)</h3> <h3>Bug Fixes</h3> <ul> <li>correctly proxify functions within ssrRef (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/561">#561</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/016ff0aaf115af9208969a4d12becfbdde307204">016ff0a</a>)</li> <li>skip setting values that are unchanged in useFetch (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/552">#552</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/484b061162549a75da37a7ffe833affb03e285c3">484b061</a>)</li> </ul> <h2>v0.29.2</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.29.1...0.29.2">0.29.2</a> (2021-09-21)</h3> <h3>Features</h3> <ul> <li>add new exports from <code>@vue/composition-api</code> (<a href="https://github.com/nuxt-community/composition-api/commit/6d0ebd09af7dbf12a4a8cf87d7aedd5cdfcdedb9">6d0ebd0</a>)</li> </ul> <h2>v0.29.1</h2> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.29.0...0.29.1">0.29.1</a> (2021-09-21)</h3> <h2>v0.29.0</h2> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.28.0...0.29.0">0.29.0</a> (2021-09-08)</h2> <h2>v0.28.0</h2> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.27.0...0.28.0">0.28.0</a> (2021-09-04)</h2> <h3>Features</h3> <ul> <li>enable <code>script setup</code> syntax (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/542">#542</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/8bfadeb9c7355e7fa8d4ac0892f3259570a380b4">8bfadeb</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>preserve reactive objects on <code>useFetch</code> hydration (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/541">#541</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/4c3e73426c4bc78127bca5393b05be4fec65f369">4c3e734</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.29.2...0.29.3">0.29.3</a> (2021-10-11)</h3> <h3>Bug Fixes</h3> <ul> <li>correctly proxify functions within ssrRef (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/561">#561</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/016ff0aaf115af9208969a4d12becfbdde307204">016ff0a</a>)</li> <li>skip setting values that are unchanged in useFetch (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/552">#552</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/484b061162549a75da37a7ffe833affb03e285c3">484b061</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.29.1...0.29.2">0.29.2</a> (2021-09-21)</h3> <h3>Features</h3> <ul> <li>add new exports from <code>@vue/composition-api</code> (<a href="https://github.com/nuxt-community/composition-api/commit/6d0ebd09af7dbf12a4a8cf87d7aedd5cdfcdedb9">6d0ebd0</a>)</li> </ul> <h3><a href="https://github.com/nuxt-community/composition-api/compare/0.29.0...0.29.1">0.29.1</a> (2021-09-21)</h3> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.28.0...0.29.0">0.29.0</a> (2021-09-08)</h2> <h2><a href="https://github.com/nuxt-community/composition-api/compare/0.27.0...0.28.0">0.28.0</a> (2021-09-04)</h2> <h3>Features</h3> <ul> <li>enable <code>script setup</code> syntax (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/542">#542</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/8bfadeb9c7355e7fa8d4ac0892f3259570a380b4">8bfadeb</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>preserve reactive objects on <code>useFetch</code> hydration (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/541">#541</a>) (<a href="https://github.com/nuxt-community/composition-api/commit/4c3e73426c4bc78127bca5393b05be4fec65f369">4c3e734</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nuxt-community/composition-api/commit/261207dde82d02ac3c8abaf1e45fc297aee1a960"><code>261207d</code></a> chore: release v0.29.3</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/484b061162549a75da37a7ffe833affb03e285c3"><code>484b061</code></a> fix: skip setting values that are unchanged in useFetch (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/552">#552</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/016ff0aaf115af9208969a4d12becfbdde307204"><code>016ff0a</code></a> fix: correctly proxify functions within ssrRef (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/561">#561</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/88fcf02de020e7edd08883c6a0494458ce2ca72e"><code>88fcf02</code></a> chore: upgrade dependencies</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/1e4af7af4e36f05321605caf850803c3f2ac75b8"><code>1e4af7a</code></a> chore(deps): update devdependency eslint-plugin-jest to v25 (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/566">#566</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/dd6578479a1b5acd6dd40071a8035e8cdd3fa0fc"><code>dd65784</code></a> chore: release v0.29.2</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/ea553cd01415342e0a35f747d4d180e79eb9a05c"><code>ea553cd</code></a> chore: bump deps</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/6d0ebd09af7dbf12a4a8cf87d7aedd5cdfcdedb9"><code>6d0ebd0</code></a> feat: add new exports from <code>@vue/composition-api</code></li> <li><a href="https://github.com/nuxt-community/composition-api/commit/5a378c49d17069e64b48710feaf9885f5527fae0"><code>5a378c4</code></a> chore: release v0.29.1</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/3b5b895f65719ae8c8efed0a2429101383d82a6a"><code>3b5b895</code></a> chore: upgrade dependencies</li> <li>Additional commits viewable in <a href="https://github.com/nuxt-community/composition-api/compare/0.27.0...0.29.3">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.27.0&new-version=0.29.3)](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:10 +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#167