GenerateNU / sac

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

Chore(deps): Bump the mobile group across 1 directory with 37 updates #1079

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

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

Package From To
@10play/tentap-editor 0.5.2 0.5.16
@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 1.24.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.51.18
expo 51.0.11 51.0.24
expo-dev-client 4.0.15 4.0.21
expo-router 3.5.15 3.5.20
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.52.1
react-native 0.74.2 0.74.4
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.17.3
react-native-reanimated 3.11.0 3.14.0
react-native-safe-area-context 4.10.1 4.10.8
react-native-screens 3.31.1 3.33.0
react-native-svg 15.2.0 15.4.0
react-native-svg-transformer 1.4.0 1.5.0
react-native-webview 11.26.1 13.10.5
@babel/core 7.24.7 7.25.2
@types/react 18.2.79 18.3.3
eslint 8.57.0 9.8.0
eslint-plugin-prettier 5.1.3 5.2.1
jest-expo 51.0.2 51.0.3
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.16

Release notes

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

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)
  • reset semver (7284c77)

Release 0.5.13

0.5.13 (2024-07-14)

Bug Fixes

  • dynamic height on android new-arch (31cbb11)

Release 0.5.12

0.5.12 (2024-07-11)

Bug Fixes

  • change readme title (ca76969)
  • rename TentapUtils.h call on TenTapViewImpl (bafa01f)
  • revert 10tap title (522a13b)

Release 0.5.11

0.5.11 (2024-07-09)

Bug Fixes

... (truncated)

Commits
  • 6bab9b0 chore: release 0.5.16 [skip ci]
  • 182490c Merge pull request #176 from 10play/rm-tp-view-external
  • cf37cea fix: advanced example
  • cff5f83 Merge branch 'main' into rm-tp-view-external
  • e8ea6ae fix: expose internal tiptap view/state
  • 78fdb33 chore: release 0.5.15 [skip ci]
  • 558ccf3 Merge pull request #174 from 10play/rm-tp-view-external
  • 1ed95e8 fix: vite config for web editor utils
  • 88a4ca9 chore: release 0.5.14 [skip ci]
  • 90ab3ea Merge pull request #172 from arpitv96171/add-active-styling-to-link-icon
  • Additional commits viewable in compare view


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 1.24.0

Release notes

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

@​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: https://github.com/reduxjs/redux-toolkit/compare/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.51.18

Release notes

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

v5.51.18

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

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

v5.51.17

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

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

... (truncated)

Commits


Updates expo from 51.0.11 to 51.0.24

Changelog

Sourced from expo's changelog.

51.0.24 - 2024-07-30

This version does not introduce any user-facing changes.

51.0.23 - 2024-07-29

🎉 New features

  • Added websocketBinaryType option for useDevToolsPluginClient hook. (#30655 by @​kudo)

51.0.22 - 2024-07-22

This version does not introduce any user-facing changes.

51.0.21 - 2024-07-16

This version does not introduce any user-facing changes.

51.0.20 - 2024-07-11

This version does not introduce any user-facing changes.

51.0.19 - 2024-07-11

This version does not introduce any user-facing changes.

51.0.18 - 2024-07-03

📚 3rd party library updates

51.0.17 - 2024-06-28

This version does not introduce any user-facing changes.

51.0.16 - 2024-06-27

This version does not introduce any user-facing changes.

51.0.15 - 2024-06-20

This version does not introduce any user-facing changes.

51.0.14 - 2024-06-13

This version does not introduce any user-facing changes.

51.0.13 - 2024-06-12

... (truncated)

Commits


Updates expo-dev-client from 4.0.15 to 4.0.21

Changelog

Sourced from expo-dev-client's changelog.

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.20

Changelog

Sourced from expo-router's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

3.5.19 - 2024-07-29

🐛 Bug fixes

💡 Others

3.5.18 - 2024-07-11

🐛 Bug fixes

3.5.17 - 2024-06-27

🐛 Bug fixes

... (truncated)

Commits


Updates expo-secure-store from 13.0.1 to 13.0.2

Changelog

Sourced from expo-secure-store's changelog.

13.0.2 - 2024-06-27

🐛 Bug fixes

  • [iOS] Improve error message for unhandled errors (#29394 by @​hassankhan)
  • [Android] Fix decryption errors after Android Auto Backup has restored expo-secure-store data. (#29943 by @​behenate)
Commits


Updates expo-system-ui from 3.0.6 to 3.0.7

Changelog

Sourced from expo-system-ui's changelog.

3.0.7 - 2024-07-03

This version does not introduce any user-facing changes.

Commits


Updates react-hook-form from 7.51.5 to 7.52.1

Release notes

Sourced from react-hook-form's releases.

v7.52.1

🐞 fix #12024 dirty not update issue with values prop (#12041) 🐞 fix: field array validate rules shift errors (#12033)

thanks to @​JardelCheung

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 from 0.74.2 to 0.74.4

Release notes

Sourced from react-native's releases.

0.74.4

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.

0.74.3

Added

  • Add the ReactMarkerConstants.CONTENT_APPEARED support on Android in bridgeless mode. (3c4d7618f0 by @​Kudo)

Changed

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.74.4

Added

Android specific

iOS specific

Fixed

iOS specific

v0.74.3

Added

  • Add the ReactMarkerConstants.CONTENT_APPEARED support on Android in bridgeless mode. (3c4d7618f0 by @​Kudo)

Changed

iOS specific

Fixed

  • Codegen computes output path relative to project root instead of current working directory. (d3e0430dea by @​dmytrorykun)

Android specific

... (truncated)

Commits
  • 097ce07 Release 0.74.4
  • b9f7005 Not all the targets have a defined symbol_type (#45591)
  • 3597552 [LOCAL][RN][CI] Fix Build Slice Job for VisionOS
  • 713b6b9 [LOCAL][RN][CI] Fix Hermes for iOS in CI
  • c0dd236 Factor out the CXX language standard in a separate const (#45374)
  • 8271278 feat: build visionos hermes binary on the CI (#44691)
  • c374415 Adding space to $(inherited) string to avoid mergi... _Description has been truncated_
dependabot[bot] commented 3 months ago

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