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

Merged
merged 2 commits into from
Jun 27, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@mantine/carousel (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/core (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/dates (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/dropzone (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/form (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/hooks (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/modals (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/next (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/notifications (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/nprogress (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/prism (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/spotlight (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/tiptap (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@mantine/utils (source) 6.0.14 -> 6.0.15 age adoption passing confidence dependencies patch
@prisma/client (source) 4.16.0 -> 4.16.1 age adoption passing confidence dependencies patch
@storybook/addon-a11y (source) 7.0.22 -> 7.0.24 age adoption passing confidence devDependencies patch
@storybook/addon-essentials (source) 7.0.22 -> 7.0.24 age adoption passing confidence devDependencies patch
@storybook/addon-interactions (source) 7.0.22 -> 7.0.24 age adoption passing confidence devDependencies patch
@storybook/addon-links (source) 7.0.22 -> 7.0.24 age adoption passing confidence devDependencies patch
@storybook/addon-viewport (source) 7.0.22 -> 7.0.24 age adoption passing confidence devDependencies patch
@storybook/blocks (source) 7.0.22 -> 7.0.24 age adoption passing confidence devDependencies patch
@storybook/nextjs (source) 7.0.22 -> 7.0.24 age adoption passing confidence devDependencies patch
@storybook/react (source) 7.0.22 -> 7.0.24 age adoption passing confidence devDependencies patch
@storybook/testing-library 0.1.0 -> 0.2.0 age adoption passing confidence devDependencies minor
@tabler/icons-react (source) 2.22.0 -> 2.23.0 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 4.29.14 -> 4.29.19 age adoption passing confidence dependencies patch
@tanstack/react-query-devtools (source) 4.29.14 -> 4.29.19 age adoption passing confidence dependencies patch
@trpc/client (source) 10.31.0 -> 10.32.0 age adoption passing confidence dependencies minor
@trpc/next (source) 10.31.0 -> 10.32.0 age adoption passing confidence dependencies minor
@trpc/react-query (source) 10.31.0 -> 10.32.0 age adoption passing confidence dependencies minor
@trpc/server (source) 10.31.0 -> 10.32.0 age adoption passing confidence dependencies minor
@types/react (source) 18.2.13 -> 18.2.14 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin 5.60.0 -> 5.60.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser 5.60.0 -> 5.60.1 age adoption passing confidence devDependencies patch
chromatic (source) 6.19.8 -> 6.19.9 age adoption passing confidence devDependencies patch
eslint-plugin-turbo 1.10.3 -> 1.10.6 age adoption passing confidence devDependencies patch
i18next (source) 23.2.1 -> 23.2.3 age adoption passing confidence dependencies patch
i18next-browser-languagedetector 7.0.2 -> 7.1.0 age adoption passing confidence dependencies minor
node 18.16.0 -> 18.16.1 age adoption passing confidence patch
pnpm (source) 8.6.3 -> 8.6.5 age adoption passing confidence packageManager patch
prisma (source) 4.16.0 -> 4.16.1 age adoption passing confidence devDependencies patch
react-i18next 13.0.0 -> 13.0.1 age adoption passing confidence dependencies patch
storybook (source) 7.0.22 -> 7.0.24 age adoption passing confidence devDependencies patch
superjson 1.12.3 -> 1.12.4 age adoption passing confidence dependencies patch
turbo (source) 1.10.3 -> 1.10.6 age adoption passing confidence devDependencies patch

Release Notes

mantinedev/mantine (@​mantine/carousel)

v6.0.15

Compare Source

What's Changed
  • [@mantine/core] Alert: Fix incorrect close button styles in filled variant
  • [@mantine/core] Fix incorrect Slider and RangeSlider precision with keyboard events
  • [@mantine/core] PinInput: Fix incorrect focus behavior when Backspace key is pressed (#​4438)
  • [@mantine/core] Table: Fix withColumnBorders prop not working (#​4443)
  • [@mantine/spotlight] Improve search performance for large actions lists (#​4457)
New Contributors

Full Changelog: mantinedev/mantine@6.0.14...6.0.15

prisma/prisma (@​prisma/client)

v4.16.1

Compare Source

Today, we are issuing the 4.16.1 patch release.

Fixes in Prisma Client

storybookjs/storybook (@​storybook/addon-a11y)

v7.0.24

Compare Source

7.0.24

v7.0.23

Compare Source

7.0.23

storybookjs/testing-library (@​storybook/testing-library)

v0.2.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Vanessa Yuen (@​vanessayuenn), for all your work!

Release Notes
Upgrade user-event to v14 and testing-library to v9 (#​43)

@storybook/testing-library now uses @testing-library/dom version 9 and @testing-library/user-event version 14! 🎉

To refer to new features and bugfixes and you can check them in the user-event release page and testing-library dom release page.


🚀 Enhancement
🐛 Bug Fix
Authors: 3
tabler/tabler-icons (@​tabler/icons-react)

v2.23.0: Release 2.23.0

Compare Source

18 new icons:
  • arrow-bar-both
  • arrow-capsule
  • brand-microsoft-teams
  • brand-nodejs
  • brand-yandex
  • capsule-horizontal
  • capsule
  • chevron-left-pipe
  • chevron-right-pipe
  • device-airtag
  • device-vision-pro
  • medical-cross-circle
  • michelin-bib-gourmand
  • michelin-star-green
  • michelin-star
  • navigation-north
  • rectangle-rounded-bottom
  • rectangle-rounded-top

Fixed icons: ce, piano

tanstack/query (@​tanstack/react-query)

v4.29.19

Compare Source

Version 4.29.19 - 6/27/2023, 1:06 PM

Changes

Fix
  • types: Add pageParam type to QueryFunction generic types (#​5623) (390e47b) by Mike Lyons
Chore
  • Update eslint config from alpha branch (#​5632) (ddf6986) by Lachlan Collins

Packages

v4.29.18

Compare Source

Version 4.29.18 - 6/27/2023, 7:05 AM

Changes

Fix
  • Revert "refactor(rect-query): prefer client-only import over "use client" (#​5626)" (#​5630) (1c46228) by Dominik Dorfmeister
Other
  • Revert "fix(vue-query): do not subscribe on server - nuxt2 memory leak fix (#​5576)" (#​5627) (3e82c58) by Damian Osipiuk

Packages

v4.29.17

Compare Source

Version 4.29.17 - 6/25/2023, 2:33 PM

Changes
Refactor
  • query: add more context to "Missing queryFn" error (#​5620) (9077bb9) by GLabat
Packages

v4.29.16

Compare Source

Version 4.29.16 - 6/25/2023, 2:21 PM

Changes
Refactor
  • rect-query: prefer client-only import over "use client" (#​5626) (3e25f51) by Dominik Dorfmeister
Packages

v4.29.15

Compare Source

Version 4.29.15 - 6/20/2023, 4:52 PM

Changes

Refactor
Docs

Packages

trpc/trpc (@​trpc/client)

v10.32.0

Compare Source

What's Changed
New Contributors

Full Changelog: trpc/trpc@v10.31.0...v10.32.0

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.60.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

chromaui/chromatic-cli (chromatic)

v6.19.9

Compare Source

  • 734 Add support for release event to Github action.
  • 750 Update CI to store tokens in environment variables
  • 775 Increase timeout for Git command(s) execution
vercel/turbo (eslint-plugin-turbo)

v1.10.6: Turborepo v1.10.6

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turbo@v1.10.5...v1.10.6

v1.10.5: Turborepo v1.10.5

Compare Source

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 requested a review from JoeKarow as a code owner June 20, 2023 18:17
@vercel
Copy link

vercel bot commented Jun 20, 2023

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

Name Status Preview Comments Updated (UTC)
glaad ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2023 4:05pm

@renovate renovate bot added automerge Enable Kodiak auto-merge dependencies Change in project dependencies. labels Jun 20, 2023
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v4.29.15 chore(deps): update all non-major dependencies Jun 20, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4a8484 to cd5f1e8 Compare June 20, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cd5f1e8 to bfb53dd Compare June 21, 2023 08:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bfb53dd to 7394643 Compare June 21, 2023 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7394643 to 3b00cb8 Compare June 22, 2023 06:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b00cb8 to 552f22e Compare June 22, 2023 10:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 552f22e to 5fcd626 Compare June 22, 2023 14:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5fcd626 to c04216a Compare June 22, 2023 15:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c04216a to 3b56e92 Compare June 22, 2023 19:27
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Jun 22, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b56e92 to 91bd815 Compare June 23, 2023 19:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91bd815 to f8432ee Compare June 25, 2023 17:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f8432ee to 4af17f9 Compare June 26, 2023 01:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4af17f9 to 6b1a0be Compare June 26, 2023 11:38
@kodiakhq
Copy link
Contributor

kodiakhq bot commented Jun 27, 2023

This PR currently has a merge conflict. Please resolve this and then re-add the automerge label.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a0ada8 to 380c15f Compare June 27, 2023 15:53
@JoeKarow JoeKarow added the automerge Enable Kodiak auto-merge label Jun 27, 2023
@kodiakhq kodiakhq bot merged commit 80b39e8 into dev Jun 27, 2023
11 of 13 checks passed
@renovate
Copy link
Contributor Author

renovate bot commented Jun 27, 2023

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.

@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch June 27, 2023 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Enable Kodiak auto-merge dependencies Change in project dependencies.
Development

Successfully merging this pull request may close these issues.

None yet

1 participant