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 @​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

@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, 6170ms) -0.1%
v8 hermes (CI) hermes (CI)
v8-crypto 622.6ms 596.6ms
v8-deltablue 739.4ms 723ms
v8-raytrace 127.8ms 124.6ms
v8-regexp 593ms 626ms
v8-richards 937ms 881ms
v8-splay 225.2ms 218.2ms
v8-crypto (static) 452ms 437.6ms
v8-deltablue (static) 661.6ms 647.8ms
v8-raytrace (static) 91.8ms 93.6ms
v8-regexp (static) 749.2ms 829.8ms
v8-richards (static) 781.4ms 781.8ms
v8-splay (static) 195ms 210ms
test-suites (317886ms, 309355ms) -2.7%
test-suites hermes (CI) hermes (CI)
box2d 2949.8ms 2578.8ms
earley-boyer 2564.8ms 2421.8ms
navier-stokes 5743.8ms 4360.8ms
pdfjs 1038.2ms 944.6ms
gbemu 2296ms 2316.4ms
code-load 4472.8ms 4942.6ms
typescript 3381.8ms 3375.6ms
simpleSum 8855.4ms 5709.4ms
propAccess 2691.2ms 2194.6ms
allocObj 252ms 197.2ms
allocObjLit 6371.8ms 6157.8ms
allocNewObj 20053ms 19646.8ms
allocArray 249ms 197.6ms
allocNewArray 34956.8ms 34662.4ms
arrayRead 115.6ms 88.2ms
arrayReadByIndex 550ms 592.4ms
largeArrayRead 827.2ms 566.4ms
arrayWrite 261.8ms 244.8ms
largeArrayWrite 2218ms 2055.6ms
interp-dispatch 2880ms 1982.6ms
wb-perf 8327ms 9957.6ms
arrayReverse 40.6ms 36.2ms
arrayMap 1472.6ms 1520ms
arrayIndexOf 143.2ms 134.6ms
arrayLastIndexOf 148.6ms 147.8ms
arrayEvery 2308.8ms 2231.8ms
arraySome 2174.4ms 2274.4ms
arrayFill 2401.2ms 2430ms
arrayFilter 1866.4ms 1902.4ms
arrayFind 3207ms 3357.8ms
arrayFindIndex 3322ms 3328.8ms
arrayPop 1031.4ms 1010.6ms
arrayReduce 1994.2ms 2067.6ms
arrayReduceRight 2075.8ms 2082.2ms
arrayShift 2065.8ms 2070.2ms
arrayUnshift 2109.4ms 2090.8ms
arrayIncludes 1216.6ms 1159ms
arrayFrom 1102.8ms 1137.8ms
arrayCopyWithin 1487ms 1524.4ms
stringFromCharCode 92.6ms 91.2ms
arraySlice 786.2ms 800.6ms
arraySplice 26.8ms 27ms
arrayOf 1048.8ms 1070ms
stringCharAt 1346.6ms 1299.2ms
stringMatch 3192.4ms 2870.8ms
stringSearch 3508.2ms 3063ms
stringStartsWith 701ms 615.2ms
stringEndsWith 650.4ms 542.6ms
stringIncludes 1520.6ms 1848.8ms
stringIndexOf 1555.6ms 1996.2ms
stringLastIndexOf 1821.4ms 2000.2ms
stringSplit 822ms 796.2ms
stringSlice 490ms 490.6ms
stringPadStart 2910.8ms 2945.6ms
stringPadEnd 2910ms 2981.2ms
regExpMatch 1506.2ms 1555.8ms
regExpSearch 1227ms 1259.6ms
regExpToString 1204ms 1079.6ms
stringReplace 1394.8ms 1538ms
regExpReplace 3309.2ms 876.8ms
regExpFlags 956.8ms 936.2ms
regExpSplit 1307.8ms 1247.2ms
numberArrayReadWrite 2477.8ms 2493.6ms
protoCache 3594.6ms 2539.8ms
box2d (static) 1792.6ms 1791ms
earley-boyer (static) 1875.6ms 1874.6ms
navier-stokes (static) 3410.2ms 3436.4ms
pdfjs (static) 812.8ms 797.8ms
gbemu (static) 1797ms 1742ms
code-load (static) 4199.2ms 4132.4ms
typescript (static) 2685.6ms 2605.2ms
simpleSum (static) 936.2ms 936.6ms
propAccess (static) 2298ms 2297.4ms
allocObj (static) 0.2ms 0.4ms
allocObjLit (static) 4154.4ms 4148.8ms
allocNewObj (static) 15749.2ms 15827.2ms
allocArray (static) 0.6ms 0.8ms
allocNewArray (static) 28494.2ms 28315.2ms
arrayRead (static) 74.2ms 71ms
arrayReadByIndex (static) 453.2ms 446.4ms
largeArrayRead (static) 552.2ms 553.4ms
arrayWrite (static) 178.4ms 176.4ms
largeArrayWrite (static) 1568.6ms 1616.4ms
interp-dispatch (static) 1918.8ms 1909.6ms
wb-perf (static) 8991.2ms 8996ms
arrayReverse (static) 37ms 36ms
arrayMap (static) 1064.8ms 966.6ms
arrayIndexOf (static) 128.2ms 128.4ms
arrayLastIndexOf (static) 138.8ms 139.6ms
arrayEvery (static) 1397.6ms 1402.4ms
arraySome (static) 1406.6ms 1391.2ms
arrayFill (static) 1969.2ms 1972.2ms
arrayFilter (static) 1061ms 1053ms
arrayFind (static) 2242.2ms 2247.2ms
arrayFindIndex (static) 2235.8ms 2350.8ms
arrayPop (static) 878ms 896.6ms
arrayReduce (static) 1311.8ms 1317.4ms
arrayReduceRight (static) 1322.6ms 1312.2ms
arrayShift (static) 1512ms 1508ms
arrayUnshift (static) 1568.2ms 1571.6ms
arrayIncludes (static) 963.4ms 935.4ms
arrayFrom (static) 1030.6ms 1009.8ms
arrayCopyWithin (static) 1109.6ms 1118.6ms
stringFromCharCode (static) 77ms 76ms
arraySlice (static) 571.6ms 568.2ms
arraySplice (static) 26ms 26ms
arrayOf (static) 868.8ms 858.2ms
stringCharAt (static) 1100.6ms 1098.4ms
stringMatch (static) 2227.6ms 2288ms
stringSearch (static) 2219.2ms 2308.8ms
stringStartsWith (static) 494.2ms 507.6ms
stringEndsWith (static) 457.8ms 451ms
stringIncludes (static) 1437.4ms 1918.8ms
stringIndexOf (static) 1440.8ms 1923.4ms
stringLastIndexOf (static) 1956.6ms 1902.6ms
stringSplit (static) 651.2ms 714.6ms
stringSlice (static) 445.6ms 424.4ms
stringPadStart (static) 2294.4ms 2404ms
stringPadEnd (static) 2499.2ms 2406.6ms
regExpMatch (static) 1483.2ms 1553.8ms
regExpSearch (static) 1296.2ms 1206.2ms
regExpToString (static) 1326.6ms 1040.2ms
stringReplace (static) 1455.6ms 1519.6ms
regExpReplace (static) 851.8ms 836.8ms
regExpFlags (static) 870.6ms 806.8ms
regExpSplit (static) 1200ms 1119.6ms
numberArrayReadWrite (static) 2132.8ms 2087ms
protoCache (static) 3595.8ms 3611ms
micros (60876ms, 62409ms) +2.5%
micros hermes (CI) hermes (CI)
getNodeById.js 5273ms 4989ms
setInsert.js 2864.8ms 3059.2ms
stringify-number.js 1823.4ms 1889.2ms
typed-array-sort.js 22381ms 23760.8ms
getNodeById.js (static) 3941ms 3930ms
setInsert.js (static) 2517.6ms 2255.2ms
stringify-number.js (static) 1663.6ms 1527.4ms
typed-array-sort.js (static) 20411.4ms 20998ms
jit-benches (8563ms, 6355ms) -25.8%
jit-benches hermes (CI) hermes (CI)
idisp.js 2810.2ms 1990.2ms
idispn.js 3395.8ms 2068.8ms
idisp.js (static) 1906ms 1909.8ms
idispn.js (static) 450.8ms 386ms
many-subclasses (73437ms, 77186ms) +5.1%
many-subclasses hermes (CI) hermes (CI)
many.js 19104.8ms 18558.4ms
many-sh-1.js 7322.8ms 8724.8ms
many-sh-2.js 7329ms 8084.6ms
many-sh-3.js 7083.6ms 8031.4ms
many-sh-4.js 7235ms 7965.4ms
many.js (static) 15996ms 16316.8ms
many-sh-1.js (static) 2285.2ms 2277.4ms
many-sh-2.js (static) 2387ms 2494.2ms
many-sh-3.js (static) 2347.2ms 2370ms
many-sh-4.js (static) 2346ms 2362.6ms
map-objects (3627ms, 3625ms) -0.1%
map-objects hermes (CI) hermes (CI)
map-objects-untyped.js 1023.6ms 999.6ms
map-objects-typed.js 957.6ms 955ms
map-objects-untyped.js (static) 917.2ms 930.2ms
map-objects-typed.js (static) 728.8ms 740.4ms
map-strings (4335ms, 5284ms) +21.9%
map-strings hermes (CI) hermes (CI)
map-strings-untyped.js 1196.8ms 1200.6ms
map-strings-typed.js 1139.2ms 2048.2ms
map-strings-untyped.js (static) 1092.2ms 1110.8ms
map-strings-typed.js (static) 906.8ms 924.2ms
nbody (3448ms, 3326ms) -3.5%
nbody hermes (CI) hermes (CI)
original/nbody.js 839.6ms 878.6ms
fully-typed/nbody.js 710ms 647.2ms
fully-typed/nbody.ts 865.2ms 767.8ms
original/nbody.js (static) 449.2ms 451ms
fully-typed/nbody.js (static) 135ms 130.4ms
fully-typed/nbody.ts (static) 449.2ms 451ms
string-switch (6503ms, 6234ms) -4.1%
string-switch (string-switch/plain) hermes (CI) hermes (CI)
bench.js 1316ms 1399.6ms
bench.js (static) 5187ms 4834ms
raytracer (5608ms, 5732ms) +2.2%
raytracer (raytracer/original) hermes (CI) hermes (CI)
bench-raytracer.js 1550.4ms 1661.4ms
raytracer.ts 1667.6ms 1668.8ms
bench-raytracer.js (static) 1198.4ms 1195.4ms
raytracer.ts (static) 1191.8ms 1206.6ms
MiniReact (30332ms, 29262ms) -3.5%
MiniReact hermes (CI) hermes (CI)
no-objects/out/simple-stripped.js 2239.2ms 2187.2ms
no-objects/out/simple-lowered.js 2270.8ms 2236.6ms
no-objects/out/music-stripped.js 42.6ms 42.4ms
no-objects/out/music-lowered.js 47.2ms 47.8ms
no-deps/stripped/MiniReact.js 5004ms 4699ms
no-deps/MiniReact.js 5256.2ms 4632ms
no-objects/out/simple.js 2260.4ms 2220.2ms
no-objects/out/music.js 45.6ms 45.4ms
no-objects/out/simple-stripped.js (static) 1725.2ms 1706.6ms
no-objects/out/simple-lowered.js (static) 1725.4ms 1719ms
no-objects/out/music-stripped.js (static) 18.8ms 18ms
no-objects/out/music-lowered.js (static) 19.4ms 18ms
no-deps/stripped/MiniReact.js (static) 4024.8ms 4015.8ms
no-deps/MiniReact.js (static) 3938.2ms 3975.8ms
no-objects/out/simple.js (static) 1695.2ms 1680.6ms
no-objects/out/music.js (static) 19ms 17.6ms
widgets (12934ms, 12566ms) -2.8%
widgets hermes (CI) hermes (CI)
simple-classes/widgets.js 1758.2ms 1632.6ms
original/es5/widgets.js 2798.8ms 2737.4ms
single-file/es5/widgets.js 2775.2ms 2731.8ms
simple-classes/widgets.js (static) 1012ms 997.8ms
original/es5/widgets.js (static) 2283.2ms 2234.4ms
single-file/es5/widgets.js (static) 2306.2ms 2232ms

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>
@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
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.

0 participants