chore(deps): update all-major-updates (major) #28

Open
renovate-bot wants to merge 1 commits from renovate/major-major into main
Collaborator

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v6v7 age confidence
eslint-plugin-jsdoc devDependencies major ^63.0.2^64.0.0 age confidence
typescript (source) devDependencies major ^6.0.3^7.0.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

  • Block checking out fork PR for pull_request_target and workflow_run by @​aiqiaoy in #​2454
  • Various dependency updates

v7

Compare Source

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v64.0.2

Compare Source

Bug Fixes
  • update jsdoccomment and devDep. (fbe2a2b)

v64.0.1

Compare Source

Bug Fixes
  • resume support for CJS via require(esm) (343516a)

v64.0.0

Compare Source

Features
BREAKING CHANGES
    • Requires Node ^22.22.2 || >=24.15.0
  • Drops CJS exports; should be able to use require(esm) with newly supported Node versions

v63.3.3

Compare Source

Bug Fixes

v63.3.2

Compare Source

Bug Fixes
  • require-example: support fixer with 1-line JSDoc blocks; fixes #​1736 (36f8e9e)

v63.3.1

Compare Source

Bug Fixes
  • normalize-see-links: minimally escape link targets instead of encodeURI (#​1735) (ae27cd2)

v63.3.0

Compare Source

Features
  • normalize-see-links: autofix delimiter-colliding labels via escape round-trip (#​1734) (cfe9cdb)

v63.2.2

Compare Source

Bug Fixes

v63.2.1

Compare Source

Bug Fixes

v63.2.0

Compare Source

Features

v63.1.0

Compare Source

Features

v63.0.14

Compare Source

Bug Fixes
  • escape-inline-tags: ignore Markdown code spans (786d12d)

v63.0.13

Compare Source

Bug Fixes
  • failing pages build and deployment (3728347)

v63.0.12

Compare Source

Bug Fixes

v63.0.11

Compare Source

Bug Fixes
  • require-jsdoc: skip overloads to find method comment blocks; fixes #​1688 (7676b50)

v63.0.10

Compare Source

Bug Fixes
  • escape-inline-tags: allow scoped packages in declaration references (#​1705) (70e0a11)

v63.0.9

Compare Source

Bug Fixes
  • check-template-names, require-template, valid-types: keep commas inside @template default values (0980b71)

v63.0.8

Compare Source

Bug Fixes
  • check-template-names: detect template usage in @augments/@extends/@implements types (208079f)

v63.0.7

Compare Source

Bug Fixes
  • no-undefined-types: predefine Iterable/Iterator types; fixes #​1712 (804a13d)

v63.0.6

Compare Source

Bug Fixes
  • iterateAllJsdocs free comments after each file (ebe0d08)

v63.0.5

Compare Source

Bug Fixes
  • no-undefined-types: check descendant scopes for variables; fixes #​1704 (a50f71f)

v63.0.4

Compare Source

Bug Fixes
  • ensure tsModule check can catch multiple modules (b993425)

v63.0.3

Compare Source

Bug Fixes
  • no-undefined-types: treat TS module vars as defined; fixes #​1701 (d8f4738)
microsoft/TypeScript (typescript)

v7.0.2

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v6` → `v7` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/actions%2fcheckout/v7.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/actions%2fcheckout/v6.1.0/v7.0.1?slim=true) | | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | major | [`^63.0.2` → `^64.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-jsdoc/63.0.2/64.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-jsdoc/64.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-jsdoc/63.0.2/64.0.2?slim=true) | | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | major | [`^6.0.3` → `^7.0.0`](https://renovatebot.com/diffs/npm/typescript/6.0.3/7.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/7.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/6.0.3/7.0.2?slim=true) | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v7.0.1`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](https://github.com/actions/checkout/compare/v7...v7.0.1) - Skip running unsafe pr check if input is default by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2518](https://github.com/actions/checkout/pull/2518) - Trim only ascii whitespace for branch by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2521](https://github.com/actions/checkout/pull/2521) - Escape values passed to --unset by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2530](https://github.com/actions/checkout/pull/2530) - Various dependency updates ### [`v7.0.0`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700) [Compare Source](https://github.com/actions/checkout/compare/v7...v7) - Block checking out fork PR for pull\_request\_target and workflow\_run by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2454](https://github.com/actions/checkout/pull/2454) - Various dependency updates ### [`v7`](https://github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](https://github.com/actions/checkout/compare/v6.1.0...v7) - Skip running unsafe pr check if input is default by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2518](https://github.com/actions/checkout/pull/2518) - Trim only ascii whitespace for branch by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2521](https://github.com/actions/checkout/pull/2521) - Escape values passed to --unset by [@&#8203;aiqiaoy](https://github.com/aiqiaoy) in [#&#8203;2530](https://github.com/actions/checkout/pull/2530) - Various dependency updates </details> <details> <summary>gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)</summary> ### [`v64.0.2`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v64.0.2) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v64.0.1...v64.0.2) ##### Bug Fixes - update jsdoccomment and devDep. ([fbe2a2b](https://github.com/gajus/eslint-plugin-jsdoc/commit/fbe2a2b30c5bf196f26b25327b18c21d4bb115e2)) ### [`v64.0.1`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v64.0.1) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v64.0.0...v64.0.1) ##### Bug Fixes - resume support for CJS via require(esm) ([343516a](https://github.com/gajus/eslint-plugin-jsdoc/commit/343516aa5a8096c17c80f0a8766589807334e7b1)) ### [`v64.0.0`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v64.0.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.3.3...v64.0.0) ##### Features - ESM only; fixes [#&#8203;1626](https://github.com/gajus/eslint-plugin-jsdoc/issues/1626) ([9c9b723](https://github.com/gajus/eslint-plugin-jsdoc/commit/9c9b7232005bd90feb31c2f8a92587e86ec1d5c0)) ##### BREAKING CHANGES - - Requires Node ^22.22.2 || >=24.15.0 * Drops CJS exports; should be able to use `require(esm)` with newly supported Node versions ### [`v63.3.3`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.3.3) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.3.2...v63.3.3) ##### Bug Fixes - **types:** add missing `tsdoc` configs; closes [#&#8203;1739](https://github.com/gajus/eslint-plugin-jsdoc/issues/1739) ([4ff1e96](https://github.com/gajus/eslint-plugin-jsdoc/commit/4ff1e960b60eb542ce3a64bddf91ffe8d1a53190)) ### [`v63.3.2`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.3.2) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.3.1...v63.3.2) ##### Bug Fixes - **`require-example`:** support fixer with 1-line JSDoc blocks; fixes [#&#8203;1736](https://github.com/gajus/eslint-plugin-jsdoc/issues/1736) ([36f8e9e](https://github.com/gajus/eslint-plugin-jsdoc/commit/36f8e9eb37e6d4d0d73f12041c1bfc214dd3c135)) ### [`v63.3.1`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.3.1) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.3.0...v63.3.1) ##### Bug Fixes - **normalize-see-links:** minimally escape link targets instead of encodeURI ([#&#8203;1735](https://github.com/gajus/eslint-plugin-jsdoc/issues/1735)) ([ae27cd2](https://github.com/gajus/eslint-plugin-jsdoc/commit/ae27cd243781cb64a011a8d2a44ed41715d6eace)) ### [`v63.3.0`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.3.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.2.2...v63.3.0) ##### Features - **normalize-see-links:** autofix delimiter-colliding labels via escape round-trip ([#&#8203;1734](https://github.com/gajus/eslint-plugin-jsdoc/issues/1734)) ([cfe9cdb](https://github.com/gajus/eslint-plugin-jsdoc/commit/cfe9cdbc13e6517e2072cc6144dd4fc7d43bba12)) ### [`v63.2.2`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.2.2) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.2.1...v63.2.2) ##### Bug Fixes - update jsdoccomment and devDeps. ([#&#8203;1730](https://github.com/gajus/eslint-plugin-jsdoc/issues/1730)) ([3663803](https://github.com/gajus/eslint-plugin-jsdoc/commit/3663803efe69c8fe0a926bfa19c7f0d7101d6b29)) ### [`v63.2.1`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.2.1) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.2.0...v63.2.1) ##### Bug Fixes - update jsdoccomment, spdx-expression-parse, devDeps.; fixes [#&#8203;1727](https://github.com/gajus/eslint-plugin-jsdoc/issues/1727) ([#&#8203;1728](https://github.com/gajus/eslint-plugin-jsdoc/issues/1728)) ([9fd2f28](https://github.com/gajus/eslint-plugin-jsdoc/commit/9fd2f281de474f3a1b115c4ba65d7b7c45ba4be1)) ### [`v63.2.0`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.2.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.1.0...v63.2.0) ##### Features - **normalize-see-links:** add wrapBareUrls option ([#&#8203;1726](https://github.com/gajus/eslint-plugin-jsdoc/issues/1726)) ([77a7b1a](https://github.com/gajus/eslint-plugin-jsdoc/commit/77a7b1aca285940848005e4e073c4b1c768cfdef)) ### [`v63.1.0`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.1.0) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.14...v63.1.0) ##### Features - add `normalize-see-links` rule ([#&#8203;1725](https://github.com/gajus/eslint-plugin-jsdoc/issues/1725)) ([c03dd66](https://github.com/gajus/eslint-plugin-jsdoc/commit/c03dd662fa0ab135f1ef3dbd2c2012e8f28bfd3c)) ### [`v63.0.14`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.14) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.13...v63.0.14) ##### Bug Fixes - **escape-inline-tags:** ignore Markdown code spans ([786d12d](https://github.com/gajus/eslint-plugin-jsdoc/commit/786d12d6ce694fc53ab081a877ee046c117fb9d5)) ### [`v63.0.13`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.13) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.12...v63.0.13) ##### Bug Fixes - failing pages build and deployment ([3728347](https://github.com/gajus/eslint-plugin-jsdoc/commit/3728347dea9e6cb0b8f3dec069df2a4654e7a2d6)) ### [`v63.0.12`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.12) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.11...v63.0.12) ##### Bug Fixes - CJS builds; fixes [#&#8203;1719](https://github.com/gajus/eslint-plugin-jsdoc/issues/1719) ([df5813c](https://github.com/gajus/eslint-plugin-jsdoc/commit/df5813ca8fc1362e4ffc06f5ae2a72a3f70f3fb5)) ### [`v63.0.11`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.11) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.10...v63.0.11) ##### Bug Fixes - **`require-jsdoc`:** skip overloads to find method comment blocks; fixes [#&#8203;1688](https://github.com/gajus/eslint-plugin-jsdoc/issues/1688) ([7676b50](https://github.com/gajus/eslint-plugin-jsdoc/commit/7676b50abb1aed1cc1809480eb6da5233aa39fe3)) ### [`v63.0.10`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.10) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.9...v63.0.10) ##### Bug Fixes - **escape-inline-tags:** allow scoped packages in declaration references ([#&#8203;1705](https://github.com/gajus/eslint-plugin-jsdoc/issues/1705)) ([70e0a11](https://github.com/gajus/eslint-plugin-jsdoc/commit/70e0a1107600448779b4a4ece3e28d8373754739)) ### [`v63.0.9`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.9) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.8...v63.0.9) ##### Bug Fixes - **`check-template-names`, `require-template`, `valid-types`:** keep commas inside `@template` default values ([0980b71](https://github.com/gajus/eslint-plugin-jsdoc/commit/0980b71df084834ceb4174c04de1ed94360a707e)) ### [`v63.0.8`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.8) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.7...v63.0.8) ##### Bug Fixes - **`check-template-names`:** detect template usage in `@augments`/`@extends`/`@implements` types ([208079f](https://github.com/gajus/eslint-plugin-jsdoc/commit/208079fefcdb2e2e0e27200edb2c5f8741c71fce)) ### [`v63.0.7`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.7) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.6...v63.0.7) ##### Bug Fixes - **`no-undefined-types`:** predefine Iterable/Iterator types; fixes [#&#8203;1712](https://github.com/gajus/eslint-plugin-jsdoc/issues/1712) ([804a13d](https://github.com/gajus/eslint-plugin-jsdoc/commit/804a13dc1487713462c5c71494e4c450ac4ca88e)) ### [`v63.0.6`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.6) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.5...v63.0.6) ##### Bug Fixes - `iterateAllJsdocs` free comments after each file ([ebe0d08](https://github.com/gajus/eslint-plugin-jsdoc/commit/ebe0d0808725dd90ac866d55b6dec9fd89db6a82)) ### [`v63.0.5`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.5) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.4...v63.0.5) ##### Bug Fixes - **`no-undefined-types`:** check descendant scopes for variables; fixes [#&#8203;1704](https://github.com/gajus/eslint-plugin-jsdoc/issues/1704) ([a50f71f](https://github.com/gajus/eslint-plugin-jsdoc/commit/a50f71fd639c1b995060b3ff9fc32aec47755e11)) ### [`v63.0.4`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.4) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.3...v63.0.4) ##### Bug Fixes - ensure tsModule check can catch multiple modules ([b993425](https://github.com/gajus/eslint-plugin-jsdoc/commit/b9934253764c228e0bffd7fbcc1ec880237f3ecb)) ### [`v63.0.3`](https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v63.0.3) [Compare Source](https://github.com/gajus/eslint-plugin-jsdoc/compare/v63.0.2...v63.0.3) ##### Bug Fixes - **`no-undefined-types`:** treat TS module vars as defined; fixes [#&#8203;1701](https://github.com/gajus/eslint-plugin-jsdoc/issues/1701) ([d8f4738](https://github.com/gajus/eslint-plugin-jsdoc/commit/d8f473844f08c5b46aff8d1a600ab52b5a7a4067)) </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v7.0.2`](https://github.com/microsoft/TypeScript/compare/v6.0.3...2bd066d87f5bafd315be9f40889d0a60b9e58e0b) [Compare Source](https://github.com/microsoft/TypeScript/compare/v6.0.3...2bd066d87f5bafd315be9f40889d0a60b9e58e0b) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDcuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjE3LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate-bot force-pushed renovate/major-major from 7f61a6a41f to ee1047d55c 2026-08-03 05:13:48 -04:00 Compare
renovate-bot changed title from chore(deps): update actions/checkout action to v7 to chore(deps): update all-major-updates to v7 2026-08-03 05:13:51 -04:00
renovate-bot added 1 commit 2026-08-10 05:13:50 -04:00
chore(deps): update all-major-updates
Build and Test / build (pull_request) Failing after 19s
Build and Test / release (pull_request) Skipped
fb7d7467cd
renovate-bot force-pushed renovate/major-major from ee1047d55c to fb7d7467cd 2026-08-10 05:13:50 -04:00 Compare
renovate-bot changed title from chore(deps): update all-major-updates to v7 to chore(deps): update all-major-updates (major) 2026-08-10 05:13:55 -04:00
Some required checks failed
Build and Test / build (pull_request) Failing after 19s
Build and Test / release (pull_request) Skipped
You are not authorized to merge this pull request.
This pull request can be merged automatically.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/major-major:renovate/major-major
git checkout renovate/major-major
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lucasoskorep/aerospike-gnome#28