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

Merged
merged 1 commit into from Apr 9, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/vue (source) ^4.0.9 -> ^4.0.11 age adoption passing confidence
@babel/parser (source) ^7.24.1 -> ^7.24.4 age adoption passing confidence
@nuxt/kit (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
@nuxt/schema (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
@sxzz/eslint-config ^3.8.7 -> ^3.9.0 age adoption passing confidence
@types/node (source) ^20.12.2 -> ^20.12.6 age adoption passing confidence
@unocss/nuxt (source) ^0.58.9 -> ^0.59.0 age adoption passing confidence
@unocss/reset ^0.58.9 -> ^0.59.0 age adoption passing confidence
astro (source) ^4.5.12 -> ^4.5.17 age adoption passing confidence
magic-string ^0.30.8 -> ^0.30.9 age adoption passing confidence
nuxt (source) ^3.11.1 -> ^3.11.2 age adoption passing confidence
pnpm (source) 8.15.5 -> 8.15.6 age adoption passing confidence
rollup (source) ^4.13.2 -> ^4.14.1 age adoption passing confidence
shiki (source) ^1.2.3 -> ^1.2.4 age adoption passing confidence
tsx ^4.7.1 -> ^4.7.2 age adoption passing confidence
type-fest ^4.14.0 -> ^4.15.0 age adoption passing confidence
typescript (source) ~5.4.3 -> ~5.4.4 age adoption passing confidence
unocss ^0.58.9 -> ^0.59.0 age adoption passing confidence
vite (source) ^5.2.7 -> ^5.2.8 age adoption passing confidence
vite-plugin-pwa ^0.19.7 -> ^0.19.8 age adoption passing confidence
vitepress (source) ^1.0.2 -> ^1.1.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/vue)

v4.0.11

Compare Source

Patch Changes

v4.0.10

Compare Source

Patch Changes
babel/babel (@​babel/parser)

v7.24.4

Compare Source

v7.24.4 (2024-04-03)

Thanks @​Dunqing, @​luiscubal, and @​samualtnorman for your first PRs!

👓 Spec Compliance
🐛 Bug Fix
Committers: 7
nuxt/nuxt (@​nuxt/kit)

v3.11.2

Compare Source

3.11.2 is the next regularly scheduled patch release.

✅ Upgrading

As usual, our recommendation for upgrading is to run:

nuxi upgrade --force

This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Don't tree-shake useServerHead in dev (#​26421)
  • nuxt: Reduce nuxt island payload (#​26569)
  • nuxt: Unsubscribe from watch when scope is disposed (#​26554)
  • nuxt: Reduce router resolutions (#​26519)
🩹 Fixes
  • nuxt: Handle underscores in island names (#​26370)
  • nuxt: Don't append new route for redirect if one exists (#​26368)
  • nuxt: Ignore navigateTo open option on server side (#​26392)
  • nuxt: Print errors when compiling templates (#​26410)
  • nuxt: Don't warn about definePageMeta in server pages (#​26422)
  • nuxt: Pass joinRelativeURL + share paths on server (#​26407)
  • nuxt: Exclude <srcDir>/index.html from import protection (#​26430)
  • nuxt: Early return from refreshCookie on server (22ada37b4)
  • nuxt: Move v-if to wrapper in islands transform (#​26386)
  • nuxt: Move directives to client component island wrapper (#​26387)
  • nuxt: Ignore fetch errors in getLatestManifest (#​26486)
  • nuxt: Check island element instead of hydration state (#​26480)
  • nuxt: Add build id to rendered payload url (#​26504)
  • nuxt: Support serialising rich server logs (#​26503)
  • nuxt: Handle errors parsing/stringifying logs (4a87c35df)
  • nuxt: Augment GlobalComponents in multiple vue modules (#​26541)
  • nuxt: Suppress warning about resolve cache-driver (#​26595)
  • nuxt: Handle auto-importing named components (#​26556)
  • schema: Update webpack transformAssetUrls + pass hoistStatic to vite plugin (#​26563)
  • schema: Document use case for typescript.shim (#​26607)
  • nuxt: Normalise rollup opts in island transform w/o nuxt (#​26589)
  • nuxt: Handle missing Nuxt context in useRoute (#​26633)
💅 Refactors
  • nuxt: Remove duplicated check (#​26544)
  • nuxt: Simplify check in navigateTo for server (#​26546)
  • nuxt: Simplify runtimeConfig initialization of client side (#​26558)
📖 Documentation
  • Update information about playwright test runner (8e635fd23)
  • Add info about dependencies to install (a258bfc34)
  • Add missing end block (f55f74798)
  • Migration page typo (#​26389)
  • Advise installing nuxi for debugging with pnpm (#​26447)
  • Warn about single root element for server components (#​26462)
  • Adjust grammar (#​26482)
  • Add contents of the layout in examples (#​26532)
  • Add note about prerenderRoutes in dynamic routes (#​26547)
  • Clarify app-config merging strategy note (#​26564)
  • Update core modules roadmap (#​26553)
  • Replace process.* with import.meta.* (#​26611)
  • Correct grammar in typescript.shim JSDoc (#​26626)
  • Add missing comma (#​26644)
🏡 Chore
❤️ Contributors
sxzz/eslint-config (@​sxzz/eslint-config)

v3.9.0

Compare Source

Minor Changes

  • Replace eslint-plugin-i with eslint-plugin-import-x for supporting ESLint v9.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unocss/unocss (@​unocss/nuxt)

v0.59.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub
unocss/unocss (@​unocss/reset)

v0.59.0

Compare Source

withastro/astro (astro)

v4.5.17

Compare Source

Patch Changes

v4.5.16

Compare Source

Patch Changes

v4.5.15

Compare Source

Patch Changes

v4.5.14

Compare Source

Patch Changes

v4.5.13

Compare Source

Patch Changes
rich-harris/magic-string (magic-string)

v0.30.9

Compare Source

Performance Improvements
  • avoid create uncessary overrides for replace (a1b857c)
pnpm/pnpm (pnpm)

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

rollup/rollup (rollup)

v4.14.1

Compare Source

2024-04-07

Bug Fixes
  • Show better error when running on musl Linux where the musl build is not supported (#​5454)
Pull Requests

v4.14.0

Compare Source

2024-04-03

Features
  • Display error causes in Rollup CLI (#​5422)
  • Add basic support for explicit resource management via "using" and "await using" (#​5423)
Pull Requests
shikijs/shiki (shiki)

v1.2.4

Compare Source

No significant changes

    View changes on GitHub
privatenumber/tsx (tsx)

v4.7.2

Compare Source

sindresorhus/type-fest (type-fest)

v4.15.0

Compare Source

Microsoft/TypeScript (typescript)

v5.4.4: TypeScript 5.4.4

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

Compare Source

vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v0.19.8

Compare Source

vuejs/vitepress (vitepress)

v1.1.0

Compare Source

Bug Fixes
  • client: hashchange should only be triggered for same page navigations (#​3768) (2a9fc2a)
  • client: emit correct Event instance in hashchange event
  • theme: remove small layout shift on On this page button (#​3767) (5f28e74)
Features

1.0.2 (2024-04-01)

Bug Fixes
  • theme: text containing html not showing properly in mobile nav menu (3c8b4c7)

1.0.1 (2024-03-22)

Bug Fixes
  • build: vendor vue-demi to avoid resolution issues with yarn berry (#​3680) (5d3cb96)

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.

@renovate renovate bot added the dependencies label Apr 8, 2024
Copy link

stackblitz bot commented Apr 8, 2024

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

Copy link

changeset-bot bot commented Apr 8, 2024

⚠️ No Changeset found

Latest commit: d2377b9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Apr 8, 2024
Copy link

vercel bot commented Apr 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
vue-macros ✅ Ready (Inspect) Visit Preview Apr 9, 2024 9:14am

@dosubot dosubot bot added the enhancement New feature or request label Apr 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26b070c to d2377b9 Compare April 9, 2024 09:13
@sxzz sxzz merged commit 0445890 into main Apr 9, 2024
8 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch April 9, 2024 09:48
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request lgtm This PR has been approved by a maintainer size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant