Skip to content
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

fix(@jest/types): align jest v28 dependencies (requires typescript bump to v4.5) #60832

Merged
merged 8 commits into from
Jun 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/expect-puppeteer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Jason Mong <https://github.com/jfm710>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />

Expand Down
2 changes: 1 addition & 1 deletion types/heft-jest/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Pete Gonzalez <https://github.com/octogonz>
// Ian Clanton-Thuon <https://github.com/iclanton>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />
/// <reference path="./mocked.d.ts" />
Expand Down
2 changes: 1 addition & 1 deletion types/jest-axe/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/nickcolley/jest-axe
// Definitions by: erbridge <https://github.com/erbridge>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />

Expand Down
2 changes: 1 addition & 1 deletion types/jest-expect-message/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Mike Davydov <https://github.com/mike-d-davydov>
// Michael Bashurov <https://github.com/saitonakamura>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest"/>

Expand Down
2 changes: 1 addition & 1 deletion types/jest-image-snapshot/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// erbridge <https://github.com/erbridge>
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />
import { PixelmatchOptions } from 'pixelmatch';
Expand Down
2 changes: 1 addition & 1 deletion types/jest-in-case/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/thinkmill/jest-in-case#readme
// Definitions by: Geovani de Souza <https://github.com/geovanisouza92>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />
/// <reference types="node" />
Expand Down
2 changes: 1 addition & 1 deletion types/jest-json-schema/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/americanexpress/jest-json-schema#readme
// Definitions by: Matt Scheurich <https://github.com/lvl99>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />
import * as ajv from 'ajv';
Expand Down
2 changes: 1 addition & 1 deletion types/jest-matcher-one-of/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/d4nyll/jest-matcher-one-of#readme
// Definitions by: Joe Mitchard <https://github.com/joemitchard>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />
declare namespace jest {
Expand Down
2 changes: 1 addition & 1 deletion types/jest-plugin-context/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/negativetwelve/jest-plugins/tree/master/packages/jest-plugin-context, https://github.com/negativetwelve/jest-plugins
// Definitions by: Jonas Heinrich <https://github.com/jonasheinrich>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />

Expand Down
2 changes: 1 addition & 1 deletion types/jest-sinon/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/djkf/jest-sinon/#readme
// Definitions by: Martin Seidel <https://github.com/seidelmartin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />
/// <reference types="sinon" />
Expand Down
2 changes: 1 addition & 1 deletion types/jest-specific-snapshot/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/igor-dv/jest-specific-snapshot#readme
// Definitions by: Janeene Beeforth <https://github.com/dawnmist>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />

Expand Down
2 changes: 1 addition & 1 deletion types/jest-when/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Gregor Stamać <https://github.com/gstamac>
// Nicholas Hehr <https://github.com/hipsterbrown>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />

Expand Down
2 changes: 1 addition & 1 deletion types/jest/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// Alexandre Germain <https://github.com/gerkindev>
// Adam Jones <https://github.com/domdomegg>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

declare var beforeAll: jest.Lifecycle;
declare var beforeEach: jest.Lifecycle;
Expand Down
4 changes: 2 additions & 2 deletions types/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"dependencies": {
"jest-matcher-utils": "^27.0.0",
"pretty-format": "^27.0.0"
"jest-matcher-utils": "^28.0.0",
"pretty-format": "^28.0.0"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion types/mapbox__aws-sdk-jest/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/mapbox/aws-sdk-jest#readme
// Definitions by: stevensnoeijen <https://github.com/stevensnoeijen>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.8
viceice marked this conversation as resolved.
Show resolved Hide resolved
// Minimum TypeScript Version: 4.3

/// <reference types="node"/>
/// <reference types="jest" />
Expand Down
2 changes: 1 addition & 1 deletion types/testing-library__jest-dom/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Seth Macpherson <https://github.com/smacpherson64>
// Andrew Leedham <https://github.com/AndrewLeedham>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8
// Minimum TypeScript Version: 4.3

/// <reference types="jest" />

Expand Down