Skip to content

Bump eslint-plugin-chai-friendly from 1.1.1 to 1.2.0#69

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-chai-friendly-1.2.0
Open

Bump eslint-plugin-chai-friendly from 1.1.1 to 1.2.0#69
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-plugin-chai-friendly-1.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Bumps eslint-plugin-chai-friendly from 1.1.1 to 1.2.0.

Release notes

Sourced from eslint-plugin-chai-friendly's releases.

1.2.0

Changes:

  • Added support for TypeScript-specific expressions: TSAsExpression, TSTypeAssertion, TSNonNullExpression, and
    TSInstantiationExpression are now correctly flagged as unused (e.g. foo as any;, foo!;, Foo<string>;)
  • Added ignoreDirectives option: when set to true, string-literal directives are always exempt regardless of
    parser context (useful as an escape hatch for ecmaVersion: 3 environments)
  • Aligned directive detection with ESLint upstream: the parser-set directive AST property is now used as the
    primary check, matching the behavior of ESLint's built-in rule
Commits
  • 22149a5 1.2.0
  • 215ecf3 Added a release notes skill
  • 68d6548 Patched vulnurable dev deps
  • 670ced0 Document that integration test failures are intentional
  • 7d366d7 Use parser directive property as primary directive check
  • 1d5dd22 Replace ancestors compat shim with node.parent in isDirective
  • 5428154 Added isDirective param for schema compatibility with the og rule
  • 63a5cfc Handle TS-specific nodes
  • 11cbcca Set up cladue
  • 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-chai-friendly](https://github.com/ihordiachenko/eslint-plugin-chai-friendly) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/releases)
- [Commits](ihordiachenko/eslint-plugin-chai-friendly@v1.1.1...v1.2.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-chai-friendly
  dependency-version: 1.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Apr 13, 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