Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
bump(deps): update facebook/metro to v0.76.7 (#36)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [metro](https://togithub.com/facebook/metro) | [`0.76.6` ->
`0.76.7`](https://renovatebot.com/diffs/npm/metro/0.76.6/0.76.7) |
[![age](https://badges.renovateapi.com/packages/npm/metro/0.76.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/metro/0.76.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/metro/0.76.7/compatibility-slim/0.76.6)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/metro/0.76.7/confidence-slim/0.76.6)](https://docs.renovatebot.com/merge-confidence/)
|
| [metro-resolver](https://togithub.com/facebook/metro) | [`0.76.6` ->
`0.76.7`](https://renovatebot.com/diffs/npm/metro-resolver/0.76.6/0.76.7)
|
[![age](https://badges.renovateapi.com/packages/npm/metro-resolver/0.76.7/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/metro-resolver/0.76.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/metro-resolver/0.76.7/compatibility-slim/0.76.6)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/metro-resolver/0.76.7/confidence-slim/0.76.6)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>facebook/metro</summary>

###
[`v0.76.7`](https://togithub.com/facebook/metro/releases/tag/v0.76.7)

[Compare
Source](https://togithub.com/facebook/metro/compare/v0.76.6...v0.76.7)

- **\[Feature]**: `metro-babel-transformer` and
`metro-react-native-babel-transformer` will return `metadata` from Babel
transform results.
([`42fdbc2`](https://togithub.com/facebook/metro/commit/42fdbc2b20c29ca4cfad404a4c222c65077c6f5e)
by [@&#8203;robhogan](https://togithub.com/robhogan))
- **\[Feature]**: Expose `TerminalReporter` for Reporter
implementations.
([`417e6f2`](https://togithub.com/facebook/metro/commit/417e6f276ff9422af6039fc4d1bce41fcf7d9f46)
by [@&#8203;colinta](https://togithub.com/colinta))
- **\[Feature]**: Allow client-side device identifiers in inspector
proxy.
([`c6a94bc`](https://togithub.com/facebook/metro/commit/c6a94bc170cf95a6bb21b5638929ec3311a9a5b7)
by [@&#8203;byCedric](https://togithub.com/byCedric))
- **\[Fix]**: EPERM file watching errors on Windows.
([`4b22efb`](https://togithub.com/facebook/metro/commit/4b22efbe85fed9d0520dd5d57bd1a394b2cc66f6)
by [@&#8203;robhogan](https://togithub.com/robhogan))

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

</details>

---

### 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 these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/levaintech/keychain).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 26, 2023
1 parent fdee0bc commit ec9bd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
]
},
"resolutions": {
"metro": "0.76.6",
"metro-resolver": "0.76.6"
"metro": "0.76.7",
"metro-resolver": "0.76.7"
},
"dependencies": {
"@babel/core": "^7.20.0",
Expand Down

0 comments on commit ec9bd18

Please sign in to comment.