[PR #616] [CLOSED] chore(deps-dev): bump @vue/compiler-sfc from 3.5.11 to 3.5.12 in /app #6825

Closed
opened 2026-03-01 17:14:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • e713d4b chore(deps-dev): bump @vue/compiler-sfc from 3.5.11 to 3.5.12 in /app

📊 Changes

2 files changed (+70 additions, -23 deletions)

View changed files

📝 app/package.json (+1 -1)
📝 app/pnpm-lock.yaml (+69 -22)

📄 Description

Bumps @vue/compiler-sfc from 3.5.11 to 3.5.12.

Release notes

Sourced from @​vue/compiler-sfc's releases.

v3.5.12

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.5.12 (2024-10-11)

Bug Fixes

Performance Improvements

  • reactivity: avoid unnecessary recursion in removeSub (#12135) (ec917cf)
Commits
  • 770ea67 release: v3.5.12
  • 4474c11 fix(compiler-sfc): use sass modern api if available and avoid deprecation war...
  • d3ecde8 fix(compiler-sfc): do not skip TSInstantiationExpression when transforming p...
  • 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 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/616 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/14/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/npm_and_yarn/app/dev/vue/compiler-sfc-3.5.12` --- ### 📝 Commits (1) - [`e713d4b`](https://github.com/0xJacky/nginx-ui/commit/e713d4b734e5c36ef30a9fce42d094d167730ca6) chore(deps-dev): bump @vue/compiler-sfc from 3.5.11 to 3.5.12 in /app ### 📊 Changes **2 files changed** (+70 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `app/package.json` (+1 -1) 📝 `app/pnpm-lock.yaml` (+69 -22) </details> ### 📄 Description Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.5.11 to 3.5.12. <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.5.12</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.5.11...v3.5.12">3.5.12</a> (2024-10-11)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>compiler-dom:</strong> avoid stringify option with null value (<a href="https://redirect.github.com/vuejs/core/issues/12096">#12096</a>) (<a href="https://github.com/vuejs/core/commit/f6d99262364b7444ebab8742158599e8cdd79eaa">f6d9926</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12093">#12093</a></li> <li><strong>compiler-sfc:</strong> do not skip TSInstantiationExpression when transforming props destructure (<a href="https://redirect.github.com/vuejs/core/issues/12064">#12064</a>) (<a href="https://github.com/vuejs/core/commit/d3ecde8a696ff62c8d0ab067fd1d7ee0565b63c5">d3ecde8</a>)</li> <li><strong>compiler-sfc:</strong> use sass modern api if available and avoid deprecation warning (<a href="https://redirect.github.com/vuejs/core/issues/11992">#11992</a>) (<a href="https://github.com/vuejs/core/commit/4474c113d1fb1c26298dd6794275d5b5c7cc4d93">4474c11</a>)</li> <li><strong>compiler:</strong> clone loc to <code>ifNode</code> (<a href="https://redirect.github.com/vuejs/core/issues/12131">#12131</a>) (<a href="https://github.com/vuejs/core/commit/cde2c0671b00d4f6111fcbd7aa76e45872f20b0c">cde2c06</a>), closes <a href="https://redirect.github.com/vuejs/language-tools/issues/4911">vuejs/language-tools#4911</a></li> <li><strong>custom-element:</strong> properly remove hyphenated attribute (<a href="https://redirect.github.com/vuejs/core/issues/12143">#12143</a>) (<a href="https://github.com/vuejs/core/commit/e16e9a7341e7cfb3c443da4e5e5b06e8158712c3">e16e9a7</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12139">#12139</a></li> <li><strong>defineModel:</strong> handle kebab-case model correctly (<a href="https://redirect.github.com/vuejs/core/issues/12063">#12063</a>) (<a href="https://github.com/vuejs/core/commit/c0418a3b8fa96a0b108ab71b7aab5d3388f90557">c0418a3</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12060">#12060</a></li> <li><strong>deps:</strong> update dependency monaco-editor to ^0.52.0 (<a href="https://redirect.github.com/vuejs/core/issues/12119">#12119</a>) (<a href="https://github.com/vuejs/core/commit/f7cbea2111c7770a180b640f36f6a5d4d6abc698">f7cbea2</a>)</li> <li><strong>hydration:</strong> provide compat fallback for idle callback hydration strategy (<a href="https://redirect.github.com/vuejs/core/issues/11935">#11935</a>) (<a href="https://github.com/vuejs/core/commit/1ae545a3786abef983be1c969726489685569c92">1ae545a</a>)</li> <li><strong>reactivity:</strong> trigger reactivity for Map key <code>undefined</code> (<a href="https://redirect.github.com/vuejs/core/issues/12055">#12055</a>) (<a href="https://github.com/vuejs/core/commit/7ad289e1e7fea654524008ff91e43a8b8a55ef22">7ad289e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12054">#12054</a></li> <li><strong>runtime-core:</strong> allow symbol values for slot prop key (<a href="https://redirect.github.com/vuejs/core/issues/12069">#12069</a>) (<a href="https://github.com/vuejs/core/commit/d9d4d4e158cd51a9ddda249f29de8467f60b2792">d9d4d4e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12068">#12068</a></li> <li><strong>runtime-core:</strong> fix required prop check false positive for kebab-case edge cases (<a href="https://redirect.github.com/vuejs/core/issues/12034">#12034</a>) (<a href="https://github.com/vuejs/core/commit/9da1ac156552ac449754e1373aac7e349841becb">9da1ac1</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12011">#12011</a></li> <li><strong>runtime-dom:</strong> prevent unnecessary updates in v-model checkbox when value is unchanged (<a href="https://redirect.github.com/vuejs/core/issues/12146">#12146</a>) (<a href="https://github.com/vuejs/core/commit/ea943afe404c4ca4b729906c5e8daf7aa2ccde9b">ea943af</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12144">#12144</a></li> <li><strong>teleport:</strong> handle disabled teleport with updateCssVars (<a href="https://redirect.github.com/vuejs/core/issues/12113">#12113</a>) (<a href="https://github.com/vuejs/core/commit/76a8223199c148b79a5c0ea19e235164809760cd">76a8223</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12112">#12112</a></li> <li><strong>transition/ssr:</strong> make transition appear work with Suspense in SSR (<a href="https://redirect.github.com/vuejs/core/issues/12047">#12047</a>) (<a href="https://github.com/vuejs/core/commit/f1a4f67aedfe83e440c54222213f070774faa421">f1a4f67</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12046">#12046</a></li> <li><strong>types:</strong> ensure <code>this.$props</code> type does not include <code>string</code> (<a href="https://redirect.github.com/vuejs/core/issues/12123">#12123</a>) (<a href="https://github.com/vuejs/core/commit/704173e24276706de672cca6c9507e4dd9651197">704173e</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12122">#12122</a></li> <li><strong>types:</strong> retain union type narrowing with defaults applied (<a href="https://redirect.github.com/vuejs/core/issues/12108">#12108</a>) (<a href="https://github.com/vuejs/core/commit/05685a9d7c42d4cd37169b867833776b91154fed">05685a9</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12106">#12106</a></li> <li><strong>useId:</strong> ensure useId consistency when using serverPrefetch (<a href="https://redirect.github.com/vuejs/core/issues/12128">#12128</a>) (<a href="https://github.com/vuejs/core/commit/b4d35349d8bc39aa15bd3f1094d230e5928b177c">b4d3534</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/12102">#12102</a></li> <li><strong>watch:</strong> watchEffect clean-up with SSR (<a href="https://redirect.github.com/vuejs/core/issues/12097">#12097</a>) (<a href="https://github.com/vuejs/core/commit/b094c72b3d40c52c7124f145a9db028509a11202">b094c72</a>), closes <a href="https://redirect.github.com/vuejs/core/issues/11956">#11956</a></li> </ul> <h3>Performance Improvements</h3> <ul> <li><strong>reactivity:</strong> avoid unnecessary recursion in removeSub (<a href="https://redirect.github.com/vuejs/core/issues/12135">#12135</a>) (<a href="https://github.com/vuejs/core/commit/ec917cfdb9d0169cd0835d3a0e28244242657dc9">ec917cf</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/core/commit/770ea67a9cdbb9f01bd7098b8c63978037d0e3fd"><code>770ea67</code></a> release: v3.5.12</li> <li><a href="https://github.com/vuejs/core/commit/4474c113d1fb1c26298dd6794275d5b5c7cc4d93"><code>4474c11</code></a> fix(compiler-sfc): use sass modern api if available and avoid deprecation war...</li> <li><a href="https://github.com/vuejs/core/commit/d3ecde8a696ff62c8d0ab067fd1d7ee0565b63c5"><code>d3ecde8</code></a> fix(compiler-sfc): do not skip TSInstantiationExpression when transforming p...</li> <li>See full diff in <a href="https://github.com/vuejs/core/commits/v3.5.12/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.5.11&new-version=3.5.12)](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-01 17:14:23 +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#6825
No description provided.