-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
chore(deps): update dependency vue-tsc to v1.8.19 #351
Conversation
✅ Deploy Preview for webcapgo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
3f4b253
to
c08ce9a
Compare
@@ -181,6 +181,6 @@ | |||
"vite-plugin-vue-layouts": "0.8.0", | |||
"vite-plugin-windicss": "1.9.1", | |||
"vitest": "0.34.3", | |||
"vue-tsc": "1.8.8" | |||
"vue-tsc": "1.8.10" | |||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT: Based on the provided package.json
diff, the version of the vue-tsc
dependency is being updated from 1.8.8
to 1.8.10
.
specifier: 1.8.8 | ||
version: 1.8.8([email protected]) | ||
specifier: 1.8.10 | ||
version: 1.8.10([email protected]) | ||
|
||
packages: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT: The pnpm-lock.yaml
file diff indicates that the vue-tsc
package has been updated from version 1.8.8 to version 1.8.10. The update includes a change in the specifier
and version
fields, with the new version being associated with TypeScript version 5.0.3.
specifier: 1.8.8 | ||
version: 1.8.8([email protected]) | ||
specifier: 1.8.10 | ||
version: 1.8.10([email protected]) | ||
|
||
packages: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT: The provided diff
shows the changes in the pnpm-lock.yaml
file after updating the vue-tsc
dependency from version 1.8.8 to version 1.8.10. Specifically, the following lines were modified:
vue-tsc:
- specifier: 1.8.8
- version: 1.8.8([email protected])
+ specifier: 1.8.10
+ version: 1.8.10([email protected])
This indicates that the vue-tsc
package was updated to version 1.8.10 and it now depends on TypeScript version 5.0.3.
specifier: 1.8.8 | ||
version: 1.8.8([email protected]) | ||
specifier: 1.8.10 | ||
version: 1.8.10([email protected]) | ||
|
||
packages: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT: The provided pnpm-lock.yaml
file shows the changes made to the devDependencies
and packages
sections related to the vue-tsc
package. Here are the specific changes:
In the devDependencies
section:
- The
vue-tsc
dependency was updated from version 1.8.8 to version 1.8.10.
In the packages
section:
- The
/@vue/language-core
entry was updated from version 1.8.8 to 1.8.10, which is associated with[email protected]
. - The
/@vue/typescript
entry was also updated from version 1.8.8 to 1.8.10, linked with[email protected]
. The dependencies@volar/typescript
and@vue/language-core
were also updated accordingly.
specifier: 1.8.8 | ||
version: 1.8.8([email protected]) | ||
specifier: 1.8.10 | ||
version: 1.8.10([email protected]) | ||
|
||
packages: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT: The provided diff from the pnpm-lock.yaml
file indicates that the version of the vue-tsc
package is being updated from 1.8.8 to 1.8.10. This update also affects the @vue/language-core
and @vue/typescript
packages, which are now being resolved to versions 1.8.10 as well. The typescript
dependency remains at version 5.0.3.
🤖 ChatGPT score: The provided diff indicates the changes made in the pull request. It shows that the version of Here's a breakdown of the changes:
Overall, these changes reflect the update of the |
9858650
to
c8c0faf
Compare
ed70036
to
53bb64e
Compare
2b34530
to
e2f1bde
Compare
Please retry analysis of this Pull-Request directly on SonarCloud. |
c2c5efc
to
58c4d47
Compare
58c4d47
to
edac0e7
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This PR contains the following updates:
1.8.8
->1.8.19
Release Notes
vuejs/language-tools (vue-tsc)
v1.8.19
Compare Source
Full-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
v1.8.18
Compare Source
Upgrade required VSCode version to 1.82.0 (#3642)
v1.8.17
Compare Source
defineProps
work when reading a property fromdefineProps()
(#3633) - thanks @so1veprops
from__VLS_ctx
(#3636) - thanks @so1vedefineExpose
(#3639) - thanks @so1veFull-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
v1.8.16
Compare Source
Volar.js 1.10.3 updates:
directoryExists()
(https://github.com/volarjs/volar.js/issues/66) - thanks @Akryumv1.8.15
Compare Source
$emit
return type for Vue 2 (#3596)v1.8.14
Compare Source
defineEmit
now able to infer event types with more than 4 overloads (#3379) (#1855)__VLS_ConstructorOverloads
when emits type is not inlined (#3585) - thanks @so1veFull-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
v1.8.13
Compare Source
noPropertyAccessFromIndexSignature
is not enabled (#3575) - thanks @so1vev1.8.12
Compare Source
vue-component-type-helper
strictTemplates: false
(#3565) - thanks @so1vev1.8.11
Compare Source
@vue-expect-error
(#3541) - thanks @so1veFull-time Support by
WebContainer API is here.
Our Platinum Sponsors
Our Silver Sponsors
Add you via GitHub Sponsors or Open Collective
v1.8.10
Compare Source
configFileName
forcreateParsedCommandLineByJson()
function (#3456) - thanks @qmhcvue.server.runtime
setting and support for Bun runtimevue.server.path
setting for customize server module pathstrictTemplates
(#3487) - thanks @so1veComponentExposed
(#3536) - thanks @so1veConfiguration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.