Skip to content

chore(deps): update all non-major dependencies #648

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

Merged
merged 1 commit into from
Jun 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.27.3 -> ^7.27.6 age adoption passing confidence
@pinia/colada (source) ^0.16.1 -> ^0.17.0 age adoption passing confidence
@shikijs/vitepress-twoslash (source) 3.4.2 -> 3.6.0 age adoption passing confidence
@tanstack/vue-query (source) ^5.79.0 -> ^5.80.6 age adoption passing confidence
@tanstack/vue-query-devtools (source) ^5.79.0 -> ^5.80.6 age adoption passing confidence
@types/node (source) ^22.15.29 -> ^22.15.30 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.1.4 -> ^3.2.2 age adoption passing confidence
@vitest/ui (source) ^3.1.4 -> ^3.2.2 age adoption passing confidence
@vue-macros/common (source) 3.0.0-beta.12 -> 3.0.0-beta.14 age adoption passing confidence
execa ^9.5.3 -> ^9.6.0 age adoption passing confidence
firebase (source, changelog) ^11.7.3 -> ^11.9.0 age adoption passing confidence
happy-dom ^17.5.6 -> ^17.6.3 age adoption passing confidence
pinia (source) ^3.0.2 -> ^3.0.3 age adoption passing confidence
pnpm (source) 10.11.0 -> 10.11.1 age adoption passing confidence
rollup (source) ^4.41.1 -> ^4.42.0 age adoption passing confidence
tsdown ^0.12.5 -> ^0.12.7 age adoption passing confidence
unplugin (source) ^2.3.4 -> ^2.3.5 age adoption passing confidence
vitest (source) ^3.1.4 -> ^3.2.2 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.27.6

Compare Source

🐛 Bug Fix
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-generator, babel-parser, babel-types
posva/pinia-colada (@​pinia/colada)

v0.17.0

Compare Source

⚠ BREAKING CHANGES
  • replace EntryNodeKey with EntryKey
  • types: The EntryKeyTagged type now has multiple type params and an array is no longer assignable to it. This is necessary to correctly infer the types for TData and TDataInitial and if you were manually using EntryKeyTagged, you will either need to cast arrays to it or use EntryKey instead. In most cases this should not affect you. This makes types stricter and also disallows setting a query data to undefined. If you were doing queryCache.setQueryData(key, undefined), use queryCache.setEntryState instead.
Features
Bug Fixes
  • types: avoid incorrect undefined from tagged keys (9358619)
  • types: make options parameter optional in types (#​224) (20bca79)
Code Refactoring
  • remove deprecated EntryNodeKey (6c7d15b)
shikijs/shiki (@​shikijs/vitepress-twoslash)

v3.6.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
TanStack/query (@​tanstack/vue-query)

v5.80.6

Compare Source

Version 5.80.6 - 6/5/25, 1:09 PM

Changes

Refactor
  • types: revert narrow onSuccess/onError/onMutate/onSettled callback types to Promise | void (#​9202)" (#​9251) (dfbda9d) by Braden Wong

Packages

v5.80.5

Compare Source

Version 5.80.5 - 6/4/25, 6:43 PM

Changes

Fix
  • experimental_createQueryPersister: Change persisterRestoreAll to restoreQueries with filter support (#​9230) (9e0e60c) by René Klomp

Packages

v5.80.4

Compare Source

Version 5.80.4 - 6/4/25, 6:20 PM

Changes

Fix
  • vue-query: make vue-query client compatible with query-core (#​9250) (fc92ef9) by Damian Osipiuk
Docs

Packages

v5.80.2

Compare Source

Version 5.80.2 - 6/3/25, 12:08 PM

Changes

Fix

Packages

v5.80.1

Compare Source

Version 5.80.1 - 6/3/25, 11:23 AM

Changes

Perf
  • improve performance of util function "difference" in quriesObserver.ts in query-core package (#​9201) (57c6ce1) by novice0840

Packages

v5.80.0

Compare Source

Version 5.80.0 - 6/3/25, 9:36 AM

Changes
Feat
  • query-devtools: add indicator for staleTime: "static" (#​9215) (3e7d715) by MINSEONG KIM
Refactor
  • types: remove unnecessary TQueryData generic in InfiniteQueryObserverOptions (#​9224) (efa963d) by Braden Wong
  • query-core: add "Set" instead of "includes" (#​9221) (4bf169e) by novice0840
Chore
  • consolidate noop function usage across framework packages (#​9228) (1fba7fc) by Braden Wong
  • remove redundant word in comment (#​9231) (a2a23a8) by clonemycode
  • improve type safety in getQueryData by using generics (#​9218) (3a89ec9) by Braden Wong
Packages

v5.79.2

Compare Source

Version 5.79.2 - 6/2/25, 4:29 PM

Changes
Refactor
  • react-query: change the order of const variables (#​9211) (0e083c6) by novice0840
  • query-core: extract context creation to functions and move type assertions (#​9210) (0cbfc5e) by Braden Wong
Packages

v5.79.1

Compare Source

Version 5.79.1 - 6/2/25, 4:17 PM

Changes

Refactor
  • types: narrow onSuccess/onError/onMutate/onSettled callback types to Promise | void (#​9202) (982f6ca) by Braden Wong
Docs
  • Mention query keys needs to be serializable using JSON.stringify (#​9204) (ff2b51a) by Zentrik

Packages

vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

vue-macros/vue-macros (@​vue-macros/common)

v3.0.0-beta.14

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.0.0-beta.13

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
sindresorhus/execa (execa)

v9.6.0

Compare Source


firebase/firebase-js-sdk (firebase)

v11.9.0

Compare Source

v11.8.1

Compare Source

For more detailed release notes, see Firebase JavaScript SDK Release Notes.

What's Changed

@​firebase/auth@​1.10.6

Patch Changes

@​firebase/auth-compat@​0.5.26

Patch Changes

@​firebase/data-connect@​0.3.9

Patch Changes
  • b5df4ae #​9055 - Updated to only show banner when calling connect*Emulator

@​firebase/database@​1.0.19

Patch Changes

@​firebase/database-compat@​2.0.10

Patch Changes

[email protected]

Patch Changes

@​firebase/firestore@​4.7.16

Patch Changes

@​firebase/firestore-compat@​0.3.51

Patch Changes

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.

Copy link

coderabbitai bot commented May 26, 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.


🪧 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.
    • Explain this complex logic.
    • 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 explain this code block.
    • @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 explain its main purpose.
    • @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.

Support

Need help? Join our Discord community for assistance with any issues or questions.

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 sequence diagram to generate a sequence diagram of the changes in 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.

Copy link

pkg-pr-new bot commented May 26, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin-vue-router@648

commit: 0bc55a2

Copy link

socket-security bot commented May 26, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​vue-macros/​common@​3.0.0-beta.12 ⏵ 3.0.0-beta.141001006595 +1100
Addedmlly@​1.7.410010010079100
Addedminimist@​1.2.810010010080100
Updatedhappy-dom@​17.5.6 ⏵ 17.6.399 +110088 +196 +1100
Updatedexeca@​9.5.3 ⏵ 9.6.09910010090 -1100
Added@​pinia/​colada@​0.17.09110010095100

View full report

Copy link

cloudflare-workers-and-pages bot commented May 26, 2025

Deploying unplugin-vue-router with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5cc83d7
Status: ✅  Deploy successful!
Preview URL: https://9806be0d.unplugin-vue-router.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.unplugin-vue-router.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 76b454e to 5747c60 Compare May 31, 2025 20:32
Copy link

codecov bot commented May 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.60%. Comparing base (15a926c) to head (5cc83d7).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #648   +/-   ##
=======================================
  Coverage   62.60%   62.60%           
=======================================
  Files          32       32           
  Lines        3161     3161           
  Branches      592      592           
=======================================
  Hits         1979     1979           
  Misses       1177     1177           
  Partials        5        5           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from ff76c13 to 9f34af7 Compare June 4, 2025 00:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 50eb6f2 to 7ae47e3 Compare June 5, 2025 13:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ae47e3 to 5cc83d7 Compare June 6, 2025 21:05
@renovate renovate bot merged commit 3262c9d into main Jun 7, 2025
16 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 7, 2025 02:47
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