Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @vue/compiler-dom from 3.4.27 to 3.5.11 #774

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2024

Bumps @vue/compiler-dom from 3.4.27 to 3.5.11.

Release notes

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

v3.5.11

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

v3.5.10

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

v3.5.9

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

v3.5.8

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

v3.5.7

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

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.

v3.5.5

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

v3.5.4

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

v3.5.3

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

v3.5.2

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

v3.5.1

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

v3.5.0

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

v3.5.0-rc.1

For stable releases, please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from @​vue/compiler-dom's changelog.

3.5.11 (2024-10-03)

Bug Fixes

  • compiler-sfc: do not skip TSSatisfiesExpression when transforming props destructure (#12062) (2328b05), closes #12061
  • reactivity: prevent overwriting next property during batch processing (#12075) (d3f5e6e), closes #12072
  • scheduler: job ordering when the post queue is flushing (#12090) (577edca)
  • types: correctly infer TypeProps when it is any (#12073) (57315ab), closes #12058
  • types: should not intersect PublicProps with Props (#12077) (6f85894)
  • types: infer the first generic type of Ref correctly (#12094) (c97bb84)

3.5.10 (2024-09-27)

Bug Fixes

  • custom-element: properly set kebab-case props on Vue custom elements (ea3efa0), closes #12030 #12032
  • reactivity: fix nested batch edge case (93c95dd)
  • reactivity: only clear notified flags for computed in first batch iteration (aa9ef23), closes #12045
  • types/ref: handle nested refs in UnwrapRef (#12049) (e2c19c2), closes #12044

3.5.9 (2024-09-26)

Bug Fixes

3.5.8 (2024-09-22)

Bug Fixes

  • reactivity: do not remove dep from depsMap when cleaning up deps of computed (#11995) (0267a58)

3.5.7 (2024-09-20)

... (truncated)

Commits
  • 6e4de8d release: v3.5.11
  • 4b09ab2 release: v3.5.10
  • 01f15be release: v3.5.9
  • 5e88985 release: v3.5.8
  • 6fcb801 release: v3.5.7
  • 9a36f2a release: v3.5.6
  • 85c138c fix(compile-dom): should be able to stringify mathML (#11891)
  • 7f2de3f release: v3.5.5
  • 3c4bf76 fix(compiler-dom): should ignore leading newline in <textarea> per spec
  • 1d99d61 fix(compiler-dom): fix stringify static edge for partially eligible chunks 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 4, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/compiler-dom-3.5.11 branch 9 times, most recently from 26db995 to 370c45c Compare October 8, 2024 16:01
Bumps [@vue/compiler-dom](https://github.com/vuejs/core/tree/HEAD/packages/compiler-dom) from 3.4.27 to 3.5.11.
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.11/packages/compiler-dom)

---
updated-dependencies:
- dependency-name: "@vue/compiler-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/vue/compiler-dom-3.5.11 branch from 370c45c to f45942c Compare October 8, 2024 16:17
@yerdua yerdua merged commit 0656354 into main Oct 8, 2024
2 checks passed
@yerdua yerdua deleted the dependabot/npm_and_yarn/vue/compiler-dom-3.5.11 branch October 8, 2024 16:22
lucaswerkmeister added a commit that referenced this pull request Oct 11, 2024
We want to stay on the same Vue version as MediaWiki core (see README).

This reverts commit 0656354.
@lucaswerkmeister lucaswerkmeister mentioned this pull request Oct 11, 2024
lucaswerkmeister added a commit that referenced this pull request Oct 16, 2024
This effectively reverts #774 (commit 0656354) and part of #778
(commit 4d91a4e) – we want to stay on the same Vue version as
MediaWiki core (see README).
yerdua pushed a commit that referenced this pull request Oct 17, 2024
* Restore @vue/compiler-dom to 3.4.27

This effectively reverts #774 (commit 0656354) and part of #778
(commit 4d91a4e) – we want to stay on the same Vue version as
MediaWiki core (see README).

* Remove Vue updates from Dependabot

Per the README, we want to keep using the same Vue version as MediaWiki
core, so let’s disable Dependabot updates for these packages.

* Pin Vue versions in package.json

Since we want these versions to be exact, let’s not use the caret
operator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

1 participant