[PR #148] [CLOSED] fix(deps): bump @nuxtjs/composition-api from 0.27.0 to 0.29.0 #155

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

📋 Pull Request Information

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

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


📝 Commits (1)

  • 6414e3c fix(deps): bump @nuxtjs/composition-api from 0.27.0 to 0.29.0

📊 Changes

2 files changed (+228 additions, -7 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+227 -6)

📄 Description

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

Release notes

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

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.0 (2021-09-08)

0.28.0 (2021-09-04)

Features

Bug Fixes

  • preserve reactive objects on useFetch hydration (#541) (4c3e734)
Commits
  • 73c9949 chore: release v0.29.0
  • a52044f chore: require users use a version of node that supports subpath export patte...
  • 4c8d8c5 style: lint
  • e2eec56 chore: release v0.28.0
  • b49f15b chore: upgrade dev dependencies
  • 8bfadeb feat: enable script setup syntax (#542)
  • 4c3e734 fix: preserve reactive objects on useFetch hydration (#541)
  • 534a38b chore: upgrade deps
  • See full diff 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/148 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/9/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nuxtjs/composition-api-0.29.0` --- ### 📝 Commits (1) - [`6414e3c`](https://github.com/ArthurDanjou/website-old/commit/6414e3cfb8aa1154af6bcde402b48b183a632474) fix(deps): bump @nuxtjs/composition-api from 0.27.0 to 0.29.0 ### 📊 Changes **2 files changed** (+228 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+227 -6) </details> ### 📄 Description Bumps [@nuxtjs/composition-api](https://github.com/nuxt-community/composition-api) from 0.27.0 to 0.29.0. <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.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> <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/73c9949daa0f02774814489e1039028f60651f91"><code>73c9949</code></a> chore: release v0.29.0</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/a52044ffd4a8358da2086cc4666a95b5c303173a"><code>a52044f</code></a> chore: require users use a version of node that supports subpath export patte...</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/4c8d8c54984e2f6cf44ce459f8e3b9a8fca58485"><code>4c8d8c5</code></a> style: lint</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/e2eec56e62c7f5db61635d68ea744e532ec3195b"><code>e2eec56</code></a> chore: release v0.28.0</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/b49f15b94cab93db3d8981fa01aedb3f8761a8d1"><code>b49f15b</code></a> chore: upgrade dev dependencies</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/8bfadeb9c7355e7fa8d4ac0892f3259570a380b4"><code>8bfadeb</code></a> feat: enable <code>script setup</code> syntax (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/542">#542</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/4c3e73426c4bc78127bca5393b05be4fec65f369"><code>4c3e734</code></a> fix: preserve reactive objects on <code>useFetch</code> hydration (<a href="https://github-redirect.dependabot.com/nuxt-community/composition-api/issues/541">#541</a>)</li> <li><a href="https://github.com/nuxt-community/composition-api/commit/534a38b0a81e047f9917c6786e67126cd53bed87"><code>534a38b</code></a> chore: upgrade deps</li> <li>See full diff in <a href="https://github.com/nuxt-community/composition-api/compare/0.27.0...0.29.0">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.0)](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:07 +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#155