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): bump the vue group across 1 directory with 4 updates #848

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the vue group with 4 updates in the / directory: vue-currency-input, vue-gtag, vue-qrcode-reader and vue-tsc.

Updates vue-currency-input from 3.1.0 to 3.2.1

Release notes

Sourced from vue-currency-input's releases.

v3.2.1

3.2.1 (2025-01-19)

This version contains no changes and only fixes the corrupt v3.2.0 release.

v3.2.0

3.2.0 (2025-01-18)

Features

  • Allow value scaling by 10,000 (443321d)
Changelog

Sourced from vue-currency-input's changelog.

3.2.1 (2025-01-19)

This version contains no changes and only fixes the corrupt v3.2.0 release.

3.2.0 (2025-01-18)

Features

  • Allow value scaling by 10,000 (443321d)
Commits

Updates vue-gtag from 2.0.1 to 2.1.0

Release notes

Sourced from vue-gtag's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: MatteoGabriele/vue-gtag@v2.0.2...v2.1.0

v2.0.2

Housekeeping

  • update all dependencies
Commits

Updates vue-qrcode-reader from 5.5.11 to 5.7.1

Release notes

Sourced from vue-qrcode-reader's releases.

v5.7.1

5.7.1 (2025-02-11)

Bug Fixes

v5.7.0

5.7.0 (2024-12-27)

Features

v5.6.0

5.6.0 (2024-12-17)

Features

Commits

Updates vue-tsc from 2.2.0 to 2.2.2

Release notes

Sourced from vue-tsc's releases.

v2.2.2

Features

  • feat(language-core): navigation support for $attrs, $slots, $refs and $el in the template (#5056) - Thanks to @​KazariEX!
  • feat(language-service): support global directives completion (#4989) - Thanks to @​KazariEX!
  • feat(language-core): type support of useAttrs (#5106) - Thanks to @​KazariEX!
  • feat(language-core): add options for fine-grained configuration of strictTemplates (#5138)
  • feat(language-service): display deprecated info of props in completion (#5134) - Thanks to @​KazariEX!
  • feat(component-meta): collect destructured props defaults (#5101) - Thanks to @​Akryum!
  • feat(language-core): add checkUnknownDirectives option (#5141) - Thanks to @​KazariEX!
  • feat(language-core): support <script vapor> - Thanks to @​KazariEX!

Bug Fixes

  • fix(language-core): ignore ts errors in function-scoped declare expressions (#5090) - Thanks to @​zhiyuanzmj!
  • fix(language-core, typescript-plugin): handle self-reference component correctly (#5102) - Thanks to @​KazariEX!
  • fix(language-core): do not generate element for \<template> with v-slot (#5077) - Thanks to @​KazariEX!
  • fix(language-service): set code action kinds to avoid warning (#5096) - Thanks to @​KazariEX!
  • fix(language-core): handle parentheses in v-for exp
  • fix(language-core): slot exp formatting virtual code syntax incorrect
  • fix(language-core): arrow function formatting virtual code syntax incorrect in interpolation
  • fix(language-core): improve multiple lines event formatting result
  • fix(language-core): prefer loc.source instead of node content
  • fix(language-core): intersect local $attrs with __VLS_ctx.$attrs (#5113) - Thanks to @​KazariEX!
  • fix(language-core): only generate model modifiers for components - Thanks to @​KazariEX!
  • fix(language-plugin-pug): ignore duplicate attribute error of class (#5100) - Thanks to @​KazariEX!
  • fix(language-core): align types of v-for with core (#5084) - Thanks to @​KazariEX!
  • fix(language-core): map interpolation error with multiple variables correctly (#5158) - Thanks to @​KazariEX!
  • fix(vscode): ask user to reload extension host when configuration changes (#5160) - Thanks to @​typed-sigterm!
  • fix(typescript-plugin): update component names correctly for the first time - Thanks to @​KazariEX!
  • fix(language-core): add undefined to first param type of optional model emits (#5171) - Thanks to @​KazariEX!
  • fix(language-core): intersect __VLS_slots with __VLS_ctx.$slots (#5083) - Thanks to @​KazariEX!
  • fix(language-core): complete codegen of slot name prop (#5139) - Thanks to @​KazariEX!

Other Changes

  • refactor(language-service): read ast from codegen instead of parsing it repeatedly (#5086) - Thanks to @​KazariEX!
  • refactor(language-core): rewrite vueCompilerOptions resolution logic
  • refactor(component-meta): read scriptSetupRanges from codegen - Thanks to @​KazariEX!
  • refactor(component-meta): read node directly instead of creating sub ast - Thanks to @​KazariEX!
  • refactor(component-meta): read ast from sfc.script - Thanks to @​KazariEX!
  • refactor(language-core): generate the type of slots with function property (#5173) - Thanks to @​KazariEX!
  • refactor(language-core): reduce codegen size of template returns - Thanks to @​KazariEX!
  • refactor(language-core): remove semantic highlight of directives - Thanks to @​KazariEX!
  • refactor: update alien-signals to 1.0.3 (#5181) - Thanks to @​KazariEX!

Please refer to CHANGELOG.md for details.

Sponsors

... (truncated)

Changelog

Sourced from vue-tsc's changelog.

2.2.2 official, 2.2.3 insiders (2025-02-15)

Features

  • feat(language-core): navigation support for $attrs, $slots, $refs and $el in the template (#5056) - Thanks to @​KazariEX!
  • feat(language-service): support global directives completion (#4989) - Thanks to @​KazariEX!
  • feat(language-core): type support of useAttrs (#5106) - Thanks to @​KazariEX!
  • feat(language-core): add options for fine-grained configuration of strictTemplates (#5138)
  • feat(language-service): display deprecated info of props in completion (#5134) - Thanks to @​KazariEX!
  • feat(component-meta): collect destructured props defaults (#5101) - Thanks to @​Akryum!
  • feat(language-core): add checkUnknownDirectives option (#5141) - Thanks to @​KazariEX!
  • feat(language-core): support <script vapor> - Thanks to @​KazariEX!

Bug Fixes

  • fix(language-core): ignore ts errors in function-scoped declare expressions (#5090) - Thanks to @​zhiyuanzmj!
  • fix(language-core, typescript-plugin): handle self-reference component correctly (#5102) - Thanks to @​KazariEX!
  • fix(language-core): do not generate element for \<template> with v-slot (#5077) - Thanks to @​KazariEX!
  • fix(language-service): set code action kinds to avoid warning (#5096) - Thanks to @​KazariEX!
  • fix(language-core): handle parentheses in v-for exp
  • fix(language-core): slot exp formatting virtual code syntax incorrect
  • fix(language-core): arrow function formatting virtual code syntax incorrect in interpolation
  • fix(language-core): improve multiple lines event formatting result
  • fix(language-core): prefer loc.source instead of node content
  • fix(language-core): intersect local $attrs with __VLS_ctx.$attrs (#5113) - Thanks to @​KazariEX!
  • fix(language-core): only generate model modifiers for components - Thanks to @​KazariEX!
  • fix(language-plugin-pug): ignore duplicate attribute error of class (#5100) - Thanks to @​KazariEX!
  • fix(language-core): align types of v-for with core (#5084) - Thanks to @​KazariEX!
  • fix(language-core): map interpolation error with multiple variables correctly (#5158) - Thanks to @​KazariEX!
  • fix(vscode): ask user to reload extension host when configuration changes (#5160) - Thanks to @​typed-sigterm!
  • fix(typescript-plugin): update component names correctly for the first time - Thanks to @​KazariEX!
  • fix(language-core): add undefined to first param type of optional model emits (#5171) - Thanks to @​KazariEX!
  • fix(language-core): intersect __VLS_slots with __VLS_ctx.$slots (#5083) - Thanks to @​KazariEX!
  • fix(language-core): complete codegen of slot name prop (#5139) - Thanks to @​KazariEX!

Other Changes

  • refactor(language-service): read ast from codegen instead of parsing it repeatedly (#5086) - Thanks to @​KazariEX!
  • refactor(language-core): rewrite vueCompilerOptions resolution logic
  • refactor(component-meta): read scriptSetupRanges from codegen - Thanks to @​KazariEX!
  • refactor(component-meta): read node directly instead of creating sub ast - Thanks to @​KazariEX!
  • refactor(component-meta): read ast from sfc.script - Thanks to @​KazariEX!
  • refactor(language-core): generate the type of slots with function property (#5173) - Thanks to @​KazariEX!
  • refactor(language-core): reduce codegen size of template returns - Thanks to @​KazariEX!
  • refactor(language-core): remove semantic highlight of directives - Thanks to @​KazariEX!
  • refactor: update alien-signals to 1.0.3 (#5181) - Thanks to @​KazariEX!
Commits
  • 2adda8e v2.2.2 (#5182)
  • c4c0413 refactor(language-core): reduce codegen size of template returns
  • 87f44a2 chore: do not use latest as dependency versions
  • 38ec503 test: format of slots
  • ef38d68 fix(language-core): do not wrap slots with Readonly
  • 81dec4a fix(language-core): intersect __VLS_slots with __VLS_ctx.$slots (#5083)
  • 7da8b85 refactor(language-core): generate the type of slots with function property (#...
  • b41801b feat(component-meta): collect destructured props defaults (#5101)
  • 3f138d6 refactor(language-core): rewrite vueCompilerOptions resolution logic
  • 47946f1 feat(language-core): unwrap __VLS_template & type support of useAttrs (#5...
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Relating to project dependencies label Feb 17, 2025
Bumps the vue group with 4 updates in the / directory: [vue-currency-input](https://github.com/dm4t2/vue-currency-input), [vue-gtag](https://github.com/MatteoGabriele/vue-gtag), [vue-qrcode-reader](https://github.com/gruhn/vue-qrcode-reader) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc).


Updates `vue-currency-input` from 3.1.0 to 3.2.1
- [Release notes](https://github.com/dm4t2/vue-currency-input/releases)
- [Changelog](https://github.com/dm4t2/vue-currency-input/blob/main/CHANGELOG.md)
- [Commits](dm4t2/vue-currency-input@3.1.0...3.2.1)

Updates `vue-gtag` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/MatteoGabriele/vue-gtag/releases)
- [Commits](MatteoGabriele/vue-gtag@v2.0.1...v2.1.0)

Updates `vue-qrcode-reader` from 5.5.11 to 5.7.1
- [Release notes](https://github.com/gruhn/vue-qrcode-reader/releases)
- [Commits](gruhn/vue-qrcode-reader@v5.5.11...v5.7.1)

Updates `vue-tsc` from 2.2.0 to 2.2.2
- [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/v2.2.2/packages/tsc)

---
updated-dependencies:
- dependency-name: vue-currency-input
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vue-gtag
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vue-qrcode-reader
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vue
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: vue
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependabot/develop/vue-f23aee8e51 branch from 485d8ad to 3103b50 Compare February 18, 2025 00:40
@HappyNTH HappyNTH merged commit 2527702 into dependabot/develop Feb 19, 2025
3 checks passed
@HappyNTH HappyNTH deleted the dependabot/npm_and_yarn/dependabot/develop/vue-f23aee8e51 branch February 19, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Relating to project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant