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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pinia/colada ^0.11.0 -> ^0.12.1 age adoption passing confidence
@shikijs/vitepress-twoslash (source) 1.22.1 -> 1.23.0 age adoption passing confidence
@tanstack/vue-query (source) ^5.59.16 -> ^5.60.5 age adoption passing confidence
@types/node (source) ^22.8.7 -> ^22.9.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.1.4 -> ^5.2.0 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.3 -> ^2.1.5 age adoption passing confidence
@vitest/ui (source) ^2.1.3 -> ^2.1.5 age adoption passing confidence
@vue/compiler-sfc (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence
@vue/tsconfig ^0.5.1 -> ^0.6.0 age adoption passing confidence
execa ^9.5.0 -> ^9.5.1 age adoption passing confidence
firebase (source, changelog) ^11.0.1 -> ^11.0.2 age adoption passing confidence
happy-dom ^15.7.4 -> ^15.11.6 age adoption passing confidence
mlly ^1.7.2 -> ^1.7.3 age adoption passing confidence
pinia ^2.2.4 -> ^2.2.6 age adoption passing confidence
pnpm (source) 9.12.3 -> 9.13.2 age adoption passing confidence
rollup (source) ^4.24.2 -> ^4.27.2 age adoption passing confidence
unplugin ^1.14.1 -> ^1.16.0 age adoption passing confidence
unplugin-auto-import ^0.18.3 -> ^0.18.4 age adoption passing confidence
vite (source) ^5.4.10 -> ^5.4.11 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.5.4 -> ^7.6.4 age adoption passing confidence
vitepress (source) 1.4.1 -> 1.5.0 age adoption passing confidence
vitest (source) ^2.1.3 -> ^2.1.5 age adoption passing confidence
vue (source) ^3.5.12 -> ^3.5.13 age adoption passing confidence
vue-tsc (source) ^2.1.8 -> ^2.1.10 age adoption passing confidence
webpack ^5.95.0 -> ^5.96.1 age adoption passing confidence

Release Notes

posva/pinia-colada (@​pinia/colada)

v0.12.1

Compare Source

Bug Fixes

v0.12.0

Compare Source

⚠ BREAKING CHANGES
  • transformError was never fully implemented so they are being removed and might come back if they is a real-word use case for them
  • If you were using the delayLoadingRef util, use the @pinia/colada-plugin-delay instead.
  • Renaming Error to defaultError allows to differentiate the property from the existing global Error class. Upgrading should be straightforward.
Features
  • add initial delay plugin (42c8760)
  • add track and untrack actions for plugins (8902ba3)
  • allow dynamic values for auto refetches (63d2fd0)
  • allow extending useQuery return (ef06628)
  • expose more types (4447d6d)
  • plugins: pass scope for added variables (a3b666f)
  • work without the plugin (696f88e)
Bug Fixes
  • avoid broken reactivity in defineQuery (4c48abc)
  • dedupe pinia colada (6ace8e8)
  • keep data if signal is aborted (de5cde5)
  • pass onMutate context (618312b), closes #​95
  • remove queryCache from mutation hooks (3f1119a)
  • run create in ssr too (1a6fa4a)
  • ssr: throw on error in query (58b7f69)
  • upgrade to new cache format (03e1683)
Code Refactoring
  • query: remove unused transformError and setup options (de0cb48)
  • remove delayLoadingRef helper in favor of the plugins (4c9b4cb)
  • rename the global Error property in TypesConfig to (0021426)

v0.11.1

Compare Source

Features
  • allow refetch to throw on error (f168b6c)
  • allow setting data for un-existing queries (5c3870c)
Bug Fixes
  • allow gcTime to never be set (4714b9a)
  • eagerly change asyncStatus on cancel (b2f1349)
  • staleTime of 0 always refreshes (66ef9ec)
shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.23.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.22.2

Compare Source

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

v5.60.5

Compare Source

Version 5.60.5 - 11/15/24, 6:06 PM

Changes

Fix
  • useQueries: make sure we don"t lose property tracking (#​8295) (4a2e838) by Dominik Dorfmeister
Docs

Packages

v5.59.20

Compare Source

Version 5.59.20 - 11/6/24, 2:13 PM

Changes
Fix
  • don"t ship test files (848df62) by Dominik Dorfmeister
Test
Docs
Packages

v5.59.17

Compare Source

Version 5.59.17 - 11/2/24, 5:45 PM

Changes
Fix
  • useQueries: warn on duplicate keys (#​8246) (c643635) by Dominik Dorfmeister
Chore
Test
  • react-query: better query-persist-client-core import (#​8212) (1865f0d) by Lachlan Collins
Docs
  • angular-query: add query options from a service example (#​8220) (c61ff1e) by Arnoud
Packages
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.0

  • feat: add a feature option to support custom component id generator (#​461) (7a1fc4c), closes #​461

v5.1.5

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

v2.1.5

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v2.1.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
vuejs/core (@​vue/compiler-sfc)

v3.5.13

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 Nov 4, 2024

Deploying unplugin-vue-router with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4c6dc1a
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2ddbc29 to bdad721 Compare November 5, 2024 14:21
Copy link

socket-security bot commented Nov 5, 2024

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from e05f3ea to 1d07bbe Compare November 12, 2024 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 1d197be to f296a65 Compare November 14, 2024 20:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b42f37b to 6c76fcf Compare November 15, 2024 11:08
Copy link

socket-security bot commented Nov 15, 2024

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSourceCI
Possible typosquat attack npm/[email protected] ⚠︎
Possible typosquat attack npm/[email protected] ⚠︎

View full report↗︎

Next steps

What is a typosquat?

Package name is similar to other popular packages and may not be the package you want.

Use care when consuming similarly named packages and ensure that you did not intend to consume a different package. Malicious packages often publish using similar names as existing popular packages.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/[email protected] or ignore all packages with @SocketSecurity ignore-all

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bd9a82e to 7f2cb99 Compare November 15, 2024 19:51
Copy link
Contributor Author

renovate bot commented Nov 17, 2024

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
None yet
Development

Successfully merging this pull request may close these issues.

0 participants