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(deps): update dependency metro-config to ^0.80.0 #446

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
metro-config ^0.67.0 -> ^0.80.0 age adoption passing confidence

Release Notes

facebook/metro (metro-config)

v0.80.8

Compare Source

  • [Fix]: Guard against invalid symbolication in Chrome DevTools by terminating each module's source map with a null mapping (96c6b89 by @​motiz88)

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.80.7...v0.80.8

v0.80.7

Compare Source

Full Changelog: facebook/metro@v0.80.6...v0.80.7

v0.80.6

Compare Source

Full Changelog: facebook/metro@v0.80.5...v0.80.6

v0.80.5

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.80.4...v0.80.5

v0.80.4

Compare Source

Full Changelog: facebook/metro@v0.80.3...v0.80.4

v0.80.3

Compare Source

Full Changelog: facebook/metro@v0.80.2...v0.80.3

v0.80.2

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

v0.80.1

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

v0.80.0

Compare Source

NB: metro-react-native-interop-tools has been removed and will receive no further updates. (facebook/metro@c084066 by @​GijsWeterings)

Full Changelog: facebook/metro@v0.79.1...v0.80.0

v0.79.1

Compare Source

Full Changelog: facebook/metro@v0.79.0...v0.79.1

v0.79.0

Compare Source

v0.78.1

Compare Source

v0.78.0

Compare Source

  • [Breaking] Update default server port to 8081. (facebook/metro@891fe96 by @​huntie)
  • [Breaking] Remove metro-react-native-babel-transformer and metro-react-native-babel-preset, which will be published as @react-native/metro-babel-transformer and @react-native/babel-preset going forward. (facebook/metro@799aa0a by @​dmytrorykun)
  • [Breaking] Remove runInspectorProxy option from server. (facebook/metro@2b0b15d by @​huntie)
    • This is a significant breaking change — Metro will no longer start a built-in Inspector Proxy.
    • To migrate today, integrators should create an InspectorProxy instance externally, and provide the relevant handlers to Metro.runServer(). For reference:
      • inspectorProxy.processRequest to ServerOptions.unstable_extraMiddleware.
      • inspectorProxy.createWebSocketListeners to ServerOptions.websocketEndpoints.
    • Recommended: In the very near future, we will be encapsulating this functionality in the @react-native/dev-middleware package, which will provide a batteries-included integration point for the above.
    • Please reach out to @​huntie if you need support with this feature.
  • [Breaking]: DependencyGraph.resolveDependency now takes a dependency object instead of a string. (facebook/metro@fbdd295 by @​motiz88)
  • [Breaking]: Stop passing inlineRequires and nonInlinedRequires to Babel transformers. (facebook/metro@e339c8f by @​motiz88)
  • [Feature] Widen config search paths to include metro.config.cjs. (facebook/metro@6922933 by @​huntie)
  • [Feature]: Custom resolvers may access the original dependency descriptor for diagnostic purposes. (facebook/metro@fbdd295 by @​motiz88)
  • [Fix]: asserted-states is not iterable when using older Watchman versions. (facebook/metro@3ef5fc8 by @​robhogan)
  • [Fix]: Avoid resolving .native as a standalone file extension. (https://github.com/facebook/metro/pull/1045 by @​EvanBacon)
  • [Fix]: Resolution errors now show accurate source locations. (facebook/metro@a398f34 by @​motiz88)
  • [Performance]: Parallelise Haste construction to improve startup on large Haste systems. (facebook/metro@2e0f69a by @​robhogan)

v0.77.0

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.7...v0.77.0

v0.76.9

Compare Source

This is a hotfix release on the 0.76.x branch.

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.8...v0.76.9

v0.76.8

Compare Source

v0.76.7

Compare Source

  • [Feature]: metro-babel-transformer and metro-react-native-babel-transformer will return metadata from Babel transform results. (42fdbc2 by @​robhogan)
  • [Feature]: Expose TerminalReporter for Reporter implementations. (417e6f2 by @​colinta)
  • [Feature]: Allow client-side device identifiers in inspector proxy. (c6a94bc by @​byCedric)
  • [Fix]: EPERM file watching errors on Windows. (4b22efb by @​robhogan)

Full Changelog: facebook/metro@v0.76.6...v0.76.7

v0.76.6

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.5...v0.76.6

v0.76.5

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.4...v0.76.5

v0.76.4

Compare Source

Full Changelog: facebook/metro@v0.76.3...v0.76.4

v0.76.3

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.2...v0.76.3

v0.76.2

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.1...v0.76.2

v0.76.1

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.76.0...v0.76.1

v0.76.0

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

v0.75.1

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.75.0...v0.75.1

v0.75.0

Compare Source

  • [Breaking]: Formalise minimum Node JS requirement at 14.17.0 via package.json#engines. (facebook/metro@c3e453e)
  • [Breaking]: Filter untyped context properties passed to custom resolvers. (facebook/metro@cb01ec0)
  • [Breaking]: Change default context.redirectModulePath implementation to return absolute path in all cases. (facebook/metro@acbfe63)
  • [Feature]: Add mainFields, getPackage, and getPackageForModule to custom resolver context. (facebook/metro@adfb593)

Full Changelog: facebook/metro@v0.74.1...v0.75.0

v0.74.1

Compare Source

Full Changelog: facebook/metro@v0.74.0...v0.74.1

v0.74.0

Compare Source

Full Changelog: facebook/metro@v0.73.6...v0.74.0

v0.73.10

Compare Source

This is a hotfix on the 0.73.x branch.

Full Changelog: facebook/metro@v0.73.9...v0.73.10

v0.73.9

Compare Source

This is a hotfix on the 0.73.x branch.

Full Changelog: facebook/metro@v0.73.8...v0.73.9

v0.73.8

Compare Source

This is a hotfix on the 0.73.x branch.

Full Changelog: facebook/metro@v0.73.7...v0.73.8

v0.73.7

Compare Source

This is a hotfix on the 0.73.x branch.

v0.73.6

Compare Source

  • [Fix] Fix duplicate 'add' events, reduce dropped events on new subtrees in NodeWatcher (non-Watchman, non-macOS).(facebook/metro@51fb7e3)

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.73.5...v0.73.6

v0.73.5

Compare Source

  • [Fix]: Make all getTransformOptions result properties optional. (facebook/metro@a07c823)
  • [Fix]: Bug that can lead to "unknown module" errors at runtime after an incremental build. (facebook/metro@b1be263)
  • [Fix]: metro-runtime: Re-throw cached module errors without wrapping. (facebook/metro@032c4a1)
  • [Fix] Bump babel/types dependency to ^7.20.0 for more consistent exposed AST Bump babel/types dependency to ^7.20.0 for more consistent exposed AST

Full Changelog: facebook/metro@v0.73.4...v0.73.5

v0.73.4

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

  • [Experimental]: experimentalImportBundleSupport: Retraverse parents of deleted async dependencies (facebook/metro@cb806d1)

Full Changelog: facebook/metro@v0.73.3...v0.73.4

v0.73.3

Compare Source

NOTE: Experimental features are not covered by semver and can change at any time.

  • [Experimental]: Move experimentalImportBundleSupport option from transformer to server (facebook/metro@3c0e1f7)

Full Changelog: facebook/metro@v0.73.2...v0.73.3

v0.73.2

Compare Source

Maintenance release with purely internal changes.

Full Changelog: facebook/metro@v0.73.1...v0.73.2

v0.73.1

Compare Source

  • [Fix]: Generate a unique name for each Watchman subscription. (3b0e78a)

NOTE: Experimental features are not covered by semver and can change at any time.

Full Changelog: facebook/metro@v0.73.0...v0.73.1

v0.73.0

Compare Source

  • [Breaking] Switch default minifier from uglify-es to terser. (#​871)
  • [Breaking]: Increase minimum supported Node.js version to ^14.17.0. (#​872)
  • [Breaking]: Drop support for old (pre-CalVer) Watchman versions. (422055a)
  • [Feature]: Support fsevents watcher on Apple Silicon. (#​875)
  • [Feature]: Support loading source URLs in inspector-proxy. (db19b06)
  • [Fix]: Log warning on unexpected error during metro-file-map cache read. (7028b7f)
  • [Fix]: Remove exponentiation operator transform from metro-react-native-babel-preset. (c2365bb)
  • [Fix]: Don’t check watchman --version if useWatchman is false. (76c9307)

Full Changelog: facebook/metro@v0.72.3...v0.73.0

v0.72.4

Compare Source

This is a hotfix on the 0.72.x branch.

Full Changelog: facebook/metro@v0.72.3...v0.72.4

v0.72.3

Compare Source

  • [Fix]: Incremental build crashing when garbage collecting modules reachable via multiple paths in the graph. (facebook/metro@50bb451)
  • Updated metro logo on startup

Full Changelog: facebook/metro@v0.72.2...v0.72.3

v0.72.2: Release 0.72.2

Compare Source

Full Changelog: v0.72.1...v0.72.2

v0.72.1

Compare Source

  • [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.

Full Changelog: v0.72.0...v0.72.1

v0.72.0

Compare Source

  • [Breaking] Enable React 17 new JSX transform (https://github.com/facebook/metro/pull/848 by @​danilobuerger)
  • ‌[Breaking] Add watcher.additionalExts option, enable inclusion of .cjs and .mjs files by default (c1c6d9c)
  • [Breaking] .json files will no longer be implicitly resolved if removed from resolver.sourceExts (a3dc30a)
  • [Breaking] With a default config, any .jsx files will now be resolved before .json, .ts, .tsx (1b47931)
  • [Breaking] Enable strict CLI validation when metro is passed an invalid subcommand or argument (19c4f7e)
  • [Feature] Add start alias for serve CLI command (19c4f7e)

Full Changelog: v0.71.3...v0.72.0

v0.71.3

Compare Source

  • [Fix] End watchman client on calling MetroFileMap end. (fc042d0)

Full Changelog: facebook/metro@v0.71.2...v0.71.3

v0.71.2

Compare Source


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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title chore(deps): update dependency metro-config to ^0.76.0 chore(deps): update dependency metro-config to ^0.73.0 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/metro-config-0.x branch from 03b4eb0 to 77dbba7 Compare June 7, 2023 18:59
@renovate renovate bot changed the title chore(deps): update dependency metro-config to ^0.73.0 chore(deps): update dependency metro-config to ^0.76.0 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/metro-config-0.x branch from 77dbba7 to b3293ed Compare June 7, 2023 23:26
@renovate renovate bot changed the title chore(deps): update dependency metro-config to ^0.76.0 chore(deps): update dependency metro-config to ^0.77.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/metro-config-0.x branch from b3293ed to 0f28ab7 Compare July 7, 2023 00:18
@renovate renovate bot changed the title chore(deps): update dependency metro-config to ^0.77.0 chore(deps): update dependency metro-config to ^0.78.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/metro-config-0.x branch from 0f28ab7 to 6e0064f Compare August 7, 2023 17:12
@renovate renovate bot force-pushed the renovate/metro-config-0.x branch from 6e0064f to 0077940 Compare September 1, 2023 18:25
@renovate renovate bot changed the title chore(deps): update dependency metro-config to ^0.78.0 chore(deps): update dependency metro-config to ^0.79.0 Sep 1, 2023
@renovate renovate bot force-pushed the renovate/metro-config-0.x branch from 0077940 to 2754b03 Compare October 25, 2023 18:46
@renovate renovate bot changed the title chore(deps): update dependency metro-config to ^0.79.0 chore(deps): update dependency metro-config to ^0.80.0 Oct 25, 2023
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.

None yet

0 participants