Skip to content

Update all (major) #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update all (major) #213

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 28, 2022

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action major v3 -> v4 age adoption passing confidence
actions/setup-node action major v3 -> v4 age adoption passing confidence
codecov/codecov-action action major v3 -> v5 age adoption passing confidence
eslint-plugin-jest devDependencies major 26.9.0 -> 28.12.0 age adoption passing confidence
supertest devDependencies major 6.3.4 -> 7.1.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-node (actions/setup-node)

v4

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v4

Compare Source

What's Changed
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.12.0

Compare Source

Features
  • no-disabled-tests: improve error message and simplify rule (#​1739) (1fb5a4a)

28.11.2 (2025-05-29)

Bug Fixes

28.11.1 (2025-05-27)

Bug Fixes
  • no-large-snapshots: use a far better message for when an unexpected snapshot is found (#​1736) (0f5b873)

v28.11.2

Compare Source

Bug Fixes

v28.11.1

Compare Source

Bug Fixes
  • no-large-snapshots: use a far better message for when an unexpected snapshot is found (#​1736) (0f5b873)

v28.11.0

Compare Source

Features
  • valid-expect: allow calling expect with no arguments (#​1688) (ff0349e)

28.10.1 (2025-01-15)

Bug Fixes

v28.10.1

Compare Source

Bug Fixes

v28.10.0

Compare Source

Features
  • unbound-method: ignore functions passed to jest.mocked (#​1681) (d868636)

v28.9.0

Compare Source

Features

28.8.3 (2024-09-04)

Bug Fixes
  • prefer-importing-jest-globals: don't add imports in the middle of statements (#​1645) (9c4197c)

28.8.2 (2024-09-02)

Performance Improvements
  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#​1646) (0660242)

28.8.1 (2024-08-29)

Bug Fixes
  • prefer-importing-jest-globals: support typescript-eslint parser (#​1639) (307f6a7)

v28.8.3

Compare Source

Bug Fixes
  • prefer-importing-jest-globals: don't add imports in the middle of statements (#​1645) (9c4197c)

v28.8.2

Compare Source

Performance Improvements
  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#​1646) (0660242)

v28.8.1

Compare Source

Bug Fixes
  • prefer-importing-jest-globals: support typescript-eslint parser (#​1639) (307f6a7)

v28.8.0

Compare Source

Features
  • import formatting rules from eslint-plugin-jest-formatting (#​1563) (74078ee)

v28.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://redirect.github.com/typescript-eslint) v8 (#​1636) (fb43171)

v28.6.0

Compare Source

Features

v28.5.0

Compare Source

Features
  • allow @typescript-eslint/utils v7 as a direct dependency (#​1567) (1476f10)

v28.4.0

Compare Source

Features
  • valid-expect: supporting automatically fixing missing await in some cases (#​1574) (a407098)

v28.3.0

Compare Source

Features

v28.2.0

Compare Source

Features

28.1.1 (2024-04-06)

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.1

Compare Source

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.0

Compare Source

Features

v28.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Node v19 is no longer supported
  • removed unneeded snapshot processor and flat/snapshot config
  • dropped support for @typescript-eslint/eslint-plugin v5
  • dropped support for Node v14
  • removed no-if in favor of no-conditional-in-test

v27.9.0

Compare Source

Features

v27.8.0

Compare Source

Features

v27.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://redirect.github.com/typescript-eslint) v7 (#​1500) (6be2928)

27.6.3 (2024-01-12)

Bug Fixes

27.6.2 (2024-01-10)

Reverts

27.6.1 (2024-01-01)

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

v27.6.3

Compare Source

Bug Fixes

v27.6.2

Compare Source

Reverts

v27.6.1

Compare Source

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

v27.6.0

Compare Source

Features

v27.5.0

Compare Source

Features
  • valid-title: allow ignoring tests with non-string titles (#​1460) (ea89da9)

27.4.3 (2023-10-20)

Bug Fixes

27.4.2 (2023-09-29)

Bug Fixes

27.4.1 (2023-09-29)

Bug Fixes
  • no-focused-tests: make reporting location consistent (#​1443) (a871775)

v27.4.3

Compare Source

Bug Fixes

v27.4.2

Compare Source

Bug Fixes

v27.4.1

Compare Source

Bug Fixes
  • no-focused-tests: make reporting location consistent (#​1443) (a871775)

v27.4.0

Compare Source

Features
  • valid-title: support ignoring leading and trailing whitespace (#​1433) (bc96473)

v27.3.0

Compare Source

Features

27.2.3 (2023-07-13)

Bug Fixes

27.2.2 (2023-06-19)

Bug Fixes

27.2.1 (2023-01-06)

Bug Fixes

v27.2.3

Compare Source

Bug Fixes

v27.2.2

Compare Source

Bug Fixes

v27.2.1

Compare Source

Bug Fixes

v27.2.0

Compare Source

Features

27.1.7 (2022-12-15)

Bug Fixes

27.1.6 (2022-11-24)

Bug Fixes
  • ensure rule fixes produce valid code when function params and args have trailing commas (#​1282) (8eca0b7)

27.1.5 (2022-11-10)

Performance Improvements
  • use Set instead of iterating, and deduplicate a function (#​1278) (0e048f1)

27.1.4 (2022-11-04)

Performance Improvements
  • don't collect more info than needed when resolving jest functions (#​1275) (e4a5674)

27.1.3 (2022-10-18)

Bug Fixes

27.1.2 (2022-10-14)

Bug Fixes
  • valid-expect-in-promise: adjust grammar in rule message (#​1264) (4494ed2)

27.1.1 (2022-10-05)

Bug Fixes

v27.1.7

Compare Source

Bug Fixes

v27.1.6

Compare Source

Bug Fixes
  • ensure rule fixes produce valid code when function params and args have trailing commas (#​1282) (8eca0b7)

v27.1.5

Compare Source

Performance Improvements
  • use Set instead of iterating, and deduplicate a function (#​1278) (0e048f1)

v27.1.4

Compare Source

Performance Improvements
  • don't collect more info than needed when resolving jest functions (#​1275) (e4a5674)

v27.1.3

Compare Source

Bug Fixes

v27.1.2

Compare Source

Bug Fixes
  • valid-expect-in-promise: adjust grammar in rule message (#​1264) (4494ed2)

v27.1.1

Compare Source

Bug Fixes

v27.1.0

Compare Source

Features

27.0.4 (2022-09-10)

Bug Fixes

27.0.3 (2022-09-09)

Bug Fixes

27.0.2 (2022-09-08)

Bug Fixes
  • no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#​1236) (5fe4568), closes #​1235

27.0.1 (2022-08-28)

Bug Fixes
  • prefer-expect-assertions: report on concise arrow functions with expect call (#​1225) (64ec9c1)

v27.0.4

Compare Source

Bug Fixes

v27.0.3

Compare Source

Bug Fixes

v27.0.2

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 7ec4494 to 1c43d06 Compare August 30, 2022 17:00
@renovate renovate bot force-pushed the renovate/major-all branch 6 times, most recently from 44c68eb to 8a8faee Compare September 12, 2022 20:39
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from cb89e90 to fff9309 Compare September 26, 2022 18:57
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from 4c398d9 to e79fa67 Compare October 8, 2022 23:15
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from c08c4a5 to 10fc8e3 Compare October 22, 2022 01:08
@renovate renovate bot force-pushed the renovate/major-all branch from 10fc8e3 to 32132d8 Compare October 25, 2022 03:22
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 740b1f3 to fa4d9ae Compare November 10, 2022 20:44
@renovate renovate bot force-pushed the renovate/major-all branch from fa4d9ae to 14db106 Compare November 14, 2022 01:01
@renovate renovate bot force-pushed the renovate/major-all branch from a10f9b6 to ee75aaf Compare March 2, 2024 09:35
@renovate renovate bot enabled auto-merge (rebase) March 20, 2024 14:30
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 12dc539 to 5729f42 Compare March 25, 2024 19:49
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 9012089 to 819d7eb Compare April 7, 2024 00:19
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 22982ef to b062491 Compare April 24, 2024 17:08
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 845e4fe to dd36b1b Compare May 3, 2024 22:22
@renovate renovate bot force-pushed the renovate/major-all branch from dd36b1b to 2415f5c Compare June 6, 2024 22:32
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from cc08c34 to d84a2f0 Compare August 7, 2024 19:33
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from defe836 to 5e5ab4e Compare September 4, 2024 23:17
@renovate renovate bot force-pushed the renovate/major-all branch from 5e5ab4e to ff25f8c Compare November 5, 2024 22:58
@renovate renovate bot force-pushed the renovate/major-all branch from ff25f8c to 6918c17 Compare November 14, 2024 18:13
@renovate renovate bot force-pushed the renovate/major-all branch from 6918c17 to f2f4427 Compare December 19, 2024 19:03
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 01a5960 to 4514257 Compare January 15, 2025 04:33
@renovate renovate bot force-pushed the renovate/major-all branch from 4514257 to 659560e Compare March 20, 2025 16:08
@renovate renovate bot force-pushed the renovate/major-all branch from 659560e to 9fb7a86 Compare May 12, 2025 11:41
@renovate renovate bot force-pushed the renovate/major-all branch from 9fb7a86 to ec8ee0b Compare May 28, 2025 02:05
@renovate renovate bot force-pushed the renovate/major-all branch from ec8ee0b to 7f2aed9 Compare May 29, 2025 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant