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 #53

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 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.24.0 -> ^7.24.5 age adoption passing confidence
@sxzz/eslint-config ^3.9.0 -> ^3.11.0 age adoption passing confidence
@sxzz/prettier-config ^2.0.1 -> ^2.0.2 age adoption passing confidence
@types/node (source) ^20.12.6 -> ^20.12.12 age adoption passing confidence
@vue/language-core (source) ^2.0.11 -> ^2.0.17 age adoption passing confidence
bumpp ^9.4.0 -> ^9.4.1 age adoption passing confidence
eslint (source) ^9.0.0 -> ^9.2.0 age adoption passing confidence
magic-string-ast ^0.3.0 -> ^0.6.0 age adoption passing confidence
pnpm (source) 9.0.5 -> 9.1.1 age adoption passing confidence
tsx ^4.7.2 -> ^4.10.2 age adoption passing confidence
typescript (source) ^5.4.4 -> ^5.4.5 age adoption passing confidence
vite (source) ^5.2.8 -> ^5.2.11 age adoption passing confidence
vitest (source) ^1.4.0 -> ^1.6.0 age adoption passing confidence
vue (source) ^3.4.21 -> ^3.4.27 age adoption passing confidence
vue-tsc (source) ^2.0.11 -> ^2.0.17 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.24.5

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • Other
  • babel-parser
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-module-transforms, babel-helper-split-export-declaration, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-block-scoping, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx-self, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-proposal-partial-application, babel-types
  • babel-plugin-transform-class-properties, babel-preset-env
🏃‍♀️ Performance
  • babel-helpers, babel-preset-env, babel-runtime-corejs3
sxzz/eslint-config (@​sxzz/eslint-config)

v3.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.10.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.10.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v3.9.1

Compare Source

   🚀 Features
    View changes on GitHub
sxzz/prettier-config (@​sxzz/prettier-config)

v2.0.2

Compare Source

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

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
antfu/bumpp (bumpp)

v9.4.1

Compare Source

eslint/eslint (eslint)

v9.2.0

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

sxzz/magic-string-ast (magic-string-ast)

v0.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.5.0

Compare Source

   🚀 Features
    View changes on GitHub

v0.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.4.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
pnpm/pnpm (pnpm)

v9.1.1

Compare Source

v9.1.0

Compare Source

v9.0.6

Compare Source

privatenumber/tsx (tsx)

v4.10.2

Compare Source

v4.10.1

Compare Source

v4.10.0

Compare Source

Features
  • esm api: register to return a namespaced import() method (53bb4aa)

This release is also available on:

v4.9.5

Compare Source

v4.9.4

Compare Source

Bug Fixes
  • tsImport: import module from commonjs (48f0a75)

This release is also available on:

v4.9.3

Compare Source

Bug Fixes

This release is also available on:

v4.9.2

Compare Source

Bug Fixes

This release is also available on:

v4.9.1

Compare Source

v4.9.0

Compare Source

v4.8.2

Compare Source

Bug Fixes
  • types: cjs/api to use .d.cts (4b1f03c)

This release is also available on:

v4.8.1

Compare Source

v4.8.0

Compare Source

v4.7.3

Compare Source

Bug Fixes
  • support TS resolution in JS files when allowJs is set (#​535) (081853e)

This release is also available on:

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

Compare Source

v5.2.10

Compare Source

v5.2.9

Compare Source

vitest-dev/vitest (vitest)

v1.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.5.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.5.0

Compare Source

vuejs/core (vue)

v3.4.27

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

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

Copy link

stackblitz bot commented Apr 15, 2024

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

Copy link

socket-security bot commented Apr 15, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None +1 465 kB sxzz

🚮 Removed packages: npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 8e1b6f8 to a90b89c Compare April 22, 2024 11:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from c29cb5d to 80b7d7c Compare April 29, 2024 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from f3c750d to fdb963e Compare May 4, 2024 15:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from ace93e0 to 36204ce Compare May 12, 2024 23:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 36204ce to 53f474a Compare May 13, 2024 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53f474a to 7567a22 Compare May 14, 2024 11:37
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.

None yet

0 participants