Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade production dependencies #913

Merged
merged 3 commits into from
Jan 24, 2025
Merged

Conversation

cimigree
Copy link
Contributor

@cimigree cimigree commented Jan 21, 2025

closes #906
FYI: I tested using Maestro and all passed

Updated

Updated all of the patch updates.
Updates all of the minor updates except react-native-gesture-handler 2.21.2 ❯ 2.22.0 because that requires react-native 74
Update to @sentry/react-native 5.20.0 ❯ 6.5.0

Could not completely update

react-native-mmkv (was able to do a patch update 2.12.1 to 2.12.2 )
react-native-safe-area-context
react-native-screens (was able to update, but not to latest)
because they all require react native 74

uint8array-extras could not be updated at all. Kept getting Hermes errors. I suspect this has happened to others because we are on quite an old version

Types

One required types update to geojson types

@cimigree cimigree requested a review from ErikSin January 21, 2025 22:42
@awana-lockfile-bot
Copy link

awana-lockfile-bot bot commented Jan 21, 2025

package-lock.json changes

Summary

Status Count
ADDED 9
UPDATED 38
REMOVED 7
Click to toggle table visibility
Name Status Previous Current
@formatjs/ecma402-abstract UPDATED 2.3.1 2.3.2
@formatjs/fast-memoize UPDATED 2.2.5 2.2.6
@formatjs/icu-messageformat-parser UPDATED 2.9.7 2.11.0
@formatjs/icu-skeleton-parser UPDATED 1.8.11 1.8.12
@formatjs/intl-enumerator UPDATED 1.8.7 1.8.8
@formatjs/intl-locale UPDATED 4.2.8 4.2.9
@formatjs/intl-localematcher UPDATED 0.5.9 0.5.10
@formatjs/intl-pluralrules UPDATED 5.4.1 5.4.2
@formatjs/intl-relativetimeformat UPDATED 11.4.8 11.4.9
@formatjs/intl UPDATED 3.0.4 3.1.3
@react-native-picker/picker UPDATED 2.10.2 2.11.0
@sentry-internal/browser-utils ADDED - 8.47.0
@sentry-internal/feedback UPDATED 7.100.1 8.47.0
@sentry-internal/replay-canvas UPDATED 7.100.1 8.47.0
@sentry-internal/replay ADDED - 8.47.0
@sentry-internal/tracing REMOVED 7.100.1 -
@sentry/babel-plugin-component-annotate ADDED - 2.20.1
@sentry/browser UPDATED 7.100.1 8.47.0
@sentry/cli-darwin UPDATED 2.30.0 2.39.1
@sentry/cli-linux-arm ADDED - 2.39.1
@sentry/cli-linux-arm64 ADDED - 2.39.1
@sentry/cli-linux-i686 ADDED - 2.39.1
@sentry/cli-linux-x64 ADDED - 2.39.1
@sentry/cli-win32-i686 ADDED - 2.39.1
@sentry/cli-win32-x64 ADDED - 2.39.1
@sentry/cli UPDATED 2.30.0 2.39.1
@sentry/core UPDATED 7.100.1 8.47.0
@sentry/hub REMOVED 7.100.1 -
@sentry/integrations REMOVED 7.100.1 -
@sentry/react-native UPDATED 5.20.0 6.5.0
@sentry/react UPDATED 7.100.1 8.47.0
@sentry/replay REMOVED 7.100.1 -
@sentry/types UPDATED 7.100.1 8.47.0
@sentry/utils UPDATED 7.100.1 8.47.0
@tanstack/query-core UPDATED 5.62.8 5.64.2
@tanstack/react-query UPDATED 5.62.8 5.64.2
@turf/helpers UPDATED 7.1.0 7.2.0
@turf/random UPDATED 7.1.0 7.2.0
@types/geojson UPDATED 7946.0.14 7946.0.15
@types/prop-types UPDATED 15.7.5 15.7.14
@types/scheduler UPDATED 0.16.2 0.23.0
immediate REMOVED 3.0.6 -
intl-messageformat UPDATED 10.7.10 10.7.14
lie REMOVED 3.1.1 -
localforage REMOVED 1.10.0 -
react-hook-form UPDATED 7.54.1 7.54.2
react-intl UPDATED 7.0.4 7.1.4
react-native-device-info UPDATED 14.0.1 14.0.2
react-native-mmkv UPDATED 2.12.1 2.12.2
react-native-reanimated UPDATED 3.16.5 3.16.7
react-native-svg UPDATED 15.10.1 15.11.1
readable-stream UPDATED 4.5.2 4.7.0
tslib UPDATED 2.6.3 2.8.1
zustand UPDATED 5.0.2 5.0.3

Copy link
Contributor

@ErikSin ErikSin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment, but otherwise looks good to me!

package.json Outdated Show resolved Hide resolved
@cimigree cimigree merged commit 66fe076 into develop Jan 24, 2025
5 checks passed
@cimigree cimigree deleted the chore/upgrade-dependencies branch January 24, 2025 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Production Dependencies
2 participants