Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump eslint-plugin-jest from 27.9.0 to 28.6.0 - Drop node 16 #1337

Merged
merged 3 commits into from
Jun 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 6, 2024

Bumps eslint-plugin-jest from 27.9.0 to 28.6.0.

Release notes

Sourced from eslint-plugin-jest's releases.

v28.6.0

28.6.0 (2024-06-06)

Features

  • prefer-jest-mocked: add new rule (#1599) (4b6a4f2)
  • valid-expect: supporting automatically fixing adding async in some cases (#1579) (5b9b47e)

v28.5.0

28.5.0 (2024-05-03)

Features

  • allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10)

v28.4.0

28.4.0 (2024-05-03)

Features

  • valid-expect: supporting automatically fixing missing await in some cases (#1574) (a407098)

v28.3.0

28.3.0 (2024-04-27)

Features

  • prefer importing jest globals for specific types (#1568) (c464ae3)

v28.2.0

28.2.0 (2024-04-06)

Features

  • support providing aliases for @jest/globals package (#1543) (744d4f6)

v28.1.1

28.1.1 (2024-04-06)

Bug Fixes

  • max-expects: properly reset counter when exiting a test case (#1550) (b4b7cbc)

v28.1.0

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

28.6.0 (2024-06-06)

Features

  • prefer-jest-mocked: add new rule (#1599) (4b6a4f2)
  • valid-expect: supporting automatically fixing adding async in some cases (#1579) (5b9b47e)

28.5.0 (2024-05-03)

Features

  • allow @typescript-eslint/utils v7 as a direct dependency (#1567) (1476f10)

28.4.0 (2024-05-03)

Features

  • valid-expect: supporting automatically fixing missing await in some cases (#1574) (a407098)

28.3.0 (2024-04-27)

Features

  • prefer importing jest globals for specific types (#1568) (c464ae3)

28.2.0 (2024-04-06)

Features

  • support providing aliases for @jest/globals package (#1543) (744d4f6)

28.1.1 (2024-04-06)

Bug Fixes

  • max-expects: properly reset counter when exiting a test case (#1550) (b4b7cbc)

28.1.0 (2024-04-06)

Features

... (truncated)

Commits
  • afdcddd chore(release): 28.6.0 [skip ci]
  • 430f024 ci: run docs job on push (#1605)
  • 4b6a4f2 feat(prefer-jest-mocked): add new rule (#1599)
  • 5b9b47e feat(valid-expect): supporting automatically fixing adding async in some case...
  • 0a14446 chore(deps): update dependency semantic-release to v24 (#1602)
  • db31890 chore(deps): update danger/danger-js action to v12.3.1 (#1591)
  • 04421cf chore: run prettier (#1604)
  • d465125 chore(deps): lock file maintenance
  • 70c8c5e chore(deps): lock file maintenance
  • da993a5 test: only run linting when using ESLint v8 (#1593)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot requested a review from tclindner as a code owner June 6, 2024 23:08
@dependabot dependabot bot added the dependencies 📦 Pull requests that update a dependency file label Jun 6, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jest-28.6.0 branch 3 times, most recently from 239ab38 to a15ac7e Compare June 9, 2024 21:31
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.6.0.
- [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@v27.9.0...v28.6.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  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/eslint-plugin-jest-28.6.0 branch from a15ac7e to c158e8f Compare June 9, 2024 23:03
@tclindner tclindner enabled auto-merge (squash) June 9, 2024 23:03
@tclindner tclindner changed the title build(deps-dev): Bump eslint-plugin-jest from 27.9.0 to 28.6.0 build(deps-dev): Bump eslint-plugin-jest from 27.9.0 to 28.6.0 - Drop node 16 Jun 9, 2024
@tclindner tclindner merged commit 2180118 into master Jun 9, 2024
8 checks passed
@tclindner tclindner deleted the dependabot/npm_and_yarn/eslint-plugin-jest-28.6.0 branch June 9, 2024 23:29
renovate bot referenced this pull request in JoshuaKGoldberg/all-contributors-auto-action Jun 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/all-contributors-auto-action).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/console-fail-test Jun 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/console-fail-test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/should-semantic-release Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/should-semantic-release).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/eslint-plugin-expect-type Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-expect-type).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/release-it-action Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/release-it-action).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/tidelift-me-up-site Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/tidelift-me-up-site).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/refined-saved-replies Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/refined-saved-replies).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/JoshuaKGoldberg Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/JoshuaKGoldberg).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/sentences-per-line Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/sentences-per-line).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/github-sponsors-to-markdown Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/github-sponsors-to-markdown).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/are-docs-informative Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/are-docs-informative).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/tidelift-me-up Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/tidelift-me-up).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/prettier-plugin-curly Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/prettier-plugin-curly).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/sinon-timers-repeatable Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/sinon-timers-repeatable).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/github-username-to-emails Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/github-username-to-emails).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in danvk/gravlax Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/danvk/gravlax).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/eslint-plugin-package-json Jun 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-package-json).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot referenced this pull request in timelessco/recollect Jun 16, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint) | [`7.0.0` -> `8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.0.0/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.0.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.0.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint (npm-package-json-lint)</summary>

### [`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)



#### What's Changed

##### 💥 Breaking changes

-   Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

-   build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
-   build(deps): Bump ignore from 5.2.4 to 5.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
-   build(deps): Bump semver from 7.5.4 to 7.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
-   build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
-   build(deps): Bump ignore from 5.3.0 to 5.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
-   build(deps): Bump semver from 7.6.0 to 7.6.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
-   build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**: tclindner/npm-package-json-lint@v7.1.0...v8.0.0

### [`v7.1.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v7.1.0)

[Compare Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.0.0...v7.1.0)



#### What's Changed

##### 👑 Changed

-   feat: New rules for `type` field by [@&#8203;tom-fletcher](https://togithub.com/tom-fletcher) in [https://github.com/tclindner/npm-package-json-lint/pull/1087](https://togithub.com/tclindner/npm-package-json-lint/pull/1087)

##### 🧹 Chores

-   build(deps): Bump semver from 7.5.3 to 7.5.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1084](https://togithub.com/tclindner/npm-package-json-lint/pull/1084)
-   build(deps): Bump type-fest from 3.12.0 to 4.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1142](https://togithub.com/tclindner/npm-package-json-lint/pull/1142)

##### 📖 Docs

-   fix: Broken link on Get Started button by [@&#8203;tom-fletcher](https://togithub.com/tom-fletcher) in [https://github.com/tclindner/npm-package-json-lint/pull/1088](https://togithub.com/tclindner/npm-package-json-lint/pull/1088)

#### New Contributors

-   [@&#8203;tom-fletcher](https://togithub.com/tom-fletcher) made their first contribution in [https://github.com/tclindner/npm-package-json-lint/pull/1088](https://togithub.com/tclindner/npm-package-json-lint/pull/1088)

**Full Changelog**: tclindner/npm-package-json-lint@v7.0.0...v7.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/recollect).
kodiakhq bot referenced this pull request in timelessco/node-ts-app-template Jun 16, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint) | [`7.0.0` -> `8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.0.0/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.0.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.0.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint (npm-package-json-lint)</summary>

### [`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)



#### What's Changed

##### 💥 Breaking changes

-   Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

-   build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
-   build(deps): Bump ignore from 5.2.4 to 5.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
-   build(deps): Bump semver from 7.5.4 to 7.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
-   build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
-   build(deps): Bump ignore from 5.3.0 to 5.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
-   build(deps): Bump semver from 7.6.0 to 7.6.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
-   build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**: tclindner/npm-package-json-lint@v7.1.0...v8.0.0

### [`v7.1.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v7.1.0)

[Compare Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.0.0...v7.1.0)



#### What's Changed

##### 👑 Changed

-   feat: New rules for `type` field by [@&#8203;tom-fletcher](https://togithub.com/tom-fletcher) in [https://github.com/tclindner/npm-package-json-lint/pull/1087](https://togithub.com/tclindner/npm-package-json-lint/pull/1087)

##### 🧹 Chores

-   build(deps): Bump semver from 7.5.3 to 7.5.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1084](https://togithub.com/tclindner/npm-package-json-lint/pull/1084)
-   build(deps): Bump type-fest from 3.12.0 to 4.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1142](https://togithub.com/tclindner/npm-package-json-lint/pull/1142)

##### 📖 Docs

-   fix: Broken link on Get Started button by [@&#8203;tom-fletcher](https://togithub.com/tom-fletcher) in [https://github.com/tclindner/npm-package-json-lint/pull/1088](https://togithub.com/tclindner/npm-package-json-lint/pull/1088)

#### New Contributors

-   [@&#8203;tom-fletcher](https://togithub.com/tom-fletcher) made their first contribution in [https://github.com/tclindner/npm-package-json-lint/pull/1088](https://togithub.com/tclindner/npm-package-json-lint/pull/1088)

**Full Changelog**: tclindner/npm-package-json-lint@v7.0.0...v7.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/node-ts-app).
kodiakhq bot referenced this pull request in timelessco/next-ts-app-template Jun 16, 2024
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint) | [`7.0.0` -> `8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.0.0/8.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.0.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.0.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint (npm-package-json-lint)</summary>

### [`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)



#### What's Changed

##### 💥 Breaking changes

-   Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

-   build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
-   build(deps): Bump ignore from 5.2.4 to 5.3.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
-   build(deps): Bump semver from 7.5.4 to 7.6.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
-   build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
-   build(deps): Bump ignore from 5.3.0 to 5.3.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
-   build(deps): Bump semver from 7.6.0 to 7.6.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
-   build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**: tclindner/npm-package-json-lint@v7.1.0...v8.0.0

### [`v7.1.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v7.1.0)

[Compare Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.0.0...v7.1.0)



#### What's Changed

##### 👑 Changed

-   feat: New rules for `type` field by [@&#8203;tom-fletcher](https://togithub.com/tom-fletcher) in [https://github.com/tclindner/npm-package-json-lint/pull/1087](https://togithub.com/tclindner/npm-package-json-lint/pull/1087)

##### 🧹 Chores

-   build(deps): Bump semver from 7.5.3 to 7.5.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1084](https://togithub.com/tclindner/npm-package-json-lint/pull/1084)
-   build(deps): Bump type-fest from 3.12.0 to 4.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/tclindner/npm-package-json-lint/pull/1142](https://togithub.com/tclindner/npm-package-json-lint/pull/1142)

##### 📖 Docs

-   fix: Broken link on Get Started button by [@&#8203;tom-fletcher](https://togithub.com/tom-fletcher) in [https://github.com/tclindner/npm-package-json-lint/pull/1088](https://togithub.com/tclindner/npm-package-json-lint/pull/1088)

#### New Contributors

-   [@&#8203;tom-fletcher](https://togithub.com/tom-fletcher) made their first contribution in [https://github.com/tclindner/npm-package-json-lint/pull/1088](https://togithub.com/tclindner/npm-package-json-lint/pull/1088)

**Full Changelog**: tclindner/npm-package-json-lint@v7.0.0...v7.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/next-ts-app).
renovate bot referenced this pull request in JoshuaKGoldberg/description-to-co-authors Aug 11, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`7.1.0` ->
`8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/description-to-co-authors).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot referenced this pull request in JoshuaKGoldberg/all-contributors-for-repository Aug 11, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[npm-package-json-lint](https://togithub.com/tclindner/npm-package-json-lint)
| [`^7.1.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/npm-package-json-lint/7.1.0/8.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-package-json-lint/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-package-json-lint/7.1.0/8.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tclindner/npm-package-json-lint
(npm-package-json-lint)</summary>

###
[`v8.0.0`](https://togithub.com/tclindner/npm-package-json-lint/releases/tag/v8.0.0)

[Compare
Source](https://togithub.com/tclindner/npm-package-json-lint/compare/v7.1.0...v8.0.0)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### 💥 Breaking changes

- Drop node 16 by [@&#8203;dependabot](https://togithub.com/dependabot)
in
[https://github.com/tclindner/npm-package-json-lint/pull/1337](https://togithub.com/tclindner/npm-package-json-lint/pull/1337)

##### 🧹 Chores

- build(deps): Bump cosmiconfig from 8.2.0 to 8.3.6 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1156](https://togithub.com/tclindner/npm-package-json-lint/pull/1156)
- build(deps): Bump ignore from 5.2.4 to 5.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1174](https://togithub.com/tclindner/npm-package-json-lint/pull/1174)
- build(deps): Bump semver from 7.5.4 to 7.6.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1249](https://togithub.com/tclindner/npm-package-json-lint/pull/1249)
- build(deps): Bump jsonc-parser from 3.2.0 to 3.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1251](https://togithub.com/tclindner/npm-package-json-lint/pull/1251)
- build(deps): Bump ignore from 5.3.0 to 5.3.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1253](https://togithub.com/tclindner/npm-package-json-lint/pull/1253)
- build(deps): Bump semver from 7.6.0 to 7.6.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1318](https://togithub.com/tclindner/npm-package-json-lint/pull/1318)
- build(deps): Bump validate-npm-package-name from 5.0.0 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/tclindner/npm-package-json-lint/pull/1312](https://togithub.com/tclindner/npm-package-json-lint/pull/1312)

**Full Changelog**:
tclindner/npm-package-json-lint@v7.1.0...v8.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/JoshuaKGoldberg/all-contributors-for-repository).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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