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/language-core to ~2.2.0 #426

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vue/language-core (source) ~2.1.6 -> ~2.2.0 age adoption passing confidence

Release Notes

vuejs/language-tools (@​vue/language-core)

v2.2.0

Compare Source

Features
  • feat(language-core): support @vue-generic (#​4971) - Thanks to @​KazariEX!
  • feat(vscode): add configuration for skipping automatic detection of Hybrid Mode (#​5046) - Thanks to @​KazariEX!
  • feat(language-service): crawl html data of data-allow-mismatch - Thanks to @​KazariEX!
  • feat(language-core): type support of $attrs (#​5076) - Thanks to @​KazariEX!
  • feat(language-core): type support of useSlots and $slots (#​5055) - Thanks to @​KazariEX!
  • feat(language-core): type support of v-model modifiers (#​5061) - Thanks to @​KazariEX!
  • feat(language-service): process references data at runtime to reduce bundle size (#​5054) - Thanks to @​KazariEX!
  • feat(language-core): support the use of sfc root comment to configure vueCompilerOptions (#​4987) - Thanks to @​KazariEX!
  • feat(vscode): add timeout logic for insiders fetching (#​5048) - Thanks to @​KazariEX!
  • feat(vscode): add examples to inlay hints configuration (#​5068) - Thanks to @​KazariEX!
Performance
  • perf(typescript-plugin): use named pipe servers more efficiently (#​5070)
Bug Fixes
  • fix(language-core): generate script setup starting from last leading comment without @ts-check - Thanks to @​KazariEX!
  • fix(language-core): make model modifiers optional (#​4978) - Thanks to @​stafyniaksacha!
  • fix(language-core): always report missing props on <slot> (#​4982) - Thanks to @​KazariEX!
  • fix(language-core): avoid unchecked index access when parsing defineEmits (#​5028) - Thanks to @​KazariEX!
  • fix(language-service): handle text edit of special closing tags completion correctly (#​5016) - Thanks to @​KazariEX!
  • fix(language-core): don't generate variable access of template refs using useTemplateRef (#​5032) - Thanks to @​KazariEX!
  • fix(vscode): update enabledHybridMode before activate extension (#​5019) - Thanks to @​nieyuyao!
  • fix(tsc): point to shimmed tsc entry point to support ts 5.7 (#​5020) - Thanks to @​davidmatter!
  • fix(vscode): add GitHub.copilot-chat to hybrid mode compatible list (#​5047) - Thanks to @​KazariEX!
  • fix(language-core): generate generics normally when useTemplateRef has no parameters (#​5051) - Thanks to @​KazariEX!
  • fix(language-core): avoid clipping prop name using .prop or .attr on v-model - Thanks to @​KazariEX!
  • fix(language-core): handle named default import of components correctly (#​5066) - Thanks to @​KazariEX!
  • fix(language-core): disable navigation feature on non-binding prop values (#​5040) - Thanks to @​KazariEX!
  • fix(language-core): do not generate useTemplateRef parameter repeatedly (#​5009)
  • fix(language-core): generate macros after script setup content (#​5071) - Thanks to @​KazariEX!
  • fix(language-core): correct type and completion support of vue: event (#​4969) - Thanks to @​KazariEX!
  • fix(language-core): prevent visiting functional components for parseScriptSetupRanges (#​5049) - Thanks to @​zhiyuanzmj!
  • fix(language-service): don't provide modifier completion for @ and : (#​5052) - Thanks to @​KazariEX!
  • fix(language-core): consistent interpolation behavior of shorthand binding (#​4975) - Thanks to @​KazariEX!
  • fix(language-core): resolve components with various name cases correctly (#​5067) - Thanks to @​KazariEX!
  • fix(language-core): map v-slot correctly to report error when missing default slot - Thanks to @​KazariEX!
  • fix(language-core): map component loc to instance variable for verification - Thanks to @​KazariEX!
Other Changes

v2.1.10

Compare Source

Features
  • language-service: auto insert const props = with props completion (#​4942) - Thanks to @​KazariEX!
Bug Fixes
  • language-core: revert #​4902
  • language-core: inject as assertion of useCssModule into correct location (#​4952) - Thanks to @​KazariEX!
  • language-core: hold prev track id correctly (#​4961) - Thanks to @​KazariEX!
  • language-core: generate style modules type as needed (#​4953) - Thanks to @​KazariEX!
  • language-core: reference global types file with relative path (#​4966)
Refactors

v2.1.8

Compare Source

Features
  • vscode: reactions visualization now identifies more use cases Insiders
  • language-core: auto infer $el type (#​4805) - Thanks to @​KazariEX!
  • language-core: typed directive arg and modifiers (#​4813) - Thanks to @​KazariEX!
Bug Fixes
Performance
  • language-service: find destructured props only with enabled setting (#​4815) - Thanks to @​KazariEX!
Other Changes

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Dec 23, 2024

Deploy Preview for vite-plugin-checker ready!

Name Link
🔨 Latest commit 3d4cf16
🔍 Latest deploy log https://app.netlify.com/sites/vite-plugin-checker/deploys/6769db6c544a5c00088b2f07
😎 Deploy Preview https://deploy-preview-426--vite-plugin-checker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@renovate renovate bot changed the title chore(deps): update dependency @vue/language-core to ~2.1.10 chore(deps): update dependency @vue/language-core to ~2.2.0 Dec 23, 2024
@renovate renovate bot force-pushed the renovate/vue-language-core-2.x branch from 75a94a0 to 3d4cf16 Compare December 23, 2024 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants