MensaSverige / swagapp

2 stars 0 forks source link

Bump the all-npm-dependencies group in /app with 13 updates #57

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

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

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.13.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.79
@react-native/eslint-config 0.73.2 0.74.79
@react-native/metro-config 0.73.3 0.74.79
@react-native/typescript-config 0.73.1 0.74.79
@types/node 20.11.7 20.12.7
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.13.0

Release notes

Sourced from react-native-maps's releases.

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)

Features

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

v1.11.3

1.11.3 (2024-03-11)

Bug Fixes

v1.11.2

1.11.2 (2024-03-11)

Bug Fixes

  • iOS: removing polylines on iOS with googleProvider (#4973) (6603060)

v1.11.1

1.11.1 (2024-03-10)

Bug Fixes

  • android: custom maker performance improvements when view tracking (#4969) (f30c9d7)

v1.11.0

1.11.0 (2024-03-10)

Features

v1.10.4

1.10.4 (2024-03-10)

... (truncated)

Changelog

Sourced from react-native-maps's changelog.

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)

Bug Fixes

1.11.2 (2024-03-11)

Bug Fixes

  • iOS: removing polylines on iOS with googleProvider (#4973) (6603060)

1.11.1 (2024-03-10)

Bug Fixes

  • android: custom maker performance improvements when view tracking (#4969) (f30c9d7)

1.11.0 (2024-03-10)

Features

1.10.4 (2024-03-10)

Bug Fixes

  • android: remove dangling map marker views causing memory leak (#4992) (02ed7c0)

1.10.3 (2024-02-18)

... (truncated)

Commits
  • b461aa7 chore(release): 1.13.0 [skip ci]
  • a1be51b feat(google-init): Improve Google Maps Initialisation on Android
  • 537c181 chore(update-RN): update react-native to 0.73.6 for the example project (#5016)
  • 76ae938 chore(release): 1.12.0 [skip ci]
  • b9fbe31 feat(google-maps): add onSelect/onDeselect support fo google maps (#4990)
  • fca4ad7 chore(release): 1.11.3 [skip ci]
  • 5fd9ca6 fix: AnimatedRegion types (#4909)
  • c12414f chore(release): 1.11.2 [skip ci]
  • 6603060 fix(iOS): removing polylines on iOS with googleProvider (#4973)
  • 2eb4492 chore(release): 1.11.1 [skip ci]
  • 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-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