[PR #556] [CLOSED] chore(deps): bump vue from 3.5.5 to 3.5.6 in /app #1030

Closed
opened 2026-02-26 12:10:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/556
Author: @dependabot[bot]
Created: 9/16/2024
Status: Closed

Base: devHead: dependabot/npm_and_yarn/app/dev/vue-3.5.6


📝 Commits (1)

  • 7efada1 chore(deps): bump vue from 3.5.5 to 3.5.6 in /app

📊 Changes

2 files changed (+156 additions, -102 deletions)

View changed files

📝 app/package.json (+1 -1)
📝 app/pnpm-lock.yaml (+155 -101)

📄 Description

Bumps vue from 3.5.5 to 3.5.6.

Release notes

Sourced from vue's releases.

v3.5.6

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.6 (2024-09-16)

Bug Fixes

  • compile-dom: should be able to stringify mathML (#11891) (85c138c)
  • compiler-sfc: preserve old behavior when using withDefaults with desutructure (8492c3c), closes #11930
  • reactivity: avoid exponential perf cost and reduce call stack depth for deeply chained computeds (#11944) (c74bb8c), closes #11928
  • reactivity: rely on dirty check only when computed has deps (#11931) (aa5dafd), closes #11929
  • watch: once option should be ignored by watchEffect (#11884) (49fa673)
  • watch: unwatch should be callable during SSR (#11925) (2d6adf7), closes #11924
Commits
  • 9a36f2a release: v3.5.6
  • c74bb8c fix(reactivity): avoid exponential perf cost and reduce call stack depth for ...
  • cbc39d5 fix(deps): update playground (#11939)
  • 3db0a0f chore(deps): update vitest to ^2.1.1 (#11943)
  • 8492c3c fix(compiler-sfc): preserve old behavior when using withDefaults with desutru...
  • fbae210 chore(deps): update dependency eslint-plugin-import-x to v4 (#11942)
  • 726db0a chore(deps): update lint (#11940)
  • 47bda40 fix(deps): update dependency postcss to ^8.4.47 (#11938)
  • 732a38e chore(deps): update dependency npm-run-all2 to ^6.2.3 (#11937)
  • 6b07244 chore(deps): update build (#11936)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/0xJacky/nginx-ui/pull/556 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/16/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/app/dev/vue-3.5.6` --- ### 📝 Commits (1) - [`7efada1`](https://github.com/0xJacky/nginx-ui/commit/7efada16ca5e60e38f93d54a8e0a34ba139b7d30) chore(deps): bump vue from 3.5.5 to 3.5.6 in /app ### 📊 Changes **2 files changed** (+156 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+1 -1) 📝 `app/pnpm-lock.yaml` (+155 -101) </details> ### 📄 Description Bumps [vue](https://github.com/vuejs/core) from 3.5.5 to 3.5.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/releases">vue's releases</a>.</em></p> <blockquote> <h2>v3.5.6</h2> <p>For stable releases, please refer to <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a> for details. For pre-releases, please refer to <a href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a> of the <code>minor</code> branch.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">3.5.6</a> (2024-09-16)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compile-dom:</strong> should be able to stringify mathML (<a href="https://redirect.github.com/vuejs/core/issues/11891">#11891</a>) (<a href="https://github.com/vuejs/core/commit/85c138ced108268f7656b568dfd3036a1e0aae34">85c138c</a>)</li> <li><strong>compiler-sfc:</strong> preserve old behavior when using withDefaults with desutructure (<a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514">8492c3c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11930">#11930</a></li> <li><strong>reactivity:</strong> avoid exponential perf cost and reduce call stack depth for deeply chained computeds (<a href="https://redirect.github.com/vuejs/core/issues/11944">#11944</a>) (<a href="https://github.com/vuejs/core/commit/c74bb8c2dd9e82aaabb0a2a2b368e900929b513b">c74bb8c</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11928">#11928</a></li> <li><strong>reactivity:</strong> rely on dirty check only when computed has deps (<a href="https://redirect.github.com/vuejs/core/issues/11931">#11931</a>) (<a href="https://github.com/vuejs/core/commit/aa5dafd2b55d42d6a29316a3bc91aea85c676a0b">aa5dafd</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11929">#11929</a></li> <li><strong>watch:</strong> <code>once</code> option should be ignored by watchEffect (<a href="https://redirect.github.com/vuejs/core/issues/11884">#11884</a>) (<a href="https://github.com/vuejs/core/commit/49fa673493d93b77ddba2165ab6545bae84fd1ae">49fa673</a>)</li> <li><strong>watch:</strong> unwatch should be callable during SSR (<a href="https://redirect.github.com/vuejs/core/issues/11925">#11925</a>) (<a href="https://github.com/vuejs/core/commit/2d6adf78a047eed091db277ffbd9df0822fb0bdd">2d6adf7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11924">#11924</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/9a36f2a0b8a01e19cb58b3b5870eb906ab84d001"><code>9a36f2a</code></a> release: v3.5.6</li> <li><a href="https://github.com/vuejs/core/commit/c74bb8c2dd9e82aaabb0a2a2b368e900929b513b"><code>c74bb8c</code></a> fix(reactivity): avoid exponential perf cost and reduce call stack depth for ...</li> <li><a href="https://github.com/vuejs/core/commit/cbc39d54f02f2ab87c29ebdd04a596b947521c29"><code>cbc39d5</code></a> fix(deps): update playground (<a href="https://redirect.github.com/vuejs/core/issues/11939">#11939</a>)</li> <li><a href="https://github.com/vuejs/core/commit/3db0a0f97955d6554a95cddceecfc49c1ec4386c"><code>3db0a0f</code></a> chore(deps): update vitest to ^2.1.1 (<a href="https://redirect.github.com/vuejs/core/issues/11943">#11943</a>)</li> <li><a href="https://github.com/vuejs/core/commit/8492c3c49a922363d6c77ef192c133a8fbce6514"><code>8492c3c</code></a> fix(compiler-sfc): preserve old behavior when using withDefaults with desutru...</li> <li><a href="https://github.com/vuejs/core/commit/fbae210d9de25d124c38b18485cea96ebba85b50"><code>fbae210</code></a> chore(deps): update dependency eslint-plugin-import-x to v4 (<a href="https://redirect.github.com/vuejs/core/issues/11942">#11942</a>)</li> <li><a href="https://github.com/vuejs/core/commit/726db0ad2cb69337a5d99eb834e1b285faa53524"><code>726db0a</code></a> chore(deps): update lint (<a href="https://redirect.github.com/vuejs/core/issues/11940">#11940</a>)</li> <li><a href="https://github.com/vuejs/core/commit/47bda40653610c74ccdd4ab961e11c3b63cdbbfe"><code>47bda40</code></a> fix(deps): update dependency postcss to ^8.4.47 (<a href="https://redirect.github.com/vuejs/core/issues/11938">#11938</a>)</li> <li><a href="https://github.com/vuejs/core/commit/732a38ef632e9e4cc9f1a82e12419953f88b73d2"><code>732a38e</code></a> chore(deps): update dependency npm-run-all2 to ^6.2.3 (<a href="https://redirect.github.com/vuejs/core/issues/11937">#11937</a>)</li> <li><a href="https://github.com/vuejs/core/commit/6b07244dd5295163e8490a212901b2d028a38273"><code>6b07244</code></a> chore(deps): update build (<a href="https://redirect.github.com/vuejs/core/issues/11936">#11936</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.5.5...v3.5.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue&package-manager=npm_and_yarn&previous-version=3.5.5&new-version=3.5.6)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
kerem 2026-02-26 12:10:16 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#1030
No description provided.