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

fix(deps): update all non-major dependencies #60

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.25.6 -> ^7.26.3 age adoption passing confidence
@rollup/pluginutils (source) ^5.1.0 -> ^5.1.4 age adoption passing confidence
@sxzz/eslint-config ^4.2.0 -> ^4.5.1 age adoption passing confidence
@types/node (source) ^22.5.5 -> ^22.10.5 age adoption passing confidence
@vue-macros/test-utils (source) ^1.7.0 -> ^1.7.1 age adoption passing confidence
@vue/language-core (source) ^2.1.6 -> ^2.2.0 age adoption passing confidence
ast-kit ^1.1.0 -> ^1.3.2 age adoption passing confidence
bumpp ^9.5.2 -> ^9.10.0 age adoption passing confidence
eslint (source) ^9.10.0 -> ^9.17.0 age adoption passing confidence
fast-glob ^3.3.2 -> ^3.3.3 age adoption passing confidence
magic-string-ast ^0.6.2 -> ^0.7.0 age adoption passing confidence
pnpm (source) 9.10.0 -> 9.15.3 age adoption passing confidence
prettier (source) ^3.3.3 -> ^3.4.2 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.5 age adoption passing confidence
tsx (source) ^4.19.1 -> ^4.19.2 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.7.3 age adoption passing confidence
unplugin ^2.0.0 -> ^2.1.2 age adoption passing confidence
vite (source) ^5.4.5 -> ^5.4.11 age adoption passing confidence
vitest (source) ^2.1.1 -> ^2.1.8 age adoption passing confidence
vue (source) ^3.5.5 -> ^3.5.13 age adoption passing confidence
vue-tsc (source) ^2.1.6 -> ^2.2.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.26.3

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helper-builder-binary-assignment-operator-visitor, babel-plugin-transform-exponentiation-operator
🏃‍♀️ Performance

v7.26.0

Compare Source

🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser
🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone
🏠 Internal
🏃‍♀️ Performance
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
rollup/plugins (@​rollup/pluginutils)

v5.1.4

2024-12-15

Updates
  • refactor: replace test with includes (#​1787)

v5.1.3

2024-10-23

Bugfixes

v5.1.2

2024-09-23

Bugfixes
  • fix: optimize createFilter and normalizePath (#​1750)

v5.1.1

2024-09-22

Bugfixes
  • fix: improve regex performance (#​1753)
sxzz/eslint-config (@​sxzz/eslint-config)

v4.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.5.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v4.4.0

Compare Source

   🚀 Features
  • Enable unicorn consistent-existence-index-check & prefer-math-min-max  -  by @​sxzz (21c73)
   🐞 Bug Fixes
    View changes on GitHub

v4.3.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vue-macros/vue-macros (@​vue-macros/test-utils)

v1.7.1

Compare Source

Patch Changes
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
sxzz/ast-kit (ast-kit)

v1.3.2

Compare Source

No significant changes

    View changes on GitHub

v1.3.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • deps:
    • Update all non-major dependencies  -  (c019a)
    • Update all non-major dependencies  -  (58fa1)
    View changes on GitHub

v1.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.2.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
  • deps:
    • Update all non-major dependencies  -  (9bcca)
    • Update all non-major dependencies  -  (f7bc1)
    View changes on GitHub
antfu/bumpp (bumpp)

v9.10.0

Compare Source

   🚀 Features
    View changes on GitHub

v9.9.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v9.9.2

Compare Source

No significant changes

    View changes on GitHub

[v9.9.1](https://redirect.github.com/


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.

👻 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 was generated by Mend Renovate. View the repository job log.

Copy link

stackblitz bot commented Sep 23, 2024

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

Copy link

socket-security bot commented Sep 23, 2024

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

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected] environment +2 2.63 MB nicolo-ribaudo
npm/@rollup/[email protected] None +3 220 kB guybedford, lukastaegert, rich_harris, ...1 more
npm/@sxzz/[email protected] environment Transitive: eval, filesystem, unsafe +235 33.8 MB sxzz
npm/@types/[email protected] None +1 2.37 MB types
npm/@vue-macros/[email protected] Transitive: environment, eval, filesystem, unsafe +93 22.8 MB sxzz
npm/@vue/[email protected] Transitive: environment, eval +17 5.5 MB johnsoncodehk
npm/[email protected] None +2 2.02 MB sxzz
npm/[email protected] filesystem, unsafe Transitive: environment, network, shell +60 5.05 MB antfu
npm/[email protected] environment Transitive: eval, filesystem, shell, unsafe +84 10.7 MB eslintbot
npm/[email protected] filesystem +17 506 kB mrmlnc
npm/[email protected] None +2 593 kB sxzz
npm/[email protected] None 0 7.83 MB prettier-bot
npm/[email protected] eval, filesystem Transitive: environment, network, shell, unsafe +76 9.99 MB egoist
npm/[email protected] Transitive: environment, filesystem, network, shell +3 680 kB hirokiosame
npm/[email protected] None 0 22.7 MB andrewbranch, minestarks, rbuckton, ...5 more
npm/[email protected] Transitive: environment +2 759 kB antfu, sxzz
npm/[email protected] environment, eval, filesystem, network, shell, unsafe +7 6.41 MB vitebot
npm/[email protected] environment, eval Transitive: filesystem, shell, unsafe +33 4.37 MB vitestbot
npm/[email protected] None +5 514 kB johnsoncodehk
npm/[email protected] environment, eval Transitive: filesystem, unsafe +19 13.7 MB yyx990803

🚮 Removed packages: npm/@babel/[email protected], npm/@rollup/[email protected], npm/@sxzz/[email protected], npm/@types/[email protected], npm/@vue-macros/[email protected], npm/@vue/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from d43e2c4 to e818216 Compare September 30, 2024 16:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f1c8083 to 0191804 Compare October 2, 2024 16:48
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Oct 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from df47a27 to b7bac67 Compare October 10, 2024 14:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 679b969 to e068d57 Compare October 14, 2024 20:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from f1cae9f to 7caab1f Compare December 4, 2024 08:20
Copy link

socket-security bot commented Dec 4, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c5af19e to e86387b Compare December 9, 2024 05:18
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c9c3e22 to 124bad1 Compare December 15, 2024 18:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from e7306d6 to eb129ca Compare December 23, 2024 21:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2b856ad to 364ea3d Compare January 3, 2025 09:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from b40b441 to c61aa0b Compare January 8, 2025 22:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c61aa0b to 381f89b Compare January 9, 2025 09:48
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