Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2025

Bumps @apexdevtools/apex-ls from 5.10.0 to 6.0.2.

Release notes

Sourced from @​apexdevtools/apex-ls's releases.

v6.0.2

What's Changed

Full Changelog: apex-dev-tools/apex-ls@v6.0.1...v6.0.2

v6.0.1

What's Changed

  • Full release test, see v6.0.0 for changes.

v6.0.0

What's Changed

Full Changelog: apex-dev-tools/apex-ls@v5.10.0...v6.0.0

Changelog

Sourced from @​apexdevtools/apex-ls's changelog.

[6.0.2] - 2025-11-25

Fixed

  • Loop variables used only in iteration control (condition/increment) are no longer incorrectly flagged as unused (#397)
  • Variables used in ghosted type list initializers are no longer incorrectly flagged as unused (#398)

[6.0.1] - 2025-10-21

  • Functionally identical to 6.0.0, testing release process

[6.0.0] - 2025-10-16

Added

  • CHANGELOG.md to track project changes (#375)
  • @​AuraEnabled method validation - ensures methods are public or global (#333)
  • Test modifier validation for @​IsTest and @​TestSetup annotations (#333)
    • Classes must be annotated with @​IsTest if methods are
    • @​IsTest and testMethod methods must be static
  • Library project support in sfdx-project.json (#363)
    • Suppresses unused warnings for public entities in library projects
    • Support for external metadata paths configuration
    • Plugin system refactoring to handle library-specific behavior
  • Break/continue statement validation outside loops (#378)
  • ForceIgnore version configuration in sfdx-project.json (#371)
  • ForceIgnoreV2 with exact node-ignore 5.3.2 compatibility (#369)
    • Now the default ignore handler for improved pattern matching
  • Interface method overload validation (#368)
  • MCP (Model Context Protocol) server for AI tool integration (#356)
  • npm wrapper package for MCP server deployment and related CI/test improvements (#379)

Fixed

  • Loop variable unused detection now correctly flags variables only used in for-loop conditions/increments (#330)
  • Prevent validation map generation failures when trigger or class validation throws (#312)
  • For loop iteration over getSObjects() method results now works correctly (#328)
  • Improved forceIgnoreVersion validation and cleanup of legacy code
  • Enhanced pattern matching optimization in ForceIgnoreV2

Changed

  • Refactored logger architecture for improved modularity, extensibility, and plugin support
  • Updated to API v65 platform types

Removed

  • MDAPI workspace support (#366)
    • All projects now require sfdx-project.json configuration
Commits
  • d2098ac Merge pull request #408 from apex-dev-tools/fix/publish-workflow-mcp-rebuild
  • d3b8e85 fix(ci): skip clean in ci-release to preserve apex-ls JAR for MCP build
  • 1a89945 Merge pull request #407 from apex-dev-tools/release/6.0.2
  • 654707a chore: prepare release 6.0.2
  • d80f95d Merge pull request #400 from apex-dev-tools/fix/issue-398-ghosted-type-list-u...
  • 3dd7a71 chore: add changelog entry for #398
  • 599dace Merge remote-tracking branch 'origin/main' into fix/issue-398-ghosted-type-li...
  • 5e9a978 Merge pull request #399 from apex-dev-tools/fix/issue-397-for-loop-unused-reg...
  • ce6e664 fix: Track variable usage in ghosted type list initializers (fixes #398)
  • 864dd8e fix: loop variables in iteration control incorrectly flagged as unused (#397)
  • 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 [@apexdevtools/apex-ls](https://github.com/apex-dev-tools/apex-ls) from 5.10.0 to 6.0.2.
- [Release notes](https://github.com/apex-dev-tools/apex-ls/releases)
- [Changelog](https://github.com/apex-dev-tools/apex-ls/blob/main/CHANGELOG.md)
- [Commits](apex-dev-tools/apex-ls@v5.10.0...v6.0.2)

---
updated-dependencies:
- dependency-name: "@apexdevtools/apex-ls"
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 28, 2025
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