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

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.24.9 -> 7.25.2 age adoption passing confidence
@clerk/backend (source) 0.38.12 -> 0.38.13 age adoption passing confidence
@clerk/clerk-expo (source) 0.20.26 -> 0.20.27 age adoption passing confidence
@clerk/nextjs (source) 4.31.3 -> 4.31.4 age adoption passing confidence
@cloudflare/workers-types 4.20240725.0 -> 4.20240806.0 age adoption passing confidence
@expo/metro-config (source) 0.18.9 -> 0.18.11 age adoption passing confidence
@shopify/flash-list (source) 1.7.0 -> 1.7.1 age adoption passing confidence
@tanstack/react-query (source) 5.51.15 -> 5.51.23 age adoption passing confidence
@tanstack/react-virtual (source) 3.8.3 -> 3.9.0 age adoption passing confidence
@types/node (source) 20.14.12 -> 20.14.15 age adoption passing confidence
drizzle-kit (source) 0.23.0 -> 0.24.0 age adoption passing confidence
drizzle-orm (source) 0.32.1 -> 0.33.0 age adoption passing confidence
expo-updates (source) 0.25.21 -> 0.25.22 age adoption passing confidence
jotai 2.9.1 -> 2.9.3 age adoption passing confidence
metro 0.80.9 -> 0.80.10 age adoption passing confidence
metro-minify-terser 0.80.9 -> 0.80.10 age adoption passing confidence
metro-resolver 0.80.9 -> 0.80.10 age adoption passing confidence
react-native (source, changelog) 0.74.3 -> 0.75.0 age adoption passing confidence
react-native-gesture-handler 2.17.1 -> 2.18.1 age adoption passing confidence
react-native-screens 3.32.0 -> 3.34.0 age adoption passing confidence
wrangler (source) 3.67.1 -> 3.71.0 age adoption passing confidence
yarn (source) 4.3.1 -> 4.4.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.25.2

Compare Source

🐛 Bug Fix
clerk/javascript (@​clerk/backend)

v0.38.13

Compare Source

Patch Changes
cloudflare/workerd (@​cloudflare/workers-types)

v4.20240806.0

Compare Source

v4.20240729.0

Compare Source

expo/expo (@​expo/metro-config)

v0.18.11

Compare Source

v0.18.10

Compare Source

Shopify/flash-list (@​shopify/flash-list)

v1.7.1

Compare Source

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

v5.51.23

Compare Source

Version 5.51.23 - 8/8/24, 8:02 AM

Changes

Fix
  • react-query: ensure we have a gcTime of at least 1 second when using suspense (#​7860) (c744f99) by Dominik Dorfmeister
Docs

Packages

v5.51.21

Compare Source

Version 5.51.21 - 8/2/24, 6:43 PM

Changes

Fix
  • query-core: make CancelledError extend Error (#​7843) (35c086f) by Dominik Dorfmeister

Packages

v5.51.18

Compare Source

Version 5.51.18 - 8/1/24, 1:38 PM

Changes

Fix
  • query-options: allow returning undefined in initialData function (#​7351) (fdb8ce1) by Shahar Har-Shuv

Packages

v5.51.17

Compare Source

Version 5.51.17 - 8/1/24, 1:21 PM

Changes

Fix
  • core: query should reset to default state even when created from hydration (#​7837) (bbb2244) by Dominik Dorfmeister
Chore
  • deps: lock file maintenance (c7245c9) by renovate[bot]

Packages

v5.51.16

Compare Source

TanStack/virtual (@​tanstack/react-virtual)

v3.9.0

Compare Source

Version 3.9.0 - 8/14/24, 12:20 PM

Changes

Feat
  • support inverted horizontal scrolling for right-to-left locales (#​787) (2f5821a) by Christian Achgill
Chore
  • deps: update all non-major dependencies (#​792) (0691037) by renovate[bot]
  • examples: Resolve duplicate first page and incorrect rendering start (#​785) (06d631e) by JaeYoung

Packages

v3.8.6

Compare Source

Version 3.8.6 - 8/9/24, 5:43 AM

Changes

Fix

Packages

v3.8.4

Compare Source

Version 3.8.4 - 7/30/24, 6:57 AM

Changes

Fix
  • examples:react:infinite-scroll: fix type error (#​781) (eb480b4) by JaeYoung
Chore
Ci
Docs

Packages

drizzle-team/drizzle-orm (drizzle-kit)

v0.24.0

Compare Source

  • 🎉 Added iterator support to mysql2 (sponsored by @​rizen ❤). Read more in the docs
  • .prepare() in MySQL no longer requires a name argument

v0.23.2

Compare Source

  • Fixed a bug in PostgreSQL with push and introspect where the schemaFilter object was passed. It was detecting enums even in schemas that were not defined in the schemaFilter.
  • Fixed the drizzle-kit up command to work as expected, starting from the sequences release.

v0.23.1

Compare Source

  • 🐛 Re-export InferModel from drizzle-orm
expo/expo (expo-updates)

v0.25.22

Compare Source

pmndrs/jotai (jotai)

v2.9.3

Compare Source

This fixes a regression in an edge case that is introduced in v2.9.0.

What's Changed

New Contributors

Full Changelog: pmndrs/jotai@v2.9.2...v2.9.3

v2.9.2

Compare Source

facebook/metro (metro)

v0.80.10

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

facebook/react-native (react-native)

v0.75.0

Compare Source

v0.74.5

Compare Source

v0.74.4: 0.74.4

Compare Source

Added
Android specific
iOS specific
Fixed
iOS specific

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

software-mansion/react-native-gesture-handler (react-native-gesture-handler)

v2.18.1

Compare Source

🐛 Bug fixes

What's Changed

Full Changelog: software-mansion/react-native-gesture-handler@2.18.0...2.18.1

v2.18.0

Compare Source

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 139d606 to acc8e98 Compare August 14, 2024 20:31
@renovate renovate bot merged commit 3dc8f6a into main Aug 14, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch August 14, 2024 23: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