Skip to content

Commit c4310b1

Browse files
authored
feat: bump dependency ranges to TypeScript 4.7 (typescript-eslint#5082)
1 parent 594116e commit c4310b1

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
"tmp": "^0.2.1",
112112
"ts-node": "^10.7.0",
113113
"tslint": "^6.1.3",
114-
"typescript": ">=3.3.1 <4.6.0 || 4.7.1-rc"
114+
"typescript": ">=3.3.1 <4.8.0"
115115
},
116116
"resolutions": {
117-
"typescript": "4.7.1-rc",
117+
"typescript": "4.7.2",
118118
"@types/node": "^17.0.31",
119119
"pretty-format": "^28.1.0",
120120
"//": "Pin jest to v28 across the repo",

packages/typescript-estree/src/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const SUPPORTED_TYPESCRIPT_VERSIONS = '>=3.3.1 <4.8.0';
3535
* The semver package will ignore prerelease ranges, and we don't want to explicitly document every one
3636
* List them all separately here, so we can automatically create the full string
3737
*/
38-
const SUPPORTED_PRERELEASE_RANGES: string[] = ['4.7.0-beta', '4.7.1-rc'];
38+
const SUPPORTED_PRERELEASE_RANGES: string[] = [];
3939
const ACTIVE_TYPESCRIPT_VERSION = ts.version;
4040
const isRunningSupportedTypeScriptVersion = semver.satisfies(
4141
ACTIVE_TYPESCRIPT_VERSION,

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14244,10 +14244,10 @@ typedarray@^0.0.6:
1424414244
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1424514245
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1424614246

14247-
typescript@*, [email protected].1-rc, "typescript@>=3.3.1 <4.6.0 || 4.7.1-rc", typescript@^4.4.3, typescript@^4.5.3, typescript@^4.5.5, typescript@~4.6.3:
14248-
version "4.7.1-rc"
14249-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.1-rc.tgz#23a0517d36c56de887b4457f29e2d265647bbd7c"
14250-
integrity sha512-EQd2NVelDe6ZVc2sO1CSpuSs+RHzY8c2n/kTNQAHw4um/eAXY+ZY4IKoUpNK0wO6C5hN+XcUXR7yqT8VbwwNIQ==
14247+
typescript@*, [email protected].2, "typescript@>=3.3.1 <4.8.0", typescript@^4.4.3, typescript@^4.5.3, typescript@^4.5.5, typescript@~4.6.3:
14248+
version "4.7.2"
14249+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.2.tgz#1f9aa2ceb9af87cca227813b4310fff0b51593c4"
14250+
integrity sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==
1425114251

1425214252
ua-parser-js@^0.7.30:
1425314253
version "0.7.31"

0 commit comments

Comments
 (0)