MensaSverige / swagapp

2 stars 0 forks source link

Bump the all-npm-dependencies group across 1 directory with 14 updates #62

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
@react-native-community/geolocation 3.1.0 3.2.1
react-native-keychain 8.1.2 8.2.0
react-native-maps 1.10.0 1.14.0
react-native-screens 3.29.0 3.30.1
@babel/core 7.23.9 7.24.4
@babel/preset-env 7.23.9 7.24.4
@babel/runtime 7.23.9 7.24.4
@react-native/babel-preset 0.73.19 0.74.80
@react-native/eslint-config 0.73.2 0.74.80
@react-native/metro-config 0.73.3 0.74.80
@react-native/typescript-config 0.73.1 0.74.80
@types/node 20.11.7 20.12.7
lucide-react-native 0.367.0 0.372.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 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.14.0

Release notes

Sourced from react-native-maps's releases.

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)

Bug Fixes

v1.13.0

1.13.0 (2024-04-01)

Features

  • google-init: Improve Google Maps Initialisation on Android (a1be51b)

v1.12.0

1.12.0 (2024-03-29)

... (truncated)

Changelog

Sourced from react-native-maps's changelog.

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)

Features

  • google-init: Improve Google Maps Initialisation on Android (a1be51b)

1.12.0 (2024-03-29)

Features

  • google-maps: add onSelect/onDeselect support fo google maps (#4990) (b9fbe31)

1.11.3 (2024-03-11)

... (truncated)

Commits
  • 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
  • 7e1dd58 fix(android): map initialization as expected
  • 8886471 Merge branch 'master' into enable-new-arch
  • 73640a6 fix(android): map initialization as expected
  • 6554793 fix(android): map initialization as expected
  • Additional commits viewable in compare view


Updates react-native-screens from 3.29.0 to 3.30.1

Release notes

Sourced from react-native-screens's releases.

3.30.1

Patch release addressing an issue with building a package due to the missing submodule from postinstall command.

:1234: Miscellaneous

Full Changelog: https://github.com/software-mansion/react-native-screens/compare/3.30.0...3.30.1

3.30.0

Minor release including custom screen transitions, adding support for VisionOS, supporting slide_from_left animation on iOS and fixing other aspects (including wrong targets for touchable components on Fabric). Thanks for following along! 💙

Note: Please note that support for React Native versions lower than 0.68 have been dropped. Older versions may still continue to work with this and newer releases of react-native-screens, but bugs from deprecated versions will not be considered for repair.

What's Changed

:+1: Improvements

:bug: Bug fixes

:1234: Miscellaneous

... (truncated)

Commits
  • fb60396 Release 3.30.1
  • 48a820f fix: remove postinstall step from package.json (#2081)
  • 426419c Release 3.30.0
  • d59f641 chore: configure yarn version in package.json (#2077)
  • 133259d fix(Android): add notifying for header height change, fix header height value...
  • 03cd79e fix: handle setting display for _viewConfig attribute (#2071)
  • 307e5ff feat(iOS): Add slide_from_left transition (#2057)
  • 8458671 fix: android screen stack animation (#2019)
  • 3854240 chore: add react-navigation as submodule & use it in test applications (#1993)
  • 76be05e feat: correct measure with native header (#2028)
  • Additional commits viewable in compare view


Updates @babel/core from 7.23.9 to 7.24.4

Release notes

Sourced from @​babel/core's releases.

v7.24.4 (2024-04-03)

Thanks @​Dunqing, @​luiscubal, and @​samualtnorman for your first PRs!

:eyeglasses: Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

:bug: Bug Fix

  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-transform-block-scoping
  • babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping

Committers: 7

v7.24.3 (2024-03-20)

Thanks @​ota-meshi for your first PR!

:bug: Bug Fix

  • babel-helper-module-imports

Committers: 2

v7.24.2 (2024-03-19)

:bug: Bug Fix

  • babel-code-frame, babel-highlight

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.24.4 (2024-04-03)

:eyeglasses: Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

:bug: Bug Fix

  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-transform-block-scoping
  • babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping

v7.24.3 (2024-03-20)

:bug: Bug Fix

  • babel-helper-module-imports

v7.24.2 (2024-03-19)

:bug: Bug Fix

v7.24.1 (2024-03-19)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

:memo: Documentation

:house: Internal

  • babel-code-frame, babel-highlight

... (truncated)

Commits


Updates @babel/preset-env from 7.23.9 to 7.24.4

Release notes

Sourced from @​babel/preset-env's releases.

v7.24.4 (2024-04-03)

Thanks @​Dunqing, @​luiscubal, and @​samualtnorman for your first PRs!

:eyeglasses: Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

:bug: Bug Fix

  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-transform-block-scoping
  • babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping

Committers: 7

v7.24.3 (2024-03-20)

Thanks @​ota-meshi for your first PR!

:bug: Bug Fix

  • babel-helper-module-imports

Committers: 2

v7.24.2 (2024-03-19)

:bug: Bug Fix

  • babel-code-frame, babel-highlight

... (truncated)

Changelog

Sourced from @​babel/preset-env's changelog.

v7.24.4 (2024-04-03)

:eyeglasses: Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

:bug: Bug Fix

  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-transform-block-scoping
  • babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping

v7.24.3 (2024-03-20)

:bug: Bug Fix

  • babel-helper-module-imports

v7.24.2 (2024-03-19)

:bug: Bug Fix

v7.24.1 (2024-03-19)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

:memo: Documentation

:house: Internal

  • babel-code-frame, babel-highlight

... (truncated)

Commits


Updates @babel/runtime from 7.23.9 to 7.24.4

Release notes

Sourced from @​babel/runtime's releases.

v7.24.4 (2024-04-03)

Thanks @​Dunqing, @​luiscubal, and @​samualtnorman for your first PRs!

:eyeglasses: Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

:bug: Bug Fix

  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-transform-block-scoping
  • babel-core, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping

Committers: 7

v7.24.3 (2024-03-20)

Thanks @​ota-meshi for your first PR!

:bug: Bug Fix

  • babel-helper-module-imports

Committers: 2

v7.24.2 (2024-03-19)

:bug: Bug Fix

  • babel-code-frame, babel-highlight

... (truncated)

Changelog

Sourced from @​babel/runtime's changelog.

v7.24.4 (2024-04-03)

:eyeglasses: Spec Compliance

  • babel-parser
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3

:bug: Bug Fix

  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-firefox-clas... _Description has been truncated_
dependabot[bot] commented 4 months ago

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