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): Bump the mobile group across 1 directory with 39 updates #1082

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2024

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

Package From To
@10play/tentap-editor 0.5.2 0.5.19
@expo/metro-runtime 3.2.1 3.2.3
@fortawesome/fontawesome-svg-core 6.5.2 6.6.0
@fortawesome/free-brands-svg-icons 6.5.2 6.6.0
@fortawesome/free-regular-svg-icons 6.5.2 6.6.0
@fortawesome/free-solid-svg-icons 6.5.2 6.6.0
@generatesac/lib 0.0.189 0.0.193
@gorhom/bottom-sheet 4.6.3 4.6.4
@hookform/resolvers 3.6.0 3.9.0
@react-native-async-storage/async-storage 1.23.1 2.0.0
@react-navigation/native 6.1.17 6.1.18
@reduxjs/toolkit 2.2.5 2.2.7
@tanstack/react-query 5.44.0 5.53.1
axios 1.7.2 1.7.7
expo 51.0.11 51.0.31
expo-dev-client 4.0.15 4.0.25
expo-router 3.5.15 3.5.23
expo-secure-store 13.0.1 13.0.2
expo-system-ui 3.0.6 3.0.7
react-hook-form 7.51.5 7.53.0
react-native 0.74.2 0.75.2
react-native-calendars-sac 1.22.22 1.22.261
react-native-element-dropdown 2.12.0 2.12.1
react-native-gesture-handler 2.16.2 2.18.1
react-native-maps 1.14.0 1.18.0
react-native-reanimated 3.11.0 3.15.1
react-native-safe-area-context 4.10.1 4.10.9
react-native-screens 3.31.1 3.34.0
react-native-svg 15.2.0 15.6.0
react-native-svg-transformer 1.4.0 1.5.0
react-native-webview 11.26.1 13.12.1
@babel/core 7.24.7 7.25.2
@types/react 18.2.79 18.3.5
eslint 8.57.0 9.9.1
eslint-plugin-prettier 5.1.3 5.2.1
jest-expo 51.0.2 51.0.4
prettier 3.3.1 3.3.3
typescript 5.3.3 5.5.4

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

Release notes

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

Release 0.5.19

0.5.19 (2024-08-26)

Bug Fixes

Release 0.5.18

0.5.18 (2024-08-22)

Bug Fixes

  • android selection is bad 184 (b0bebb3)

Release 0.5.17

0.5.17 (2024-08-09)

Bug Fixes

  • override highlight selection background on darkmode (bd2c1fd)

Release 0.5.16

0.5.16 (2024-07-30)

Bug Fixes

  • advanced example (cf37cea)
  • expose internal tiptap view/state (e8ea6ae)

Release 0.5.15

0.5.15 (2024-07-29)

Bug Fixes

  • vite config for web editor utils (1ed95e8)

Release 0.5.14

0.5.14 (2024-07-29)

Bug Fixes

  • add active styling to edit link bar link icon (85242ae)

... (truncated)

Commits
  • 9629ef6 chore: release 0.5.19 [skip ci]
  • f47621d Merge pull request #188 from 10play/web-bugs
  • 98e4c1f fix: comment
  • 7dccd24 fix: on message object on dev
  • 27c0082 fix: web toolbar
  • f1c4149 chore: release 0.5.18 [skip ci]
  • 7afd162 Merge pull request #185 from 10play/fix-android-selection-is-bad-184
  • b0bebb3 fix: android selection is bad 184
  • b2340de chore: release 0.5.17 [skip ci]
  • cd490e5 Merge pull request #181 from 10play/fix-highlight-on-darkmode
  • Additional commits viewable in compare view

Updates @expo/metro-runtime from 3.2.1 to 3.2.3

Commits

Updates @fortawesome/fontawesome-svg-core from 6.5.2 to 6.6.0

Release notes

Sourced from @​fortawesome/fontawesome-svg-core's releases.

Release 6.6.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-brands-svg-icons from 6.5.2 to 6.6.0

Release notes

Sourced from @​fortawesome/free-brands-svg-icons's releases.

Release 6.6.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-regular-svg-icons from 6.5.2 to 6.6.0

Release notes

Sourced from @​fortawesome/free-regular-svg-icons's releases.

Release 6.6.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @fortawesome/free-solid-svg-icons from 6.5.2 to 6.6.0

Release notes

Sourced from @​fortawesome/free-solid-svg-icons's releases.

Release 6.6.0

Change log available at https://fontawesome.com/docs/changelog/

Commits

Updates @generatesac/lib from 0.0.189 to 0.0.193

Commits

Updates @gorhom/bottom-sheet from 4.6.3 to 4.6.4

Release notes

Sourced from @​gorhom/bottom-sheet's releases.

Release 4.6.4

4.6.4 (2024-07-29)

Bug Fixes

Changelog

Sourced from @​gorhom/bottom-sheet's changelog.

4.6.4 (2024-07-29)

Bug Fixes

Commits

Updates @hookform/resolvers from 3.6.0 to 3.9.0

Release notes

Sourced from @​hookform/resolvers's releases.

v3.9.0

3.9.0 (2024-07-05)

Features

  • fluentvalidation-ts: add fluentvalidation-ts resolver (#702) (5fc1e63)
import { useForm } from 'react-hook-form';
import { fluentValidationResolver } from '@hookform/resolvers/fluentvalidation-ts';
import { Validator } from 'fluentvalidation-ts';
class FormDataValidator extends Validator<FormData> {
constructor() {
super();
this.ruleFor('username')
  .notEmpty()
  .withMessage('username is a required field');
this.ruleFor('password')
  .notEmpty()
  .withMessage('password is a required field');

}
}
const App = () => {
const { register, handleSubmit } = useForm({
resolver: fluentValidationResolver(new FormDataValidator()),
});
return (
<form onSubmit={handleSubmit((d) => console.log(d))}>
<input {...register('username')} />
{errors.username && <span role="alert">{errors.username.message}</span>}
<input {...register('password')} />
{errors.password && <span role="alert">{errors.password.message}</span>}
<button type="submit">submit</button>
</form>
);
};

v3.8.0

3.8.0 (2024-07-05)

... (truncated)

Commits
  • 5fc1e63 feat(fluentvalidation-ts): add fluentvalidation-ts resolver (#702)
  • 039385e ci: node (#701)
  • 1c277bb ci: fix publish step (#700)
  • 18e423f feat: add typeschema resolver (#699)
  • 4b9acb7 Revert "fix: move back to in-build set and remove lodash.set (#685)"
  • e8e0f80 feat(typeboxResolver): make TypeBox resolver work with compiled schema (#674)
  • c0d528b feat: add VineJS resolver (#677)
  • a3e50c6 fix(zodResolver): cannot read properties of undefined (reading 'length')
  • f0174e0 chore: update valibot dependency to version >=0.33.0 (#695)
  • f7a4fd4 Update README.md
  • See full diff in compare view

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

Release notes

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

@​react-native-async-storage/async-storage@​2.0.0

Major Changes

  • c319205: Support 0.74 (by migrating off deprecated onCatalystInstanceDestroy) — unfortunately, this also means that we must bump the minimum supported version to 0.65

@​react-native-async-storage/async-storage@​1.24.0

Minor Changes

  • 8bf1526: dependencies bump and multiset type fix
Commits

Updates @react-navigation/native from 6.1.17 to 6.1.18

Release notes

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

@​react-navigation/native@​6.1.18

6.1.18 (2024-07-16)

Note: Version bump only for package @​react-navigation/native

Changelog

Sourced from @​react-navigation/native's changelog.

6.1.18 (2024-07-16)

Note: Version bump only for package @​react-navigation/native

Commits

Updates @reduxjs/toolkit from 2.2.5 to 2.2.7

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.7

This bugfix release fixes issues with "TS type portability" errors, improves build artifact tree shaking behavior, and exports some additional TS types.

Changelog

TS Type Portability

We've had a slew of issues reported around "TS type portability" errors, such as:

The error messages are typically along the lines of:

Type error: The inferred type of 'configureStore' cannot be named without a reference to '@reduxjs/toolkit/node_modules/redux'. This is likely not portable. A type annotation is necessary.

@​aryaemami59 did some deep investigation and concluded these were due to a mixture of using interface instead of type in most places, not pre-bundling our TS typedefs, and not exporting some of the unique symbols we use internally.

Arya put together a highly detailed writeup and set of fixes in [ #4467: Fix: TypeScript Type Portability Issues](#4467), and that appears to resolve all of those issues we've seen. Thank you!

Other Changes

Arya also did significant work to improve RTK's treeshaking, tweaking internal definitions to let bundlers better separate out unused code.

We've exported additional types like UpdateDefinitions and RetryOptions, per request.

listenerMiddleware.withTypes() methods now allow passing in an ExtraArgument generic.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.6...v2.2.7

v2.2.6

This bugfix release:

  • Brings internal useIsomorphicLayoutEffect usage in line with React Redux in React Native environments
  • Exports FetchBaseQueryArgs type
  • Fixes an issue in recent createEntityAdapter sorting perf improvements that could (in specific cases) cause Immer to throw an error

What's Changed

... (truncated)

Commits

Updates @tanstack/react-query from 5.44.0 to 5.53.1

Release notes

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

v5.53.1

Version 5.53.1 - 8/30/24, 10:29 AM

Changes

Fix

  • query-core: handle errors that occur inside setData method (#7966) (50315ac) by Bohdan Yefimenko

Chore

  • deps: use ESLint v9 (#7985) (82bfc34) by Lachlan Collins
  • deps: update eslint plugins (#7984) (8fe9010) by Lachlan Collins

Packages

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

v5.53.0

Version 5.53.0 - 8/30/24, 7:14 AM

Changes

Feat

  • eslint-plugin: use typescript-eslint v8 stable (#7968) (f3aad7c) by Riva Junior

Packages

  • @​tanstack/eslint-plugin-query@​5.53.0

v5.52.3

... (truncated)

Commits

Updates axios from 1.7.2 to 1.7.7

Release notes

Sourced from axios's releases.

Release v1.7.7

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

Release notes:

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

Release v1.7.4

Release notes:

Bug Fixes

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.7 (2024-08-31)

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

1.7.6 (2024-08-30)

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

1.7.5 (2024-08-23)

Bug Fixes

  • adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
  • core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
  • core: fix ReferenceError: navigator is not defined for custom environments; (#6567) (fed1a4b)
  • fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)

Contributors to this release

1.7.4 (2024-08-13)

Bug Fixes

... (truncated)

Commits
  • 5b8a826 chore(release): v1.7.7 (#6585)
  • 364993f fix(http): fixed support for IPv6 literal strings in url (#5731)
  • d198085 fix(fetch): fix stream handling in Safari by fallback to using a stream reade...
  • d584fcf chore(release): v1.7.6 (#6583)
  • bc03c6c chore(examples): fix module import (#6575)
  • df9889b fix(fetch): optimize signals composing logic; (#6582)
  • ee208cf chore(sponsor): update sponsor block (#6576)
  • 085f568 fix(fetch): fix content length calculation for FormData payload; (#6524)
  • 59cd6b0 chore(release): v1.7.5 (#6574)
  • 6700a8a fix(core): add the missed implementation of AxiosError#status property; (#6573)
  • Additional commits viewable in compare view

Updates expo from 51.0.11 to 51.0.31

Changelog

Sourced from expo's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Add ts-ignore statements to make ts-jest work with polyfill. (#31244 by @​EvanBacon)
  • Use globalThis instead of global in the URL implementation to fix issues in Jest. (#29895 by @​tsapeta)
  • Fixed WebSocket was closed before the connection was established unhandled exceptions from WebSocketWithReconnect. (#29904 by @​kudo)
  • Add missing react and react-native peer dependencies for isolated modules. (#30449 by @​byCedric)
  • Fixed fetch streaming error on iOS. (#30604 by @​kudo)
  • Fixed fetch import on Web. (#30605 by @​kudo)
  • Add support for server root in expo/scripts/resolveAppEntry.js. (#30652 by @​byCedric)
  • Fixed expo-updates crash when R8 is enabled on Android. (#30765 by @​kudo)
  • Fixed devtools module not found. (#30933 by @​kudo)

💡 Others

📚 3rd party library updates

⚠️ Notices

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by gabrieldonadel, a new releaser for expo since your current version.


Updates expo-dev-client from 4.0.15 to 4.0.25

Changelog

Sourced from expo-dev-client's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Only import from expo/config-plugins to follow proper dependency chains. (#30499 by @​byCedric)

💡 Others

4.0.21 - 2024-07-29

This version does not introduce any user-facing changes.

4.0.20 - 2024-07-11

This version does not introduce any user-facing changes.

4.0.19 - 2024-06-27

This version does not introduce any user-facing changes.

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-font from 12.0.7 to 12.0.9

Changelog

Sourced from expo-font's changelog.

12.0.9 - 2024-07-16

🐛 Bug fixes

12.0.8 - 2024-07-11

🎉 New features

Commits

Updates expo-router from 3.5.15 to 3.5.23

Changelog

Sourced from expo-router's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

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

| Package | From | To |
| --- | --- | --- |
| [@10play/tentap-editor](https://github.com/10play/10Tap-Editor) | `0.5.2` | `0.5.19` |
| [@expo/metro-runtime](https://github.com/expo/expo) | `3.2.1` | `3.2.3` |
| [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.6.0` |
| [@fortawesome/free-brands-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.6.0` |
| [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.6.0` |
| [@fortawesome/free-solid-svg-icons](https://github.com/FortAwesome/Font-Awesome) | `6.5.2` | `6.6.0` |
| [@generatesac/lib](https://github.com/GenerateNU/sac) | `0.0.189` | `0.0.193` |
| [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | `4.6.3` | `4.6.4` |
| [@hookform/resolvers](https://github.com/react-hook-form/resolvers) | `3.6.0` | `3.9.0` |
| [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/default-storage-backend) | `1.23.1` | `2.0.0` |
| [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) | `6.1.17` | `6.1.18` |
| [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) | `2.2.5` | `2.2.7` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.44.0` | `5.53.1` |
| [axios](https://github.com/axios/axios) | `1.7.2` | `1.7.7` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `51.0.11` | `51.0.31` |
| [expo-dev-client](https://github.com/expo/expo/tree/HEAD/packages/expo-dev-client) | `4.0.15` | `4.0.25` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `3.5.15` | `3.5.23` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `13.0.1` | `13.0.2` |
| [expo-system-ui](https://github.com/expo/expo/tree/HEAD/packages/expo-system-ui) | `3.0.6` | `3.0.7` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.51.5` | `7.53.0` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.74.2` | `0.75.2` |
| [react-native-calendars-sac](https://github.com/wix/react-native-calendars) | `1.22.22` | `1.22.261` |
| [react-native-element-dropdown](https://github.com/hoaphantn7604/react-native-element-dropdown) | `2.12.0` | `2.12.1` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.16.2` | `2.18.1` |
| [react-native-maps](https://github.com/react-native-maps/react-native-maps) | `1.14.0` | `1.18.0` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `3.11.0` | `3.15.1` |
| [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) | `4.10.1` | `4.10.9` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `3.31.1` | `3.34.0` |
| [react-native-svg](https://github.com/react-native-community/react-native-svg) | `15.2.0` | `15.6.0` |
| [react-native-svg-transformer](https://github.com/kristerkari/react-native-svg-transformer) | `1.4.0` | `1.5.0` |
| [react-native-webview](https://github.com/react-native-webview/react-native-webview) | `11.26.1` | `13.12.1` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.24.7` | `7.25.2` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.79` | `18.3.5` |
| [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.9.1` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.1.3` | `5.2.1` |
| [jest-expo](https://github.com/expo/expo/tree/HEAD/packages/jest-expo) | `51.0.2` | `51.0.4` |
| [prettier](https://github.com/prettier/prettier) | `3.3.1` | `3.3.3` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.5.4` |



Updates `@10play/tentap-editor` from 0.5.2 to 0.5.19
- [Release notes](https://github.com/10play/10Tap-Editor/releases)
- [Commits](10play/10tap-editor@v0.5.2...v0.5.19)

Updates `@expo/metro-runtime` from 3.2.1 to 3.2.3
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits)

Updates `@fortawesome/fontawesome-svg-core` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.2...6.6.0)

Updates `@fortawesome/free-brands-svg-icons` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.2...6.6.0)

Updates `@fortawesome/free-regular-svg-icons` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.2...6.6.0)

Updates `@fortawesome/free-solid-svg-icons` from 6.5.2 to 6.6.0
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md)
- [Commits](FortAwesome/Font-Awesome@6.5.2...6.6.0)

Updates `@generatesac/lib` from 0.0.189 to 0.0.193
- [Commits](https://github.com/GenerateNU/sac/commits)

Updates `@gorhom/bottom-sheet` from 4.6.3 to 4.6.4
- [Release notes](https://github.com/gorhom/react-native-bottom-sheet/releases)
- [Changelog](https://github.com/gorhom/react-native-bottom-sheet/blob/v4.6.4/CHANGELOG.md)
- [Commits](gorhom/react-native-bottom-sheet@v4.6.3...v4.6.4)

Updates `@hookform/resolvers` from 3.6.0 to 3.9.0
- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](react-hook-form/resolvers@v3.6.0...v3.9.0)

Updates `@react-native-async-storage/async-storage` from 1.23.1 to 2.0.0
- [Release notes](https://github.com/react-native-async-storage/async-storage/releases)
- [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/[email protected]/packages/default-storage-backend)

Updates `@react-navigation/native` from 6.1.17 to 6.1.18
- [Release notes](https://github.com/react-navigation/react-navigation/releases)
- [Changelog](https://github.com/react-navigation/react-navigation/blob/@react-navigation/[email protected]/packages/native/CHANGELOG.md)
- [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/[email protected]/packages/native)

Updates `@reduxjs/toolkit` from 2.2.5 to 2.2.7
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.5...v2.2.7)

Updates `@tanstack/react-query` from 5.44.0 to 5.53.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.53.1/packages/react-query)

Updates `axios` from 1.7.2 to 1.7.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.7.2...v1.7.7)

Updates `expo` from 51.0.11 to 51.0.31
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-dev-client` from 4.0.15 to 4.0.25
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-dev-client/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-dev-client)

Updates `expo-font` from 12.0.7 to 12.0.9
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-font/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-font)

Updates `expo-router` from 3.5.15 to 3.5.23
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-router/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `expo-secure-store` from 13.0.1 to 13.0.2
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-secure-store/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-secure-store)

Updates `expo-system-ui` from 3.0.6 to 3.0.7
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-system-ui/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-system-ui)

Updates `react-hook-form` from 7.51.5 to 7.53.0
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.51.5...v7.53.0)

Updates `react-native` from 0.74.2 to 0.75.2
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.75.2/packages/react-native)

Updates `react-native-calendars-sac` from 1.22.22 to 1.22.261
- [Release notes](https://github.com/wix/react-native-calendars/releases)
- [Changelog](https://github.com/wix/react-native-calendars/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wix/react-native-calendars/commits)

Updates `react-native-element-dropdown` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/hoaphantn7604/react-native-element-dropdown/releases)
- [Commits](hoaphantn7604/react-native-element-dropdown@v2.12.0...v2.12.1)

Updates `react-native-gesture-handler` from 2.16.2 to 2.18.1
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@2.16.2...2.18.1)

Updates `react-native-maps` from 1.14.0 to 1.18.0
- [Release notes](https://github.com/react-native-maps/react-native-maps/releases)
- [Changelog](https://github.com/react-native-maps/react-native-maps/blob/master/CHANGELOG.md)
- [Commits](react-native-maps/react-native-maps@v1.14.0...v1.18.0)

Updates `react-native-reanimated` from 3.11.0 to 3.15.1
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/3.15.1/packages/react-native-reanimated)

Updates `react-native-safe-area-context` from 4.10.1 to 4.10.9
- [Release notes](https://github.com/th3rdwave/react-native-safe-area-context/releases)
- [Commits](th3rdwave/react-native-safe-area-context@v4.10.1...v4.10.9)

Updates `react-native-screens` from 3.31.1 to 3.34.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@3.31.1...3.34.0)

Updates `react-native-svg` from 15.2.0 to 15.6.0
- [Release notes](https://github.com/react-native-community/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.2.0...v15.6.0)

Updates `react-native-svg-transformer` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/kristerkari/react-native-svg-transformer/releases)
- [Changelog](https://github.com/kristerkari/react-native-svg-transformer/blob/master/CHANGELOG.md)
- [Commits](kristerkari/react-native-svg-transformer@v1.4.0...v1.5.0)

Updates `react-native-webview` from 11.26.1 to 13.12.1
- [Release notes](https://github.com/react-native-webview/react-native-webview/releases)
- [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc)
- [Commits](react-native-webview/react-native-webview@v11.26.1...v13.12.1)

Updates `@babel/core` from 7.24.7 to 7.25.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.25.2/packages/babel-core)

Updates `@types/react` from 18.2.79 to 18.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `eslint` from 8.57.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.9.1)

Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1)

Updates `jest-expo` from 51.0.2 to 51.0.4
- [Changelog](https://github.com/expo/expo/blob/main/packages/jest-expo/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/jest-expo)

Updates `prettier` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.1...3.3.3)

Updates `typescript` from 5.3.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.5.4)

---
updated-dependencies:
- dependency-name: "@10play/tentap-editor"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@expo/metro-runtime"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@fortawesome/fontawesome-svg-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: "@fortawesome/free-brands-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: "@fortawesome/free-regular-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: "@fortawesome/free-solid-svg-icons"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: "@generatesac/lib"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@gorhom/bottom-sheet"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@hookform/resolvers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: "@react-native-async-storage/async-storage"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mobile
- dependency-name: "@react-navigation/native"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-dev-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-font
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-secure-store
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: expo-system-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-calendars-sac
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-native-element-dropdown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-native-gesture-handler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-maps
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-reanimated
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-safe-area-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: react-native-screens
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-svg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-svg-transformer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: react-native-webview
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mobile
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: mobile
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mobile
- dependency-name: jest-expo
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mobile
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mobile
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants