MensaSverige / swagapp

2 stars 0 forks source link

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

Open dependabot[bot] opened 2 months ago

dependabot[bot] commented 2 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.2
react 18.2.0 18.3.1
@types/react 18.2.48 18.3.3
react-native 0.73.2 0.74.2
react-native-keychain 8.1.2 8.2.0
react-native-maps 1.10.0 1.15.6
react-native-screens 3.29.0 3.32.0
react-native-vector-icons 10.0.1 10.1.0
@babel/core 7.23.9 7.24.7
@babel/preset-env 7.23.9 7.24.7
@babel/runtime 7.23.9 7.24.7
@expo/html-elements 0.9.1 0.10.1
@react-native/babel-preset 0.73.19 0.74.84
@react-native/eslint-config 0.73.2 0.74.84
@react-native/metro-config 0.73.3 0.74.84
@react-native/typescript-config 0.73.1 0.74.84
@types/node 20.11.7 20.14.8
lucide-react-native 0.367.0 0.396.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.5.2

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

Release notes

Sourced from axios's releases.

Release v1.7.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

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:

... (truncated)

Changelog

Sourced from axios's changelog.

1.7.2 (2024-05-21)

Bug Fixes

Contributors to this release

1.7.1 (2024-05-20)

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

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

... (truncated)

Commits
  • 0e4f9fa chore(release): v1.7.2 (#6414)
  • 4f79aef fix(fetch): enhance fetch API detection; (#6413)
  • 67d1373 chore(release): v1.7.1 (#6411)
  • 733f15f fix(fetch): fixed ReferenceError issue when TextEncoder is not available in t...
  • 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)
  • 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.3

Commits


Updates react-native from 0.73.2 to 0.74.2

Release notes

Sourced from react-native's releases.

0.74.2

Changed

Fixed

Android specific

iOS specific

  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key (fc4e099920 by @​renchap)
  • In privacy manifest post install script, handle the case where the file reference doesn't have a path (4ad65ac59a by @​robertying)
  • Fixed an issue where the selectionColor prop was not being applied on the TextInput component. (2bde626a9f by @​robinshin)

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

Added

iOS Specific

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.74.2

Changed

Fixed

Android specific

iOS specific

  • Privacy Manifest aggregation failing due to no NSPrivacyAccessedAPITypes key (fc4e099920 by @​renchap)
  • In privacy manifest post install script, handle the case where the file reference doesn't have a path (4ad65ac59a by @​robertying)
  • Fixed an issue where the selectionColor prop was not being applied on the TextInput component. (2bde626a9f by @​robinshin)

0.74.1

Added

iOS Specific

Changed

Android specific

Fixed

... (truncated)

Commits


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

1.14.0 (2024-04-14)

... (truncated)

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

... (truncated)

Commits
  • 9a24f20 Release 3.32.0
  • 50f61b4 chore: bump supported react-native versions in readme (#2190)
  • 2917236 chore: bump react-navigation submodule with fixes for header behaviour (#2187)
  • cd2dbe9 chore(Android): fix lint warning of CustomToolbar component (#2176)
  • 1a54e22 feat: call onGestureCancel in modal too (#2184)
  • cfc046f fix: bump gradle wrapper version to 7.5.1 & not use app node_modules when run...
  • ea85934 fix: typescript paths (#2182)
  • 537fd63 chore(deps): bump braces from 3.0.2 to 3.0.3 in /FabricTestExample (#2183)
  • 9dc8520 chore(deps): bump rexml from 3.2.6 to 3.2.8 in /FabricTestExample (#2162)
  • 7f3311c chore(deps): bump braces from 3.0.2 to 3.0.3 in /TestsExample (#2180)
  • 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