Skip to content

Bump eslint-plugin-chai-friendly from 0.7.2 to 1.2.0#637

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

Bump eslint-plugin-chai-friendly from 0.7.2 to 1.2.0#637
dependabot[bot] wants to merge 1 commit into
masterfrom
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 May 1, 2026

Bumps eslint-plugin-chai-friendly from 0.7.2 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

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

1.0.1

Changed:

  • Added name field for the recommendedFlat preset, it will be used by tooling like config-inspector.

1.0.0

Changes:

  • Fixed compatibility with the legacy eslintrc config format #35
  • Renamed recommended preset for the new flat config format to recommendedFlat

0.8.0

Changes:

  • Added ESLint v9 compatibility
  • Use files property in package.json instead of .npmignore

0.7.4

  • rolled back engines value in package.json to keep the backwards compatibility for users of engine-strict mode

0.7.3

  • updated dev dependencies
  • added new test cases from eslint upstream
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
  • 143ec9c 1.1.1
  • 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 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 0.7.2 to 1.2.0.
- [Release notes](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/releases)
- [Commits](ihordiachenko/eslint-plugin-chai-friendly@v0.7.2...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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 1, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant