-
Notifications
You must be signed in to change notification settings - Fork 3
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-tsc from 1.2.0 to 1.8.15 #519
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update Javascript code
labels
Oct 1, 2023
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/vue-tsc-1.8.15
branch
8 times, most recently
from
October 6, 2023 14:28
f1478bb
to
3ea9ceb
Compare
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/vue-tsc) from 1.2.0 to 1.8.15. - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v1.8.15/packages/vue-tsc) --- updated-dependencies: - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
force-pushed
the
dependabot/npm_and_yarn/vue-tsc-1.8.15
branch
from
October 6, 2023 14:33
3ea9ceb
to
9cb4917
Compare
lucaswerkmeister
added a commit
that referenced
this pull request
Oct 6, 2023
The motivation at the time was apparently that Fresh [1] only supported up to Node 14, but nowadays it supports up to 20, and 18 is the default. Meanwhile, some CI errors on #519 indicate that dependencies such as @vue/language-core are starting to require syntax like `??=` that’s not available in Node 14. Let’s bump the Node requirement to 16, the version we use in WikibaseLexeme CI. This reverts commit db8ae7d (#151). [1]: https://github.com/wikimedia/fresh
CI should hopefully be fixed by #533. |
lucaswerkmeister
added a commit
that referenced
this pull request
Oct 6, 2023
The motivation at the time was apparently that Fresh [1] only supported up to Node 14, but nowadays it supports up to 20, and 18 is the default. Meanwhile, some CI errors on #519 indicate that dependencies such as @vue/language-core are starting to require syntax like `??=` that’s not available in Node 14. Let’s bump the Node requirement to 16, the version we use in WikibaseLexeme CI. This reverts commit db8ae7d (#151). [1]: https://github.com/wikimedia/fresh Bug: T348108
lucaswerkmeister
added a commit
that referenced
this pull request
Oct 9, 2023
The motivation at the time was apparently that Fresh [1] only supported up to Node 14, but nowadays it supports up to 20, and 18 is the default. Meanwhile, some CI errors on #519 indicate that dependencies such as @vue/language-core are starting to require syntax like `??=` that’s not available in Node 14. Let’s bump the Node requirement to 16, the version we use in WikibaseLexeme CI. This reverts commit db8ae7d (#151). [1]: https://github.com/wikimedia/fresh Bug: T348108
Superseded by #534. |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps vue-tsc from 1.2.0 to 1.8.15.
Release notes
Sourced from vue-tsc's releases.
Changelog
Sourced from vue-tsc's changelog.
... (truncated)
Commits
a61bad7
v1.8.155febf26
v1.8.14f043b32
fix: inherit emits props (#3533)c466f51
fix: use isomorphic__VLS_ConstructorOverloads
when emits type is not inlin...02ae1e9
refactor: don't generate additional virtual code fordefineEmits
8006c98
refactor: don't generate additional virtual code fordefineSlots
(#3581)4d25501
v1.8.13a065fd7
v1.8.12f33face
fix(component-meta): fix modules interoperability with `vue-component-type-he...2c74284
test: make sure newline is consistent (#3560)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)