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

Merged
merged 2 commits into from
May 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 29, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 2.15.0 -> 2.16.1 age adoption passing confidence
@babel/core (source) ^7.24.4 -> ^7.24.5 age adoption passing confidence
@babel/eslint-parser (source) ^7.24.1 -> ^7.24.5 age adoption passing confidence
@iconify/json (source) ^2.2.203 -> ^2.2.206 age adoption passing confidence
@types/chrome (source) ^0.0.266 -> ^0.0.267 age adoption passing confidence
@types/node (source) ^20.12.7 -> ^20.12.8 age adoption passing confidence
@vue/compiler-sfc (source) ^3.4.23 -> ^3.4.26 age adoption passing confidence
@vue/runtime-core (source) ^3.4.23 -> ^3.4.26 age adoption passing confidence
bumpp ^9.4.0 -> ^9.4.1 age adoption passing confidence
dayjs (source) ^1.11.10 -> ^1.11.11 age adoption passing confidence
eslint (source) ^9.1.0 -> ^9.1.1 age adoption passing confidence
pnpm (source) 9.0.5 -> 9.0.6 age adoption passing confidence
pnpm (source) ^9.0.5 -> ^9.0.6 age adoption passing confidence
sass ^1.75.0 -> ^1.76.0 age adoption passing confidence
serve ^14.2.2 -> ^14.2.3 age adoption passing confidence
shiki (source) 1.3.0 -> 1.4.0 age adoption passing confidence
taze ^0.13.6 -> ^0.13.8 age adoption passing confidence
tsx ^4.7.2 -> ^4.8.2 age adoption passing confidence
turbo (source) ^1.13.2 -> ^1.13.3 age adoption passing confidence
unplugin-vue-components ^0.26.0 -> ^0.27.0 age adoption passing confidence
vite (source) ^5.2.10 -> ^5.2.11 age adoption passing confidence
vite-plugin-dts ^3.8.3 -> ^3.9.0 age adoption passing confidence
vitepress (source) 1.1.3 -> 1.1.4 age adoption passing confidence
vitest (source) ^1.5.0 -> ^1.5.3 age adoption passing confidence
vue (source) ^3.4.23 -> ^3.4.26 age adoption passing confidence

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v2.16.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.16.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
babel/babel (@​babel/core)

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
iconify/icon-sets (@​iconify/json)

v2.2.206

Compare Source

v2.2.205

Compare Source

v2.2.204

Compare Source

vuejs/core (@​vue/compiler-sfc)

v3.4.26

Compare Source

Bug Fixes

v3.4.25

Compare Source

Bug Fixes

v3.4.24

Compare Source

Bug Fixes
antfu/bumpp (bumpp)

v9.4.1

Compare Source

iamkun/dayjs (dayjs)

v1.11.11

Compare Source

Bug Fixes
eslint/eslint (eslint)

v9.1.1

Compare Source

pnpm/pnpm (pnpm)

v9.0.6

Compare Source

sass/dart-sass (sass)

v1.76.0

Compare Source

  • Throw errors for misplaced statements in keyframe blocks.

  • Mixins and functions whose names begin with -- are now deprecated for
    forwards-compatibility with the in-progress CSS functions and mixins spec.
    This deprecation is named css-function-mixin.

vercel/serve (serve)

v14.2.3

Compare Source

Patches
  • Bump @zeit/schemas to 2.36.0: #​803
shikijs/shiki (shiki)

v1.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
antfu/taze (taze)

v0.13.8

Compare Source

   🚀 Features
    View changes on GitHub

v0.13.7

Compare Source

No significant changes

    View changes on GitHub
privatenumber/tsx (tsx)

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:

vercel/turbo (turbo)

v1.13.3

Compare Source

unplugin/unplugin-vue-components (unplugin-vue-components)

v0.27.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v5.2.11

Compare Source

qmhc/vite-plugin-dts (vite-plugin-dts)

v3.9.0

Compare Source

Features

3.8.3 (2024-04-15)

Bug Fixes

3.8.2 (2024-04-12)

Bug Fixes
  • correctly process aliases which are inside generic types (0d204d9), closes #​317
  • ignore walk for module declaration node (1d65015), closes #​318

3.8.1 (2024-03-28)

Bug Fixes
vuejs/vitepress (vitepress)

v1.1.4

Compare Source

Bug Fixes
  • dev: multiple server instances being created when editing config too quickly (#​3835) (729a890)
  • theme/a11y: add unique name to footer prev / next navigation landmark (e60c101)
  • theme/a11y: remove duplicate assistive text from outline nav (#​3803) (733d986)
  • theme/i18n: 404 page not showing localized text (#​3833) (cc11b8e)
  • theme: disable keypress effect on search button (ccc37bb)
  • theme: don't use Chinese quotes on non-Chinese documents (#​3834) (75115f4)
  • theme: leaking event listener when going back/forward on Safari on iOS (#​3658) (#​3671) (1a72181)
vitest-dev/vitest (vitest)

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

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

netlify bot commented Apr 29, 2024

Deploy Preview for vue-devtools-docs canceled.

Name Link
🔨 Latest commit 4e39528
🔍 Latest deploy log https://app.netlify.com/sites/vue-devtools-docs/deploys/66348747c1e10800089387cf

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c3cba5a to 5720202 Compare April 30, 2024 01:22
@alexzhang1030
Copy link
Member

alexzhang1030 commented Apr 30, 2024

The error should fixed in TS 5.5, if you don't mind, we can wait for this PR for TS5.5 RC(04/06/2024) or release (18/06/2024) /cc @webfansplz
image

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 86c1db2 to 9900708 Compare May 2, 2024 07:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9900708 to a6b2bdd Compare May 2, 2024 09:57
Copy link
Contributor Author

renovate bot commented May 3, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@webfansplz webfansplz merged commit b929f98 into main May 8, 2024
6 checks passed
@webfansplz webfansplz deleted the renovate/all-minor-patch branch May 8, 2024 04:39
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.

2 participants