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

chore(deps): update dependency vue-tsc to v1.8.19 #351

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vue-tsc 1.8.8 -> 1.8.19 age adoption passing confidence

Release Notes

vuejs/language-tools (vue-tsc)

v1.8.19

Compare Source

  • feat: no longer checking save time (#​3650)
  • fix(ts-plugin): tsserver doesnt have updated list of external files when new vue files are added (required TS 5.3) (#​3555) (#​3649)
  • fix: false positive error when accessing local variables in defineProps parameter (#​3643) (#​3644) - thanks @​so1ve
Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
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

Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

v1.8.16

Compare Source

  • fix: merge default export's properties properly (#​3600) - thanks @​so1ve
  • fix: accurate exposed type with refs in generic component (#​3604) - thanks @​so1ve
  • fix: make emits type correct when user assigns emit function a custom name (#​3624) - thanks @​so1ve
Volar.js 1.10.3 updates:

v1.8.15

Compare Source

  • fix: props type missing in JS component context (#​3592)
  • fix: ignore $emit return type for Vue 2 (#​3596)

v1.8.14

Compare Source

Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

v1.8.13

Compare Source

  • fix: generate valid syntax when noPropertyAccessFromIndexSignature is not enabled (#​3575) - thanks @​so1ve

v1.8.12

Compare Source

  • feat: support vitepress's code snippet import (#​3559) - thanks @​so1ve
  • fix(component-meta): fix modules interoperability with vue-component-type-helper
  • fix: avoid losing generic types with strictTemplates: false (#​3565) - thanks @​so1ve
  • fix: format slots with typeannotation correctly (#​3573) - thanks @​so1ve

v1.8.11

Compare Source

  • feat: slot references codeLens counting fragment default slot (#​932)
  • fix: correct message for @vue-expect-error (#​3541) - thanks @​so1ve
  • fix: avoid global macros conflicts with local variables (#​3550) - thanks @​so1ve
  • fix: script setup comments at top breaks global macros (#​3549) - thanks @​so1ve
  • fix(vue-tsc): prevent rebuild in incremental mode throwing error (#​3556) - thanks @​blake-newman
Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
The Intuitive Web Framework
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

v1.8.10

Compare Source

  • feat: added Portuguese integration documentation (#​3535)
  • feat: exposed configFileName for createParsedCommandLineByJson() function (#​3456) - thanks @​qmhc
  • feat: support nested plugins (#​3530) - thanks @​so1ve
  • feat(vscode): add vue.server.runtime setting and support for Bun runtime
  • feat(vscode): add vue.server.path setting for customize server module path
  • fix: correctly hyphen-case props (#​3424) - thanks @​so1ve
  • fix: generic components should respect strictTemplates (#​3487) - thanks @​so1ve
  • fix(vue-component-type-helpers): correctly handle generic components when using ComponentExposed (#​3536) - thanks @​so1ve

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Sep 11, 2023

Deploy Preview for webcapgo ready!

Name Link
🔨 Latest commit edac0e7
🔍 Latest deploy log https://app.netlify.com/sites/webcapgo/deploys/65279d62193bd400080bcc69
😎 Deploy Preview https://deploy-preview-351--webcapgo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 81 (🔴 down 2 from production)
Accessibility: 89 (no change from production)
Best Practices: 92 (no change from production)
SEO: 85 (no change from production)
PWA: 100 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/vue-tsc-1.x branch 2 times, most recently from 3f4b253 to c08ce9a Compare September 11, 2023 12:41
@@ -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"
}
}
Copy link
Contributor

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:

Copy link
Contributor

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:

Copy link
Contributor

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:

Copy link
Contributor

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:

Copy link
Contributor

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.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 11, 2023

🤖 ChatGPT score: The provided diff indicates the changes made in the pull request. It shows that the version of vue-tsc has been updated from 1.8.8 to 1.8.13.

Here's a breakdown of the changes:

  1. In the "dependencies" section, "vue-tsc" is updated from "1.8.8" to "1.8.13".
  2. In the "devDependencies" section, "vue-tsc" is updated from "1.8.8" to "1.8.13".
  3. The resolution for "/@vue/[email protected]" is changed to "/@vue/[email protected]", and its peerDependency with "typescript" is also updated accordingly.
  4. The resolution for "/@vue/[email protected]" is changed to "/@vue/[email protected]", and its dependencies on "@vue/language-core" and "@volar/typescript" are updated to their respective versions.
  5. The resolution for "/[email protected]" is changed to "/[email protected]", and its dependencies on "@vue/language-core", "@vue/typescript", and "typescript" are updated to their respective versions.

Overall, these changes reflect the update of the vue-tsc package to version 1.8.13 in both the project's dependencies and devDependencies.

@renovate renovate bot force-pushed the renovate/vue-tsc-1.x branch 5 times, most recently from 9858650 to c8c0faf Compare September 11, 2023 17:31
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v1.8.10 chore(deps): update dependency vue-tsc to v1.8.11 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/vue-tsc-1.x branch 15 times, most recently from ed70036 to 53bb64e Compare September 18, 2023 00:46
@renovate renovate bot force-pushed the renovate/vue-tsc-1.x branch 3 times, most recently from 2b34530 to e2f1bde Compare October 11, 2023 22:55
@sonarcloud
Copy link

sonarcloud bot commented Oct 11, 2023

Please retry analysis of this Pull-Request directly on SonarCloud.

@renovate renovate bot force-pushed the renovate/vue-tsc-1.x branch 21 times, most recently from c2c5efc to 58c4d47 Compare October 12, 2023 06:15
@sonarcloud
Copy link

sonarcloud bot commented Oct 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot merged commit aba9361 into main Oct 12, 2023
6 checks passed
@renovate renovate bot deleted the renovate/vue-tsc-1.x branch October 12, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants