Skip to content

Commit

Permalink
Bump prettier-plugin-apex from 2.1.2 to 2.1.3 (#22)
Browse files Browse the repository at this point in the history
Bumps prettier-plugin-apex from 2.1.2 to 2.1.3.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier-plugin-apex&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
rbaruccojr authored Apr 29, 2024
2 parents 32ef8a7 + 14971dd commit 46debad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-apex": "^2.1.2"
"prettier-plugin-apex": "^2.1.3"
},
"husky": {
"hooks": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3492,10 +3492,10 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prettier-plugin-apex@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/prettier-plugin-apex/-/prettier-plugin-apex-2.1.2.tgz#fd583d8e6a1736f42fa6c6404a38daf79dacf928"
integrity sha512-3WePuB/Lmue1Tft+g88jYpSE5THJoe8Ob/2wACooIpNdpq7VHLeNjGmUQzrChVcq3l7A8XGRnZKpgvbJANMc5g==
prettier-plugin-apex@^2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/prettier-plugin-apex/-/prettier-plugin-apex-2.1.3.tgz#75064337b29c589d5e6b2f2cc51963570c19b23e"
integrity sha512-t/+8XGZiZDoga5SHQUoHdXv9kQM7oSj80VoHU5G4/T7R1k61dRv9yYao7hDaJKHic9M81X6JWKN3ZUkia0SOJQ==
dependencies:
jest-docblock "^29.0.0"
wait-on "^7.2.0"
Expand Down

0 comments on commit 46debad

Please sign in to comment.