Bump postcss and expo - #6133
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Bumps [postcss](https://github.com/postcss/postcss) to 8.5.25 and updates ancestor dependency [expo](https://github.com/expo/expo/tree/HEAD/packages/expo). These dependencies need to be updated together. Updates `postcss` from 8.4.49 to 8.5.25 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.49...8.5.25) Updates `expo` from 53.0.20 to 57.0.9 - [Changelog](https://github.com/expo/expo/blob/main/packages/expo/CHANGELOG.md) - [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo) --- updated-dependencies: - dependency-name: expo dependency-version: 57.0.9 dependency-type: direct:production - dependency-name: postcss dependency-version: 8.5.25 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
58e715e to
ddffc1e
Compare
Bumps postcss to 8.5.25 and updates ancestor dependency expo. These dependencies need to be updated together.
Updates
postcssfrom 8.4.49 to 8.5.25Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
08c989cRelease 8.5.25 version24f6814Fix 8.5.17 visitor regressionf2fa53fAdd supply chain security requirement to PostCSS plugin guide10edf0bfix: return empty array for empty string in list.split (#2121)0ebe8adRelease 8.5.24 version73218c6Update dependencies9a114f6Preserve the BOM when stringifying (#2119)9069261Fix types checkeb9e1feRelease 8.5.23 version9d19c78Update dependenciesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for postcss since your current version.
Updates
expofrom 53.0.20 to 57.0.9Changelog
Sourced from expo's changelog.
... (truncated)
Commits
Maintainer changes
This version was pushed to npm by alanhughes, a new releaser for expo since your current version.
Note
High Risk
Large Expo major-version jump affects bundling, native modules, and build tooling across the whole React Native app; regression risk is concentrated in dev/build/runtime rather than wallet logic.
Overview
Major Expo upgrade (53 → 57) with coordinated lockfile updates: bumps
expoto ^57.0.9 inpackage.jsonand refreshes the full Expo 57 toolchain (@expo/cli,@expo/metro-config,babel-preset-expo,expo-modules-core, Metro 0.84, React Native dev middleware 0.86.x, Hermes parser 0.36, etc.). Expo satellite packages in the tree move to the 57.x line (e.g.expo-asset,expo-constants,expo-file-system,expo-font,expo-keep-awake). PostCSS is updated transitively to 8.5.25 (from 8.4.x), including security-related source-map handling in recent 8.5.x releases.There are no application source changes—only
package.jsonandpackage-lock.json. The app still pins react-native 0.79.2 while Expo 57’s CLI targets newer RN; verify iOS/Android builds, Metro bundling, and native prebuild after install.Reviewed by Cursor Bugbot for commit ddffc1e. Bugbot is set up for automated code reviews on this repo. Configure here.