scanbot-sdk-example-react-native
scanbot-sdk-example-react-native copied to clipboard
Bump metro-react-native-babel-preset from 0.76.8 to 0.77.0 in /latest
Bumps metro-react-native-babel-preset from 0.76.8 to 0.77.0.
Release notes
Sourced from metro-react-native-babel-preset's releases.
v0.77.0
- [Breaking]: Increase minimum Node version from 16 to 18. (https://github.com/facebook/metro/commit/ebaf27ab49eb8b9394107bd7a796b24bc342c483 by
@arushikesarwani94)- [Breaking]: Use Terser's default for comments. (facebook/metro#972 by
@tido64)- [Breaking]: Remove
metro-minify-uglifyfrommetrodependencies. (https://github.com/facebook/metro/commit/7a8fcd5ecf5ccbe760c22be7fa924f9cb7c2fe1e by@robhogan)- [Fix]: Fixed a bug in the handling of path separators in
blockListon Windows. (https://github.com/facebook/metro/commit/2eecfc767095f32bbea35a62c2dc85dcc9c4f839 by@motiz88)- [Fix]: Protect against unsafe merging of
blockListpatterns with inconsistent regex flags. (https://github.com/facebook/metro/commit/c80904b64b8fa5d152da176ce668b77fa3e0ba25 by@motiz88)- [Fix]: Incorrect worker resolution when multiple
metroversions are installed. (https://github.com/facebook/metro/commit/6d46078e74ae9a43aa90bed46dbd6610e2696cd0 by@robhogan)- [Performance]: Improve resolution performance for files outside the project root. (https://github.com/facebook/metro/commit/dc3cddf21803eb3addb084627e4d536318e3da0a by
@robhogan)- [Performance]: Improved startup speed via a new file map cache format. (https://github.com/facebook/metro/commit/166477e9154b3aec4d3081a759cc40f8e3d53c4a by
@robhogan)NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]:
metro-file-map: Normalize root-relative paths for cross-platform cache compatibility. (https://github.com/facebook/metro/commit/d282a0818b840f1d5b0a2086051ec2c7febf1986 by@motiz88)- [Experimental]: Fix crash when
require.contextis used on a directory with infinite path expansions. (https://github.com/facebook/metro/commit/14d652f411fd055c950f820d2de3087e2a791acd by@robhogan)Full Changelog: https://github.com/facebook/metro/compare/v0.76.7...v0.77.0
v0.76.9
This is a hotfix release on the
0.76.xbranch.
- [Fix]: Move
metro-minify-terserdependency to fix resolution under isolated node_modules (pnpm, etc).(facebook/metro#1199 by@robhogan)- [Fix]:
inline-plugin: Don't replace__DEV__in invalid Babel AST locations. (facebook/metro#1195 by@kitten)- [Fix]:
constant-folding-plugin: Don't fold optional function calls (foo.?()). (facebook/metro#1178 by@Gamote)- [Fix]: Incorrect worker resolution when multiple
metroversions are installed. (https://github.com/facebook/metro/commit/6d46078e74ae9a43aa90bed46dbd6610e2696cd0 by@robhogan)- [Fix]: Fix "unexpected null" crash when handling a batch of file changes. (facebook/metro#1083 by
@robhogan)- [Fix]: Fix Fast Refresh edge case where removing an async dependency could incorrectly remove modules from the graph. (https://github.com/facebook/metro/commit/19d328459f910aa222b4599b4b28765fde82aa3d by
@robhogan)- [Fix]: Fix sourceMapUrl when building bundles for windows/macOS (facebook/metro#763 by
@acoates-ms)NOTE: Experimental features are not covered by semver and can change at any time.
- [Experimental]: When enabled, the
"exports"field is now considered for Haste packages (which could include local monorepo packages) (facebook/metro#1136 by@kraenhansen)- [Experimental]: Fix
sourceMappingUrlin HMR payloads when usingunstable_serverRoot(facebook/metro#1137 by@EvanBacon)Full Changelog: https://github.com/facebook/metro/compare/v0.76.8...v0.76.9
Commits
19e6185Metro Release 0.77.0c939178Group Haste-related data underhastein cache structurea6e3dd0Optimise/simplify getPlatformExtension668ee8dEncapsulate Haste (de)serialization in MutableHasteMapf443e5dEncapsulate Haste Map mutations in MutableHasteMapc6bd02eInternally rename moduleMap/hasteModuleMap -> hasteMap8240186Relabel metro-file-map default export HasteMap->FileMap, createHasteMap->crea...a80af0bmetro-file-map: Separate MockMap from ModuleMap6d46078Fix mismatchedmetro-transform-workerversion - use absolute worker paths4d4d7e8Deploy 0.211.0 to xplat- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)