-
Notifications
You must be signed in to change notification settings - Fork 116
Comparing changes
Open a pull request
base repository: gitgitgadget/gitgitgadget
base: main@{1day}
head repository: gitgitgadget/gitgitgadget
compare: main
- 6 commits
- 2 files changed
- 2 contributors
Commits on Mar 30, 2026
-
build(deps-dev): bump eslint-plugin-jsdoc from 62.8.0 to 62.8.1
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 62.8.0 to 62.8.1. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v62.8.0...v62.8.1) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 62.8.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a1b0768 - Browse repository at this point
Copy the full SHA a1b0768View commit details -
build(deps-dev): bump typescript-eslint from 8.57.1 to 8.58.0
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.57.1 to 8.58.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.58.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 17d4b2e - Browse repository at this point
Copy the full SHA 17d4b2eView commit details -
build(deps-dev): bump eslint-plugin-jsdoc from 62.8.0 to 62.8.1 (#2192)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 62.8.0 to 62.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gajus/eslint-plugin-jsdoc/releases">eslint-plugin-jsdoc's releases</a>.</em></p> <blockquote> <h2>v62.8.1</h2> <h2><a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.8.0...v62.8.1">62.8.1</a> (2026-03-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong><code>valid-types</code>:</strong> allow required default names; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1675">#1675</a> (<a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/bca557be5a15cd0e4c8da8268d2e863019bc2333">bca557b</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/bca557be5a15cd0e4c8da8268d2e863019bc2333"><code>bca557b</code></a> fix(<code>valid-types</code>): allow required default names; fixes <a href="https://redirect.github.com/gajus/eslint-plugin-jsdoc/issues/1675">#1675</a></li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/78335ff9e7b66790446d2141328464666c011bb4"><code>78335ff</code></a> chore(deps): bump picomatch from 2.3.1 to 2.3.2</li> <li><a href="https://github.com/gajus/eslint-plugin-jsdoc/commit/7bc2525fce14a74d695cffbc14a287423b645e63"><code>7bc2525</code></a> chore(deps): bump undici from 6.23.0 to 6.24.0</li> <li>See full diff in <a href="https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.8.0...v62.8.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Configuration menu - View commit details
-
Copy full SHA for db93512 - Browse repository at this point
Copy the full SHA db93512View commit details -
build(deps-dev): bump typescript-eslint from 8.57.1 to 8.58.0 (#2194)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.57.1 to 8.58.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.58.0</h2> <h2>8.58.0 (2026-03-30)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 6 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12124">#12124</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> crash in <code>no-unnecessary-type-arguments</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12163">#12163</a>)</li> <li><strong>eslint-plugin:</strong> [no-extraneous-class] handle index signatures (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12142">#12142</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-regexp-exec] avoid fixing unknown RegExp flags (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12161">#12161</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>ej shafran <a href="https://github.com/ej-shafran"><code>@ej-shafran</code></a></li> <li>Evyatar Daud <a href="https://github.com/StyleShit"><code>@StyleShit</code></a></li> <li>GG ZIBLAKING</li> <li>milkboy2564 <a href="https://github.com/SeolJaeHyeok"><code>@SeolJaeHyeok</code></a></li> <li>teee32 <a href="https://github.com/teee32"><code>@teee32</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0">GitHub Releases</a> for more information.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>v8.57.2</h2> <h2>8.57.2 (2026-03-23)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] remove dangling closing parenthesis (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11865">#11865</a>)</li> <li><strong>eslint-plugin:</strong> [array-type] ignore Array and ReadonlyArray without type arguments (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11971">#11971</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-types] flag banned generics in extends or implements (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12120">#12120</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] false positive on unwrapping generic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12125">#12125</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] false positive on unwrapping generic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12125">#12125</a>)</li> <li><strong>eslint-plugin:</strong> [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12127">#12127</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-readonly-parameter-types] preserve type alias infomation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11954">#11954</a>)</li> <li><strong>typescript-estree:</strong> skip createIsolatedProgram fallback for projectService (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12066">#12066</a>, <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/12065">#12065</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Konv Suu</li> <li>mdm317</li> <li>Newton Yuan <a href="https://github.com/NewtonYuan"><code>@NewtonYuan</code></a></li> <li>RyoheiYamamoto</li> <li>SungHyun627 <a href="https://github.com/SungHyun627"><code>@SungHyun627</code></a></li> <li>Tamashoo <a href="https://github.com/Tamashoo"><code>@Tamashoo</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2">GitHub Releases</a> for more information.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.58.0 (2026-03-30)</h2> <h3>🚀 Features</h3> <ul> <li>support TypeScript 6 (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/12124">#12124</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Evyatar Daud <a href="https://github.com/StyleShit"><code>@StyleShit</code></a></li> </ul> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.58.0">GitHub Releases</a> for more information.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> <h2>8.57.2 (2026-03-23)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>See <a href="https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.57.2">GitHub Releases</a> for more information.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/493341709fe7d1d6433332b7bd2724e3332c7cdf"><code>4933417</code></a> chore(release): publish 8.58.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8cde2d06fb9bc591a4c93452509ddbd600c76a35"><code>8cde2d0</code></a> feat: support TypeScript 6 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/12124">#12124</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/be4d54d26e695cc93605ffcca67dd75848e95c6f"><code>be4d54d</code></a> chore(release): publish 8.57.2</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.58.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Configuration menu - View commit details
-
Copy full SHA for 83aaf20 - Browse repository at this point
Copy the full SHA 83aaf20View commit details -
build(deps-dev): bump eslint-plugin-jest from 29.15.0 to 29.15.1
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.15.0 to 29.15.1. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v29.15.0...v29.15.1) --- updated-dependencies: - dependency-name: eslint-plugin-jest dependency-version: 29.15.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for f1f48e9 - Browse repository at this point
Copy the full SHA f1f48e9View commit details -
build(deps-dev): bump eslint-plugin-jest from 29.15.0 to 29.15.1 (#2193)
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 29.15.0 to 29.15.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/releases">eslint-plugin-jest's releases</a>.</em></p> <blockquote> <h2>v29.15.1</h2> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.15.0...v29.15.1">29.15.1</a> (2026-03-24)</h2> <h3>Bug Fixes</h3> <ul> <li>allow TypeScript@7 in peer dependency (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1949">#1949</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0498c1e0c5e2914b2071c60980350ea71d80a8b7">0498c1e</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md">eslint-plugin-jest's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.15.0...v29.15.1">29.15.1</a> (2026-03-24)</h2> <h3>Bug Fixes</h3> <ul> <li>allow TypeScript@7 in peer dependency (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1949">#1949</a>) (<a href="https://github.com/jest-community/eslint-plugin-jest/commit/0498c1e0c5e2914b2071c60980350ea71d80a8b7">0498c1e</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/d5192df6a7c1129f5f07da05bab386ee6d2b9a09"><code>d5192df</code></a> chore(release): 29.15.1 [skip ci]</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/0498c1e0c5e2914b2071c60980350ea71d80a8b7"><code>0498c1e</code></a> fix: allow TypeScript@7 in peer dependency (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1949">#1949</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/75fe79497dd7695cf7b2304b1cd6e3fb945ded6d"><code>75fe794</code></a> chore(deps): update workflows (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1938">#1938</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/83d02cfb2e1cf4285ceb3a5acb00df5f0ef23192"><code>83d02cf</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1947">#1947</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/58e2463aad2d672a34ebb75c5b758743627954f3"><code>58e2463</code></a> chore(deps): update yarn to v4.13.0 (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1943">#1943</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/e990f131d8c6ea8109fa0ad8106fb00ff3933f5c"><code>e990f13</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1941">#1941</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/627ea119ab6971ff4b9e3e2ef0dd3405dec851de"><code>627ea11</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1939">#1939</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/3a46f86d3373bf2ecd232170c4f6d7e5b58ca150"><code>3a46f86</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1937">#1937</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/674466e555cabd7a38cc65c3c03186a928b88069"><code>674466e</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1936">#1936</a>)</li> <li><a href="https://github.com/jest-community/eslint-plugin-jest/commit/d360ff06eb45136c1864c5b9987333ee8eb1815a"><code>d360ff0</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/jest-community/eslint-plugin-jest/issues/1935">#1935</a>)</li> <li>See full diff in <a href="https://github.com/jest-community/eslint-plugin-jest/compare/v29.15.0...v29.15.1">compare view</a></li> </ul> </details> <br />
Configuration menu - View commit details
-
Copy full SHA for 0b3fa38 - Browse repository at this point
Copy the full SHA 0b3fa38View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main@{1day}...main