Skip to content

馃摝 Bump prettier from 3.9.5 to 3.9.6 in /.ado/scripts in the all-npm-dependencies group across 1 directory - #350

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dot-ado/scripts/all-npm-dependencies-f8ec6eb6c9
Open

馃摝 Bump prettier from 3.9.5 to 3.9.6 in /.ado/scripts in the all-npm-dependencies group across 1 directory#350
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dot-ado/scripts/all-npm-dependencies-f8ec6eb6c9

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the all-npm-dependencies group with 1 update in the /.ado/scripts directory: prettier.

Updates prettier from 3.9.5 to 3.9.6

Release notes

Sourced from prettier's releases.

3.9.6

What's Changed

馃敆 Changelog

Changelog

Sourced from prettier's changelog.

3.9.6

diff

TypeScript: Preserve quotes for methods named new (#19621 by @鈥媖ovsu)

// 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 @鈥媐isker)

// 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 @鈥媐isker)

@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

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 21, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 21, 2026 12:11
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown

Benchmark Results

Total benchmarks: 204

Inputs: baseline/baseline.json, bench_result.json

v8 (6176ms, 4970ms) -19.5%
v8 hermes (CI) hermes (CI)
v8-crypto 622.6ms 475.6ms
v8-deltablue 739.4ms 604.6ms
v8-raytrace 127.8ms 95.6ms
v8-regexp 593ms 478.4ms
v8-richards 937ms 721.8ms
v8-splay 225.2ms 195.6ms
v8-crypto (static) 452ms 353ms
v8-deltablue (static) 661.6ms 567.6ms
v8-raytrace (static) 91.8ms 72.8ms
v8-regexp (static) 749.2ms 628.8ms
v8-richards (static) 781.4ms 595.4ms
v8-splay (static) 195ms 180.6ms
test-suites (317886ms, 259440ms) -18.4%
test-suites hermes (CI) hermes (CI)
box2d 2949.8ms 1943.8ms
earley-boyer 2564.8ms 2016ms
navier-stokes 5743.8ms 3528.6ms
pdfjs 1038.2ms 758.4ms
gbemu 2296ms 1732.6ms
code-load 4472.8ms 3771ms
typescript 3381.8ms 2420.2ms
simpleSum 8855.4ms 5006.8ms
propAccess 2691.2ms 1838ms
allocObj 252ms 179.2ms
allocObjLit 6371.8ms 5224ms
allocNewObj 20053ms 15626ms
allocArray 249ms 171.8ms
allocNewArray 34956.8ms 28102ms
arrayRead 115.6ms 84.4ms
arrayReadByIndex 550ms 378.4ms
largeArrayRead 827.2ms 412.8ms
arrayWrite 261.8ms 198ms
largeArrayWrite 2218ms 1634.6ms
interp-dispatch 2880ms 1769.2ms
wb-perf 8327ms 7122.6ms
arrayReverse 40.6ms 31.6ms
arrayMap 1472.6ms 1501ms
arrayIndexOf 143.2ms 115.2ms
arrayLastIndexOf 148.6ms 110.6ms
arrayEvery 2308.8ms 2273.6ms
arraySome 2174.4ms 2255ms
arrayFill 2401.2ms 1944.6ms
arrayFilter 1866.4ms 1656.4ms
arrayFind 3207ms 2732ms
arrayFindIndex 3322ms 2753.8ms
arrayPop 1031.4ms 832.8ms
arrayReduce 1994.2ms 2057.8ms
arrayReduceRight 2075.8ms 2060ms
arrayShift 2065.8ms 2012.4ms
arrayUnshift 2109.4ms 1955.2ms
arrayIncludes 1216.6ms 909.8ms
arrayFrom 1102.8ms 874.8ms
arrayCopyWithin 1487ms 1308.6ms
stringFromCharCode 92.6ms 71.8ms
arraySlice 786.2ms 643.8ms
arraySplice 26.8ms 24ms
arrayOf 1048.8ms 778.2ms
stringCharAt 1346.6ms 1019.6ms
stringMatch 3192.4ms 2285.6ms
stringSearch 3508.2ms 2275.4ms
stringStartsWith 701ms 460.8ms
stringEndsWith 650.4ms 418.6ms
stringIncludes 1520.6ms 1675.6ms
stringIndexOf 1555.6ms 1283.6ms
stringLastIndexOf 1821.4ms 1684.6ms
stringSplit 822ms 610ms
stringSlice 490ms 391.4ms
stringPadStart 2910.8ms 2341.2ms
stringPadEnd 2910ms 2339.4ms
regExpMatch 1506.2ms 1181.8ms
regExpSearch 1227ms 1071ms
regExpToString 1204ms 999ms
stringReplace 1394.8ms 1321ms
regExpReplace 3309.2ms 704.4ms
regExpFlags 956.8ms 755.8ms
regExpSplit 1307.8ms 1012.2ms
numberArrayReadWrite 2477.8ms 1894.2ms
protoCache 3594.6ms 1857ms
box2d (static) 1792.6ms 1493ms
earley-boyer (static) 1875.6ms 1454.4ms
navier-stokes (static) 3410.2ms 2743.4ms
pdfjs (static) 812.8ms 660.6ms
gbemu (static) 1797ms 1312ms
code-load (static) 4199.2ms 3519.8ms
typescript (static) 2685.6ms 2055.8ms
simpleSum (static) 936.2ms 849.4ms
propAccess (static) 2298ms 1918.4ms
allocObj (static) 0.2ms 0.4ms
allocObjLit (static) 4154.4ms 3531ms
allocNewObj (static) 15749.2ms 14684.4ms
allocArray (static) 0.6ms 0.6ms
allocNewArray (static) 28494.2ms 25905.2ms
arrayRead (static) 74.2ms 62ms
arrayReadByIndex (static) 453.2ms 412ms
largeArrayRead (static) 552.2ms 459.2ms
arrayWrite (static) 178.4ms 146.4ms
largeArrayWrite (static) 1568.6ms 1327ms
interp-dispatch (static) 1918.8ms 1703.2ms
wb-perf (static) 8991.2ms 7639ms
arrayReverse (static) 37ms 32ms
arrayMap (static) 1064.8ms 883.2ms
arrayIndexOf (static) 128.2ms 99.4ms
arrayLastIndexOf (static) 138.8ms 102.6ms
arrayEvery (static) 1397.6ms 1244.8ms
arraySome (static) 1406.6ms 1237.8ms
arrayFill (static) 1969.2ms 1693.4ms
arrayFilter (static) 1061ms 936.6ms
arrayFind (static) 2242.2ms 2065.2ms
arrayFindIndex (static) 2235.8ms 2122.4ms
arrayPop (static) 878ms 778ms
arrayReduce (static) 1311.8ms 1253.8ms
arrayReduceRight (static) 1322.6ms 1167.6ms
arrayShift (static) 1512ms 1281.8ms
arrayUnshift (static) 1568.2ms 1321ms
arrayIncludes (static) 963.4ms 785ms
arrayFrom (static) 1030.6ms 794.2ms
arrayCopyWithin (static) 1109.6ms 929ms
stringFromCharCode (static) 77ms 59.8ms
arraySlice (static) 571.6ms 503.2ms
arraySplice (static) 26ms 27.2ms
arrayOf (static) 868.8ms 657.6ms
stringCharAt (static) 1100.6ms 922.2ms
stringMatch (static) 2227.6ms 1853.8ms
stringSearch (static) 2219.2ms 1879.8ms
stringStartsWith (static) 494.2ms 413.2ms
stringEndsWith (static) 457.8ms 368.6ms
stringIncludes (static) 1437.4ms 1512.6ms
stringIndexOf (static) 1440.8ms 1255ms
stringLastIndexOf (static) 1956.6ms 1771.6ms
stringSplit (static) 651.2ms 555.6ms
stringSlice (static) 445.6ms 365.4ms
stringPadStart (static) 2294.4ms 1901.4ms
stringPadEnd (static) 2499.2ms 1863.2ms
regExpMatch (static) 1483.2ms 1055.6ms
regExpSearch (static) 1296.2ms 1062.6ms
regExpToString (static) 1326.6ms 980.8ms
stringReplace (static) 1455.6ms 1377ms
regExpReplace (static) 851.8ms 650ms
regExpFlags (static) 870.6ms 717.6ms
regExpSplit (static) 1200ms 2044.4ms
numberArrayReadWrite (static) 2132.8ms 1731.8ms
protoCache (static) 3595.8ms 2901.6ms
micros (60876ms, 49090ms) -19.4%
micros hermes (CI) hermes (CI)
getNodeById.js 5273ms 4126.4ms
setInsert.js 2864.8ms 2392ms
stringify-number.js 1823.4ms 1452.6ms
typed-array-sort.js 22381ms 17553ms
getNodeById.js (static) 3941ms 3200.2ms
setInsert.js (static) 2517.6ms 2189.2ms
stringify-number.js (static) 1663.6ms 1285ms
typed-array-sort.js (static) 20411.4ms 16891.2ms
jit-benches (8563ms, 5397ms) -37.0%
jit-benches hermes (CI) hermes (CI)
idisp.js 2810.2ms 1726ms
idispn.js 3395.8ms 1778ms
idisp.js (static) 1906ms 1591ms
idispn.js (static) 450.8ms 302.4ms
many-subclasses (73437ms, 60772ms) -17.2%
many-subclasses hermes (CI) hermes (CI)
many.js 19104.8ms 14763.4ms
many-sh-1.js 7322.8ms 6316.2ms
many-sh-2.js 7329ms 6460.6ms
many-sh-3.js 7083.6ms 5985.2ms
many-sh-4.js 7235ms 5930.6ms
many.js (static) 15996ms 13677.6ms
many-sh-1.js (static) 2285.2ms 1831.4ms
many-sh-2.js (static) 2387ms 1987.6ms
many-sh-3.js (static) 2347.2ms 1909ms
many-sh-4.js (static) 2346ms 1910.8ms
map-objects (3627ms, 2785ms) -23.2%
map-objects hermes (CI) hermes (CI)
map-objects-untyped.js 1023.6ms 793.2ms
map-objects-typed.js 957.6ms 714.2ms
map-objects-untyped.js (static) 917.2ms 710.2ms
map-objects-typed.js (static) 728.8ms 567.4ms
map-strings (4335ms, 3185ms) -26.5%
map-strings hermes (CI) hermes (CI)
map-strings-untyped.js 1196.8ms 883.6ms
map-strings-typed.js 1139.2ms 815.8ms
map-strings-untyped.js (static) 1092.2ms 813ms
map-strings-typed.js (static) 906.8ms 672.4ms
nbody (3448ms, 2352ms) -31.8%
nbody hermes (CI) hermes (CI)
original/nbody.js 839.6ms 540.8ms
fully-typed/nbody.js 710ms 462.2ms
fully-typed/nbody.ts 865.2ms 544.4ms
original/nbody.js (static) 449.2ms 351.4ms
fully-typed/nbody.js (static) 135ms 104.6ms
fully-typed/nbody.ts (static) 449.2ms 349ms
string-switch (6503ms, 4524ms) -30.4%
string-switch (string-switch/plain) hermes (CI) hermes (CI)
bench.js 1316ms 1084.2ms
bench.js (static) 5187ms 3439.4ms
raytracer (5608ms, 4403ms) -21.5%
raytracer (raytracer/original) hermes (CI) hermes (CI)
bench-raytracer.js 1550.4ms 1208.4ms
raytracer.ts 1667.6ms 1259.2ms
bench-raytracer.js (static) 1198.4ms 962.8ms
raytracer.ts (static) 1191.8ms 972.4ms
MiniReact (30332ms, 22669ms) -25.3%
MiniReact hermes (CI) hermes (CI)
no-objects/out/simple-stripped.js 2239.2ms 1576.8ms
no-objects/out/simple-lowered.js 2270.8ms 1609ms
no-objects/out/music-stripped.js 42.6ms 33.2ms
no-objects/out/music-lowered.js 47.2ms 37.6ms
no-deps/stripped/MiniReact.js 5004ms 3885.2ms
no-deps/MiniReact.js 5256.2ms 3756.2ms
no-objects/out/simple.js 2260.4ms 1585ms
no-objects/out/music.js 45.6ms 38ms
no-objects/out/simple-stripped.js (static) 1725.2ms 1317ms
no-objects/out/simple-lowered.js (static) 1725.4ms 1330ms
no-objects/out/music-stripped.js (static) 18.8ms 17ms
no-objects/out/music-lowered.js (static) 19.4ms 16.6ms
no-deps/stripped/MiniReact.js (static) 4024.8ms 3099.2ms
no-deps/MiniReact.js (static) 3938.2ms 3052.8ms
no-objects/out/simple.js (static) 1695.2ms 1299.2ms
no-objects/out/music.js (static) 19ms 16ms
widgets (12934ms, 10272ms) -20.6%
widgets hermes (CI) hermes (CI)
simple-classes/widgets.js 1758.2ms 1354ms
original/es5/widgets.js 2798.8ms 2282ms
single-file/es5/widgets.js 2775.2ms 2265.8ms
simple-classes/widgets.js (static) 1012ms 792.4ms
original/es5/widgets.js (static) 2283.2ms 1792ms
single-file/es5/widgets.js (static) 2306.2ms 1785.6ms

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dot-ado/scripts/all-npm-dependencies-f8ec6eb6c9 branch from 987248f to 0e93477 Compare July 28, 2026 12:05
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dot-ado/scripts/all-npm-dependencies-f8ec6eb6c9 branch from 0e93477 to 4a63eda Compare August 12, 2026 16:07
Copilot AI lite review requested due to automatic review settings August 12, 2026 16:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • .ado/scripts/package-lock.json: Generated file

馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Bumps the all-npm-dependencies group with 1 update in the /.ado/scripts directory: [prettier](https://github.com/prettier/prettier).


Updates `prettier` from 3.9.5 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.5...3.9.6)

---
updated-dependencies:
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings August 20, 2026 12:17
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/dot-ado/scripts/all-npm-dependencies-f8ec6eb6c9 branch from 4a63eda to 5cb7327 Compare August 20, 2026 12:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • .ado/scripts/package-lock.json: Generated file

Comment on lines +958 to 961
"version": "3.9.6",
"resolved": "https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/npm/registry/prettier/-/prettier-3.9.6.tgz",
"integrity": "sha1-s+pRRlFdQPxT8YqmP3Tfqx4Q2/Y=",
"dev": true,
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