Skip to content

build(deps-dev): bump prettier-plugin-apex from 2.2.6 to 2.3.0#35

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-plugin-apex-2.3.0
Jul 2, 2026
Merged

build(deps-dev): bump prettier-plugin-apex from 2.2.6 to 2.3.0#35
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/prettier-plugin-apex-2.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps prettier-plugin-apex from 2.2.6 to 2.3.0.

Release notes

Sourced from prettier-plugin-apex's releases.

v2.3.0

Formatting Changes

  • Support Apex multiline string literals ('''...'''), preserving their content verbatim (release notes).
  • Support the SOQL FORMULA('...') function in WHERE clauses (release notes). The formula expression is printed verbatim from the source.
  • Support the SOQL WITH tuple/key-value form (WITH Identifier(key = value, ...)), which previously threw No handler found (issue).
  • Fix trailing empty line not printed after ignored nodes in class declaration blocks (issue).
  • Fix standalone comments before SOQL WITH SECURITY_ENFORCED / WITH USER_MODE / WITH SYSTEM_MODE clauses migrating between WITH and the identifier across format passes.
  • Fix trailing comments on the last field of a SOSL RETURNING X(...) clause migrating outside the closing paren across format passes.

Dependency Changes

  • Drop support for NodeJS < 22.
  • Drop support for Java < 17.

Internal Changes

  • Improve AST post-processing performance by ~1.7X, thanks to @​lukecotter.
  • Replace runtime XStream reflection with a build-time code-generated serializer, substantially improving serialization performance.
  • Initialize the jorje parser stack at native-image build time, cutting per-file process startup (~4x faster cold start in spawn-per-file native mode) - thanks to @​lukecotter for the technique in #2405.
  • Replace eslint with biome for linting purpose.
  • Add a performance benchmark harness for profiling where time goes during formatting.
  • Add a CI workflow that benchmarks a labeled PR against its base branch, and can also be run manually on any branch or against a contributor's PR.
  • Tighten the plugin to strict TypeScript (strict: true, no any), including a typed @class -> handler dispatch in the printer. Type-safety only, no change to formatted output.
Changelog

Sourced from prettier-plugin-apex's changelog.

2.3.0

Formatting Changes

  • Support Apex multiline string literals ('''...'''), preserving their content verbatim (release notes).
  • Support the SOQL FORMULA('...') function in WHERE clauses (release notes). The formula expression is printed verbatim from the source.
  • Support the SOQL WITH tuple/key-value form (WITH Identifier(key = value, ...)), which previously threw No handler found (issue).
  • Fix trailing empty line not printed after ignored nodes in class declaration blocks (issue).
  • Fix standalone comments before SOQL WITH SECURITY_ENFORCED / WITH USER_MODE / WITH SYSTEM_MODE clauses migrating between WITH and the identifier across format passes.
  • Fix trailing comments on the last field of a SOSL RETURNING X(...) clause migrating outside the closing paren across format passes.

Dependency Changes

  • Drop support for NodeJS < 22.
  • Drop support for Java < 17.

Internal Changes

  • Improve AST post-processing performance by ~1.7X, thanks to @​lukecotter.
  • Replace runtime XStream reflection with a build-time code-generated serializer, substantially improving serialization performance.
  • Initialize the jorje parser stack at native-image build time, cutting per-file process startup (~4x faster cold start in spawn-per-file native mode) - thanks to @​lukecotter for the technique in #2405.
  • Replace eslint with biome for linting purpose.
  • Add a performance benchmark harness for profiling where time goes during formatting.
  • Add a CI workflow that benchmarks a labeled PR against its base branch, and can also be run manually on any branch or against a contributor's PR.
  • Tighten the plugin to strict TypeScript (strict: true, no any), including a typed @class -> handler dispatch in the printer. Type-safety only, no change to formatted output.
Commits
  • ed725cb 2.3.0
  • 960a49f [docs] minor doc changes
  • 2654841 Add 6 more active Apex repos sourced from afmt's list
  • ddc3e4b Audit and refresh integration test repo list
  • 1557b69 Guard handleStatement against unhandled jorje statement subtypes
  • 54b54fe Make printer child-handler dispatch exhaustive at compile time
  • 80c1e7d Make strict explicit and enable Biome noExplicitAny
  • 90b6c39 Type the parser DFS enrichment walk
  • 2275a4f Type the parser's location-generation handlers
  • 869b522 Type massageAstNode's parameters
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for prettier-plugin-apex since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 1, 2026
@charlesw-salesforce

Copy link
Copy Markdown
Collaborator

@dependabot rebase

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-plugin-apex-2.3.0 branch from 7558669 to 8bd0f3b Compare July 2, 2026 22:12
Bumps [prettier-plugin-apex](https://github.com/dangmai/prettier-plugin-apex/tree/HEAD/packages/prettier-plugin-apex) from 2.2.6 to 2.3.0.
- [Release notes](https://github.com/dangmai/prettier-plugin-apex/releases)
- [Changelog](https://github.com/dangmai/prettier-plugin-apex/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dangmai/prettier-plugin-apex/commits/v2.3.0/packages/prettier-plugin-apex)

---
updated-dependencies:
- dependency-name: prettier-plugin-apex
  dependency-version: 2.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/prettier-plugin-apex-2.3.0 branch from 8bd0f3b to a4a1749 Compare July 2, 2026 22:41
@github-actions
github-actions Bot enabled auto-merge (rebase) July 2, 2026 22:46
@github-actions
github-actions Bot merged commit 8664cd2 into main Jul 2, 2026
8 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/prettier-plugin-apex-2.3.0 branch July 2, 2026 23:03
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.

1 participant