[PR #482] [CLOSED] chore(deps): bump vue from 3.4.34 to 3.4.35 in /app #8115

Closed
opened 2026-03-12 23:38:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • b529b7e chore(deps): bump vue from 3.4.34 to 3.4.35 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.4.34 to 3.4.35.

Release notes

Sourced from vue's releases.

v3.4.35

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.4.35 (2024-07-31)

Bug Fixes

  • teleport/ssr: fix Teleport hydration regression due to targetStart anchor addition (7b18cdb)
  • teleport/ssr: ensure targetAnchor and targetStart not null during hydration (#11456) (12667da), closes #11400
  • types/ref: allow getter and setter types to be unrelated (#11442) (e0b2975)

Performance Improvements

  • runtime-core: improve efficiency of normalizePropsOptions (#11409) (5680142), closes #9739
Commits
  • 0b8ba63 release: v3.4.35
  • 7b18cdb fix(teleport/ssr): fix Teleport hydration regression due to targetStart ancho...
  • 12667da fix(Teleport): ensure targetAnchor and targetStart not null during hydration ...
  • af60e35 test: make transition tests more stable locally
  • 5680142 perf(runtime-core): improve efficiency of normalizePropsOptions (#11409)
  • 87923f6 chore(types): reuse built-in Iterator type (#11435)
  • 208f5c0 chore(deps): update dependency conventional-changelog-cli to v5 (#11449)
  • 5bca503 chore(deps): update dependency eslint-plugin-import-x to v3 (#11450)
  • e0b2975 fix(types/ref): allow getter and setter types to be unrelated (#11442)
  • 8e052ee chore(sfc-playgroud): highlight the commit and latest version when active in ...
  • 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/482 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/31/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/app/dev/vue-3.4.35` --- ### 📝 Commits (1) - [`b529b7e`](https://github.com/0xJacky/nginx-ui/commit/b529b7e56afa4b425375371671eabde27d477c3a) chore(deps): bump vue from 3.4.34 to 3.4.35 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.4.34 to 3.4.35. <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.4.35</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.4.34...v3.4.35">3.4.35</a> (2024-07-31)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>teleport/ssr:</strong> fix Teleport hydration regression due to targetStart anchor addition (<a href="https://github.com/vuejs/core/commit/7b18cdb0b53a94007ca6a3675bf41b5d3153fec6">7b18cdb</a>)</li> <li><strong>teleport/ssr:</strong> ensure targetAnchor and targetStart not null during hydration (<a href="https://redirect.github.com/vuejs/core/issues/11456">#11456</a>) (<a href="https://github.com/vuejs/core/commit/12667da4879f980dcf2c50e36f3642d085a87d71">12667da</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11400">#11400</a></li> <li><strong>types/ref:</strong> allow getter and setter types to be unrelated (<a href="https://redirect.github.com/vuejs/core/issues/11442">#11442</a>) (<a href="https://github.com/vuejs/core/commit/e0b2975ef65ae6a0be0aa0a0df43fb887c665251">e0b2975</a>)</li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>runtime-core:</strong> improve efficiency of normalizePropsOptions (<a href="https://redirect.github.com/vuejs/core/issues/11409">#11409</a>) (<a href="https://github.com/vuejs/core/commit/5680142e68096c42e66da9f4c6220d040d7c56ba">5680142</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/9739">#9739</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/0b8ba6320eaf8b08e83d7c1e1309254dd0b021da"><code>0b8ba63</code></a> release: v3.4.35</li> <li><a href="https://github.com/vuejs/core/commit/7b18cdb0b53a94007ca6a3675bf41b5d3153fec6"><code>7b18cdb</code></a> fix(teleport/ssr): fix Teleport hydration regression due to targetStart ancho...</li> <li><a href="https://github.com/vuejs/core/commit/12667da4879f980dcf2c50e36f3642d085a87d71"><code>12667da</code></a> fix(Teleport): ensure targetAnchor and targetStart not null during hydration ...</li> <li><a href="https://github.com/vuejs/core/commit/af60e3560c84e44136f950fc3d0e39b576098c6c"><code>af60e35</code></a> test: make transition tests more stable locally</li> <li><a href="https://github.com/vuejs/core/commit/5680142e68096c42e66da9f4c6220d040d7c56ba"><code>5680142</code></a> perf(runtime-core): improve efficiency of normalizePropsOptions (<a href="https://redirect.github.com/vuejs/core/issues/11409">#11409</a>)</li> <li><a href="https://github.com/vuejs/core/commit/87923f6af12f8ede677a3830c269d9486d9d95de"><code>87923f6</code></a> chore(types): reuse built-in Iterator type (<a href="https://redirect.github.com/vuejs/core/issues/11435">#11435</a>)</li> <li><a href="https://github.com/vuejs/core/commit/208f5c04e7fb066ac23e2dc2c5c0b7043fcb4464"><code>208f5c0</code></a> chore(deps): update dependency conventional-changelog-cli to v5 (<a href="https://redirect.github.com/vuejs/core/issues/11449">#11449</a>)</li> <li><a href="https://github.com/vuejs/core/commit/5bca503d1ee9842819bf8033492849976e4d2c1c"><code>5bca503</code></a> chore(deps): update dependency eslint-plugin-import-x to v3 (<a href="https://redirect.github.com/vuejs/core/issues/11450">#11450</a>)</li> <li><a href="https://github.com/vuejs/core/commit/e0b2975ef65ae6a0be0aa0a0df43fb887c665251"><code>e0b2975</code></a> fix(types/ref): allow getter and setter types to be unrelated (<a href="https://redirect.github.com/vuejs/core/issues/11442">#11442</a>)</li> <li><a href="https://github.com/vuejs/core/commit/8e052eecf3258a12af6ef6f54d2b94714f44782d"><code>8e052ee</code></a> chore(sfc-playgroud): highlight the commit and latest version when active in ...</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/core/compare/v3.4.34...v3.4.35">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.4.34&new-version=3.4.35)](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-03-12 23:38:09 +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#8115
No description provided.