Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps eslint-plugin-eslint-plugin from 5.0.3 to 5.0.7.

Release notes

Sourced from eslint-plugin-eslint-plugin's releases.

Release 5.0.7

5.0.7 (2022-12-19)

Bug Fixes

  • don't use node protocol until we drop Node v14.17 support (#315) (a5c0b0c)
  • update repo link (#300) (07cd4ab)

Release 5.0.6

5.0.6 (2022-08-23)

Bug Fixes

  • ensure rules bail out early when no rule present (#293) (d1e03a1)

Release 5.0.5

5.0.5 (2022-08-17)

Bug Fixes

  • handle suggestions in helper function outside rule or inside nested spread/ternary in require-meta-has-suggestions rule (#291) (aa133a9)

Release 5.0.4

5.0.4 (2022-08-15)

Bug Fixes

  • false positives with violation reporting helper function in no-unused-message-ids rule (#290) (1c30165)
Changelog

Sourced from eslint-plugin-eslint-plugin's changelog.

5.0.7 (2022-12-19)

Bug Fixes

  • don't use node protocol until we drop Node v14.17 support (#315) (a5c0b0c)
  • update repo link (#300) (07cd4ab)

5.0.6 (2022-08-23)

Bug Fixes

  • ensure rules bail out early when no rule present (#293) (d1e03a1)

5.0.5 (2022-08-17)

Bug Fixes

  • handle suggestions in helper function outside rule or inside nested spread/ternary in require-meta-has-suggestions rule (#291) (aa133a9)

5.0.4 (2022-08-15)

Bug Fixes

  • false positives with violation reporting helper function in no-unused-message-ids rule (#290) (1c30165)
Commits
  • 7e569b7 chore: release v5.0.7
  • b32e443 build(deps-dev): bump eslint-doc-generator from 0.28.1 to 1.0.0 (#331)
  • 4169a42 docs: update eslint-doc-generator to 0.28 (#330)
  • c4b7054 chore: use eslint --no-inline-config to eliminate linting warnings in the doc...
  • 82a5ec1 build(deps-dev): bump eslint-doc-generator from 0.18.2 to 0.19.0 (#327)
  • aeeb2a6 build(deps-dev): bump eslint-doc-generator from 0.15.0 to 0.18.2 (#325)
  • 991811e chore: update eslint-doc-generator to v0.15 (#323)
  • 6e019c9 build(deps-dev): bump eslint-doc-generator from 0.13.0 to 0.14.0 (#322)
  • 674a8c5 chore: update eslint-doc-generator to v0.13 (#319)
  • 54868af build(deps-dev): bump eslint-doc-generator from 0.10.0 to 0.11.0 (#318)
  • 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 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)

Bumps [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) from 5.0.3 to 5.0.7.
- [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-plugin/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-eslint-plugin/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-eslint-plugin@v5.0.3...v5.0.7)

---
updated-dependencies:
- dependency-name: eslint-plugin-eslint-plugin
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 26, 2022 00:02
@dependabot dependabot bot requested a review from manuelpuyol December 26, 2022 00:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 26, 2022
@theinterned
Copy link
Contributor

theinterned commented Dec 28, 2022

pulled and tested with node 18, 16, and 14 — all pass 🏁

This test does fail on node 12. But I think we should just change the test node matrix to 14, 16, and 18 seeing as 12 is End-of-Life while 18 is LTS.

I opened a separate PR for that

@theinterned theinterned merged commit fc63d93 into main Dec 28, 2022
@theinterned theinterned deleted the dependabot/npm_and_yarn/eslint-plugin-eslint-plugin-5.0.7 branch December 28, 2022 22:51
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants