MensaSverige / swagapp

2 stars 0 forks source link

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

Closed dependabot[bot] closed 2 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.2
react 18.2.0 18.3.1
@types/react 18.2.48 18.3.3
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.4
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.6
@babel/preset-env 7.23.9 7.24.6
@babel/runtime 7.23.9 7.24.6
@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.379.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.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.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.4

Release notes

Sourced from react-native-maps's releases.

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

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

... (truncated)

Changelog

Sourced from react-native-maps's changelog.

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)

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)

... (truncated)

Commits
  • 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]
  • 524194f fix: use initialProps to set zoomTapEnabled in google-maps-ios (#5059)
  • 4245757 Include Apple privacy manifest (#5057)
  • 68b164c Example with fabric working (#5055)
  • 7bd58a0 Chore: example app w/react-native to 0.74 (#5040)
  • 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

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

Commits