JulianFl / blndfnd

Mirror Gitlab
https://blndfnd.vercel.app
0 stars 0 forks source link

Bump the minor-and-patch group with 30 updates #54

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the minor-and-patch group with 30 updates:

Package From To
@expo/vector-icons 14.0.0 14.0.2
@react-native-async-storage/async-storage 1.21.0 1.23.1
@tanstack/react-query 5.18.1 5.36.2
axios 1.6.7 1.6.8
expo-linking 6.2.2 6.3.1
expo-router 3.4.8 3.5.12
expo-splash-screen 0.26.4 0.27.4
expo-status-bar 1.11.1 1.12.1
immer 10.0.4 10.1.1
react 18.2.0 18.3.1
@types/react 18.2.48 18.3.2
react-native 0.73.6 0.74.1
react-native-maps 1.10.0 1.15.1
react-native-pager-view 6.2.3 6.3.1
react-native-safe-area-context 4.8.2 4.10.1
react-native-screens 3.29.0 3.31.1
react-native-svg 15.2.0 15.3.0
zustand 4.5.0 4.5.2
@babel/core 7.23.9 7.24.5
@tanstack/eslint-plugin-query 5.18.1 5.35.6
@types/jest 29.5.11 29.5.12
@types/react-test-renderer 18.0.7 18.3.0
@typescript-eslint/eslint-plugin 7.2.0 7.9.0
@typescript-eslint/parser 7.2.0 7.9.0
eslint-plugin-react 7.33.2 7.34.1
eslint-plugin-react-hooks 4.6.0 4.6.2
openapi-typescript-codegen 0.27.0 0.29.0
prettier 3.2.4 3.2.5
tailwindcss 3.3.2 3.4.3
typescript 5.3.3 5.4.5

Updates @expo/vector-icons from 14.0.0 to 14.0.2

Commits


Updates @react-native-async-storage/async-storage from 1.21.0 to 1.23.1

Release notes

Sourced from @​react-native-async-storage/async-storage's releases.

v1.23.1

1.23.1 (2024-03-20)

Bug Fixes

  • default-storage: Privacy manifest missing key (#1076) (c4ed1fa)

v1.23.0

1.23.0 (2024-03-19)

❗️Please bump to version v1.23.1 fixed Privacy Manifest file

Features

  • default-storage: Add Privacy Manifest for iOS (#1075) (864626d)

v1.22.3

1.22.3 (2024-02-28)

Bug Fixes

  • android: bridgeless mode broken on react-native 0.74 (#1068) (253126d)

v1.22.2

1.22.2 (2024-02-23)

Bug Fixes

v1.22.1

1.22.1 (2024-02-20)

Bug Fixes

  • ios: Merging empty object should not override current value (#1064) (ea9fc7a)

v1.22.0

1.22.0 (2024-02-15)

Features

... (truncated)

Commits


Updates @tanstack/react-query from 5.18.1 to 5.36.2

Release notes

Sourced from @​tanstack/react-query's releases.

v5.36.2

Version 5.36.2 - 5/15/2024, 7:34 PM

Changes

Fix

  • react-query: do not use global JSX namespace (#7436) (0c32270d) by @​SimenB

Docs

Packages

  • @​tanstack/react-query@​5.36.2
  • @​tanstack/react-query-devtools@​5.36.2
  • @​tanstack/react-query-persist-client@​5.36.2
  • @​tanstack/react-query-next-experimental@​5.36.2

v5.36.1

Version 5.36.1 - 5/15/2024, 2:22 PM

Changes

Fix

  • types: make TVariables default to unknown on Mutation (#7433) (c2861c44) by Dominik Dorfmeister

Docs

  • not using useState in creating queryClient when use ReactQueryStreamedHydration in suspense-example (#7431) (3a9e0461) by polee

Other

  • Update overview.md (10c75278) by Tanner Linsley

Packages

  • @​tanstack/query-core@​5.36.1
  • @​tanstack/react-query@​5.36.1
  • @​tanstack/solid-query@​5.36.1
  • @​tanstack/vue-query@​5.36.1
  • @​tanstack/angular-query-experimental@​5.36.1
  • @​tanstack/query-broadcast-client-experimental@​5.36.1
  • @​tanstack/query-persist-client-core@​5.36.1
  • @​tanstack/query-sync-storage-persister@​5.36.1
  • @​tanstack/react-query-devtools@​5.36.1
  • @​tanstack/react-query-persist-client@​5.36.1
  • @​tanstack/react-query-next-experimental@​5.36.1

... (truncated)

Commits


Updates axios from 1.6.7 to 1.6.8

Release notes

Sourced from axios's releases.

Release v1.6.8

Release notes:

Bug Fixes

  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.8 (2024-03-15)

Bug Fixes

  • AxiosHeaders: fix AxiosHeaders conversion to an object during config merging (#6243) (2656612)
  • import: use named export for EventEmitter; (7320430)
  • vulnerability: update follow-redirects to 1.15.6 (#6300) (8786e0f)

Contributors to this release

Commits
  • ab3f0f9 chore(release): v1.6.8 (#6303)
  • 2656612 fix(AxiosHeaders): fix AxiosHeaders conversion to an object during config mer...
  • 7320430 fix(import): use named export for EventEmitter;
  • 8786e0f fix(vulnerability): update follow-redirects to 1.15.6 (#6300)
  • d844227 chore: update and bump deps (#6238)
  • caa0625 docs: update README responseEncoding types (#6194)
  • 41c4584 docs: Update README.md to point to current axios version in CDN links (#6196)
  • bf6974f chore(ci): add npm tag action; (#6231)
  • See full diff in compare view


Updates expo-linking from 6.2.2 to 6.3.1

Changelog

Sourced from expo-linking's changelog.

6.3.1 — 2024-04-23

This version does not introduce any user-facing changes.

6.3.0 — 2024-04-18

This version does not introduce any user-facing changes.

Commits


Updates expo-router from 3.4.8 to 3.5.12

Changelog

Sourced from expo-router's changelog.

3.5.12 — 2024-05-13

🐛 Bug fixes

  • Fix Sitemap crashing when UIViewControllerBasedStatusBarAppearance is set to YES (#28724 by @​hirbod)

3.5.11 — 2024-05-09

🐛 Bug fixes

  • Fix Typed Routes generating incorrect routes and crashing when moving files (#28665 by @​marklawlor)
  • Fix _layout files with platform extensions incorrectly registering as a route (#28699 by @​marklawlor)

3.5.10 — 2024-05-07

🐛 Bug fixes

  • Fix useMemo crash when adding new routes.

3.5.9 — 2024-05-06

💡 Others

3.5.8 — 2024-05-03

This version does not introduce any user-facing changes.

3.5.7 — 2024-05-02

This version does not introduce any user-facing changes.

3.5.6 — 2024-05-01

🎉 New features

🐛 Bug fixes

3.5.5 — 2024-04-29

🐛 Bug fixes

... (truncated)

Commits


Updates expo-splash-screen from 0.26.4 to 0.27.4

Changelog

Sourced from expo-splash-screen's changelog.

0.27.4 — 2024-05-03

💡 Others

0.27.3 — 2024-05-01

This version does not introduce any user-facing changes.

0.27.2 — 2024-04-23

This version does not introduce any user-facing changes.

0.27.1 — 2024-04-22

This version does not introduce any user-facing changes.

0.27.0 — 2024-04-18

🐛 Bug fixes

  • Fixed white screen flickering when using expo-updates with longer fallbackToCacheTimeout. (#28227 by @​kudo)

💡 Others

  • Removed deprecated backward compatible Gradle settings. (#28083 by @​kudo)
Commits


Updates expo-status-bar from 1.11.1 to 1.12.1

Changelog

Sourced from expo-status-bar's changelog.

1.12.1 — 2024-04-23

This version does not introduce any user-facing changes.

1.12.0 — 2024-04-18

This version does not introduce any user-facing changes.

Commits


Updates immer from 10.0.4 to 10.1.1

Release notes

Sourced from immer's releases.

v10.1.1

10.1.1 (2024-04-27)

Bug Fixes

v10.1.0

10.1.0 (2024-04-27)

Features

  • performance: Make non-strict mode faster for classes. Addresses #1071 (53e3203). Immer 10.x solved slow iteration for plain JS objects. This update applies the same handling to class instances. In cases this makes class instance handling 3 times faster. Note that this slightly modifies the behavior of Immer with classes in obscure corner cases, in ways that match current documentation, but do not match previous behavior. If you run into issues with this release icmw. class instances, use setUseStrictShallowCopy("class_only") to revert to the old behavior. For more details see https://immerjs.github.io/immer/complex-objects#semantics-in-detail
Commits
  • e2d222b docs: [Doc]: Update /zh-CN/ (#1067)
  • 4da2e0d fix: Make applyPatches to accept readonly Patch[] (#1094)
  • 073d634 chore: Fix typo in comment in common.ts (#1113)
  • a3a7d0c chore(deps): bump express from 4.18.2 to 4.19.2 in /website (#1112)
  • 5a8f6e7 fix: export lost types (#1116)
  • 53e3203 feat(performance): Make non-strict mode faster for classes. Addresses #1071
  • 511ccee introduce StrictMode enum
  • 85a8f7b Introduce class_only strict mode setting
  • 7f1b3b9 Merge branch 'main' into faster-unstrict-mode
  • 9713677 chore: fix git ignore with watchman
  • Additional commits viewable in compare view


Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates @types/react from 18.2.48 to 18.3.2

Commits


Updates react-native from 0.73.6 to 0.74.1

Release notes

Sourced from react-native's releases.

0.74.1

Added

iOS Specific

Changed

Android specific

Fixed

Android Specific

iOS Specific


Hermes dSYMS:


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

... (truncated)

Changelog

Sourced from react-native's changelog.

0.74.1

Added

iOS Specific

Changed

Android specific

Fixed

Android Specific

iOS Specific

0.74.0

Breaking

... (truncated)

Commits
  • 31f9d45 Release 0.74.1
  • 093a2ad [LOCAL] Fix privacy manifest aggregator
  • a0ed073 [LOCAL] Fix compilation error on ReactDelegate
  • 4be1faf Implement privacy manifest aggregation (#44214)
  • 56631cd fix ReactActivity.getReactDelegate().reload() (#44223)
  • cc1c697 Support more stubbed methods in BridgelessCatalystInstance (#44091)
  • 58b1f9b feat: upgrade @react-native-community/cli to 13.6.6 (#44253)
  • 8813061 Honor requiresMainQueueSetup in bridgeless mode for ViewManagers
  • 59e7ed5 Avoid calling abstract methods in RCTComposedViewRegistry
  • 305249f maintain correct content offset when scroll view is suspended (#44256)
  • Additional commits viewable in compare view


Updates react-native-maps from 1.10.0 to 1.15.1

Release notes

Sourced from react-native-maps's releases.

v1.15.1

1.15.1 (2024-05-05)

Bug Fixes

v1.15.0

1.15.0 (2024-05-04)

Features

  • ios: Add possibility to use both MKMarkerAnnotationView and MKPinAnnotationView (#5005) (6e4f49e)

v1.14.0

1.14.0 (2024-04-14)

Bug Fixes

  • android: map initialization as expected (b57d22f)
  • android: map initialization as expected (8ba7608)
  • android: map initialization as expected (7e1dd58)
  • android: map initialization as expected (73640a6)
  • android: map initialization as expected (6554793)

Features

  • add support for new React Native architecture (630b72e)
  • add support for new React Native architecture (48665da)
  • add support for new React Native architecture (794c64f)
  • add support for new React Native architecture (1310985)
  • add support for new React Native architecture (39fd4e6)
  • Enable new arch for the example project (1a21f86)

v1.13.2

1.13.2 (2024-04-13)

Bug Fixes

  • android: googleMapOptions / initialising multiple maps on android is buggy (#5034) (be28937)

v1.13.1

1.13.1 (2024-04-13)

... (truncated)

Changelog

Sourced from react-native-maps's changelog.

1.15.1 (2024-05-05)

Bug Fixes

1.15.0 (2024-05-04)

Features

  • ios: Add possibility to use both MKMarkerAnnotationView and MKPinAnnotationView (#5005) (6e4f49e)

1.14.0 (2024-04-14)

Bug Fixes

  • android: map initialization as expected (b57d22f)
  • android: map initialization as expected (8ba7608)
  • android: map initialization as expected (7e1dd58)
  • android: map initialization as expected (73640a6)
  • android: map initialization as expected (6554793)

Features

  • add support for new React Native architecture (630b72e)
  • add support for new React Native architecture (48665da)
  • add support for new React Native architecture (794c64f)
  • add support for new React Native architecture (1310985)
  • add support for new React Native architecture (39fd4e6)
  • Enable new arch for the example project (1a21f86)

1.13.2 (2024-04-13)

Bug Fixes

  • android: googleMapOptions / initialising multiple maps on android is buggy (#5034) (be28937)

1.13.1 (2024-04-13)

Bug Fixes

1.13.0 (2024-04-01)

... (truncated)

Commits
  • 93e0988 chore(release): 1.15.1 [skip ci]
  • 29107d5 fix(android): fix non working tile update (#5041)
  • 3ba84a6 chore(release): 1.15.0 [skip ci]
  • 6e4f49e feat(ios): Add possibility to use both MKMarkerAnnotationView and MKPinAnnota...
  • 120c2a5 chore(release): 1.14.0 [skip ci]
  • 1a21f86 feat: Enable new arch for the example project
  • 630b72e feat: add support for new React Native architecture
  • 48665da feat: add support for new React Native architecture
  • b57d22f fix(android): map initialization as expected
  • 8ba7608 fix(android): map initialization as expected
  • Additional commits viewable in compare view


Updates react-native-pager-view from 6.2.3 to 6.3.1

Release notes

Sourced from react-native-pager-view's releases.

v6.3.1

Changelog:

  • fix(js): Native commands must be exported with the name 'Commands' (#818) (3d089e8)

v6.3.0

Changelog:

  • fix(js): make sure that RCTEventEmitter is registered before emitting the first onScroll event (#809) (8d064d4)
  • fix(android) : index out of bounds crash (#805) (83979f9)
  • feat(ios): add support for visionOS (#797) (d0b77b3)
Commits
  • 4599fef Release 6.3.1
  • 3d089e8 fix(js): Native commands must be exported with the name 'Commands' (#818)
  • 280c3a3 merge next to master (#817)
  • 0662c31 Release 6.3.0
  • 8d064d4 fix(js): make sure that RCTEventEmitter is registered before emitting the fir...
  • dbfa61c chore(deps): bump ip from 1.1.8 to 1.1.9 in /example (#811)
  • bbbb65f chore(deps): bump ip from 1.1.8 to 1.1.9 (#810)
  • 4b35d6d Merge pull request #813 from callstack/update-ci
  • 96bd3c8 Node.js 16 actions are deprecated.
  • 83979f9 fix(android) : index out of bounds crash (#805)
  • Additional commits viewable in compare view


Updates react-native-safe-area-context from 4.8.2 to 4.10.1

Release notes

Sourced from react-native-safe-area-context's releases.

Release 4.10.1

4.10.1 (2024-04-23)

Bug Fixes

  • added run recalculation for safe_area when window did become visible (#480) (85ad002)

Release 4.10.0

4.10.0 (2024-04-23)

Support for react-native 0.74.0

Release 4.10.0-rc.2

4.10.0-rc.2 (2024-04-12)

Release 4.10.0-rc.1

4.10.0-rc.1 (2024-03-08)

Release 4.10.0-rc.0

4.10.0-rc.0 (2024-02-28)

Bug Fixes

Release 4.9.0

4.9.0 (2024-02-01)

Features