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

Update expo 49.0.23 → 50.0.13 (major) #102

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Mar 19, 2024

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

↗️ @​babel/plugin-transform-react-display-name (indirect, 7.22.5 → 7.23.3) · Repo · Changelog

Release Notes

7.23.3

v7.23.3 (2023-11-09)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-generator
  • babel-compat-data, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-preset-env
  • babel-plugin-transform-object-super
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd

📝 Documentation

  • #16044 docs: Update links in @babel/eslint-parser README (@aryehb)

🏠 Internal

  • babel-core, babel-preset-env

🏃‍♀️ Performance

🔬 Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ nanoid (indirect, 3.3.6 → 3.3.7) · Repo · Changelog

Commits

See the full diff on Github. The new version differs by 5 commits:

↗️ postcss (indirect, 8.4.31 → 8.4.36) · Repo · Changelog

Release Notes

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by @romainmenke).
  • Fixed NoWorkResult usage conditions (by @ahmdammarr).

8.4.32

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 43 commits:

↗️ source-map-js (indirect, 1.0.2 → 1.1.0) · Repo · Changelog

Release Notes

1.1.0

Add ignoreInvalidMapping option to SourceMapGenerator. If enabled, source-map-js will not throw an error on the incorrect previous source map. Instead, it will print warnings and ignore broken mappings.

var generator = new sourceMap.SourceMapGenerator({
  file: "my-generated-javascript-file.js",
  sourceRoot: "http://example.com/app/js/",
  ignoreInvalidMapping: true,
});
  • Do not throw an error since broken prev map is popular issue #20 (#20) @ai
  • Add ignoreInvalidMapping option (#21) @7rulnik

1.0.3

  • Use sourceContents when non-null, even if it's an empty string (#17) @bshepherdson

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 7 commits:

🆕 @​react-native/babel-preset (added, 0.73.21)

🆕 @​babel/plugin-transform-react-jsx-development (added, 7.22.5)

🆕 @​babel/plugin-transform-react-pure-annotations (added, 7.23.3)

🆕 @​babel/preset-react (added, 7.23.3)

🆕 @​expo/fingerprint (added, 0.6.0)

🆕 @​isaacs/ttlcache (added, 1.4.1)

🆕 @​react-native/babel-plugin-codegen (added, 0.73.4)

🆕 @​react-native/debugger-frontend (added, 0.73.3)

🆕 @​react-native/dev-middleware (added, 0.73.8)

🆕 chrome-launcher (added, 0.15.2)

🆕 chromium-edge-launcher (added, 1.0.0)

🆕 lighthouse-logger (added, 1.4.2)

🆕 marky (added, 1.2.5)

🆕 resolve.exports (added, 2.0.2)

🆕 whatwg-url-without-unicode (added, 8.0.0-3)

🆕 @​expo/cli (added, 0.17.8)

🆕 @​expo/config (added, 8.5.4)

🆕 @​expo/config-plugins (added, 7.8.4)

🆕 @​expo/config-types (added, 50.0.0)

🆕 @​expo/env (added, 0.2.2)

🆕 @​expo/image-utils (added, 0.4.1)

🆕 @​expo/json-file (added, 8.3.0)

🆕 @​expo/metro-config (added, 0.17.6)

🆕 @​expo/plist (added, 0.1.0)

🆕 @​expo/prebuild-config (added, 6.7.4)

🆕 @​expo/spawn-async (added, 1.7.2)

🆕 @​expo/vector-icons (added, 14.0.0)

🆕 open (added, 7.4.2)

🆕 @​react-native/assets-registry (added, 0.73.1)

🆕 @​react-native/codegen (added, 0.73.3)

🆕 glob (added, 7.2.3)

🆕 arg (added, 5.0.2)

🆕 babel-preset-expo (added, 10.0.1)

🆕 expo (added, 50.0.13)

🆕 expo-asset (added, 9.0.2)

🆕 expo-constants (added, 15.4.5)

🆕 expo-file-system (added, 16.0.8)

🆕 expo-font (added, 11.10.3)

🆕 expo-keep-awake (added, 12.8.2)

🆕 expo-modules-autolinking (added, 1.10.3)

🆕 expo-modules-core (added, 1.11.12)

🆕 minipass (added, 3.3.6)

🆕 picomatch (added, 3.0.1)

🆕 react-refresh (added, 0.14.0)

🆕 webidl-conversions (added, 5.0.0)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Mar 19, 2024
@depfu depfu bot requested a review from kraenhansen March 19, 2024 08:20
@kraenhansen kraenhansen merged commit 80edd96 into main Mar 19, 2024
1 check passed
@kraenhansen kraenhansen deleted the depfu/update/npm/expo-50.0.13 branch March 19, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant