Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.5.5 to 5.5.6 - #533

Closed
dependabot[bot] wants to merge 5 commits into
developfrom
dependabot/npm_and_yarn/eslint-plugin-prettier-5.5.6
Closed

chore(deps-dev): bump eslint-plugin-prettier from 5.5.5 to 5.5.6#533
dependabot[bot] wants to merge 5 commits into
developfrom
dependabot/npm_and_yarn/eslint-plugin-prettier-5.5.6

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMay 28, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-prettier from 5.5.5 to 5.5.6.

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.6

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.6

Patch Changes

Commits

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 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-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.5.5 to 5.5.6.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/eslint-plugin-prettier@v5.5.5...v5.5.6)
---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
dependency-version: 5.5.6
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file security labels May 28, 2026
@dependabot
dependabotBot requested a review from ashleyshaw as a code ownerMay 28, 2026 17:16
@dependabotdependabotBot added security dependencies Pull requests that update a dependency file labels May 28, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@github-actionsgithub-actionsBot added area:dependencies Composer/npm dependency work lang:js JavaScript/TypeScript lang:json JSON config/content status:needs-review Awaiting code review priority:normal Default priority type:chore Chore / small hygiene change meta:needs-changelog Requires a changelog entry before merge type:security Security issue and removed security dependencies Pull requests that update a dependency file labels May 28, 2026
@ashleyshaw

Copy link
Copy Markdown
Member

Linked implementation PR: https://github.com/lightspeedwp/.github/pull/563\n\nThis introduces guarded Mergify automation for Dependabot security updates only. PR #533 is a normal dependency update and remains on manual merge unless it is explicitly security-classified.

@ashleyshawashleyshaw added meta:no-changelog No changelog needed and removed meta:needs-changelog Requires a changelog entry before merge labels May 29, 2026
@github-actionsgithub-actionsBot removed the type:chore Chore / small hygiene change label May 29, 2026
@ashleyshawashleyshaw removed the type:security Security issue label May 29, 2026
@github-actionsgithub-actionsBot added the type:chore Chore / small hygiene change label May 29, 2026
@ashleyshaw

Copy link
Copy Markdown
Member

@Mergifyio refresh

@mergify

mergifyBot commented May 29, 2026

Copy link
Copy Markdown
Contributor

refresh

✅ Pull request refreshed

@ashleyshaw

Copy link
Copy Markdown
Member

@Mergifyio status

@mergify

mergifyBot commented May 29, 2026

Copy link
Copy Markdown
Contributor

status

❌ Sorry but I didn't understand the command. Please consult the commands documentation 📚.

@ashleyshaw

Copy link
Copy Markdown
Member

@Mergifyio refresh

@mergify

mergifyBot commented May 29, 2026

Copy link
Copy Markdown
Contributor

refresh

✅ Pull request refreshed

@ashleyshaw

Copy link
Copy Markdown
Member

@Mergifyio refresh

@github-actionsgithub-actionsBot added the meta:dependabot-security Dependabot update appears security-related and eligible for guarded automation label May 29, 2026
@mergify

mergifyBot commented May 29, 2026

Copy link
Copy Markdown
Contributor

refresh

✅ Pull request refreshed

@ashleyshaw

Copy link
Copy Markdown
Member

@Mergifyio refresh

@mergify

mergifyBot commented May 29, 2026

Copy link
Copy Markdown
Contributor

refresh

✅ Pull request refreshed

@ashleyshaw

Copy link
Copy Markdown
Member

@Mergifyio merge

@mergify

mergifyBot commented May 29, 2026

Copy link
Copy Markdown
Contributor

merge

❌ Sorry but I didn't understand the command. Please consult the commands documentation 📚.

@ashleyshaw

Copy link
Copy Markdown
Member

@Mergifyio refresh

@mergify

mergifyBot commented May 29, 2026

Copy link
Copy Markdown
Contributor

refresh

✅ Pull request refreshed

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This Dependabot PR updates the repo’s JavaScript linting toolchain by bumping eslint-plugin-prettier to the latest patch release, keeping linting behaviour and dependencies current.

Changes:

  • Bump eslint-plugin-prettier from 5.5.5 to 5.5.6 (lockfile resolution).
  • Update transitive dependencies pulled in by the new version (e.g. synckit, @pkgr/core).
  • Update the declared semver range for eslint-plugin-prettier in package.json to ^5.5.6.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

FileDescription
package.jsonUpdates the declared devDependency version range for eslint-plugin-prettier.
package-lock.jsonUpdates the resolved dependency graph to eslint-plugin-prettier@5.5.6 and related transitive packages.

Comment threadpackage.json
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.5.6",

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.

@dependabot@github

dependabotBot commented on behalf of githubMay 31, 2026

Copy link
Copy Markdown
ContributorAuthor

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/eslint-plugin-prettier-5.5.6 branch May 31, 2026 11:38
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dependenciesComposer/npm dependency worklang:jsJavaScript/TypeScriptlang:jsonJSON config/contentmeta:dependabot-securityDependabot update appears security-related and eligible for guarded automationmeta:no-changelogNo changelog neededpriority:normalDefault prioritystatus:needs-reviewAwaiting code reviewtype:choreChore / small hygiene change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ashleyshaw