Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-deprecation to v2 (#110)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[eslint-plugin-deprecation](https://togithub.com/gund/eslint-plugin-deprecation)
| [`^1.3.3` ->
`^2.0.0`](https://renovatebot.com/diffs/npm/eslint-plugin-deprecation/1.5.0/2.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-deprecation/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-deprecation/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint-plugin-deprecation/1.5.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-deprecation/1.5.0/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>gund/eslint-plugin-deprecation
(eslint-plugin-deprecation)</summary>

###
[`v2.0.0`](https://togithub.com/gund/eslint-plugin-deprecation/blob/HEAD/CHANGELOG.md#200-2023-09-13)

[Compare
Source](https://togithub.com/gund/eslint-plugin-deprecation/compare/cbea43b831770ee5a61159d6a4d8b9d25021cdd2...v2.0.0)

##### Features

- migrate to typescript-eslint/utils 6.x
([#&#8203;71](https://togithub.com/gund/eslint-plugin-deprecation/issues/71))
([5a32ce0](https://togithub.com/gund/eslint-plugin-deprecation/commit/5a32ce0c761782902c07ec9df4dee5150f7b5c4c))

##### BREAKING CHANGES

- Dropped support for ESLint v6 and Typescript v3.7.5, please make sure
to use at least ESLint v7 with Typescript v4.2 or downgrade to a
previous major version.

###
[`v1.6.0`](https://togithub.com/gund/eslint-plugin-deprecation/compare/v1.5.0...cbea43b831770ee5a61159d6a4d8b9d25021cdd2)

[Compare
Source](https://togithub.com/gund/eslint-plugin-deprecation/compare/v1.5.0...cbea43b831770ee5a61159d6a4d8b9d25021cdd2)

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 856275b commit 470c8b4
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cspell": "^6.18.1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-deprecation": "^1.3.3",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsonc": "^2.6.0",
"eslint-plugin-markdown": "^3.0.0",
Expand Down
105 changes: 98 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 470c8b4

Please sign in to comment.