MensaSverige / swagapp

2 stars 0 forks source link

Bump the all-npm-dependencies group across 1 directory with 22 updates #114

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the all-npm-dependencies group with 22 updates in the /app directory:

Package From To
@react-native-community/geolocation 3.1.0 3.2.1
axios 1.6.0 1.7.0
react 18.2.0 18.3.1
@types/react 18.2.48 18.3.2
react-native 0.73.2 0.74.1
react-native-keychain 8.1.2 8.2.0
react-native-maps 1.10.0 1.15.1
react-native-screens 3.29.0 3.31.1
react-native-vector-icons 10.0.1 10.1.0
@babel/core 7.23.9 7.24.5
@babel/preset-env 7.23.9 7.24.5
@babel/runtime 7.23.9 7.24.5
@expo/html-elements 0.9.1 0.10.1
@react-native/babel-preset 0.73.19 0.74.83
@react-native/eslint-config 0.73.2 0.74.83
@react-native/metro-config 0.73.3 0.74.83
@react-native/typescript-config 0.73.1 0.74.83
@types/node 20.11.7 20.12.12
lucide-react-native 0.367.0 0.378.0
react-test-renderer 18.2.0 18.3.1
@types/react-test-renderer 18.0.0 18.3.0
typescript 5.0.4 5.4.5

Updates @react-native-community/geolocation from 3.1.0 to 3.2.1

Release notes

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

Release 3.2.1

  • TypeScript fixes

https://github.com/michalchudziak/react-native-geolocation/compare/v3.2.0...v3.2.1

Release 3.2.0

  • Upgrade example app to RN 0.73.4 (#299) 53a616b
  • Update react-native-geolocation.podspec (#297) 0dc53c2
  • Remove RCT-Folly version hardcoding (#289) aa51e7e
  • Update PlayServicesLocationManager.java (#280) d249a2d
  • chore: set engines.node to node 16+ 9004f93

https://github.com/michalchudziak/react-native-geolocation/compare/v3.1.0...v3.2.0

Commits


Updates axios from 1.6.0 to 1.7.0

Release notes

Sourced from axios's releases.

Release v1.7.0

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

Release v1.7.0-beta.2

Release notes:

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

Release v1.7.0-beta.1

Release notes:

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)
  • fetch: fix cases when ReadableStream or Response.body are not available; (#6377) (d1d359d)
  • fetch: treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380) (bb5f9a5)

Contributors to this release

Install

npm i axios@next

Release v1.7.0-beta.0

Release notes:

Features

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.0 (2024-05-19)

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

1.7.0-beta.2 (2024-05-19)

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

1.7.0-beta.1 (2024-05-07)

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)
  • fetch: fix cases when ReadableStream or Response.body are not available; (#6377) (d1d359d)
  • fetch: treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380) (bb5f9a5)

Contributors to this release

1.7.0-beta.0 (2024-04-28)

Features

... (truncated)

Commits
  • 3041c61 [Release] v1.7.0 (#6408)
  • 18b13cb chore(docs): add fetch adapter docs; (#6407)
  • e62099b fix(fetch): fixed a possible memory leak in the AbortController for the strea...
  • b49aa8e chore(release): v1.7.0-beta.2 (#6403)
  • d57f03a chore(ci): bump create-pull-request version to fix a bug; (#6405)
  • 097b0d1 chore(ci): add tag resolution for npm releases based on package version; (#6404)
  • 870e0a7 fix(fetch): fix headers getting from a stream response; (#6401)
  • 95a3e8e fix(fetch): fix & optimize progress capturing for cases when the request data...
  • ad3174a fix(fetch): capitalize HTTP method names; (#6395)
  • b9f4848 chore(release): v1.7.0-beta.1 (#6383)
  • 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.2 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-keychain from 8.1.2 to 8.2.0

Release notes

Sourced from react-native-keychain's releases.

8.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-keychain/compare/v8.1.3...v8.2.0

v8.1.3

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-keychain/compare/v8.1.2...v8.1.3

Commits


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-screens from 3.29.0 to 3.31.1

Release notes

Sourced from react-native-screens's releases.

3.31.1

Patch release including fixing errors during the install step in React Native applications with 3.31.0 version of React Native Screens. Thanks for following along! 💙

What's Changed

:bug: Bug fixes

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.31.0...3.31.1

3.31.0

Minor release including adding support for React Native 0.74 and fixing targets of the touchables on the JS Stack. Thanks for following along! 💙

What's Changed

:bug: Bug fixes

:1234: Miscellaneous

New Contributors

🙌 Thank you for your contributions!

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.31.0-rc.1...3.31.0

3.31.0-rc.1

Release candidate no.2 for version 3.31.0 that removes declarations of some events on Fabric and changes event types. Thanks for following along! 💙

Note: Please note that this version is a candidate for the next stable version of React Native Screens. If you encounter any issues or inconveniences, please let us know about them by submitting an issue.

What's Changed

🐛 Bug fixes

🔢 Miscellaneous

... (truncated)

Commits
  • f8a45e1 Release 3.31.1
  • 7aa5e7b fix: Change postinstall step to prepare and run prepare on release in package...
  • c512c9c Release 3.31.0
  • 02154a9 fix(iOS): add RCT-Image to RNScreens.podspec (#2089)
  • c110679 fix: don't use AnimatedNativeScreen when stackPresentation prop is not set (#...
  • 6b694e3 chore: bump yarn to latest stable (4.1.1) (#2097)
  • d54a19a chore(Android): fix emit type parameters (#2087)
  • 03dad84 fix(iOS): Change retrieving window in FullWindowOverlay (#2031)
  • a8bb418 Release 3.31.0-rc.1 (#2096)
  • 4aca1ae fix: add missing events (#2095)
  • Additional commits viewable in compare view


Updates react-native-vector-icons from 10.0.1 to 10.1.0

Release notes

Sourced from react-native-vector-icons's releases.

10.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-vector-icons/compare/v10.0.3...v10.1.0

10.0.3

What's Changed

New Contributors

Full Changelog: https://github.com/oblador/react-native-vector-icons/compare/v10.0.2...v10.0.3

10.0.2

What's Changed

New Contributors