Skip to content

Commit

Permalink
fix: downlevel .d.ts files for compat with older TS versions (#9705)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 26, 2020
1 parent 677b763 commit d4057ce
Show file tree
Hide file tree
Showing 44 changed files with 335 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@

### Fixes

- `[*]` Downlevel TypeScript definitions files for compatibility with TS<3.8 ([#9705](https://github.com/facebook/jest/pull/9705))

### Chore & Maintenance

### Performance
Expand Down
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -32,6 +32,7 @@
"codecov": "^3.0.0",
"debug": "^4.0.1",
"dedent": "^0.7.0",
"downlevel-dts": "^0.4.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-babel": "^5.1.0",
Expand Down Expand Up @@ -76,6 +77,7 @@
"slash": "^3.0.0",
"string-length": "^3.1.0",
"strip-ansi": "^6.0.0",
"throat": "^5.0.0",
"typescript": "^3.8.2",
"webpack": "^4.28.4",
"which": "^2.0.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/babel-jest/package.json
Expand Up @@ -10,6 +10,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/transform": "^25.2.0",
"@jest/types": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/babel-plugin-jest-hoist/package.json
Expand Up @@ -12,6 +12,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@types/babel__traverse": "^7.0.6"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/diff-sequences/package.json
Expand Up @@ -20,6 +20,13 @@
},
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"scripts": {
"perf": "node --expose-gc perf/index.js"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/expect/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"browser": "build-es5/index.js",
"dependencies": {
"@jest/types": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-changed-files/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/types": "^25.2.0",
"execa": "^3.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-circus/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-cli/package.json
Expand Up @@ -4,6 +4,13 @@
"version": "25.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/core": "^25.2.0",
"@jest/test-result": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-config/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@babel/core": "^7.1.0",
"@jest/test-sequencer": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-console/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/source-map": "^25.2.0",
"chalk": "^3.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-diff/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"chalk": "^3.0.0",
"diff-sequences": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-each/package.json
Expand Up @@ -4,6 +4,13 @@
"description": "Parameterised tests for Jest",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-environment-jsdom/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/environment": "^25.2.0",
"@jest/fake-timers": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-environment-node/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/environment": "^25.2.0",
"@jest/fake-timers": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-environment/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/fake-timers": "^25.2.0",
"@jest/types": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-fake-timers/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/types": "^25.2.0",
"jest-message-util": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-get-type/package.json
Expand Up @@ -13,6 +13,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-haste-map/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/types": "^25.2.0",
"anymatch": "^3.0.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-jasmine2/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@babel/traverse": "^7.1.0",
"@jest/environment": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-leak-detector/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"jest-get-type": "^25.1.0",
"pretty-format": "^25.2.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-matcher-utils/package.json
Expand Up @@ -13,6 +13,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"chalk": "^3.0.0",
"jest-diff": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-message-util/package.json
Expand Up @@ -12,6 +12,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@jest/test-result": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-mock/package.json
Expand Up @@ -18,6 +18,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"browser": "build-es5/index.js",
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-regex-util/package.json
Expand Up @@ -15,6 +15,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"publishConfig": {
"access": "public"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-repl/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/transform": "^25.2.0",
"@jest/types": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-reporters/package.json
Expand Up @@ -4,6 +4,13 @@
"version": "25.2.0",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@bcoe/v8-coverage": "^0.2.3",
"@jest/console": "^25.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/jest-resolve-dependencies/package.json
Expand Up @@ -9,6 +9,13 @@
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/types": "^25.2.0",
"jest-regex-util": "^25.2.0",
Expand Down

0 comments on commit d4057ce

Please sign in to comment.