Skip to content

build(deps-dev): Bump eslint-plugin-ava from 15.1.0 to 17.0.1 - #564

Closed
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-ava-16.0.1
Closed

build(deps-dev): Bump eslint-plugin-ava from 15.1.0 to 17.0.1#564
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-ava-16.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-ava from 15.1.0 to 17.0.1.

Release notes

Sourced from eslint-plugin-ava's releases.

v17.0.1

  • Update dependencies 12c341a

avajs/eslint-plugin-ava@v17.0.0...v17.0.1

v17.0.0

Breaking

  • Require Node.js 22 8572071

Improvements

  • Support t.snapshot() formatAsCodeBlock options 38cd4fd
  • Remove enhance-visitors dependency a867c89
  • test-title-format: Check template literal titles 41a1016

Fixes

  • use-true-false: Fix Object.hasOwn() not being flagged 82118fb
  • no-incorrect-deep-equal: Fix NaN, Infinity, and -Infinity not being flagged e4ce630
  • use-true-false: Fix in and instanceof not being flagged 9a8832c
  • no-incorrect-deep-equal: Fix negative number literals not being flagged dbb691b
  • no-identical-title: Fix duplicate not detected across string literal and template literal f418374
  • no-incorrect-deep-equal: Fix .skip variants not being flagged 0299697
  • prefer-async-await: Fix false positive on nested functions f2ae631
  • hooks-order: Fix serial hooks being ignored 03640ec
  • Don't crash or report false positives when a computed member expression is used as a test modifier 7c78018
  • use-t-well: Don't crash when a computed member expression is used 7b5cab1
  • use-t: Don't crash when a test call has no arguments 41caf01
  • prefer-t-regex: Don't crash or report when bare RegExp() is compared to a boolean 9f27e14
  • prefer-t-regex: Don't crash or suggest invalid fix when .test() is called without arguments a863404
  • use-t-throws-async-well: Fix autofix not offered for titled async tests affa778
  • Fix handling of t.skip 67bf495

avajs/eslint-plugin-ava@v16.0.1...v17.0.0

v16.0.1

  • no-nested-tests: Fix false positive on tests following a nested pair 0a1218d
  • no-async-fn-without-await: Fix invalid error location end b596b27
  • use-t: Fix crash when macro object contains a spread element 9bea7fc
  • no-async-fn-without-await: Fix await in nested functions being counted as test-level await 90f7a0b
  • no-conditional-assertion: Ignore conditionals wrapping the entire test() call 2077c22

avajs/eslint-plugin-ava@v16.0.0...v16.0.1

... (truncated)

Commits
  • 9a41d8e 17.0.1
  • 12c341a Update dependencies
  • a0412a1 17.0.0
  • 8572071 Require Node.js 22
  • 38cd4fd Support t.snapshot() formatAsCodeBlock options
  • a867c89 Remove enhance-visitors dependency
  • a244c17 Various tweaks
  • 82118fb use-true-false: Fix Object.hasOwn() not being flagged
  • e4ce630 no-incorrect-deep-equal: Fix NaN, Infinity, and -Infinity not being f...
  • 9a8832c use-true-false: Fix in and instanceof not being flagged
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Automated dependency update javascript Pull requests that update Javascript code labels May 18, 2026
@maxreichmann

Copy link
Copy Markdown
Member

@dependabot rebase

Bumps [eslint-plugin-ava](https://github.com/avajs/eslint-plugin-ava) from 15.1.0 to 17.0.1.
- [Release notes](https://github.com/avajs/eslint-plugin-ava/releases)
- [Commits](avajs/eslint-plugin-ava@v15.1.0...v17.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-ava
  dependency-version: 16.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps-dev): Bump eslint-plugin-ava from 15.1.0 to 16.0.1 build(deps-dev): Bump eslint-plugin-ava from 15.1.0 to 17.0.1 Aug 10, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-ava-16.0.1 branch from 1f24817 to 09896ab Compare August 10, 2026 10:09
@maxreichmann

Copy link
Copy Markdown
Member

Closing this PR due to node engine incompatibility (requires 22)

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/eslint-plugin-ava-16.0.1 branch August 10, 2026 10:11
@maxreichmann

Copy link
Copy Markdown
Member

@dependabot ignore this dependency

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you about eslint-plugin-ava again, unless you re-open this PR.

@maxreichmann
maxreichmann restored the dependabot/npm_and_yarn/eslint-plugin-ava-16.0.1 branch August 13, 2026 09:43
@maxreichmann maxreichmann reopened this Aug 13, 2026
This alignes the config with the version from UI5/cli.

+ build(deps-dev): Bump ava from 6.4.1 to 8.0.1
+ build(deps-dev): Bump eslint from 9.39.3 to 10.8.1
+ test: Adjust test to work with new ava version
@maxreichmann

Copy link
Copy Markdown
Member

Closing due to node engine incompatibility (breaks CI tests)

@maxreichmann
maxreichmann deleted the dependabot/npm_and_yarn/eslint-plugin-ava-16.0.1 branch August 13, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Automated dependency update javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant