Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config ^4.11.0 -> ^4.12.0 age adoption passing confidence
@ast-grep/cli (source) ^0.36.2 -> ^0.37.0 age adoption passing confidence
@nuxt/devtools (source) ^2.3.2 -> ^2.4.0 age adoption passing confidence
@nuxt/module-builder 1.0.0 -> 1.0.1 age adoption passing confidence
@pinia/nuxt (source) ^0.10.1 -> ^0.11.0 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^3.2.1 -> ^3.2.2 age adoption passing confidence
@tailwindcss/vite (source) ^4.1.3 -> ^4.1.4 age adoption passing confidence
@types/node (source) ^22.14.0 -> ^22.14.1 age adoption passing confidence
@vue/devtools-api (source) ^7.7.2 -> ^7.7.5 age adoption passing confidence
@vueuse/core (source) ^13.0.0 -> ^13.1.0 age adoption passing confidence
@vueuse/integrations (source) ^13.0.0 -> ^13.1.0 age adoption passing confidence
@vueuse/router (source) ^13.0.0 -> ^13.1.0 age adoption passing confidence
lint-staged ^15.5.0 -> ^15.5.1 age adoption passing confidence
nuxt (source) ^3.16.1 -> ^3.16.2 age adoption passing confidence
pinia ^3.0.1 -> ^3.0.2 age adoption passing confidence
pnpm (source) 10.7.0 -> 10.8.1 age adoption passing confidence
tailwindcss (source) ^4.1.3 -> ^4.1.4 age adoption passing confidence
typedoc-plugin-markdown (source) ^4.6.1 -> ^4.6.2 age adoption passing confidence
unplugin-vue-components ^28.4.1 -> ^28.5.0 age adoption passing confidence
vite (source) ^6.2.5 -> ^6.3.2 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.7.2 -> ^7.7.5 age adoption passing confidence

Release Notes

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

v4.12.0

Compare Source

   🚀 Features
    View changes on GitHub
ast-grep/ast-grep (@​ast-grep/cli)

v0.37.0

Compare Source

v0.36.3

Compare Source

13 April 2025

  • fix: transformation indent #1405
  • feat: YAML schema validation for node and field types e0a5a47
  • chore(deps): update dependency @​ast-grep/napi to v0.36.2 f291ef3
  • fix(deps): update rust crate crossterm to 0.29.0 4c62fe5
nuxt/devtools (@​nuxt/devtools)

v2.4.0

Compare Source

Bug Fixes
  • devtools-kit: fix useDevtoolsClient return type (#​845) (5ce9b47)
  • module setup times are multiplied by 1000 (#​838) (d16aa96)
  • ui-kit: add [@unocss-include](https://redirect.github.com/unocss-include) magic string in NButton (#​852) (f18de78)
  • watch() typeof check on array is always false (#​850) (a873199)

2.3.2 (2025-03-26)

Bug Fixes

2.3.1 (2025-03-20)

Bug Fixes
  • downgrade execa to be compatible with Node v18, fix #​821 (f15c7dc)
nuxt/module-builder (@​nuxt/module-builder)

v1.0.1

Compare Source

compare changes

📖 Documentation
❤️ Contributors
shikijs/shiki (@​shikijs/vitepress-twoslash)

v3.2.2

Compare Source

   🚀 Features
    View changes on GitHub
tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.1.4

Compare Source

Added
  • Add experimental @tailwindcss/oxide-wasm32-wasi target for running Tailwind in browser environments like StackBlitz (#​17558)
Fixed
  • Ensure color-mix(…) polyfills do not cause used CSS variables to be removed (#​17555)
  • Ensure color-mix(…) polyfills create fallbacks for theme variables that reference other theme variables (#​17562)
  • Fix brace expansion in declining ranges like {10..0..5} and {0..10..-5} (#​17591)
  • Work around a Chrome rendering bug when using the skew-* utilities (#​17627)
  • Ensure container query variant names can contain hyphens (#​17628)
  • Ensure shadow-inherit, inset-shadow-inherit, drop-shadow-inherit, and text-shadow-inherit inherit the shadow color (#​17647)
  • Ensure compatibility with array tuples used in fontSize JS theme keys (#​17630)
  • Ensure folders with binary file extensions in their names are scanned for utilities (#​17595)
  • Upgrade: Convert fontSize array tuple syntax to CSS theme variables (#​17630)
vuejs/devtools (@​vue/devtools-api)

v7.7.5

Compare Source

No significant changes

    View changes on GitHub

v7.7.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v7.7.3

Compare Source

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

v13.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
lint-staged/lint-staged (lint-staged)

v15.5.1

Compare Source

Patch Changes
  • #​1533 5d53534 Thanks @​iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:

    ✖ Failed to get staged files!
    
nuxt/nuxt (nuxt)

v3.16.2

Compare Source

3.16.2 is the next patch release.

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxi@latest upgrade --dedupe

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

👉 Changelog

compare changes

🔥 Performance
  • nuxt: Improve tree-shaking of useRequestEvent on client (#​31586)
🩹 Fixes
  • nuxt: Pass down attrs to <Body> and <Html> (#​31513)
  • nuxt: Use greedy catchall when /index is the last segment (#​31528)
  • nuxt: Reset page:loading:end hook before navigation (#​31504)
  • nuxt: Write initial cookie value if different from document.cookie (#​31517)
  • nuxt: Support template string quotes in resolveComponent (#​31526)
  • nuxt: Show fatal errors thrown in middleware (#​31518)
  • nuxt: Use name to index route providers in dev (#​31544)
  • nuxt: Improve default scroll behaviour (#​31545)
  • vite: Return 404 for non-existent _nuxt/ paths in development (#​31543)
  • nuxt: Pass error data to error.vue (#​31573)
  • nuxt: Use unhead v2 api in default welcome + error pages (#​31584)
  • nuxt: Improve consistency of page metadata extraction (#​31306)
  • nuxt: Do not remove meta when scanPageMeta is disabled (0ba454b21)
💅 Refactors
  • nuxt: Simplify conditional branches of <NuxtPage> (#​31561)
  • Replace useServerHead in onPrehydrate with useHead (#​31585)
📖 Documentation
  • Move custom directories note to the correct place (#​29100)
  • Update example to useTemplateRef (#​31458)
  • Provide async function for $fetch (#​31459)
  • Mention the possibility to scan pages based on a pattern (#​31462)
  • Add dedupe flag (#​31467)
  • Improve refreshNuxtData docs (#​31448)
  • Add missing -- before --template (#​31469)
  • Migrate to @​nuxt/content v3 (#​31150)
  • Fix icon for main docs (e7828d9c6)
  • Save selected package manager (#​31520)
  • Improve refresh nuxt data example (#​31487)
  • Note that middleware runs on error pages as well (df14c0263)
  • Replace all 'Nuxt 3' with 'Nuxt' in documentation (#​31519)
  • resolveComponent only auto-imports components with literal strings (#​31511)
  • Add ticks around tsconfig.json (#​31473)
  • Capitalize heading (#​31523)
  • Update links to unhead.unjs.io (1913febbb)
  • Document that props are passed via server components via query (db7688219)
  • Improve description of page:start and page:finish hooks (#​31570)
🏡 Chore
✅ Tests
  • Avoid invalid nested font face (#​31524)
  • Add test for loading indicator with custom key (25ca9b819)
  • Add test for custom prop + loading indicator (94bfed031)
  • Update snapshot (55134fc2a)
❤️ Contributors
vuejs/pinia (pinia)

v3.0.2

Please refer to CHANGELOG.md for details.

pnpm/pnpm (pnpm)

v10.8.1

Compare Source

Patch Changes
  • Removed bright white highlighting, which didn't look good on some light themes #​9389.
  • If there is no pnpm related configuration in package.json, onlyBuiltDependencies will be written to pnpm-workspace.yaml file #​9404.

v10.8.0

Compare Source

Minor Changes
  • Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example:

    module.exports = {
      hooks: {
        updateConfig: (config) => ({
          ...config,
          nodeLinker: "hoisted",
        }),
      },
    };
  • Now you can use the pnpm add command with the --config flag to install new configurational dependencies #​9377.

Patch Changes
  • Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #​9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #​9365.

v10.7.1: pnpm 10.7.1

Compare Source

Patch Changes

  • pnpm config set should convert the settings to their correct type before adding them to pnpm-workspace.yaml #​9355.
  • pnpm config get should read auth related settings via npm CLI #​9345.
  • Replace leading ~/ in a path in .npmrc with the home directory #​9217.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz
typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)

v4.6.2

Compare Source

Patch Changes
  • Expose full declaration for returned union types (#​799).
  • Move isOptional flag inside backTicks (#​797) - thanks @​LekoArts.
  • Added support for TypeDoc's v0.28.2 features @group none, @category none and @disableGroups.
unplugin/unplugin-vue-components (unplugin-vue-components)

v28.5.0

Compare Source

   🚀 Features
    View changes on GitHub
vitejs/vite (vite)

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

v6.2.6

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Apr 14, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@netlify
Copy link

netlify bot commented Apr 14, 2025

Deploy Preview for funny-banoffee-0afb46 canceled.

Name Link
🔨 Latest commit 560ac83
🔍 Latest deploy log https://app.netlify.com/sites/funny-banoffee-0afb46/deploys/68023c31170afa0008023084

@pkg-pr-new
Copy link

pkg-pr-new bot commented Apr 14, 2025

Open in StackBlitz

@pinia/colada

npm i https://pkg.pr.new/@pinia/colada@259

@pinia/colada-nuxt

npm i https://pkg.pr.new/@pinia/colada-nuxt@259

@pinia/colada-plugin-auto-refetch

npm i https://pkg.pr.new/@pinia/colada-plugin-auto-refetch@259

@pinia/colada-plugin-cache-persister

npm i https://pkg.pr.new/@pinia/colada-plugin-cache-persister@259

@pinia/colada-plugin-debug

npm i https://pkg.pr.new/@pinia/colada-plugin-debug@259

@pinia/colada-plugin-delay

npm i https://pkg.pr.new/@pinia/colada-plugin-delay@259

@pinia/colada-plugin-retry

npm i https://pkg.pr.new/@pinia/colada-plugin-retry@259

commit: 560ac83

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from f71327d to 257cd25 Compare April 18, 2025 07:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 257cd25 to b70f8ef Compare April 18, 2025 11:48
@renovate
Copy link
Contributor Author

renovate bot commented Apr 18, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🆕 Triaging

Development

Successfully merging this pull request may close these issues.

1 participant