aryella-lacerda / react-native-accessibility-engine

Make accessibility-related assertions on React Native code using React Test Renderer
MIT License
163 stars 13 forks source link

chore(deps): update dependency metro-react-native-babel-preset to v0.72.3 #274

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
metro-react-native-babel-preset 0.69.1 -> 0.72.3 age adoption passing confidence

Release Notes

facebook/metro ### [`v0.72.3`](https://togithub.com/facebook/metro/releases/tag/v0.72.3) [Compare Source](https://togithub.com/facebook/metro/compare/v0.72.2...v0.72.3) - **\[Fix]**: Incremental build crashing when garbage collecting modules reachable via multiple paths in the graph. (https://github.com/facebook/metro/commit/50bb451e9cec275cfbc1efda3e1ced3f8a952e15) - Updated metro logo on startup **Full Changelog**: https://github.com/facebook/metro/compare/v0.72.2...v0.72.3 ### [`v0.72.2`](https://togithub.com/facebook/metro/releases/tag/v0.72.2) [Compare Source](https://togithub.com/facebook/metro/compare/v0.72.1...v0.72.2) - **\[Feature]** Pass [`customResolverOptions`](https://facebook.github.io/metro/docs/resolution/#customresolveroptions-string-mixed) from bundle URL into `resolveRequest` (https://github.com/facebook/metro/commit/623b55d54874c77ee51bca6424fca9c3156678ae) - **\[Performance]** Load `hermes-parser` conditionally when hermes is enabled ([https://github.com/facebook/metro/pull/855](https://togithub.com/facebook/metro/pull/855) by [@​EvanBacon](https://togithub.com/EvanBacon)) - **\[Performance]** Lazily import `metro-hermes-compiler` ([https://github.com/facebook/metro/pull/856](https://togithub.com/facebook/metro/pull/856) by [@​EvanBacon](https://togithub.com/EvanBacon)) **Full Changelog:** [`v0.72.1...v0.72.2`](https://togithub.com/facebook/metro/compare/v0.72.1…v0.72.2) ### [`v0.72.1`](https://togithub.com/facebook/metro/releases/tag/v0.72.1) [Compare Source](https://togithub.com/facebook/metro/compare/v0.72.0...v0.72.1) - **\[Feature]** Expose the `react-refresh/runtime` module as part of the `metro-runtime` package > NOTE: Experimental features are not covered by semver and can change at any time. - **\[Experimental]** Add `require.context` support ([https://github.com/facebook/metro/pull/822](https://togithub.com/facebook/metro/pull/822) by [@​EvanBacon](https://togithub.com/EvanBacon)) **Full Changelog:** [`v0.72.0...v0.72.1`](https://togithub.com/facebook/metro/compare/v0.72.0…v0.72.1) ### [`v0.72.0`](https://togithub.com/facebook/metro/releases/tag/v0.72.0) [Compare Source](https://togithub.com/facebook/metro/compare/v0.71.3...v0.72.0) - **\[Breaking]** Enable React 17 new JSX transform ([https://github.com/facebook/metro/pull/848](https://togithub.com/facebook/metro/pull/848) by [@​danilobuerger](https://togithub.com/danilobuerger)) - **‌\[Breaking]** Add `watcher.additionalExts` option, enable inclusion of `.cjs` and `.mjs` files by default ([`c1c6d9c`](https://togithub.com/facebook/metro/commit/c1c6d9c09fa92aa2ba71d803fdfa480e4dbb6a51)) - **\[Breaking]** `.json` files will no longer be implicitly resolved if removed from `resolver.sourceExts` ([`a3dc30a`](https://togithub.com/facebook/metro/commit/a3dc30aa0d54d65d6dbd426662f59b0ec398a612)) - **\[Breaking]** With a default config, any `.jsx` files will now be resolved before `.json`, `.ts`, `.tsx` ([`1b47931`](https://togithub.com/facebook/metro/commit/1b479314dc08f2a2e2f76438971f32fcf431ee89)) - **\[Breaking]** Enable strict CLI validation when `metro` is passed an invalid subcommand or argument ([`19c4f7e`](https://togithub.com/facebook/metro/commit/19c4f7edb85f5b61b056580515348ca9715dd361)) - **\[Feature]** Add `start` alias for `serve` CLI command ([`19c4f7e`](https://togithub.com/facebook/metro/commit/19c4f7edb85f5b61b056580515348ca9715dd361)) **Full Changelog:** [`v0.71.3...v0.72.0`](https://togithub.com/facebook/metro/compare/v0.71.3…v0.72.0) ### [`v0.71.3`](https://togithub.com/facebook/metro/releases/tag/v0.71.3) [Compare Source](https://togithub.com/facebook/metro/compare/v0.71.2...v0.71.3) - **\[Fix]** End watchman client on calling MetroFileMap end. ([`fc042d0`](https://togithub.com/facebook/metro/commit/fc042d06bb6db98dd819bb0d22b7d536ee396c24)) **Full Changelog**: https://github.com/facebook/metro/compare/v0.71.2...v0.71.3 ### [`v0.71.2`](https://togithub.com/facebook/metro/releases/tag/v0.71.2) [Compare Source](https://togithub.com/facebook/metro/compare/v0.71.1...v0.71.2) - **\[Feature]** Add [`requireCycleIgnorePatterns`](https://facebook.github.io/metro/docs/configuration/#requirecycleignorepatterns) option to suppress warnings for require cycles, suppress `node_modules` by default ([https://github.com/facebook/metro/pull/707](https://togithub.com/facebook/metro/pull/707) by [@​hsource](https://togithub.com/hsource)) - **\[Feature]** Add [`deferStates`](https://facebook.github.io/metro/docs/configuration/#watchmandeferstates) option for Watchman ([`570c380`](https://togithub.com/facebook/metro/commit/570c38039abc32b758f8d241896b21e28ca4ba83)) - **\[Fix]** Incremental build bug with parallel edges to the same module ([`fc29a11`](https://togithub.com/facebook/metro/commit/fc29a1177f883144674cf85a813b58567f69d545)) > NOTE: Experimental features are not covered by semver and can change at any time. - **\[Experimental]** Add `unstable_allowRequireContext` config option, implement transformer support for [`require.context`](https://webpack.js.org/guides/dependency-management/#requirecontext) ([https://github.com/facebook/metro/pull/821](https://togithub.com/facebook/metro/pull/821) by [@​EvanBacon](https://togithub.com/EvanBacon)) **Full Changelog:** [`v0.71.1...v0.71.2`](https://togithub.com/facebook/metro/compare/v0.71.1…v0.71.2) ### [`v0.71.1`](https://togithub.com/facebook/metro/releases/tag/v0.71.1) [Compare Source](https://togithub.com/facebook/metro/compare/v0.71.0...v0.71.1) - **\[Fix]** Add missing `.npmignore` files ([`e8bb8fb`](https://togithub.com/facebook/metro/commit/e8bb8fb4035699c83fce4b35aabcaec208513f3c)) - **\[Fix]** Rewrite DeltaBundler garbage collection ([https://github.com/facebook/metro/pull/820](https://togithub.com/facebook/metro/pull/820)) - **\[Fix]** Remove deprecated Prop Types from lazy imports ([https://github.com/facebook/metro/pull/824](https://togithub.com/facebook/metro/pull/824) by [@​ecreeth](https://togithub.com/ecreeth)) > NOTE: Experimental features are not covered by semver and can change at any time. - **\[Experimental]** Expose `unstable_fileMapCacheManagerFactory` config option ([`e741990`](https://togithub.com/facebook/metro/commit/e7419900d2e063f2d531313f810d18c487f807f8)) - **\[Experimental]** Add `unstable_perfLogger` config option ([`eec0d7b`](https://togithub.com/facebook/metro/commit/eec0d7bf00aa707ae210b25218501b3e17dc4bf2)) - **\[Experimental]** Remove `unstable_hasteMapModulePath` from Metro config ([`1cae8d8`](https://togithub.com/facebook/metro/commit/1cae8d8007d04ba62a739a6c4dff991c69af26e4)) **Full Changelog:** [`v0.71.0...v0.71.1`](https://togithub.com/facebook/metro/compare/v0.70.2…v0.71.0) ### [`v0.71.0`](https://togithub.com/facebook/metro/releases/tag/v0.71.0) [Compare Source](https://togithub.com/facebook/metro/compare/v0.70.3...v0.71.0) - **\[Breaking]** Reject runServer promise if the HTTP server can't start listening ([`f39af2c`](https://togithub.com/facebook/metro/commit/f39af2cba2c3f39f674ad40ddf97ca7c3daa91f5)) - **\[Feature]** Add `fileMapCacheDirectory` config option, deprecate `hasteMapCacheDirectory` ([`93966c0`](https://togithub.com/facebook/metro/commit/93966c0065e24dfaed15e409eeedf4b9bc209a41)) - **\[Fix]** Fail `runServer` quickly if the port is not available ([`6d9623e`](https://togithub.com/facebook/metro/commit/6d9623eec0250f8b0e78d1843c18a531444713ff)) - **\[Fix]** Add explicit dependency on `@babel/runtime` to `metro-runtime` ([#​816](https://togithub.com/facebook/metro/issues/816)) - **\[Fix]** Fix missing dependency on `metro-transform-worker` ([#​817](https://togithub.com/facebook/metro/issues/817)) - **\[Fix]** Fix batching bugs causing modules to be incorrectly omitted from delta updates([#​819](https://togithub.com/facebook/metro/issues/819)) - **\[Fix]** `InspectorProxy`: Don't pass an `Error` object to `socket.close()` ([`fdc4ef1`](https://togithub.com/facebook/metro/commit/fdc4ef17230ee093cfd302ddc8c59a88019b1f02)) > NOTE: Experimental features are not covered by semver and can change at any time. - **\[Experimental]** Open source our `jest-haste-map fork` as `metro-file-map` ([#​812](https://togithub.com/facebook/metro/issues/812)) **Full Changelog:** [`v0.70.2...v0.71.0`](https://togithub.com/facebook/metro/compare/v0.70.2…v0.71.0) ### [`v0.70.3`](https://togithub.com/facebook/metro/releases/tag/v0.70.3) [Compare Source](https://togithub.com/facebook/metro/compare/v0.70.2...v0.70.3) *This is a hotfix on the `0.70.x` branch.* - **\[Fix]** Add explicit dependency on `@babel/runtime` to `metro-runtime` ([#​816](https://togithub.com/facebook/metro/issues/816)) ### [`v0.70.2`](https://togithub.com/facebook/metro/releases/tag/v0.70.2) [Compare Source](https://togithub.com/facebook/metro/compare/v0.70.1...v0.70.2) Maintenance release, containing purely internal changes such as dependency version updates. ### [`v0.70.1`](https://togithub.com/facebook/metro/releases/tag/v0.70.1) [Compare Source](https://togithub.com/facebook/metro/compare/v0.70.0...v0.70.1) > NOTE: Experimental features are not covered by semver and can change at any time. - **\[Experimental]** Respect unstable_serverRoot setting in experimentalImportBundleSupport mode ([`779e724`](https://togithub.com/facebook/metro/commit/779e724885ec439a317edd7eb4356d01fe8d55a2)) - **\[Experimental]** `metro-react-native-babel-preset`: Transform named capture groups in regex literals for Hermes ([#​791](https://togithub.com/facebook/metro/issues/791) by [@​danilobuerger](https://togithub.com/danilobuerger)) ### [`v0.70.0`](https://togithub.com/facebook/metro/releases/tag/v0.70.0) [Compare Source](https://togithub.com/facebook/metro/compare/v0.69.1...v0.70.0) - **\[Breaking]** Remove `@babel/plugin-transform-regenerator` from `react-native-babel-preset` ([#​789](https://togithub.com/facebook/metro/issues/789) by [@​tido64](https://togithub.com/tido64)) - **\[Breaking]** Remove `@babel/plugin-transform-for-of` from `react-native-babel-preset` ([#​792](https://togithub.com/facebook/metro/issues/792) by [@​newyankeecodeshop](https://togithub.com/newyankeecodeshop)) - **\[Feature]** [Allow customizing](https://facebook.github.io/metro/docs/configuration/#enablebabelruntime) the babel transform runtime version ([#​771](https://togithub.com/facebook/metro/issues/771) by [@​newyankeecodeshop](https://togithub.com/newyankeecodeshop)) - **\[Fix]** Don't set a global `uncaughtException` listener on `process` ([`4be4099`](https://togithub.com/facebook/metro/commit/4be4099184c98ffc0b7687c2322f7dd863d3fbb6))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Base: 99.45% // Head: 99.45% // No change to project coverage :thumbsup:

Coverage data is based on head (5cdea98) compared to base (43be61c). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #274 +/- ## ======================================= Coverage 99.45% 99.45% ======================================= Files 28 28 Lines 183 183 Branches 43 43 ======================================= Hits 182 182 Misses 1 1 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Aryella+Lacerda)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.