Skip to content

chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4 - #1074

Merged
brunoborges merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-jest-29.15.4
Jul 6, 2026
Merged

chore(deps-dev): bump eslint-plugin-jest from 29.0.1 to 29.15.4#1074
brunoborges merged 1 commit into
mainfrom
dependabot/npm_and_yarn/eslint-plugin-jest-29.15.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps eslint-plugin-jest from 29.0.1 to 29.15.4.

Release notes

Sourced from eslint-plugin-jest's releases.

v29.15.4

29.15.4 (2026-06-30)

Bug Fixes

  • no-export: don't report on assignment to locals named module (#1976) (da02c0c)

v29.15.3

29.15.3 (2026-06-26)

Bug Fixes

  • no-export: treat describe blocks as test files (#1978) (70568b0)

v29.15.2

29.15.2 (2026-04-09)

Bug Fixes

  • valid-mock-module-path: don't report virtual mocks (#1946) (a1916d1)

v29.15.1

29.15.1 (2026-03-24)

Bug Fixes

v29.15.0

29.15.0 (2026-02-15)

Features

  • no-conditional-in-test: only report optional chaining when allowOptionalChaining is false (#1934) (3f5751e)

v29.14.0

29.14.0 (2026-02-12)

Features

  • no-conditional-in-test: ban optional chaining (#1933) (6406493)

v29.13.0

29.13.0 (2026-02-08)

... (truncated)

Changelog

Sourced from eslint-plugin-jest's changelog.

29.15.4 (2026-06-30)

Bug Fixes

  • no-export: don't report on assignment to locals named module (