Skip to content

Bump eslint-plugin-chai-friendly from 1.0.1 to 1.2.1 in /cy - #246

Open
dependabot[bot] wants to merge 1 commit into
4.x-developfrom
dependabot/npm_and_yarn/cy/4.x-develop/eslint-plugin-chai-friendly-1.2.1
Open

Bump eslint-plugin-chai-friendly from 1.0.1 to 1.2.1 in /cy#246
dependabot[bot] wants to merge 1 commit into
4.x-developfrom
dependabot/npm_and_yarn/cy/4.x-develop/eslint-plugin-chai-friendly-1.2.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-chai-friendly from 1.0.1 to 1.2.1.

Release notes

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

1.2.1

Changes:

  • Fixed chai expect and should assertions being incorrectly flagged inside ternary expressions when the allowTernary option is enabled
  • Fixed chai expect and should assertions being incorrectly flagged inside short-circuit expressions (&& / ||) when the allowShortCircuit option is enabled

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

1.1.1

Changes:

  • Fixed a TypeScript typing issue so configs.recommendedFlat and configs.recommended are recognized correctly by consumers
  • Patched vulnerable development dependencies

1.1.0

Changed:

  • Improved compatibility with eslint-typescript by disabling the ts no-unused-expressions rule
  • Patched vulnurable dev dependencies
Commits
  • 8dbaca0 1.2.1
  • 39a5e58 Add support for ternary and short circuit options (#50)
  • 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
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2026
Bumps [eslint-plugin-chai-friendly](https://github.com/ihordiachenko/eslint-plugin-chai-friendly) from 1.0.1 to 1.2.1.
- [Release notes](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/releases)
- [Commits](ihordiachenko/eslint-plugin-chai-friendly@v1.0.1...v1.2.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-chai-friendly
  dependency-version: 1.2.1
  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/cy/4.x-develop/eslint-plugin-chai-friendly-1.2.1 branch from 9a7165f to 38ea6bd Compare September 2, 2026 02:10
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