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 all non-major dependencies #73

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.12.4 -> 20.14.0 age adoption passing confidence
@volar/typescript (source) ~2.1.6 -> ~2.2.0 age adoption passing confidence
@vue-macros/better-define (source) 1.7.4 -> 1.7.7 age adoption passing confidence
@vue/language-core (source) 2.0.7 -> 2.0.19 age adoption passing confidence
bumpp 9.4.0 -> 9.4.1 age adoption passing confidence
pnpm (source) 8.15.6 -> 8.15.8 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.0 age adoption passing confidence
rollup (source) 4.14.0 -> 4.18.0 age adoption passing confidence
typescript (source) 5.4.4 -> 5.4.5 age adoption passing confidence
vite (source) 5.2.8 -> 5.2.12 age adoption passing confidence
vue (source) 3.4.21 -> 3.4.27 age adoption passing confidence

Release Notes

volarjs/volar.js (@​volar/typescript)

v2.2.5

Compare Source

Features
  • source-map: add API to support generated code with different length than original code #​183 - Thanks @​piotrtomiak

v2.2.4

Compare Source

Bug Fixes
  • typescript: path completion not working for meta files

v2.2.3

Compare Source

Bug Fixes
  • typescript: empty items list should be valid completion result vuejs/language-tools#4368
  • typescript: deduplication when merging hover infos #​178
  • language-service: transforming volar embedded URIs in markdown #​180 - Thanks @​remcohaszing
  • language-server: memorize URI conversion results of synchronized documents #​181

v2.2.2

Compare Source

Bug Fixes
  • typescript: TS plugin only displays the first hover info
  • language-core: isRenameEnabled respect CodeInformation.navigation.shouldRename
  • test-utils: use stdio transport for test server #​175

v2.2.1

Compare Source

Features
  • language-server: restored support for "Reload Project" command
Bug Fixes
  • typescript: additional completion not working in TS plugin vuejs/language-tools#4323
  • language-server: pass correct languageId when creating virtual code #​173

v2.2.0

Compare Source

Features
  • Add ESLint integration #​171
  • language-service: auto insertion does not abstract selection #​156
Bug Fixes
  • typescript: runTsc cannot display source code for errors vuejs/language-tools#4099
  • typescript: runTsc cannot display source code for errors with --incremental #​158 #​162 - Thanks @​wangshunnn
  • typescript: handle invalid references result
  • typescript: parameter hints not working in TS plugin vuejs/language-tools#3948
  • typescript: fault tolerance with TS file size assertion vuejs/language-tools#4278
  • typescript: TS plugin find reference result's definition span should be able to fall back to file root
  • typescript: prioritize resolving JS virtual script to matched .d.ts file
  • typescript: more inclusive performance rename operation vuejs/language-tools#4297
  • typescript: normalize filePath for language service APIs vuejs/language-tools#4297
  • typescript: avoid eagerly updating source scripts #​166
  • vscode: newly created file failed to match tsconfig immediately vuejs/language-tools#4297
  • vscode: avoid crash when workspace tsdk does not exist
  • language-server: fault-tolerant URI translation #​159
  • language-core: handle empty mappings in updateVirtualCodeMapOfMap #​161 - Thanks @​remcohaszing
Performance
Refactors
  • More accurate interface design and terminology #​154
  • language-server: architecture improvements #​167
  • language-server: remove ConfigurationHost abstract
  • language-service: expose changed setting sections on onDidChangeConfiguration
  • language-service: ServiceContext.inject method return nullable
  • typescript: decorateLanguageServiceHost less side effects #​160
  • language-core: make CodeInformation properties optional
  • language-core: resolved language ID by LangaugePlugin #​168
vue-macros/vue-macros (@​vue-macros/better-define)

v1.7.7

Compare Source

Patch Changes

v1.7.6

Compare Source

Patch Changes

v1.7.5

Compare Source

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

v2.0.19

Compare Source

Bug Fixes
  • language-core: property 'xyz' does not exist on type 'abc' when using v-for (#​4386)
  • language-core: avoid report error when events do not accept parameters (#​4387)
  • language-core: inline dynamic event handlers should not expect commas (#​4387)

v2.0.18

Compare Source

Features
  • language-core: report unknown events when strictTemplates is enabled (#​3718)
  • language-core: add compileSFCScript plugin hook (#​3200)
  • vscode: add coffeescript syntax highlight support
Bug Fixes
  • language-core: fix event handler type for hyphen-case event names
  • language-core: allow binding multiple events with the same name (#​4369)
  • language-core: variable used in key appears as unused in v-for template tag (#​329) (#​3421)
  • language-core: generics with slots don't work with Vue 2.7 (#​3241)
  • language-core: template language of .md files should be markdown (#​4299)
  • language-core: no template class links when experimentalResolveStyleCssClasses is set to always (#​4379)
Other Changes
  • Upgrade Volar from v2.2.2 to v2.2.4.
    • Fixed a few URI conversion issues
    • fix(typescript): empty items list should be valid completion result (#​4368)
    • fix(typescript): path completion not working for meta files
  • Upgrade Volar services from v0.0.44 to v0.0.45.
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • miaonster.vscode-tsx-arrow-definition
    • runem.lit-plugin

v2.0.17

Compare Source

Features
  • language-core: add JSDoc support for component (#​2377)
  • language-core: add JSDoc support for script setup binding variables (#​3409)
  • language-core: add class component support (#​4354)
  • language-service: re-support scoped class links in template (#​4357)
  • typescript-plugin: create script setup block when auto import if needed
  • typescript-plugin: add JSDoc support for events in template (#​4365)
  • component-meta: add JSDoc tags support for events
  • language-core: support defineOptions (#​4362) - Thanks @​zhiyuanzmj
Bug Fixes
  • language-core: hover not working for intrinsic element event name
  • language-core: showing false declared but not used errors for functions used in v-on="{}" (#​4333)
  • language-core: fix nameless event expression formatting
  • language-core: types imported in the <script setup> should not be used as a variable in template (#​4353)
  • language-core: renaming classname within scoped not working (#​4355)
  • language-core: <style> completions and html custom data completions not provided in some cases (#​4092)
  • language-core: improve code action edits mapping fault tolerance
  • language-core: support defineModel for generic component (#​4345) - Thanks @​zhiyuanzmj
  • language-service: completion cannot trigger in SFC root
  • component-meta: forceUseTs options not working
Other Changes
  • Upgrade Volar from v2.2.0 to v2.2.2.
  • Upgrade Volar services from v0.0.42 to v0.0.44.
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • mxsdev.typescript-explorer
  • Deprecated vueCompilerOptions.experimentalUseElementAccessInTemplate
  • Specify packageManager (#​4358) - Thanks @​so1ve
  • docs: emoved possibly redundant duplicate reference (#​4348) - Thanks @​artshade
  • language-service: temporarily remove references codeLens (#​4364)

v2.0.16

Compare Source

Bug Fixes
Other Changes

v2.0.15

Compare Source

Features
  • Redesign additional extensions, VitePress, PetiteVue support (#​4321)
    • Fix custom file extensions not working in Hybrid Mode (#​4251)
  • vscode: prompt when Hybrid Mode is explicitly enabled but known incompatible extensions are installed
  • language-core: use internal options for directly exposing user props/emits types (vuejs/core#10801)
  • language-core: support defineSlots destructuring (#​4312) - Thanks @​zhiyuanzmj
Bug Fixes
  • vscode: when enabled VitePress support, extension not activated when opening markdown files
  • language-core: auto-complete not working in v-bind
Performance
  • language-service: emmet completion should not be blocked by TS type evaluation (#​4298)
  • language-core: simplify virtual code for intrinsic elements
Other Changes
  • Upgrade Volar from v2.2.0-alpha.10 to v2.2.0-alpha.12:
    • Avoid extension crash when workspace TSDK does not exist
    • Fix template variables cannot be renamed at the first character in Hybrid Mode (#​4297)
    • Fix template virtual code mapping is misaligned in Windows in Hybrid Mode (#​4297)
  • Add svelte.svelte-vscode (>=108.4.0) to Hybrid Mode compatibility whitelist (sveltejs/language-tools#2317)
  • component-meta: convert source code to TS
  • language-core: export allCodeFeatures (#​4320) - Thanks @​zhiyuanzmj

v2.0.14

Compare Source

Features
  • language-core: added search html tag (#​4280) - Thanks @​audunhov
  • language-service: added Russian, Czech localization support
Bug Fixes
  • language-core: @ts-ignore not working for slots (#​4263)
  • language-core: reduce unnecessary props mapping (#​4284)
  • tsc: improve regexp performance for global type removal (#​4260) - Thanks @​blake-newman
Other Changes
  • Upgrade Volar from v2.2.0-alpha.8 to v2.2.0-alpha.10 to fix some issues:
    • Parameter Hints not working in Hybrid Mode (#​3948)
    • TS server to crash repeatedly when include large js file (#​4278)
    • Randomly causing errors when renaming / find definitions in Hybrid Mode (#​4257, #​4281, #​4282)
    • Unable to resolve Nuxt UI component type
    • Incomplete results for find refernces in Hybrid Mode
  • The following extensions have been added to Hybrid Mode’s compatibility whitelist:
    • bierner.lit-html
    • denoland.vscode-deno (When deno.enable is false)
    • jenkey2011.string-highlight
  • language-core: improve maintainability of codegen (#​4276)
    • Deprecated vueCompilerOptions.nativeTags, now respects the nodeType property of template AST node.
    • Dynamic component types without v-bind:is are no longer supported.

v2.0.13

Compare Source

Performance
  • tsc: re-introduce global types removal check (#​4245)
Other Changes
  • Upgrade Volar from v2.2.0-alpha.7 to v2.2.0-alpha.8 for a vue-tsc performance issue fixes (#​4238)

v2.0.12

Compare Source

Bug Fixes
  • vscode: restart tsserver before restart vue language server (#​4242)
  • tsc: remove exit early condition
  • typescript-plugin: handle named pipe server timeout
  • language-core: @vue-ignore not working for fragment v-if/v-for nodes (#​4232)
Other Changes
  • Upgrade Volar from v2.2.0-alpha.6 to v2.2.0-alpha.7 for a typescript plugin bug fixes

v2.0.11

Compare Source

Features
  • vscode: support for enabling/disabling typescript plugin (#​4226)
    • Added typeScriptPluginOnly option for vue.server.hybridMode setting.
    • When Hybrid Mode is disabled, the Vue TypeScript Plugin will be disabled by default.
  • vscode: support for vue.format.wrapAttributes setting (#​4212)
  • vscode: add vue.codeActions.askNewComponentName setting (#​4217)
Bug Fixes
  • vscode: Find File References not working when hybrid mode is disabled (#​4221)
  • language-core: type narrowing not working for inline event handlers (#​4209)
  • language-core: @vue-ignore, @vue-expect-error not working for interpolations
  • language-core: improve reliability for @vue-ignore, @vue-expect-error (#​4203)
  • language-core: duplicated items in suggestion list for prop values (#​3922)
  • language-server: vueCompilerOptions not working with hybrid mode (#​4211) (#​3959)
Other Changes

v2.0.10

Compare Source

Features
  • vscode: enable vue.updateImportsOnFileMove.enabled by default (#​3646)
  • vscode: re-add restart server command (#​4174)
  • vscode: automatically enable Hybrid Mode if possible (#​4206)
  • component-meta: add typing resolution for defineModel modifiers (#​4175) - Thanks @​stafyniaksacha
  • language-service: drag and drop import respects tsconfig path aliases (#​4184)
  • language-service: supports auto insertion of multiple cursors (#​4140)
Bug Fixes
  • language-server: additionalExtensions option not working for inferred project
  • language-core: avoid interpolation indentation affecting each other
  • language-core: generate each interpolation into separate virtual code (#​4165)
  • language-service: ignore html wrapAttributes format settings for vue document (#​3987)
  • vscode: remove duplicate ts version status (#​4167)
  • language-server: .html, .md file language id incorrect
  • typescript-plugin: formatting settings not working for ts completion
  • tsc: remove fake global types holder for composite projects compatibility (#​4196) - Thanks @​blake-newman
Performance
  • language-core: cache canonical root file names with string Set
Other Changes
  • Upgrade Volar from v2.1.3 to v2.2.0-alpha.5 for a few bug fixes and performance improves, please refer to CHANGELOG.md for details.
  • vscode: update required VSCode version to ^1.88.0
  • docs: update readme with neovim lspconfig setup (#​4134) - Thanks @​RayGuo-ergou
  • language-core: split inline css codegen into separate plugin
  • language-core: move global types codegen into separate script
  • language-core: resolve virtual code features before push code
  • test: added simple tests for vue-tsc and custom SFC extensions. (#​4181) - Thanks @​cabal95
antfu/bumpp (bumpp)

v9.4.1

Compare Source

pnpm/pnpm (pnpm)

v8.15.8

Compare Source

v8.15.7

Compare Source

prettier/prettier (prettier)

v3.3.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.18.0

Compare Source

2024-05-22

Features
  • Resolve import.meta.filename and .dirname in transpiled plugins (#​5520)
Pull Requests

v4.17.2

Compare Source

2024-04-30

Bug Fixes
  • Fix tree-shaking problems when using spread arguments (#​5503)
Pull Requests

v4.17.1

Compare Source

2024-04-29

Bug Fixes
  • Prevent infinite recursions for certain constructor invocations (#​5500)
Pull Requests

v4.17.0

Compare Source

2024-04-27

Features
  • Track function call arguments to optimize functions only called once or with the same literal values (re-release from 4.16.0) (#​5483)
Bug Fixes
  • Reduce browser WASM size to a fraction by changing optimization settings (#​5494)
Pull Requests

v4.16.4

Compare Source

2024-04-23

Bug Fixes
  • Revert function parameter tracking logic introduced in 4.16.0 to work on some remaining issues (#​5487)
Pull Requests

v4.16.3

Compare Source

2024-04-23

Bug Fixes
  • Do not optimize IIFEs that have a name and are again referenced inside their definition (#​5486)
Pull Requests

v4.16.2

Compare Source

2024-04-22

Bug Fixes
  • Resolve a situation condition where reassignments of function parameters were not tracked properly (#​5482)
  • Make sure that for armv7 packages, only one package is downloaded for the user (musl or gnu) (#​5479)
Pull Requests

v4.16.1

Compare Source

2024-04-21

Bug Fixes
  • Fix crash when rendering logical or conditional expressions (#​5481)
Pull Requests

v4.16.0

Compare Source

2024-04-21

Features
  • Track function call arguments to optimize functions only called once or with the same literal values (#​5443)
Pull Requests

v4.15.0

Compare Source

2024-04-20

Features
  • Add output.importAttributesKey option to select whether to use "with" or "assert" for import attributes (#​5474)
Pull Requests

v4.14.3

Compare Source

2024-04-15

Bug Fixes
  • Support Alpine Linux and other MUSL builds on ARM (#​5471)
Pull Requests

v4.14.2

Compare Source

2024-04-12

Bug Fixes
  • Do not create invalid code when reexporting both a namespace and the default export from that namespace (#​5466)
  • Ensure ppc64 platform is properly detected (#​5460)
Pull Requests

v4.14.1

Compare Source

2024-04-07

Bug Fixes
  • Show better error when running on musl Linux where the musl build is not supported (#​5454)
Pull Requests
Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v5.2.12

Compare Source

v5.2.11

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the renovate label Apr 4, 2024
Copy link

stackblitz bot commented Apr 4, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b954c2b to 70df80f Compare April 6, 2024 01:43
@renovate renovate bot changed the title fix(deps): update dependency @vue/language-core to v2.0.10 chore(deps): update all non-major dependencies Apr 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from eecfe74 to 13d7fcd Compare April 14, 2024 08:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 6e99e7e to c810a32 Compare April 22, 2024 04:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 371c2da to 21ca7f1 Compare April 27, 2024 12:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 808f29e to 72d8664 Compare May 4, 2024 19:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 211357d to ca9a64d Compare May 10, 2024 11:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c47dab6 to ddcaccc Compare May 16, 2024 14:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d018af1 to 8fc3b8c Compare May 28, 2024 16:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1822d75 to a578539 Compare June 1, 2024 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a578539 to c042a94 Compare June 2, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants