[PR #480] [CLOSED] chore(deps-dev): bump @vue/compiler-sfc from 3.4.34 to 3.4.35 in /app #4070

Closed
opened 2026-02-28 11:59:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • b297e92 chore(deps-dev): bump @vue/compiler-sfc from 3.4.34 to 3.4.35 in /app

📊 Changes

2 files changed (+55 additions, -8 deletions)

View changed files

📝 app/package.json (+1 -1)
📝 app/pnpm-lock.yaml (+54 -7)

📄 Description

Bumps @vue/compiler-sfc from 3.4.34 to 3.4.35.

Release notes

Sourced from @​vue/compiler-sfc'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/compiler-sfc'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

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/480 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/31/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/app/dev/vue/compiler-sfc-3.4.35` --- ### 📝 Commits (1) - [`b297e92`](https://github.com/0xJacky/nginx-ui/commit/b297e92737e7e52f1818b41164635498c659c883) chore(deps-dev): bump @vue/compiler-sfc from 3.4.34 to 3.4.35 in /app ### 📊 Changes **2 files changed** (+55 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+1 -1) 📝 `app/pnpm-lock.yaml` (+54 -7) </details> ### 📄 Description Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) 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"><code>@​vue/compiler-sfc</code>'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"><code>@​vue/compiler-sfc</code>'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/62e5aa451724147d9d48863baab6d2598338fa65"><code>62e5aa4</code></a> fix(deps): update compiler (<a href="https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc/issues/11416">#11416</a>)</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.4.35/packages/compiler-sfc">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vue/compiler-sfc&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-02-28 11:59:03 +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#4070
No description provided.