-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update dependency vue-tsc to v2.2.12 #19
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/vue-tsc-2.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
The latest updates on your projects. Learn more about Vercel for GitHub.
|
20b7b6c
to
ee3c913
Compare
ee3c913
to
82b147e
Compare
82b147e
to
b05e0bb
Compare
b05e0bb
to
63e4aa5
Compare
63e4aa5
to
a167d84
Compare
a167d84
to
fae85d4
Compare
fae85d4
to
8076c06
Compare
8076c06
to
01fdb8c
Compare
01fdb8c
to
88d0cc0
Compare
88d0cc0
to
2f50f9b
Compare
2f50f9b
to
dcd9f76
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
2.1.10
->2.2.12
Release Notes
vuejs/language-tools (vue-tsc)
v2.2.12
Compare Source
v2.2.10
Compare Source
v2.2.8
Compare Source
Bug Fixes
v-model
variable against model type"Please refer to CHANGELOG.md for details.
Sponsors
Next Generation Tooling
An approachable, performant and versatile framework for building web user interfaces.
Astro powers the world's fastest websites, client-side web apps, dynamic API endpoints, and everything in-between.
Essential tools for software developers and teams.
Stay in the flow with instant dev experiences.
No more hours stashing/pulling/installing locally
— just click, and start coding.
Become a sponsor
v2.2.6
Compare Source
Features
defineModel
's leading comments (#5211) - Thanks to @KazariEX!Bug Fixes
defineModel
options to collectdefault
value (#5209) - Thanks to @KazariEX!defineExpose
's codes - Thanks to @KazariEX!defineModel
(#5213) - Thanks to @KazariEX!v-model
variable against model type (#5214) - Thanks to @KazariEX!Other Changes
can't reproduce
label - Thanks to @KazariEX!linkedCodeMappings
offsets (#5220) - Thanks to @KazariEX!Please refer to CHANGELOG.md for details.
Sponsors
Next Generation Tooling
An approachable, performant and versatile framework for building web user interfaces.
Astro powers the world's fastest websites, client-side web apps, dynamic API endpoints, and everything in-between.
Essential tools for software developers and teams.
Stay in the flow with instant dev experiences.
No more hours stashing/pulling/installing locally
— just click, and start coding.
Become a sponsor
v2.2.4
Compare Source
Features
$attrs
,$el
,$refs
and$slots
(#5135) - Thanks to @KazariEX!Bug Fixes
generateSfcBlockSection
to the end to fix missing comma errors (#5184) - Thanks to @zhiyuanzmj!TS4081
(#5192) - Thanks to @KazariEX!@vue-generic
to improve offset calculation (#5193) - Thanks to @Gehbt!undefined
for model with default value (#5198) - Thanks to @RylanBueckert-Broadsign!Other Changes
v-scope
implemention - Thanks to @KazariEX!v-for
- Thanks to @KazariEX!declaration
to track more errors - Thanks to @KazariEX!@vue-expect-error
support (#5176) - Thanks to @machty!Please refer to CHANGELOG.md for details.
Sponsors
Next Generation Tooling
An approachable, performant and versatile framework for building web user interfaces.
Astro powers the world's fastest websites, client-side web apps, dynamic API endpoints, and everything in-between.
Essential tools for software developers and teams.
Stay in the flow with instant dev experiences.
No more hours stashing/pulling/installing locally
— just click, and start coding.
Become a sponsor
v2.2.2
Compare Source
Features
$attrs
,$slots
,$refs
and$el
in the template (#5056) - Thanks to @KazariEX!useAttrs
(#5106) - Thanks to @KazariEX!strictTemplates
(#5138)checkUnknownDirectives
option (#5141) - Thanks to @KazariEX!<script vapor>
- Thanks to @KazariEX!Bug Fixes
<template>
withv-slot
(#5077) - Thanks to @KazariEX!loc.source
instead of node content$attrs
with__VLS_ctx.$attrs
(#5113) - Thanks to @KazariEX!class
(#5100) - Thanks to @KazariEX!v-for
with core (#5084) - Thanks to @KazariEX!undefined
to first param type of optional model emits (#5171) - Thanks to @KazariEX!__VLS_slots
with__VLS_ctx.$slots
(#5083) - Thanks to @KazariEX!Other Changes
vueCompilerOptions
resolution logicscriptSetupRanges
from codegen - Thanks to @KazariEX!sfc.script
- Thanks to @KazariEX!Please refer to CHANGELOG.md for details.
Sponsors
Next Generation Tooling
An approachable, performant and versatile framework for building web user interfaces.
Astro powers the world's fastest websites, client-side web apps, dynamic API endpoints, and everything in-between.
Essential tools for software developers and teams.
Stay in the flow with instant dev experiences.
No more hours stashing/pulling/installing locally
— just click, and start coding.
Become a sponsor
v2.2.0
Compare Source
Features
@vue-generic
(#4971) - Thanks to @KazariEX!data-allow-mismatch
- Thanks to @KazariEX!$attrs
(#5076) - Thanks to @KazariEX!useSlots
and$slots
(#5055) - Thanks to @KazariEX!v-model
modifiers (#5061) - Thanks to @KazariEX!vueCompilerOptions
(#4987) - Thanks to @KazariEX!Performance
Bug Fixes
@ts-check
- Thanks to @KazariEX!<slot>
(#4982) - Thanks to @KazariEX!defineEmits
(#5028) - Thanks to @KazariEX!useTemplateRef
(#5032) - Thanks to @KazariEX!enabledHybridMode
before activate extension (#5019) - Thanks to @nieyuyao!GitHub.copilot-chat
to hybrid mode compatible list (#5047) - Thanks to @KazariEX!useTemplateRef
has no parameters (#5051) - Thanks to @KazariEX!.prop
or.attr
onv-model
- Thanks to @KazariEX!useTemplateRef
parameter repeatedly (#5009)vue:
event (#4969) - Thanks to @KazariEX!parseScriptSetupRanges
(#5049) - Thanks to @zhiyuanzmj!@
and:
(#5052) - Thanks to @KazariEX!v-slot
correctly to report error when missing default slot - Thanks to @KazariEX!Other Changes
reactive-vscode
to v0.2.7 (#4997) - Thanks to @KermanX!defineProp
(#5058) - Thanks to @KazariEX!v2.4.8
tov2.4.11
:Please refer to CHANGELOG.md for details.
Sponsors
Next Generation Tooling
An approachable, performant and versatile framework for building web user interfaces.
Astro powers the world's fastest websites, client-side web apps, dynamic API endpoints, and everything in-between.
Essential tools for software developers and teams.
Stay in the flow with instant dev experiences.
No more hours stashing/pulling/installing locally
— just click, and start coding.
Become a sponsor
🥚
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.