Skip to content

Commit

Permalink
fix: update min ts version of jest & co to 3.8 to allow bumping dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
G-Rath committed Oct 4, 2020
1 parent d977155 commit 68b52e1
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion types/expect-puppeteer/index.d.ts
Expand Up @@ -4,7 +4,7 @@
// Tanguy Krotoff <https://github.com/tkrotoff>
// Jason Mong <https://github.com/jfm710>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1
// TypeScript Version: 3.8

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

Expand Down
2 changes: 1 addition & 1 deletion types/frisby/index.d.ts
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Christopher E. Woodland <https://github.com/cwoodland>
// Johnny Li <https://github.com/johnny4753>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1
// TypeScript Version: 3.8

/// <reference types='jest'/>

Expand Down
2 changes: 1 addition & 1 deletion types/heft-jest/index.d.ts
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.5
// TypeScript Version: 3.8

/// <reference types="jest" />
/// <reference path="./mocked.d.ts" />
Expand Down
2 changes: 1 addition & 1 deletion types/jest-axe/index.d.ts
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Josh Goldberg <https://github.com/JoshuaKGoldberg>
// erbridge <https://github.com/erbridge>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1
// TypeScript Version: 3.8

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

Expand Down
2 changes: 1 addition & 1 deletion types/jest-expect-message/index.d.ts
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.4
// TypeScript Version: 3.8

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

Expand Down
2 changes: 1 addition & 1 deletion types/jest-image-snapshot/index.d.ts
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.1
// TypeScript Version: 3.8

/// <reference types="jest" />
import { PixelmatchOptions } from 'pixelmatch';
Expand Down
2 changes: 1 addition & 1 deletion types/jest-image-snapshot/v2/index.d.ts
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Janeene Beeforth <https://github.com/dawnmist>
// erbridge <https://github.com/erbridge>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1
// TypeScript Version: 3.8

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

Expand Down
2 changes: 1 addition & 1 deletion types/jest-in-case/index.d.ts
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.1
// TypeScript Version: 3.8

/// <reference types="jest" />
/// <reference types="node" />
Expand Down
2 changes: 1 addition & 1 deletion types/jest-json-schema/index.d.ts
Expand Up @@ -3,7 +3,7 @@
// Definitions by: Igor Korolev <https://github.com/deadNightTiger>
// Matt Scheurich <https://github.com/lvl99>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1
// TypeScript Version: 3.8

/// <reference types="jest" />
import * as ajv from 'ajv';
Expand Down
2 changes: 1 addition & 1 deletion types/jest-matcher-one-of/index.d.ts
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.1
// TypeScript Version: 3.8

/// <reference types="jest" />
declare namespace jest {
Expand Down
2 changes: 1 addition & 1 deletion types/jest-plugin-context/index.d.ts
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.1
// TypeScript Version: 3.8

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

Expand Down
2 changes: 1 addition & 1 deletion types/jest-specific-snapshot/index.d.ts
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.1
// TypeScript Version: 3.8

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

Expand Down
2 changes: 1 addition & 1 deletion types/jest-when/index.d.ts
Expand Up @@ -5,7 +5,7 @@
// Gregor Stamać <https://github.com/gstamac>
// Valentin Stern <https://github.com/sehsyha>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1
// TypeScript Version: 3.8

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

Expand Down
1 change: 1 addition & 0 deletions types/jest/index.d.ts
Expand Up @@ -28,6 +28,7 @@
// Pawel Fajfer <https://github.com/pawfa>
// Regev Brody <https://github.com/regevbr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.8

declare var beforeAll: jest.Lifecycle;
declare var beforeEach: jest.Lifecycle;
Expand Down
4 changes: 2 additions & 2 deletions types/jest/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"dependencies": {
"jest-diff": "^25.2.1",
"pretty-format": "^25.2.1"
"jest-diff": "^26.0.0",
"pretty-format": "^26.0.0"
}
}
2 changes: 1 addition & 1 deletion types/testing-library__jest-dom/index.d.ts
Expand Up @@ -4,7 +4,7 @@
// John Gozde <https://github.com/jgoz>
// Seth Macpherson <https://github.com/smacpherson64>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1
// TypeScript Version: 3.8

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

Expand Down
2 changes: 1 addition & 1 deletion types/wordpress__jest-console/index.d.ts
Expand Up @@ -2,7 +2,7 @@
// Project: https://github.com/WordPress/gutenberg/blob/master/packages/jest-console/README.md
// Definitions by: Damien Sorel <https://github.com/mistic100>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.1
// TypeScript Version: 3.8

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

Expand Down

0 comments on commit 68b52e1

Please sign in to comment.