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

Merged
merged 3 commits into from
Feb 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ionic/vue 8.4.2 -> 8.4.3 age adoption passing confidence
@ionic/vue-router 8.4.2 -> 8.4.3 age adoption passing confidence
@nuxt/eslint-config (source) 1.0.1 -> 1.1.0 age adoption passing confidence
@types/node (source) 22.12.0 -> 22.13.5 age adoption passing confidence
@unhead/vue (source) 1.11.18 -> 1.11.19 age adoption passing confidence
bumpp 10.0.1 -> 10.0.3 age adoption passing confidence
pathe 2.0.2 -> 2.0.3 age adoption passing confidence
playwright-core (source) 1.50.0 -> 1.50.1 age adoption passing confidence
pnpm (source) 9.15.4 -> 9.15.5 age adoption passing confidence
unhead (source) 1.11.18 -> 1.11.19 age adoption passing confidence
unimport 4.0.0 -> 4.1.2 age adoption passing confidence
vue-tsc (source) 2.2.0 -> 2.2.2 age adoption passing confidence

Release Notes

ionic-team/ionic-framework (@​ionic/vue)

v8.4.3

Compare Source

Bug Fixes
nuxt/eslint (@​nuxt/eslint-config)

v1.1.0

Compare Source

   🚀 Features
    View changes on GitHub
unjs/unhead (@​unhead/vue)

v1.11.19

Compare Source

No significant changes

    View changes on GitHub
antfu-collective/bumpp (bumpp)

v10.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.0.2

Compare Source

No significant changes

    View changes on GitHub
unjs/pathe (pathe)

v2.0.3

Compare Source

compare changes

📦 Build
🏡 Chore
❤️ Contributors
microsoft/playwright (playwright-core)

v1.50.1

Compare Source

pnpm/pnpm (pnpm)

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva
unjs/unimport (unimport)

v4.1.2

Compare Source

Features

v4.1.1

Compare Source

Bug Fixes
  • revert engine requirement change (764694f)

v4.1.0

Compare Source

Bug Fixes
  • vue-directives: remove resolveDirective import when needed (#​428) (7110ef0)
Features
vuejs/language-tools (vue-tsc)

v2.2.2

Compare Source

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!

Configuration

📅 Schedule: Branch creation - "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 was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for friendly-lamington-fb5690 ready!

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/friendly-lamington-fb5690/deploys/67b9057e07d2254bd840a9c8
😎 Deploy Preview https://deploy-preview-683--friendly-lamington-fb5690.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 8078378 to e03ac53 Compare February 10, 2025 09:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 989d5a0 to b48e91a Compare February 15, 2025 16:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 99f6cd3 to 5c343cc Compare February 20, 2025 21:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 926552a to 57abef7 Compare February 21, 2025 22:51
Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.32%. Comparing base (ca8a98e) to head (2a213e0).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #683   +/-   ##
=======================================
  Coverage   47.32%   47.32%           
=======================================
  Files          11       11           
  Lines         672      672           
  Branches       34       34           
=======================================
  Hits          318      318           
  Misses        354      354           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielroe danielroe merged commit 1b3cc3c into main Feb 21, 2025
5 of 9 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch February 21, 2025 23:03
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.

1 participant