GenerateNU / sac

a better way to drive student engagement
GNU Affero General Public License v3.0
13 stars 0 forks source link

Chore(deps): Bump the mobile group across 1 directory with 18 updates #1069

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the mobile group with 18 updates in the /frontend/mobile directory:

Package From To
@10play/tentap-editor 0.5.2 0.5.6
@tanstack/react-query 5.44.0 5.45.1
expo 51.0.11 51.0.14
expo-dev-client 4.0.15 4.0.18
expo-router 3.5.15 3.5.16
react-hook-form 7.51.5 7.52.0
react-native-calendars-sac 1.22.22 1.22.261
react-native-gesture-handler 2.16.2 2.17.0
react-native-maps 1.14.0 1.15.6
react-native-reanimated 3.11.0 3.12.1
react-native-safe-area-context 4.10.1 4.10.5
react-native-screens 3.31.1 3.32.0
react-native-svg 15.2.0 15.3.0
react-native-webview 11.26.1 13.10.3
@types/react 18.2.79 18.3.3
eslint 8.57.0 9.5.0
prettier 3.3.1 3.3.2
typescript 5.3.3 5.5.2

Updates @10play/tentap-editor from 0.5.2 to 0.5.6

Release notes

Sourced from @​10play/tentap-editor's releases.

Release 0.5.6

0.5.6 (2024-06-18)

Bug Fixes

  • open example menu by default (eba3d69)

Release 0.5.5

0.5.5 (2024-06-16)

Bug Fixes

Release 0.5.4

0.5.4 (2024-06-16)

Bug Fixes

Release 0.5.3

0.5.3 (2024-06-13)

Bug Fixes

Commits
  • fb4754b chore: release 0.5.6 [skip ci]
  • e12f597 Merge pull request #136 from 10play/open-example-menu-by-default
  • eba3d69 fix: open example menu by default
  • 3b1c363 chore: release 0.5.5 [skip ci]
  • 46264dd Merge pull request #134 from 10play/fix-advanced-doc
  • d4ba102 fix: add link to plans
  • d7b3b9c chore: release 0.5.4 [skip ci]
  • c14058a Merge pull request #125 from 10play/fix-advanced-doc
  • e25ac3d fix: add mention gif
  • 3387828 fix: add pro examples
  • Additional commits viewable in compare view


Updates @tanstack/react-query from 5.44.0 to 5.45.1

Release notes

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

v5.45.1

Version 5.45.1 - 6/16/2024, 8:16 PM

Changes

Refactor

  • react-query: improve type inference for useSuspenseQueries with skipToken (#7564) (77a7b286) by GwanSik Kim

Docs

  • fix grammar mistake on migrating-to-v5.md (#7556) (8d69ef49) by Paul Ashioya

Packages

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

v5.45.0

Version 5.45.0 - 6/12/2024, 12:35 PM

Changes

Feat

  • hydrate.transformPromise (#7538) (9a030b64) by Julius Marminge

Docs

Packages

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

... (truncated)

Commits
  • 80a0322 release: v5.45.1
  • 77a7b28 refactor(react-query): improve type inference for useSuspenseQueries with ski...
  • ac8f48a release: v5.45.0
  • See full diff in compare view


Updates expo from 51.0.11 to 51.0.14

Changelog

Sourced from expo's changelog.

51.0.14 - 2024-06-13

This version does not introduce any user-facing changes.

51.0.13 - 2024-06-12

This version does not introduce any user-facing changes.

51.0.12 - 2024-06-10

This version does not introduce any user-facing changes.

Commits


Updates expo-dev-client from 4.0.15 to 4.0.18

Changelog

Sourced from expo-dev-client's changelog.

4.0.18 - 2024-06-13

This version does not introduce any user-facing changes.

4.0.17 - 2024-06-12

This version does not introduce any user-facing changes.

4.0.16 - 2024-06-10

This version does not introduce any user-facing changes.

Commits


Updates expo-router from 3.5.15 to 3.5.16

Changelog

Sourced from expo-router's changelog.

3.5.16 - 2024-06-10

💡 Others

Commits


Updates react-hook-form from 7.51.5 to 7.52.0

Release notes

Sourced from react-hook-form's releases.

v7.52.0

⚛️ close #11932 enable react 19 peer dependency (#11935) 👮‍♀️ close #11954 getFieldState remove unnessaried inValidating and touched subscription (#11995) 🐞 fix #11985 logic createFormControl check field before usage (#11986) ⌨️ fix: enforce type safety for deps property in RegisterOptions (#11969) 🐞 fix #11922 keep dirty on reset with dirty fields (#11958) 🚔 close #11937 add validation in the cleanup process in useController (#11938) Revert "⌨️ close: correct type of error field in getFieldState return object (#11831)" 📖 fix: change info.values type in WatchObserver (#11917)

thanks to @​nakaakist, @​IdoBouskila, @​pincy and @​peinguin

Commits


Updates react-native-calendars-sac from 1.22.22 to 1.22.261

Commits


Updates react-native-gesture-handler from 2.16.2 to 2.17.0

Release notes

Sourced from react-native-gesture-handler's releases.

2.17.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

... (truncated)

Commits


Updates react-native-maps from 1.14.0 to 1.15.6

Release notes

Sourced from react-native-maps's releases.

v1.15.6

1.15.6 (2024-05-30)

Bug Fixes

v1.15.5

1.15.5 (2024-05-30)

Bug Fixes

  • android: UIManagerModule fix for Bridgeless 0.74 (#5061) (f194f99)

v1.15.4

1.15.4 (2024-05-25)

Bug Fixes

  • ios: resolve issue with Pods installation (#5065) (9992c36)

v1.15.3

1.15.3 (2024-05-24)

Bug Fixes

  • android: move package namespace from Manifest to gradle (d4916bb)

v1.15.2

1.15.2 (2024-05-20)

Bug Fixes

  • use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f)

  • Include Apple privacy manifest (#5007)

  • fix working example with Fabric Enabled

v1.15.1

... (truncated)

Changelog

Sourced from react-native-maps's changelog.

1.15.6 (2024-05-30)

Bug Fixes

1.15.5 (2024-05-30)

Bug Fixes

  • android: UIManagerModule fix for Bridgeless 0.74 (#5061) (f194f99)

1.15.4 (2024-05-25)

Bug Fixes

  • ios: resolve issue with Pods installation (#5065) (9992c36)

1.15.3 (2024-05-24)

Bug Fixes

  • android: move package namespace from Manifest to gradle (d4916bb)

1.15.2 (2024-05-20)

Bug Fixes

  • use initialProps to set zoomTapEnabled in google-maps-ios (#5059) (524194f)

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)
Commits
  • da11dd6 chore(release): 1.15.6 [skip ci]
  • 9f458d9 fix(iOS): iOS PrivacyInfo fix (#5078)
  • 128dd07 chore(release): 1.15.5 [skip ci]
  • f194f99 fix(android): UIManagerModule fix for Bridgeless 0.74 (#5061)
  • 9674584 chore(release): 1.15.4 [skip ci]
  • 9992c36 fix(ios): resolve issue with Pods installation (#5065)
  • a3eff28 * fix(iOS): example working with react-native 0.74.1 (#5066)
  • c00bd81 chore(release): 1.15.3 [skip ci]
  • d4916bb fix(android): move package namespace from Manifest to gradle
  • e565159 chore(release): 1.15.2 [skip ci]
  • Additional commits viewable in compare view


Updates react-native-reanimated from 3.11.0 to 3.12.1

Release notes

Sourced from react-native-reanimated's releases.

3.12.1

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/3.12.0...3.12.1

3.12.0

What's Changed

Features

Fixes

Improvements

Internal Changes

New Contributors

@​antFrancon, @​JDMathew, @​thomas-rx, @​exploIF

🙌 Thank you for your contributions!

Full Changelog: https://github.com/software-mansion/react-native-reanimated/compare/3.11.0...3.12.0

Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/9287839734

Commits


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

Release notes

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

Release 4.10.5

4.10.5 (2024-06-17)

Bug Fixes

  • Fix safeareaview on new arch (ce8aa20)

Release 4.10.4

4.10.4 (2024-06-04)

  • add rsc support (#502)

Release 4.10.3

4.10.3 (2024-05-30)

Bug Fixes

Release 4.10.2

4.10.2 (2024-05-30)

Bug Fixes

  • using edge modes on web (8b5d629)
Commits


Updates react-native-screens from 3.31.1 to 3.32.0

Release notes

Sourced from react-native-screens's releases.

3.32.0

Minor release aimed at bugfixing & internal refactorings, however not lacking few nice new features, enjoy 🎉

What's Changed

:+1: Improvements

:bug: Bug fixes

:1234: Miscellaneous

dependabot[bot] commented 2 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.