Skip to content

Bump eslint-plugin-sf-plugin from 1.20.33 to 3.0.0 - #749

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/eslint-plugin-sf-plugin-3.0.0
Open

Bump eslint-plugin-sf-plugin from 1.20.33 to 3.0.0#749
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/eslint-plugin-sf-plugin-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-sf-plugin from 1.20.33 to 3.0.0.

Release notes

Sourced from eslint-plugin-sf-plugin's releases.

3.0.0

  • feat!: ESLint 9 flat config compatibility (3fcaab8)

BREAKING CHANGES

  • Requires ESLint >= 9 and @​typescript-eslint/utils >= 8.
  • Rewrite plugin exports to ESLint flat config format (plugin object with meta, rules, and configs as flat config arrays)
  • Migrate all deprecated ESLint/typescript-eslint APIs:
    • context.getAncestors() -> context.sourceCode.getAncestors(node)
    • context.getPhysicalFilename() -> context.filename
    • TSTypeReference.typeParameters -> typeArguments
    • ClassDeclaration.superTypeParameters -> superTypeArguments
  • Remove 'recommended' from rule meta.docs (removed in utils v8)
  • Update @​typescript-eslint/utils to ^8.33.1
  • Add eslint >= 9 as peerDependency
  • Bump version to 2.0.0

Usage with flat config: import sfPlugin from 'eslint-plugin-sf-plugin'; export default [...sfPlugin.configs.recommended, ...otherConfigs];

Changelog

Sourced from eslint-plugin-sf-plugin's changelog.

3.0.0 (2026-08-19)

  • feat!: ESLint 9 flat config compatibility (3fcaab8)

BREAKING CHANGES

  • Requires ESLint >= 9 and @​typescript-eslint/utils >= 8.
  • Rewrite plugin exports to ESLint flat config format (plugin object with meta, rules, and configs as flat config arrays)
  • Migrate all deprecated ESLint/typescript-eslint APIs:
    • context.getAncestors() -> context.sourceCode.getAncestors(node)
    • context.getPhysicalFilename() -> context.filename
    • TSTypeReference.typeParameters -> typeArguments
    • ClassDeclaration.superTypeParameters -> superTypeArguments
  • Remove 'recommended' from rule meta.docs (removed in utils v8)
  • Update @​typescript-eslint/utils to ^8.33.1
  • Add eslint >= 9 as peerDependency
  • Bump version to 2.0.0

Usage with flat config: import sfPlugin from 'eslint-plugin-sf-plugin'; export default [...sfPlugin.configs.recommended, ...otherConfigs];

Commits
  • 1907a41 chore(release): 3.0.0 [skip ci]
  • aa7ea77 Merge pull request #562 from salesforcecli/wr/eslint9Compat
  • 5f8d83a chore: migrate repo lint to eslint flat config
  • 3fcaab8 feat!: ESLint 9 flat config compatibility
  • 401e387 Upload required SECURITY.md file for compliance
  • 19bb3dc Upload required file(s) for compliance
  • ed4b383 Merge pull request #456 from salesforcecli/dependabot-npm_and_yarn-typescript...
  • 2dcfd35 Merge pull request #550 from salesforcecli/dependabot-npm_and_yarn-salesforce...
  • 62d75db chore(dev-deps): bump @​salesforce/prettier-config from 0.0.3 to 0.0.4
  • See full diff 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 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-sf-plugin](https://github.com/salesforcecli/eslint-plugin-sf-plugin) from 1.20.33 to 3.0.0.
- [Release notes](https://github.com/salesforcecli/eslint-plugin-sf-plugin/releases)
- [Changelog](https://github.com/salesforcecli/eslint-plugin-sf-plugin/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/eslint-plugin-sf-plugin@1.20.33...3.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-sf-plugin
  dependency-version: 3.0.0
  dependency-type: direct:development
  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 Aug 24, 2026
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.

0 participants