Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

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.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
  • c6608b6 Merge pull request #396 from apex-dev-tools/full-release-test
  • 0ea6830 chore: add changelog entry for 6.0.1
  • 4296c2c chore: update mcp version and url
  • bb59124 Merge pull request #395 from apex-dev-tools/update-publish-workflow
  • d1a885e build: use v version to match github tagged release
  • e138220 ci: update manual publish to archive mcp artifact
  • a6c06d5 Merge pull request #393 from apex-dev-tools/update-publish-workflow
  • eeafd24 ci: split publish steps to be individually selectable
  • d9d5c38 ci: update flag description
  • 8f0f83a ci: set mcp-npm to publish to matched tag version
  • 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.1.
- [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.1)

---
updated-dependencies:
- dependency-name: "@apexdevtools/apex-ls"
  dependency-version: 6.0.1
  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 14, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2025

Superseded by #695.

@dependabot dependabot bot closed this Nov 28, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apexdevtools/apex-ls-6.0.1 branch November 28, 2025 22:05
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