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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/simple-icons ^1.2.24 -> ^1.2.25 age adoption passing confidence
@nuxt/eslint-config (source) 1.0.1 -> 1.1.0 age adoption passing confidence
@nuxt/test-utils ^3.15.4 -> ^3.16.0 age adoption passing confidence
@types/node (source) ^22.13.1 -> ^22.13.4 age adoption passing confidence
@unhead/vue (source) ^1.11.18 -> ^1.11.19 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.0.5 -> ^3.0.6 age adoption passing confidence
@vueuse/core (source) ^12.5.0 -> ^12.7.0 age adoption passing confidence
@vueuse/nuxt (source) ^12.5.0 -> ^12.7.0 age adoption passing confidence
eslint (source) 9.20.0 -> 9.20.1 age adoption passing confidence
happy-dom ^17.0.3 -> ^17.1.1 age adoption passing confidence
knip (source) ^5.43.6 -> ^5.44.4 age adoption passing confidence
nuxt-og-image (source) ^4.1.2 -> ^4.1.4 age adoption passing confidence
pathe ^2.0.2 -> ^2.0.3 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
unhead (source) 1.11.18 -> 1.11.19 age adoption passing confidence
vitest (source) ^3.0.5 -> ^3.0.6 age adoption passing confidence
vue-tsc (source) ^2.2.0 -> ^2.2.2 age adoption passing confidence

Release Notes

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

v1.1.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt/test-utils (@​nuxt/test-utils)

v3.16.0

Compare Source

3.16.0 is the next minor release.

👀 Highlights

You'll still see a warning from vitest:

Vitest  "environmentMatchGlobs" is deprecated. Use "workspace" to define different configurations instead.

You can ignore this for the moment. I expect we will resolve this in the next major (which will drop support for vitest < 3).

👉 Changelog

compare changes

🚀 Enhancements
  • e2e: Add teardownTimeout option to set timeout for afterAll hook (af2ddf29)
🩹 Fixes
  • vitest-environment: Respect any configured buildId (3f8599e6)
  • vitest-environment: Use correct base (c5ba2bac)
  • runtime-utils: Pass custom global components to mountSuspended (#​1081)
  • runtime-utils: Allow overwriting object props in mountSuspended (#​1078)
  • runtime-utils: Do not use defu for merging (#​1089)
  • runtime-utils: Proxy wrapper props (#​1099)
  • runtime-utils: Define $attrs in component render context (#​1108)
  • module: Ensure vi.hoisted is injected after vi import (#​1128)
  • runtime-utils: Proxy wrapper.element from mountSuspended (#​1110)
📦 Build
  • Use typesVersions for node10 declarations (f19cee64)
🏡 Chore
  • Update vitest peerDep version (c4ee71a4)
  • Add root package to workspace (d7c63b5c)
🤖 CI
❤️ Contributors
unjs/unhead (@​unhead/vue)

v1.11.19

Compare Source

No significant changes

    View changes on GitHub
vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vueuse/vueuse (@​vueuse/core)

v12.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.6.1

Compare Source

No significant changes

    View changes on GitHub

v12.6.0

Compare Source

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

v9.20.1

Compare Source

capricorn86/happy-dom (happy-dom)

v17.1.1

Compare Source

🎨 Features
👷‍♂️ Patch fixes
  • Fixes issue where it was not possible to nest @media, @supports and @container rules - By @​capricorn86 in task #​1727
  • Fixes issue where CSSStyleSheet was instantiated internally without a Window context, causing errors to not be thrown correctly in CSSStyleSheet methods - By @​capricorn86 in task #​1727
  • Changes errors thrown in CSSStyleSheet methods, so that they work according to spec - By @​capricorn86 in task #​1727

v17.1.0

Compare Source

🎨 Features
  • Add support for CSS media query rule "prefers-reduced-motion" - By @​mwdiaz in task #​1724

v17.0.4

Compare Source

👷‍♂️ Patch fixes
  • The "slotchange" event should be fired after the element has been connected to the DOM - By @​capricorn86 in task #​1722
webpro-nl/knip (knip)

v5.44.4

Compare Source

  • Fix workspace checks in Windows (4f4d0bf)

v5.44.3

Compare Source

v5.44.2

Compare Source

v5.44.1

Compare Source

v5.44.0

Compare Source

  • Add fixture w/ compilers/workaround for tailwind v4 (3cf1d05)
  • fix: ensure augmentWorkspace honors tsConfig rootDir (#​933) (2afffe0) - thanks @​rmunch!
  • feat: Add plugin for React router 7 framework mode (#​931) (012fd5b) - thanks @​lasseklovstad!
  • Refactor some bits to add manifestStr (9ce5766)
  • Use manifestStr and introduce PackageJsonPeeker (f2efd22)
  • Add pos to more issue types in json reporter (resolves #​930) (72cbcfa)
  • Merge node and node-test-runner plugins (1019b99)
  • Ignore built-in test reporters (resolve #​935) (090e76b)
  • Housekeep react-router plugin (dd0f682)
  • Bright & dimmed issue type header colors in symbol reporter (close #​934) (dcf5df3)
  • Update dependencies (9050695)
nuxt-modules/og-image (nuxt-og-image)

v4.1.4

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v4.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unjs/pathe (pathe)

v2.0.3

Compare Source

compare changes

📦 Build
🏡 Chore
❤️ Contributors
microsoft/TypeScript (typescript)

v5.7.3

Compare Source

v5.7.2

Compare Source

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from danielroe as a code owner February 10, 2025 21:52
Copy link

cloudflare-workers-and-pages bot commented Feb 10, 2025

Deploying nuxt-image with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a93453
Status: ✅  Deploy successful!
Preview URL: https://930fd24b.nuxt-image.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.nuxt-image.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update devdependency typescript to v5.7.3 chore(deps): update all non-major dependencies Feb 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from a11faa4 to 49f621d Compare February 18, 2025 08:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 1ecf986 to 2049f55 Compare February 19, 2025 09:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2049f55 to 0a93453 Compare February 20, 2025 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants