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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.25.6 -> ^7.25.7 age adoption passing confidence
@pinia/colada ^0.9.0 -> ^0.10.0 age adoption passing confidence
@rollup/pluginutils (source) ^5.1.0 -> ^5.1.2 age adoption passing confidence
@shikijs/vitepress-twoslash (source) 1.16.3 -> 1.22.0 age adoption passing confidence
@tanstack/vue-query (source) ^5.55.4 -> ^5.59.1 age adoption passing confidence
@types/node (source) ^20.16.1 -> ^20.16.10 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.3 -> ^5.1.4 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.0.5 -> ^2.1.2 age adoption passing confidence
@vitest/ui (source) ^2.0.5 -> ^2.1.2 age adoption passing confidence
@vue-macros/common (source) ^1.12.3 -> ^1.14.0 age adoption passing confidence
@vue/compiler-sfc (source) ^3.5.3 -> ^3.5.11 age adoption passing confidence
execa ^9.3.1 -> ^9.4.0 age adoption passing confidence
firebase (source, changelog) ^10.13.1 -> ^10.14.0 age adoption passing confidence
happy-dom ^15.7.3 -> ^15.7.4 age adoption passing confidence
mlly ^1.7.1 -> ^1.7.2 age adoption passing confidence
nodemon (source) ^3.1.4 -> ^3.1.7 age adoption passing confidence
pinia ^2.2.2 -> ^2.2.4 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.0 age adoption passing confidence
rollup (source) ^4.21.2 -> ^4.24.0 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.0 age adoption passing confidence
unplugin ^1.14.0 -> ^1.14.1 age adoption passing confidence
unplugin-auto-import ^0.18.2 -> ^0.18.3 age adoption passing confidence
vite (source) ^5.4.3 -> ^5.4.8 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.4.4 -> ^7.4.6 age adoption passing confidence
vitest (source) ^2.0.5 -> ^2.1.2 age adoption passing confidence
vue (source) ^3.5.3 -> ^3.5.11 age adoption passing confidence
vue-router ^4.4.3 -> ^4.4.5 age adoption passing confidence
webpack ^5.94.0 -> ^5.95.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
posva/pinia-colada (@​pinia/colada)

v0.10.0

Compare Source

⚠ BREAKING CHANGES
  • useMutation() hooks now uses positional arguments. This change is mainly to simplify migration from TanStack Query.
  • caches.invalidateQueries() only fetches active queries
  • The keys option that automatically invalidate keys
    has been renamed to invalidateKeys and moved to a plugin. This is in
    practice not needed. It's just an opinionated convenience that can be
    replaced by directly invalidating queries in the cache with the
    onSettled() hook in useMutation():
const { mutate } = useMutation({
  onSettled({ caches, vars: { id } }) {
    caches.invalidateQueries({ key: ['contacts-search'] })
    caches.invalidateQueries({ key: ['contacts', id] })
  },
  mutation: (contact) => patchContact(contact),
})
Features
  • caches.invalidateQueries only fetches active queries (e8d9088)

  • rename keys to invalidateKeys and move to plugin (f709928)

  • useMutation hooks now use positional arguments (dce00b4)

0.9.1 (2024-09-27)
Features
  • allow nullish return in placeholderData (1fae179)
  • wip nuxt module (66eca6e)
  • wip placeholderData (307e366)
Bug Fixes

v0.9.1

Compare Source

rollup/plugins (@​rollup/pluginutils)

v5.1.2

2024-09-23

Bugfixes
  • fix: optimize createFilter and normalizePath (#​1750)

v5.1.1

2024-09-22

Bugfixes
  • fix: improve regex performance (#​1753)
shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.22.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.21.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.21.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.20.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.19.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.18.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.17.7

Compare Source

   🚀 Features
    View changes on GitHub

v1.17.6

Compare Source

   🚀 Features
  • engine-js:
   🐞 Bug Fixes
  • Missing named exports for shiki/wasm and @shikijs/wasm-inlined  -  by @​antfu (3f226)
    View changes on GitHub

v1.17.5

Compare Source

   🚀 Features
    View changes on GitHub

v1.17.4

Compare Source

No significant changes

    View changes on GitHub

v1.17.0

Compare Source

Refactor the monorepo and separate engines into each own package.

    View changes on GitHub
TanStack/query (@​tanstack/vue-query)

v5.59.1

Compare Source

Version 5.59.1 - 10/4/24, 12:03 PM

Changes

Fix
  • eslint-plugin-query: update deprecated getSourceCode() method (#​8117) (bb8278d) by Sol Lee
Test
Docs

Packages

v5.59.0

Compare Source

Version 5.59.0 - 10/1/24, 3:45 PM

Changes
Feat
Docs
  • react-query: Fix broken route on eslint-plugin-query.md (#​8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#​8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#​8108) (68ca717) by Arnoud
Other
Packages

v5.56.2

Compare Source

Version 5.56.2 - 9/12/24, 6:05 PM

Changes

Fix
  • core: make sure infiniteQuery always fetches the first page (#​8051) (7624785) by Dominik Dorfmeister

Packages

v5.56.1

Compare Source

Version 5.56.1 - 9/12/24, 2:38 PM

Changes

Fix
Chore
  • trigger release (6a17069) by Dominik Dorfmeister

Packages

v5.56.0

Compare Source

Version 5.56.0 - 9/12/24, 9:56 AM

Changes

Feat
  • core: ensureInfiniteQueryData (#​8048) (edec4a6) by Dominik Dorfmeister
Docs

Packages

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.1.4

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

v2.1.2

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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

cloudflare-workers-and-pages bot commented Sep 2, 2024

Deploying unplugin-vue-router with  Cloudflare Pages  Cloudflare Pages

Latest commit: 05af77d
Status:🚫  Build failed.

View logs

Copy link

socket-security bot commented Sep 2, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected] environment +2 2.77 MB nicolo-ribaudo
npm/@pinia/[email protected] environment, network 0 294 kB posva
npm/@rollup/[email protected] None +3 224 kB shellscape
npm/@shikijs/[email protected] environment +64 3.51 MB antfu
npm/@tanstack/[email protected] environment +3 3.21 MB tannerlinsley
npm/@types/[email protected] None 0 2.21 MB types
npm/@vitest/[email protected] Transitive: environment, filesystem +17 3.93 MB vitestbot
npm/@vitest/[email protected] None +6 1.99 MB vitestbot
npm/@vue/[email protected] None +7 6.14 MB soda, yyx990803
npm/[email protected] environment Transitive: filesystem, shell +12 498 kB ehmicky
npm/[email protected] Transitive: environment, filesystem, network +50 107 MB chholland, feiyang.chen, firebase-ops, ...1 more
npm/[email protected] network, shell, unsafe +1 9.75 MB davidortner
npm/[email protected] None +3 1.11 MB pi0
npm/[email protected] environment, filesystem, shell +7 334 kB remy
npm/[email protected] environment +1 426 kB posva
npm/[email protected] Transitive: environment, filesystem, network, shell +1 3.39 MB antfu, patak, soda, ...2 more

🚮 Removed packages: npm/@babel/[email protected], npm/@shikijs/[email protected], npm/@tanstack/[email protected], npm/@types/[email protected], npm/@vitest/[email protected], npm/@vitest/[email protected], npm/@vue-macros/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 25 times, most recently from fcd1523 to 9df330a Compare September 9, 2024 09:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 510585e to 3a5a6ac Compare September 10, 2024 07:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 945be7c to 803bb1e Compare September 29, 2024 01:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 4f0a019 to 2be5b9f Compare October 6, 2024 22:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2be5b9f to 05af77d Compare October 7, 2024 07:11
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