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

Bump eslint-plugin-package-json from 0.15.4 to 0.17.0 #3637

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps eslint-plugin-package-json from 0.15.4 to 0.17.0.

Release notes

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

v0.17.0

What's Changed

Full Changelog: JoshuaKGoldberg/eslint-plugin-package-json@v0.16.0...v0.17.0

v0.16.0

What's Changed

... (truncated)

Changelog

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

0.17.0 (2024-11-30)

Features

0.16.0 (2024-11-30)

Features

0.15.6 (2024-11-09)

Bug Fixes

0.15.5 (2024-11-06)

Bug Fixes

Commits
  • a16b6ba chore: release v0.17.0
  • 4ccae4f feat: sort alphabetically with co-located hooks for scripts (#632)
  • 100ce08 docs: add sasial-dev as a contributor for code (#669)
  • 79a18e2 chore: release v0.16.0
  • 18129cd feat(sort-collections): should sort overrides (#668)
  • 36e68b7 chore(deps): update dependency cspell to v8.16.1 (#667)
  • 189345d docs: add rakleed as a contributor for doc (#666)
  • 3b23f4a docs: add Development section in README (#665)
  • 383fe63 docs: add rakleed as a contributor for tool (#664)
  • 4a6e3c4 chore(deps): update dependency knip to v5.38.1 (#663)
  • 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)

Bumps [eslint-plugin-package-json](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json) from 0.15.4 to 0.17.0.
- [Release notes](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/releases)
- [Changelog](https://github.com/JoshuaKGoldberg/eslint-plugin-package-json/blob/main/CHANGELOG.md)
- [Commits](JoshuaKGoldberg/eslint-plugin-package-json@v0.15.4...v0.17.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-package-json
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code Skip Changelog labels Dec 1, 2024
@rejas rejas merged commit 28341d4 into develop Dec 1, 2024
13 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/eslint-plugin-package-json-0.17.0 branch December 1, 2024 11:01
@bugsounet
Copy link
Contributor

bugsounet commented Dec 1, 2024

@rejas: euh... it's seams not used since eslint config is in .mjs format
Can you check ?

my quick test:

cd ~/MagicMirror
grep eslint-plugin-package-json -R --exclude-dir=node_modules

Edit: pinging @KristjanESPERANTO

@KristjanESPERANTO
Copy link
Contributor

Good catch! 👏 I've created a PR to fix it: #3643

rejas pushed a commit that referenced this pull request Dec 1, 2024
Somehow the plugin get lost when we moved to ESLint flat config. Now I
reactivated it.

One rules caused sorting the scripts. If this is not okay, I can undo
this and switch off the rule.

Thank's @bugsounet for the pinging in
#3637 (comment).
@bugsounet
Copy link
Contributor

it's pure coincidence, it's because I'm looking to add it to my modules.
As you created the .mjs. I prefer that you correct it ;)

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 Skip Changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants