Skip to content

Bump the dev-dependencies group in /template with 3 updates - #14

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/template/dev-dependencies-849cd9bee2
Open

Bump the dev-dependencies group in /template with 3 updates#14
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/template/dev-dependencies-849cd9bee2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown

Bumps the dev-dependencies group in /template with 3 updates: metro-react-native-babel-preset, prettier and react-test-renderer.

Updates metro-react-native-babel-preset from 0.76.7 to 0.77.0

Release notes

Sourced from metro-react-native-babel-preset's releases.

v0.77.0

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

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

v0.76.9

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: react/metro@v0.76.8...v0.76.9

v0.76.8

Full Changelog: react/metro@v0.76.7...v0.76.8

Commits
  • 19e6185 Metro Release 0.77.0
  • c939178 Group Haste-related data under haste in cache structure
  • a6e3dd0 Optimise/simplify getPlatformExtension
  • 668ee8d Encapsulate Haste (de)serialization in MutableHasteMap
  • f443e5d Encapsulate Haste Map mutations in MutableHasteMap
  • c6bd02e Internally rename moduleMap/hasteModuleMap -> hasteMap
  • 8240186 Relabel metro-file-map default export HasteMap->FileMap, createHasteMap->crea...
  • a80af0b metro-file-map: Separate MockMap from ModuleMap
  • 6d46078 Fix mismatched metro-transform-worker version - use absolute worker paths
  • 4d4d7e8 Deploy 0.211.0 to xplat
  • Additional commits viewable in compare view

Updates prettier from 3.9.4 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

🔗 Changelog

3.9.5

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @​kovsu)

// Input
interface Container {
  "new"(id: string): number;
}
// Prettier 3.9.5
interface Container {
new(id: string): number;
}
// Prettier 3.9.6
interface Container {
"new"(id: string): number;
}

TypeScript: Support import defer (#19624, #19675 by @​fisker)

// Input
import defer * as foo from "foo";
// Prettier 3.9.5
import * as foo from "foo";
// Prettier 3.9.6
import defer * as foo from "foo";

JavaScript: Added a new official plugin @prettier/plugin-yuku (#19628, #19629 by @​fisker)

@prettier/plugin-yuku is powered by Yuku (A high-performance JavaScript/TypeScript compiler toolchain written in Zig).

This plugin includes two new parsers: yuku (JavaScript syntax) and yuku-ts (TypeScript syntax).

To use this plugin:

  1. Install the plugin:

    yarn add --dev prettier @prettier/plugin-yuku

... (truncated)

Commits

Updates react-test-renderer from 19.2.7 to 19.2.8

Release notes

Sourced from react-test-renderer's releases.

19.2.8 (July 21st, 2026)

React Server Components

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group in /template with 3 updates: [metro-react-native-babel-preset](https://github.com/facebook/metro), [prettier](https://github.com/prettier/prettier) and [react-test-renderer](https://github.com/react/react/tree/HEAD/packages/react-test-renderer).


Updates `metro-react-native-babel-preset` from 0.76.7 to 0.77.0
- [Release notes](https://github.com/facebook/metro/releases)
- [Changelog](https://github.com/react/metro/blob/main/CHANGELOG.md)
- [Commits](react/metro@v0.76.7...v0.77.0)

Updates `prettier` from 3.9.4 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.9.4...3.9.6)

Updates `react-test-renderer` from 19.2.7 to 19.2.8
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.2.8/packages/react-test-renderer)

---
updated-dependencies:
- dependency-name: metro-react-native-babel-preset
  dependency-version: 0.77.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: react-test-renderer
  dependency-version: 19.2.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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

dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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