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 dependency metro-source-map to v0.81.0 #32

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
metro-source-map 0.71.1 -> 0.81.0 age adoption passing confidence

Release Notes

facebook/metro (metro-source-map)

v0.81.0

Compare Source

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

Full Changelog: facebook/metro@v0.80.11...v0.81.0

v0.80.12

Compare Source

This is a hotfix on the 0.80.x branch.

Full Changelog: facebook/metro@v0.80.11...v0.80.12

v0.80.11

Compare Source

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

v0.80.10

Compare Source

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

v0.80.9

Compare Source

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

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

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


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency metro-source-map to v0.73.3 Update dependency metro-source-map to v0.73.5 Dec 1, 2022
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch 2 times, most recently from 8c25241 to c5d2c09 Compare December 1, 2022 17:17
@renovate renovate bot changed the title Update dependency metro-source-map to v0.73.5 Update dependency metro-source-map to v0.73.4 Dec 1, 2022
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from c5d2c09 to b9f7ddb Compare December 15, 2022 20:17
@renovate renovate bot changed the title Update dependency metro-source-map to v0.73.4 Update dependency metro-source-map to v0.73.6 Dec 15, 2022
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from b9f7ddb to f3487c0 Compare January 5, 2023 19:46
@renovate renovate bot changed the title Update dependency metro-source-map to v0.73.6 Update dependency metro-source-map to v0.73.7 Jan 5, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from f3487c0 to 310645e Compare January 9, 2023 16:29
@renovate renovate bot changed the title Update dependency metro-source-map to v0.73.7 Update dependency metro-source-map to v0.74.0 Jan 9, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 310645e to 0894490 Compare January 20, 2023 12:16
@renovate renovate bot changed the title Update dependency metro-source-map to v0.74.0 Update dependency metro-source-map to v0.74.1 Jan 20, 2023
@renovate renovate bot changed the title Update dependency metro-source-map to v0.74.1 Update dependency metro-source-map to v0.76.0 Mar 23, 2023
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.0 Update dependency metro-source-map to v0.76.2 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 799c605 to e58ce29 Compare April 17, 2023 11:40
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from e58ce29 to 76a6f59 Compare May 28, 2023 08:44
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.2 Update dependency metro-source-map to v0.76.5 May 28, 2023
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.5 Update dependency metro-source-map to v0.72.4 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch 2 times, most recently from 326fdef to 23d6cd9 Compare June 7, 2023 19:01
@renovate renovate bot changed the title Update dependency metro-source-map to v0.72.4 Update dependency metro-source-map to v0.76.6 Jun 7, 2023
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.6 Update dependency metro-source-map to v0.76.7 Jun 21, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 23d6cd9 to f454429 Compare June 21, 2023 14:10
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from f454429 to f8f633c Compare July 7, 2023 02:02
@renovate renovate bot changed the title Update dependency metro-source-map to v0.76.7 Update dependency metro-source-map to v0.77.0 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from f8f633c to fe88146 Compare August 7, 2023 18:55
@renovate renovate bot changed the title Update dependency metro-source-map to v0.77.0 Update dependency metro-source-map to v0.78.0 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from fe88146 to e06516c Compare August 16, 2023 11:14
@renovate renovate bot changed the title Update dependency metro-source-map to v0.78.0 Update dependency metro-source-map to v0.78.1 Aug 16, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from e06516c to 0f1d22a Compare September 1, 2023 19:05
@renovate renovate bot changed the title Update dependency metro-source-map to v0.79.0 Update dependency metro-source-map to v0.79.1 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 5253ebb to f09898c Compare October 25, 2023 18:54
@renovate renovate bot changed the title Update dependency metro-source-map to v0.79.1 Update dependency metro-source-map to v0.80.0 Oct 25, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from f09898c to d911f90 Compare November 9, 2023 20:07
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.0 Update dependency metro-source-map to v0.80.1 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from d911f90 to 9c3b7ab Compare December 18, 2023 16:47
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.1 Update dependency metro-source-map to v0.80.2 Dec 18, 2023
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 9c3b7ab to 3be2536 Compare January 3, 2024 23:09
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.2 Update dependency metro-source-map to v0.80.3 Jan 3, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 3be2536 to b3f61d7 Compare January 10, 2024 19:33
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.3 Update dependency metro-source-map to v0.80.4 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from b3f61d7 to 786254c Compare January 24, 2024 21:54
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.4 Update dependency metro-source-map to v0.80.5 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 786254c to aeb1d48 Compare February 15, 2024 22:11
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.5 Update dependency metro-source-map to v0.80.6 Feb 15, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from aeb1d48 to 47ae2d0 Compare March 19, 2024 11:35
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.6 Update dependency metro-source-map to v0.80.7 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 47ae2d0 to 6ece7e6 Compare March 28, 2024 14:01
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.7 Update dependency metro-source-map to v0.80.8 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 6ece7e6 to a7fd23e Compare May 2, 2024 13:58
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.8 Update dependency metro-source-map to v0.80.9 May 2, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from a7fd23e to b704d32 Compare August 8, 2024 13:43
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.9 Update dependency metro-source-map to v0.80.10 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from b704d32 to f6513ba Compare September 4, 2024 14:31
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.10 Update dependency metro-source-map to v0.80.11 Sep 4, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from f6513ba to 6296bef Compare September 8, 2024 10:39
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.11 Update dependency metro-source-map to v0.80.12 Sep 8, 2024
@renovate renovate bot force-pushed the renovate/metro-source-map-0.x branch from 6296bef to 3f0c769 Compare October 14, 2024 19:28
@renovate renovate bot changed the title Update dependency metro-source-map to v0.80.12 Update dependency metro-source-map to v0.81.0 Oct 14, 2024
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.

0 participants