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

Bump metro-config from 0.72.4 to 0.79.1 #21

Open
wants to merge 51 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps metro-config from 0.72.4 to 0.79.1.

Release notes

Sourced from metro-config's releases.

v0.79.1

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

v0.79.0

v0.78.1

[!NOTE] v0.78.1 will be the final release of metro-inspector-proxy, which is being relocated into the React Native repo. In Metro v0.78.0, we removed builtin Inspector Proxy creation as a breaking change.

  • For React Native integrators: The @react-native/dev-middleware package will provide a batteries-included integration point replacing metro-inspector-proxy. We're working closely with Expo on the API for this which should be ready within the next two weeks — usage will be documented in the package README.
  • Please reach out to @​huntie (https://twitter.com/alxhnt) if you need support around this change.

v0.78.0

  • [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. (facebook/metro#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

... (truncated)

Commits
  • 7bedd65 Release v0.79.1
  • 6f3f7e6 Fix bug in symlink traversal with indirect targets (#1084)
  • 75f3927 Fix "unexpected null" handling overlapping file changes (#1083)
  • e8f468d Prevent Babel registration from transforming plugins with arbitrary config
  • e0dd91b Deploy 0.216.1 to xplat
  • b220b4c Deploy 0.216.0 to xplat
  • 1fb04de Release 0.79.0 (#1072)
  • 3be0f8f Mount unstable_extraMiddleware first instead of last
  • 0df1541 Disable global package resolution by default
  • 9e7cec1 Enable symlinks (resolver.unstable_enableSymlinks) by default (#1068)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

owencz1998 and others added 30 commits July 31, 2022 13:28
Bumps [babel-plugin-react-native-web](https://github.com/necolas/react-native-web) from 0.18.7 to 0.19.9.
- [Release notes](https://github.com/necolas/react-native-web/releases)
- [Commits](necolas/react-native-web@0.18.7...0.19.9)

---
updated-dependencies:
- dependency-name: babel-plugin-react-native-web
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…lugin-react-native-web-0.19.9

Bump babel-plugin-react-native-web from 0.18.7 to 0.19.9
Bumps [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) from 1.17.7 to 1.19.3.
- [Release notes](https://github.com/react-native-async-storage/async-storage/releases)
- [Commits](react-native-async-storage/async-storage@v1.17.7...v1.19.3)

---
updated-dependencies:
- dependency-name: "@react-native-async-storage/async-storage"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-native-codegen](https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen) from 0.71.0 to 0.71.6.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.71.6/packages/react-native-codegen)

---
updated-dependencies:
- dependency-name: react-native-codegen
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-native](https://github.com/facebook/react-native) from 0.68.2 to 0.72.5.
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-pre-070.md)
- [Commits](facebook/react-native@v0.68.2...v0.72.5)

---
updated-dependencies:
- dependency-name: react-native
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-native-linear-gradient](https://github.com/react-native-linear-gradient/react-native-linear-gradient) from `d440682` to `2d67c42`.
- [Release notes](https://github.com/react-native-linear-gradient/react-native-linear-gradient/releases)
- [Commits](react-native-linear-gradient/react-native-linear-gradient@d440682...2d67c42)

---
updated-dependencies:
- dependency-name: react-native-linear-gradient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…ative-linear-gradient-2d67c42

Bump react-native-linear-gradient from `d440682` to `2d67c42`
…ative-0.72.5

Bump react-native from 0.68.2 to 0.72.5
…ative-codegen-0.71.6

Bump react-native-codegen from 0.71.0 to 0.71.6
…ative-async-storage/async-storage-1.19.3

Bump @react-native-async-storage/async-storage from 1.17.7 to 1.19.3
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.9 to 7.22.20.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.22.20/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@react-native-community/slider](https://github.com/callstack/react-native-slider) from 4.2.4 to 4.4.3.
- [Release notes](https://github.com/callstack/react-native-slider/releases)
- [Commits](callstack/react-native-slider@v4.2.4...v4.4.3)

---
updated-dependencies:
- dependency-name: "@react-native-community/slider"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.1...4.18.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) from 28.1.3 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)

---
updated-dependencies:
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…jest-29.7.0

Bump babel-jest from 28.1.3 to 29.7.0
…-4.18.2

Bump express from 4.18.1 to 4.18.2
…ative-tab-view-3.5.2

Bump react-native-tab-view from 3.1.1 to 3.5.2
…ative-community/slider-4.4.3

Bump @react-native-community/slider from 4.2.4 to 4.4.3
…reset-env-7.22.20

Bump @babel/preset-env from 7.18.9 to 7.22.20
dependabot bot and others added 21 commits September 28, 2023 06:02
Bumps [jsdom](https://github.com/jsdom/jsdom) from 20.0.3 to 22.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](jsdom/jsdom@20.0.3...22.1.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.72.4 to 0.77.0.
- [Release notes](https://github.com/facebook/metro/releases)
- [Changelog](https://github.com/facebook/metro/blob/main/CHANGELOG.md)
- [Commits](facebook/metro@v0.72.4...v0.77.0)

---
updated-dependencies:
- dependency-name: metro-react-native-babel-preset
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-native-web](https://github.com/necolas/react-native-web) from 0.18.12 to 0.19.9.
- [Release notes](https://github.com/necolas/react-native-web/releases)
- [Commits](necolas/react-native-web@0.18.12...0.19.9)

---
updated-dependencies:
- dependency-name: react-native-web
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.3.0 to 9.1.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v8.3.0...v9.1.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.10.0 to 5.1.4.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.1.4)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…react-native-babel-preset-0.77.0

Bump metro-react-native-babel-preset from 0.72.4 to 0.77.0
…native-web-0.19.9

Bump react-native-web from 0.18.12 to 0.19.9
…loader-9.1.3

Bump babel-loader from 8.3.0 to 9.1.3
…k-cli-5.1.4

Bump webpack-cli from 4.10.0 to 5.1.4
Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 4.2.2 to 5.0.1.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-minimizer-webpack-plugin@v4.2.2...v5.0.1)

---
updated-dependencies:
- dependency-name: css-minimizer-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.7.0.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) from 9.2.0 to 10.0.0.
- [Release notes](https://github.com/oblador/react-native-vector-icons/releases)
- [Commits](oblador/react-native-vector-icons@v9.2.0...v10.0.0)

---
updated-dependencies:
- dependency-name: react-native-vector-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-native-paper](https://github.com/callstack/react-native-paper) from 4.12.5 to 5.10.6.
- [Release notes](https://github.com/callstack/react-native-paper/releases)
- [Changelog](https://github.com/callstack/react-native-paper/blob/main/.release-it.json)
- [Commits](callstack/react-native-paper@v4.12.5...v5.10.6)

---
updated-dependencies:
- dependency-name: react-native-paper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…native-paper-5.10.6

Bump react-native-paper from 4.12.5 to 5.10.6
…native-vector-icons-10.0.0

Bump react-native-vector-icons from 9.2.0 to 10.0.0
…nimizer-webpack-plugin-5.0.1

Bump css-minimizer-webpack-plugin from 4.2.2 to 5.0.1
Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 2.17.0 to 3.5.4.
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](software-mansion/react-native-reanimated@2.17.0...3.5.4)

---
updated-dependencies:
- dependency-name: react-native-reanimated
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…native-reanimated-3.5.4

Bump react-native-reanimated from 2.17.0 to 3.5.4
Bumps [metro-config](https://github.com/facebook/metro) from 0.72.4 to 0.79.1.
- [Release notes](https://github.com/facebook/metro/releases)
- [Changelog](https://github.com/facebook/metro/blob/main/CHANGELOG.md)
- [Commits](facebook/metro@v0.72.4...v0.79.1)

---
updated-dependencies:
- dependency-name: metro-config
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 2, 2023
@netlify
Copy link

netlify bot commented Oct 2, 2023

Deploy Preview for youtunemusic failed.

Name Link
🔨 Latest commit 1f10752
🔍 Latest deploy log https://app.netlify.com/sites/youtunemusic/deploys/651a5550629d6800083dc66e

owencz1998 pushed a commit that referenced this pull request Oct 6, 2023
…-0.7.33

Bump ua-parser-js from 0.7.31 to 0.7.33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant