Skip to content

chore: bump diff from 8.0.4 to 9.0.0#8866

Merged
Jason3S merged 1 commit into
mainfrom
dependabot/npm_and_yarn/diff-9.0.0
May 30, 2026
Merged

chore: bump diff from 8.0.4 to 9.0.0#8866
Jason3S merged 1 commit into
mainfrom
dependabot/npm_and_yarn/diff-9.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 29, 2026

Bumps diff from 8.0.4 to 9.0.0.

Changelog

Sourced from diff's changelog.

9.0.0

(All changes part of PR #672.)

  • ES5 support is dropped. parsePatch now uses TextDecoder and Uint8Array, which are not available in ES5, and TypeScript is now compiled with the "es6" target. From now on, I intend to freely use any features that are deemed "Widely available" by Baseline. Users who need ES5 support should stick to version 8.

  • C-style quoted strings in filename headers are now properly supported.

    When the name of either the old or new file in a patch contains "special characters", both GNU diff and Git quote the filename in the patch's headers and escape special characters using the same escape sequences that are used in string literals in C, including octal escapes for all non-ASCII characters. Previously, jsdiff had very little support for this; parsePatch would remove the quotes, and unescape any escaped backslashes, but would not unescape other escape sequences. formatPatch, meanwhile, did not quote or escape special characters at all.

    Now, parsePatch parses all the possible escape sequences that GNU diff (or Git) ever output, and formatPatch quotes and escapes filenames containing special characters in the same way GNU diff does.

  • formatPatch now omits file headers when oldFileName or newFileName in the provided patch object are undefined, regardless of the headerOptions parameter. (Previously, it would treat the absence of oldFileName or newFileName as indicating the filename was the word "undefined" and emit headers --- undefined / +++ undefined.)

  • formatPatch no longer outputs trailing tab characters at the end of ---/+++ headers.

    Previously, if formatPatch was passed a patch object to serialize that had empty strings for the oldHeader or newHeader property, it would include a trailing tab character after the filename in the --- and/or +++ file header. Now, this scenario is treated the same as when oldHeader/newHeader is undefined - i.e. the trailing tab is omitted.

  • formatPatch no longer mutates its input when serializing a patch containing a hunk where either the old or new content contained zero lines. (Such a hunk occurs only when the hunk has no context lines and represents a pure insertion or pure deletion, which for instance will occur whenever one of the two files being diffed is completely empty.) Previously formatPatch would provide the correct output but also mutate the oldLines or newLines property on the hunk, changing the meaning of the underlying patch.

  • Git-style patches are now supported by parsePatch, formatPatch, and reversePatch.

    Patches output by git diff can include some features that are unlike those output by GNU diff, and therefore not handled by an ordinary unified diff format parser. An ordinary diff simply describes the differences between the content of two files, but Git diffs can also indicate, via "extended headers", the creation or deletion of (potentially empty) files, indicate that a file was renamed, and contain information about file mode changes. Furthermore, when these changes appear in a diff in the absence of a content change (e.g. when an empty file is created, or a file is renamed without content changes), the patch will contain no associated ---/+++ file headers nor any hunks.

    jsdiff previously did not support parsing Git's extended headers, nor hunkless patches. Now parsePatch parses some of the extended headers, parses hunkless Git patches, and can determine filenames (e.g. from the extended headers) when parsing a patch that includes no --- or +++ file headers. The additional information conveyed by the extended headers we support is recorded on new fields on the result object returned by parsePatch. See isGit and subsequent properties in the docs in the README.md file.

    formatPatch now outputs extended headers based on these new Git-specific properties, and reversePatch respects them as far as possible (with one unavoidable caveat noted in the README.md file).

  • Unpaired file headers now cause parsePatch to throw.

    It remains acceptable to have a patch with no file headers whatsoever (e.g. one that begins with a @@ hunk header on the very first line), but a patch with only a --- header or only a +++ header is now considered an error.

  • parsePatch is now more tolerant of "trailing garbage"

    That is: after a patch, or between files/indexes in a patch, it is now acceptable to have arbitrary lines of "garbage" (so long as they unambiguously have no syntactic meaning - e.g. trailing garbage that leads with a +, -, or and thus is interpretable as part of a hunk still triggers a throw).

    This means we no longer reject patches output by tools that include extra data in "garbage" lines not understood by generic unified diff parsers. (For example, SVN patches can include "Property changes on:" lines that generic unified diff parsers should discard as garbage; jsdiff previously threw errors when encountering them.)

    This change brings jsdiff's behaviour more in line with GNU patch, which is highly permissive of "garbage".

  • The oldFileName and newFileName fields of StructuredPatch are now typed as string | undefined instead of string. This type change reflects the (pre-existing) reality that parsePatch can produce patches without filenames (e.g. when parsing a patch that simply contains hunks with no file headers).

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 29, 2026
@github-actions github-actions Bot added the chore label May 29, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 29, 2026

Performance Report

Daily Performance
xychart-beta
    title Files Per Second by Day
    y-axis Files per Second
    x-axis Date [May-4, May-19, May-23, May-24, May-30]
    bar [186.25, 187.94, 194.38, 187.53, 188.19]
    line [35.07, 33.61, 34.69, 34.94, 33.92]
    line [140.01, 135.42, 139.50, 135.65, 136.47]
    line [53.38, 53.17, 56.48, 52.20, 55.80]
    line [38.18, 20.00, 21.53, 30.85, 22.08]
    line [46.04, 43.44, 48.37, 49.79, 44.95]
    line [71.11, 69.47, 64.25, 69.53, 69.50]
    line [100.08, 77.54, 80.59, 80.29, 81.62]
    line [81.26, 84.52, 85.73, 75.59, 84.24]
    line [191.37, 176.15, 180.59, 173.73, 190.26]
    line [166.55, 126.61, 150.87, 133.44, 129.61]
    line [119.17, 123.77, 125.73, 125.94, 126.02]
    line [17.95, 22.53, 19.87, 18.72, 19.68]
    line [24.56, 24.84, 24.48, 25.27, 25.58]
    line [24.93, 21.05, 22.73, 23.64, 25.63]
    line [91.75, 92.82, 111.10, 90.94, 90.43]
    line [102.79, 98.35, 102.96, 100.96, 127.74]
    line [382.99, 374.77, 366.83, 370.08, 357.43]
    line [158.32, 153.28, 151.73, 162.52, 160.17]
    line [13.72, 16.48, 15.39, 15.58, 14.60]
    line [6.46, 6.48, 6.70, 7.10, 6.15]
    line [229.32, 234.71, 232.57, 226.13, 251.62]
    line [189.78, 185.86, 188.16, 188.58, 186.00]
    line [240.52, 257.39, 308.24, 265.00, 274.75]
    line [37.38, 45.35, 36.07, 38.42, 36.51]
    line [218.55, 254.57, 234.26, 233.79, 235.01]
    line [127.00, 147.92, 130.77, 123.22, 126.28]
    line [215.39, 212.55, 215.84, 214.38, 212.88]
    line [226.51, 267.13, 229.05, 234.58, 239.50]
    line [353.58, 346.15, 343.69, 358.26, 351.64]
    line [160.29, 160.94, 168.26, 160.60, 183.20]
    line [213.17, 213.72, 212.23, 208.69, 210.31]
    line [129.13, 127.71, 122.71, 127.15, 127.04]
    line [94.12, 93.35, 95.34, 95.32, 95.45]
    line [138.03, 140.07, 144.01, 147.15, 146.99]
    line [213.15, 208.87, 215.23, 219.43, 198.90]
    line [84.38, 85.95, 85.08, 78.77, 80.67]
    line [321.24, 319.57, 312.48, 324.31, 325.62]
    line [41.81, 48.29, 48.86, 46.46, 53.94]
    line [126.81, 116.06, 119.43, 116.84, 113.98]
    line [144.52, 126.78, 134.48, 131.99, 146.97]
    line [263.11, 260.36, 286.42, 258.60, 256.96]
    line [172.93, 177.15, 290.28, 171.42, 174.39]
    line [258.73, 266.74, 265.26, 247.18, 253.03]
    line [97.37, 104.19, 103.43, 105.92, 98.16]
    line [263.28, 254.35, 254.61, 250.00, 259.75]
    line [403.25, 398.12, 399.78, 393.93, 439.57]
    line [209.84, 213.89, 205.67, 207.63, 212.54]
    line [222.86, 217.73, 200.96, 223.84, 243.97]
    line [193.68, 201.86, 198.76, 200.08, 194.62]
    line [170.59, 170.67, 195.94, 175.36, 170.71]
Loading
Time to Process Files
Repository Elapsed Min/Avg/Max SD SD Graph
AdaDoom3/AdaDoom3 2.75 2.2 / 2.7 / 2.9 0.23 ┣━━┻━━╋●━┻━━┫
alexiosc/megistos 7.71 6.7 / 7.0 / 7.9 0.33 ┣━━┻━━╋━━┻━━●
apollographql/apollo-server 2.50 1.4 / 2.4 / 2.6 0.35 ┣━━┻━━╋●━┻━━┫
aspnetboilerplate/aspnetboilerplate 8.65 8.7 / 9.0 / 9.3 0.18 ┣●━┻━━╋━━┻━━┫
aws-amplify/docs 12.57 10.1 / 12.3 / 13.4 0.89 ┣━━┻━━╋●━┻━━┫
Azure/azure-rest-api-specs 9.85 9.1 / 9.7 / 10.8 0.57 ┣━━┻━━╋●━┻━━┫
bitjson/typescript-starter 1.01 0.8 / 1.0 / 1.1 0.09 ┣━┻━━●━━┻━┫
caddyserver/caddy 3.74 2.7 / 3.3 / 3.5 0.25 ┣━━┻━━╋━━┻━●┫
canada-ca/open-source-logiciel-libre 1.16 0.9 / 1.1 / 1.2 0.08 ┣━┻━━╋━━●━┫
chef/chef 5.28 4.6 / 4.9 / 5.2 0.17 ┣━━┻━━╋━━┻━━●
dart-lang/sdk 58.60 55.5 / 57.5 / 59.4 1.29 ┣━━┻━━━╋━━●┻━━┫
django/django 13.48 13.4 / 13.9 / 14.2 0.23 ●━━┻━━╋━━┻━━┫
eslint/eslint 10.28 9.5 / 9.8 / 10.0 0.17 ┣━━┻━━╋━━┻━━┫ ●
exonum/exonum 3.42 3.3 / 3.4 / 3.5 0.08 ┣━┻━━╋━●┻━┫
flutter/samples 11.44 11.3 / 12.5 / 13.6 0.70 ┣●━┻━━╋━━┻━━┫
gitbucket/gitbucket 3.30 2.5 / 3.0 / 3.4 0.31 ┣━━┻━━╋━●┻━━┫
googleapis/google-cloud-cpp 123.70 95.0 / 118.6 / 125.2 8.58 ┣━━━┻━━━╋━●━┻━━━┫
graphql/express-graphql 1.13 0.9 / 1.1 / 1.3 0.11 ┣━┻━━╋●━┻━┫
graphql/graphql-js 2.64 2.6 / 2.7 / 2.9 0.11 ┣━┻●━╋━━┻━┫
graphql/graphql-relay-js 1.08 1.1 / 1.1 / 1.2 0.04 ┣━●━━╋━━┻━┫
graphql/graphql-spec 1.24 1.0 / 1.3 / 1.4 0.10 ┣━┻━━●━━┻━┫
iluwatar/java-design-patterns 11.91 7.1 / 11.2 / 12.1 1.57 ┣━━━┻━━╋●━┻━━━┫
ktaranov/sqlserver-kit 5.64 5.5 / 6.0 / 7.5 0.57 ┣━━┻●━╋━━┻━━┫
liriliri/licia 3.96 3.7 / 3.9 / 4.1 0.14 ┣━━┻━━╋●━┻━━┫
MartinThoma/LaTeX-examples 6.31 4.7 / 5.9 / 6.5 0.47 ┣━━┻━━╋━●┻━━┫
mdx-js/mdx 1.70 1.4 / 1.7 / 1.9 0.13 ┣━┻━━●━━┻━┫
microsoft/TypeScript-Website 5.16 5.0 / 5.3 / 5.6 0.19 ┣━━●━━╋━━┻━━┫
MicrosoftDocs/PowerShell-Docs 23.60 24.0 / 24.8 / 25.8 0.65 ┣●━━┻━━╋━━┻━━━┫
neovim/nvim-lspconfig 4.94 4.0 / 5.1 / 5.6 0.43 ┣━━┻━●╋━━┻━━┫
pagekit/pagekit 3.32 3.4 / 3.5 / 3.6 0.07 ●┣━┻━━╋━━┻━┫
php/php-src 23.65 23.6 / 24.2 / 25.6 0.55 ┣━━━●━━╋━━┻━━━┫
plasticrake/tplink-smarthome-api 1.22 1.0 / 1.3 / 1.5 0.12 ┣━┻━●╋━━┻━┫
prettier/prettier 7.57 7.4 / 7.6 / 7.9 0.19 ┣━━┻━●╋━━┻━━┫
pycontribs/jira 1.38 1.4 / 1.5 / 1.6 0.06 ┣●┻━━╋━━┻━┫
RustPython/RustPython 6.92 6.2 / 6.6 / 6.8 0.19 ┣━━┻━━╋━━┻━●┫
shoelace-style/shoelace 2.74 2.7 / 2.8 / 3.0 0.11 ┣━┻●━╋━━┻━┫
slint-ui/slint 13.30 11.3 / 13.3 / 13.9 0.74 ┣━━┻━━●━━┻━━┫
SoftwareBrothers/admin-bro 2.33 2.3 / 2.4 / 2.6 0.11 ┣━┻●━╋━━┻━┫
sveltejs/svelte 22.04 17.1 / 21.5 / 22.8 1.59 ┣━━━┻━━╋●━┻━━━┫
TheAlgorithms/Python 5.34 4.3 / 5.3 / 5.7 0.39 ┣━━┻━━●━━┻━━┫
twbs/bootstrap 1.71 1.7 / 1.7 / 1.9 0.08 ┣━┻━●╋━━┻━┫
typescript-cheatsheets/react 1.09 0.7 / 1.1 / 1.4 0.19 ┣━┻━━●━━┻━┫
typescript-eslint/typescript-eslint 4.01 3.9 / 4.1 / 4.6 0.19 ┣━━┻●━╋━━┻━━┫
vitest-dev/vitest 10.02 7.7 / 9.9 / 11.1 0.90 ┣━━┻━━●━━┻━━┫
w3c/aria-practices 3.25 2.5 / 3.2 / 3.4 0.26 ┣━━┻━━╋●━┻━━┫
w3c/specberus 2.23 1.8 / 1.9 / 2.0 0.08 ┣━━┻━╋━┻━━┫ ●
webdeveric/webpack-assets-manifest 1.24 1.0 / 1.2 / 1.4 0.09 ┣━┻━━╋━●┻━┫
webpack/webpack 5.22 4.2 / 5.2 / 5.8 0.44 ┣━━┻━━●━━┻━━┫
wireapp/wire-desktop 1.33 1.3 / 1.3 / 1.4 0.05 ┣━┻━━╋●━┻━┫
wireapp/wire-webapp 11.97 11.7 / 11.9 / 12.2 0.14 ┣━━┻━━╋●━┻━━┫

Note:

  • Elapsed time is in seconds.
Files per Second over Time
Repository Files Sec Fps Rel Trend Fps N
AdaDoom3/AdaDoom3 103 2.75 37.43 -3.53% ▃▇█▃▃▅▃▃▂▃ 9
alexiosc/megistos 583 7.71 75.66 -9.25% ▇█▇█▆▇▃▆▇▄ 9
apollographql/apollo-server 255 2.50 102.12 -7.02% ▂▁▁▂▂▂▁▂█▂ 9
aspnetboilerplate/aspnetboilerplate 2286 8.65 264.21 3.56% █▅▇▆▇▅▆▆▇█ 9
aws-amplify/docs 2959 12.57 235.48 -2.39% ▃▄█▄▂▄▃▄▄▃ 9
Azure/azure-rest-api-specs 2497 9.85 253.51 -1.77% ▆▇▇▇█▃▇▃█▆ 9
bitjson/typescript-starter 20 1.01 19.75 -0.96% ▂█▄▄▄▄▂▄▃▄ 9
caddyserver/caddy 313 3.74 83.78 -13.23% ▃▃▃▅█▃▂▃▄▁ 9
canada-ca/open-source-logiciel-libre 7 1.16 6.05 -8.40% ▄▃▆▆▄█▅▂▅▃ 9
chef/chef 1032 5.28 195.28 -7.58% ▆▆▆█▆▇█▅▄▄ 9
dart-lang/sdk 11396 58.60 194.48 -1.91% ▅▇█▇▆▆█▆▅▆ 9
django/django 2912 13.48 216.05 3.11% ▆█▇▅▆▆▆▇▆█ 9
eslint/eslint 2072 10.28 201.50 -5.14% ▇█▆▇▇▆▅█▆▄ 9
exonum/exonum 421 3.42 123.19 -1.44% ▅▆▇▇▇█▇▇█▆ 9
flutter/samples 1695 11.44 148.19 8.98% ▇▄▃▆▄▅▄█▇█ 9
gitbucket/gitbucket 417 3.30 126.43 -9.03% █▃▂█▃▄▃▃▃▃ 9
googleapis/google-cloud-cpp 20926 123.70 169.17 -4.69% ▃▃▃█▃▃▃▂▃▃ 9
graphql/express-graphql 26 1.13 23.01 -3.08% ▅▃▂▃▄▄▄▄█▄ 9
graphql/graphql-js 371 2.64 140.37 2.70% ██▅▇██▅▄██ 9
graphql/graphql-relay-js 28 1.08 25.88 3.72% ▅▅▆▄▆▄█▅▇▇ 9
graphql/graphql-spec 19 1.24 15.29 0.33% ▂▃█▅▄▄▅▃▃▄ 9
iluwatar/java-design-patterns 2061 11.91 173.09 -8.33% ▂▂▂█▁▂▂▂▂ 8
ktaranov/sqlserver-kit 490 5.64 86.90 5.87% ▆▇▇▇▇▂▇▅██ 9
liriliri/licia 1438 3.96 363.20 -1.41% █▆█▄█▆▇▆▄▆ 9
MartinThoma/LaTeX-examples 1409 6.31 223.26 -6.44% ▃▃▄▃▃▃▂█▃▃ 9
mdx-js/mdx 140 1.70 82.39 0.29% █▂▄▃▄▄▄▄▄▄ 9
microsoft/TypeScript-Website 765 5.16 148.27 3.19% ▄▅▄▅▆▅█▆▆▇ 9
MicrosoftDocs/PowerShell-Docs 3126 23.60 132.43 5.20% ▇▆▇▅▅▇▅▄▇█ 9
neovim/nvim-lspconfig 857 4.94 173.38 2.93% ▃▃▃▃▃▂▃▃█▄ 9
pagekit/pagekit 741 3.32 223.30 4.88% ▆▅▇▆█▆▆▅▅█ 9
php/php-src 2290 23.65 96.84 2.34% ▇▅██▇▇▇▇▇█ 9
plasticrake/tplink-smarthome-api 62 1.22 50.95 4.23% ▂▄▄▄▄▅▂█▅▅ 9
prettier/prettier 2674 7.57 353.17 0.86% ▇▆▆▅▆▇██▅▇ 9
pycontribs/jira 80 1.38 58.09 7.48% ▅▃▇▇▇▅▅▇▅█ 9
RustPython/RustPython 779 6.92 112.55 -4.52% █▅▅▇▅▅▅▄▅▄ 9
shoelace-style/shoelace 440 2.74 160.70 2.35% ▇▇▄▄▇██▇██ 9
slint-ui/slint 3164 13.30 237.86 0.46% ▂█▃▄▄▄▄▃▄▄ 9
SoftwareBrothers/admin-bro 441 2.33 188.89 4.03% █▆▄▇▅▄▄▇█▇ 9
sveltejs/svelte 8784 22.04 398.52 -3.25% ▃▃▂▃▃▃▂▃█▃ 9
TheAlgorithms/Python 1407 5.34 263.25 -0.52% ▃▄▃▂█▃▄▃▃▃ 9
twbs/bootstrap 118 1.71 69.16 0.88% ██▇▃▆▇▇▇▇▇ 9
typescript-cheatsheets/react 24 1.09 21.93 -13.14% █▂▁▂▂▇▄▂▂▂ 9
typescript-eslint/typescript-eslint 1322 4.01 329.84 3.04% ▇▅█▃█▇▇▆▇▇ 9
vitest-dev/vitest 2685 10.02 267.96 -1.89% ▂▃▃▃█▃▃▄▄▃ 9
w3c/aria-practices 414 3.25 127.37 -3.04% ▃▃█▃▃▂▃▃▂▃ 9
w3c/specberus 196 2.23 87.71 -15.23% ▄█▅▅█▇█▇▅▁ 9
webdeveric/webpack-assets-manifest 55 1.24 44.36 -4.90% ▅▅▂▅▆█▅▅▄▄ 9
webpack/webpack 1169 5.22 223.80 -1.36% ▄▃▃▂▄▃▄█▄ 8
wireapp/wire-desktop 45 1.33 33.84 -1.58% ██▄▆██▇█▅▆ 9
wireapp/wire-webapp 2236 11.97 186.80 -0.29% ██▆▇██▇▆▇▇ 9
Data Throughput
Repository Files Sec Kps Rel Trend Kps N
AdaDoom3/AdaDoom3 103 2.75 795.41 -3.53% ▃▇█▃▃▅▃▃▂▃ 9
alexiosc/megistos 583 7.71 594.52 -9.25% ▇█▇█▆▇▃▆▇▄ 9
apollographql/apollo-server 255 2.50 843.79 -7.01% ▂▁▁▂▂▂▁▂█▂ 9
aspnetboilerplate/aspnetboilerplate 2286 8.65 642.85 3.56% █▅▇▆▇▅▆▆▇█ 9
aws-amplify/docs 2959 12.57 851.50 -2.37% ▃▄█▄▂▄▃▄▄▃ 9
Azure/azure-rest-api-specs 2497 9.85 759.01 -1.74% ▆▇▇▇█▃▇▃█▆ 9
bitjson/typescript-starter 20 1.01 79.00 -0.96% ▂█▄▄▄▄▂▄▃▄ 9
caddyserver/caddy 313 3.74 748.96 -13.24% ▃▃▃▅█▃▂▃▄▁ 9
canada-ca/open-source-logiciel-libre 7 1.16 50.10 -8.40% ▄▃▆▆▄█▅▂▅▃ 9
chef/chef 1032 5.28 956.14 -7.55% ▆▆▆█▆▇█▅▄▄ 9
dart-lang/sdk 11396 58.60 1329.34 -1.90% ▅▇█▇▆▆█▆▅▆ 9
django/django 2912 13.48 1385.48 3.19% ▆█▇▅▆▆▆▇▆█ 9
eslint/eslint 2072 10.28 1401.76 -5.14% ▇█▆▇▇▆▅█▆▄ 9
exonum/exonum 421 3.42 1178.37 -1.44% ▅▆▇▇▇█▇▇█▆ 9
flutter/samples 1695 11.44 886.94 8.98% ▇▄▃▆▄▅▄█▇█ 9
gitbucket/gitbucket 417 3.30 602.76 -8.70% ▇▃▂█▃▄▃▃▃▃ 9
googleapis/google-cloud-cpp 20926 123.70 1443.77 -4.69% ▃▃▃█▃▃▃▂▃▃ 9
graphql/express-graphql 26 1.13 105.31 -3.08% ▅▃▂▃▄▄▄▄█▄ 9
graphql/graphql-js 371 2.64 831.65 2.70% ██▅▇██▅▄██ 9
graphql/graphql-relay-js 28 1.08 101.68 3.72% ▅▅▆▄▆▄█▅▇▇ 9
graphql/graphql-spec 19 1.24 510.13 0.33% ▂▃█▅▄▄▅▃▃▄ 9
iluwatar/java-design-patterns 2061 11.91 533.54 -8.33% ▂▂▂█▁▂▂▂▂ 8
ktaranov/sqlserver-kit 490 5.64 1316.44 5.87% ▆▇▇▇▇▂▇▅██ 9
liriliri/licia 1438 3.96 433.42 -1.39% █▆█▄█▆▇▆▄▆ 9
MartinThoma/LaTeX-examples 1409 6.31 461.09 -6.44% ▃▃▄▃▃▃▂█▃▃ 9
mdx-js/mdx 140 1.70 385.48 0.27% █▂▄▃▄▄▄▄▄▄ 9
microsoft/TypeScript-Website 765 5.16 1021.20 3.19% ▄▅▄▅▆▅█▆▆▇ 9
MicrosoftDocs/PowerShell-Docs 3126 23.60 1411.16 5.19% ▇▆▇▅▅▇▅▄▇█ 9
neovim/nvim-lspconfig 857 4.94 508.21 2.97% ▃▃▃▃▃▂▃▃█▄ 9
pagekit/pagekit 741 3.32 465.59 4.88% ▆▅▇▆█▆▆▅▅█ 9
php/php-src 2290 23.65 1703.14 2.34% ▇▅██▇▇▇▇▇█ 9
plasticrake/tplink-smarthome-api 62 1.22 275.30 4.23% ▂▄▄▄▄▅▂█▅▅ 9
prettier/prettier 2674 7.57 484.98 0.86% ▇▆▆▅▆▇██▅▇ 9
pycontribs/jira 80 1.38 410.25 7.48% ▅▃▇▇▇▅▅▇▅█ 9
RustPython/RustPython 779 6.92 1917.11 -3.79% ▇▅▆█▆▆▆▅▅▄ 9
shoelace-style/shoelace 440 2.74 776.12 2.35% ▇▇▄▄▇██▇██ 9
slint-ui/slint 3164 13.30 1242.36 -1.51% ▆█▃▃▄▄▃▃▄▄ 9
SoftwareBrothers/admin-bro 441 2.33 416.33 4.03% █▆▄▇▅▄▄▇█▇ 9
sveltejs/svelte 8784 22.04 270.40 -3.25% ▃▃▂▃▃▃▂▃█▃ 9
TheAlgorithms/Python 1407 5.34 672.24 -0.52% ▃▄▃▂█▃▄▃▃▃ 9
twbs/bootstrap 118 1.71 567.91 0.88% ██▇▃▆▇▇▇▇▇ 9
typescript-cheatsheets/react 24 1.09 197.39 -10.49% ▆▂▁▂▂█▄▃▂▂ 9
typescript-eslint/typescript-eslint 1322 4.01 1785.45 3.05% ▇▅█▃█▇▇▆▇▇ 9
vitest-dev/vitest 2685 10.02 693.11 -3.97% ▅▂▂▃█▃▃▃▄▃ 9
w3c/aria-practices 414 3.25 1190.03 -3.04% ▃▃█▃▃▂▃▃▂▃ 9
w3c/specberus 196 2.23 285.96 -15.27% ▄█▅▅█▆█▇▅ 9
webdeveric/webpack-assets-manifest 55 1.24 101.61 -4.90% ▅▅▂▅▆█▅▅▄▄ 9
webpack/webpack 1169 5.22 1126.28 -0.97% ▃▃▃▂▄▃▄█▄ 8
wireapp/wire-desktop 45 1.33 148.91 -1.58% ██▄▆██▇█▅▆ 9
wireapp/wire-webapp 2236 11.97 780.47 -0.13% ▇█▆▇██▇▆▇▇ 9

@Jason3S
Copy link
Copy Markdown
Collaborator

Jason3S commented May 30, 2026

@dependabot recreate

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/diff-9.0.0 branch from 323e497 to b19723d Compare May 30, 2026 10:43
@Jason3S
Copy link
Copy Markdown
Collaborator

Jason3S commented May 30, 2026

@dependabot recreate

Bumps [diff](https://github.com/kpdecker/jsdiff) from 8.0.4 to 9.0.0.
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md)
- [Commits](kpdecker/jsdiff@8.0.4...v9.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/diff-9.0.0 branch from b19723d to f6bdb32 Compare May 30, 2026 11:10
@Jason3S Jason3S merged commit a2664bd into main May 30, 2026
80 checks passed
@Jason3S Jason3S deleted the dependabot/npm_and_yarn/diff-9.0.0 branch May 30, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant