File tree Expand file tree Collapse file tree 27 files changed +113
-84
lines changed
stack-trace-source-maps-with-coverage
jest-cli/src/init/__tests__/fixtures
typescript-in-dependencies
typescript-in-dev-dependencies Expand file tree Collapse file tree 27 files changed +113
-84
lines changed Original file line number Diff line number Diff line change 1010
1111- ` [@jest/expect-utils] ` Fix deep equality of ImmutableJS OrderedMaps ([ #12763 ] ( https://github.com/facebook/jest/pull/12899 ) )
1212- ` [jest-docblock] ` Handle multiline comments in parseWithComments ([ #12845 ] ( https://github.com/facebook/jest/pull/12845 ) )
13+ - ` [jest-mock] ` Improve ` spyOn ` error messages ([ #12901 ] ( https://github.com/facebook/jest/pull/12901 ) )
1314- ` [jest-worker] ` Make ` JestWorkerFarm ` helper type to include methods of worker module that take more than one argument ([ #12839 ] ( https://github.com/facebook/jest/pull/12839 ) )
1415
1516### Chore & Maintenance
Original file line number Diff line number Diff line change 77 "testEnvironment" : " node"
88 },
99 "dependencies" : {
10- "typescript" : " ^4.6 .2"
10+ "typescript" : " ^4.7 .2"
1111 }
1212}
Original file line number Diff line number Diff line change @@ -9,26 +9,26 @@ __metadata:
99 version : 0.0.0-use.local
1010 resolution : " root-workspace-0b6124@workspace:."
1111 dependencies :
12- typescript : ^4.6 .2
12+ typescript : ^4.7 .2
1313 languageName : unknown
1414 linkType : soft
1515
16- " typescript@npm:^4.6 .2 " :
17- version : 4.6.3
18- resolution : " typescript@npm:4.6.3 "
16+ " typescript@npm:^4.7 .2 " :
17+ version : 4.7.2
18+ resolution : " typescript@npm:4.7.2 "
1919 bin :
2020 tsc : bin/tsc
2121 tsserver : bin/tsserver
22- checksum : 255bb26c8cb846ca689dd1c3a56587af4f69055907aa2c154796ea28ee0dea871535b1c78f85a6212c77f2657843a269c3a742d09d81495b97b914bf7920415b
22+ checksum : 5163585e6b56410f77d5483b698d9489bbee8902c99029eb70cf6d21525a186530ce19a00951af84eefd4a131cc51d0959f5118e25e70ab61f45ac4057dbd1ef
2323 languageName : node
2424 linkType : hard
2525
26- " typescript@patch:typescript@^4.6 .2#~builtin<compat/typescript> " :
27- version : 4.6.3
28- resolution : " typescript@patch:typescript@npm%3A4.6.3 #~builtin<compat/typescript>::version=4.6.3 &hash=7ad353"
26+ " typescript@patch:typescript@^4.7 .2#~builtin<compat/typescript> " :
27+ version : 4.7.2
28+ resolution : " typescript@patch:typescript@npm%3A4.7.2 #~builtin<compat/typescript>::version=4.7.2 &hash=7ad353"
2929 bin :
3030 tsc : bin/tsc
3131 tsserver : bin/tsserver
32- checksum : 6bf45caf847062420592e711bc9c28bf5f9a9a7fa8245343b81493e4ededae33f1774009d1234d911422d1646a2c839f44e1a23ecb111b40a60ac2ea4c1482a8
32+ checksum : 7e2b9a9f4a70fb7616f1b0d986977f8e34a74f046202fa7f24fdee79589598277810fa216b3776c20c0683a9235872c73be34fdb93f67f98c1efaca40999422f
3333 languageName : node
3434 linkType : hard
Original file line number Diff line number Diff line change 88 "testRegex" : " fails"
99 },
1010 "dependencies" : {
11- "typescript" : " ^4.6 .2"
11+ "typescript" : " ^4.7 .2"
1212 }
1313}
Original file line number Diff line number Diff line change @@ -9,26 +9,26 @@ __metadata:
99 version : 0.0.0-use.local
1010 resolution : " root-workspace-0b6124@workspace:."
1111 dependencies :
12- typescript : ^4.6 .2
12+ typescript : ^4.7 .2
1313 languageName : unknown
1414 linkType : soft
1515
16- " typescript@npm:^4.6 .2 " :
17- version : 4.6.3
18- resolution : " typescript@npm:4.6.3 "
16+ " typescript@npm:^4.7 .2 " :
17+ version : 4.7.2
18+ resolution : " typescript@npm:4.7.2 "
1919 bin :
2020 tsc : bin/tsc
2121 tsserver : bin/tsserver
22- checksum : 255bb26c8cb846ca689dd1c3a56587af4f69055907aa2c154796ea28ee0dea871535b1c78f85a6212c77f2657843a269c3a742d09d81495b97b914bf7920415b
22+ checksum : 5163585e6b56410f77d5483b698d9489bbee8902c99029eb70cf6d21525a186530ce19a00951af84eefd4a131cc51d0959f5118e25e70ab61f45ac4057dbd1ef
2323 languageName : node
2424 linkType : hard
2525
26- " typescript@patch:typescript@^4.6 .2#~builtin<compat/typescript> " :
27- version : 4.6.3
28- resolution : " typescript@patch:typescript@npm%3A4.6.3 #~builtin<compat/typescript>::version=4.6.3 &hash=7ad353"
26+ " typescript@patch:typescript@^4.7 .2#~builtin<compat/typescript> " :
27+ version : 4.7.2
28+ resolution : " typescript@patch:typescript@npm%3A4.7.2 #~builtin<compat/typescript>::version=4.7.2 &hash=7ad353"
2929 bin :
3030 tsc : bin/tsc
3131 tsserver : bin/tsserver
32- checksum : 6bf45caf847062420592e711bc9c28bf5f9a9a7fa8245343b81493e4ededae33f1774009d1234d911422d1646a2c839f44e1a23ecb111b40a60ac2ea4c1482a8
32+ checksum : 7e2b9a9f4a70fb7616f1b0d986977f8e34a74f046202fa7f24fdee79589598277810fa216b3776c20c0683a9235872c73be34fdb93f67f98c1efaca40999422f
3333 languageName : node
3434 linkType : hard
Original file line number Diff line number Diff line change 88 "testRegex" : " fails"
99 },
1010 "dependencies" : {
11- "typescript" : " ^4.6 .2"
11+ "typescript" : " ^4.7 .2"
1212 }
1313}
Original file line number Diff line number Diff line change @@ -9,26 +9,26 @@ __metadata:
99 version : 0.0.0-use.local
1010 resolution : " root-workspace-0b6124@workspace:."
1111 dependencies :
12- typescript : ^4.6 .2
12+ typescript : ^4.7 .2
1313 languageName : unknown
1414 linkType : soft
1515
16- " typescript@npm:^4.6 .2 " :
17- version : 4.6.3
18- resolution : " typescript@npm:4.6.3 "
16+ " typescript@npm:^4.7 .2 " :
17+ version : 4.7.2
18+ resolution : " typescript@npm:4.7.2 "
1919 bin :
2020 tsc : bin/tsc
2121 tsserver : bin/tsserver
22- checksum : 255bb26c8cb846ca689dd1c3a56587af4f69055907aa2c154796ea28ee0dea871535b1c78f85a6212c77f2657843a269c3a742d09d81495b97b914bf7920415b
22+ checksum : 5163585e6b56410f77d5483b698d9489bbee8902c99029eb70cf6d21525a186530ce19a00951af84eefd4a131cc51d0959f5118e25e70ab61f45ac4057dbd1ef
2323 languageName : node
2424 linkType : hard
2525
26- " typescript@patch:typescript@^4.6 .2#~builtin<compat/typescript> " :
27- version : 4.6.3
28- resolution : " typescript@patch:typescript@npm%3A4.6.3 #~builtin<compat/typescript>::version=4.6.3 &hash=7ad353"
26+ " typescript@patch:typescript@^4.7 .2#~builtin<compat/typescript> " :
27+ version : 4.7.2
28+ resolution : " typescript@patch:typescript@npm%3A4.7.2 #~builtin<compat/typescript>::version=4.7.2 &hash=7ad353"
2929 bin :
3030 tsc : bin/tsc
3131 tsserver : bin/tsserver
32- checksum : 6bf45caf847062420592e711bc9c28bf5f9a9a7fa8245343b81493e4ededae33f1774009d1234d911422d1646a2c839f44e1a23ecb111b40a60ac2ea4c1482a8
32+ checksum : 7e2b9a9f4a70fb7616f1b0d986977f8e34a74f046202fa7f24fdee79589598277810fa216b3776c20c0683a9235872c73be34fdb93f67f98c1efaca40999422f
3333 languageName : node
3434 linkType : hard
Original file line number Diff line number Diff line change 77 "testEnvironment" : " node"
88 },
99 "dependencies" : {
10- "typescript" : " ^4.6 .2"
10+ "typescript" : " ^4.7 .2"
1111 }
1212}
Original file line number Diff line number Diff line change @@ -9,26 +9,26 @@ __metadata:
99 version : 0.0.0-use.local
1010 resolution : " root-workspace-0b6124@workspace:."
1111 dependencies :
12- typescript : ^4.6 .2
12+ typescript : ^4.7 .2
1313 languageName : unknown
1414 linkType : soft
1515
16- " typescript@npm:^4.6 .2 " :
17- version : 4.6.3
18- resolution : " typescript@npm:4.6.3 "
16+ " typescript@npm:^4.7 .2 " :
17+ version : 4.7.2
18+ resolution : " typescript@npm:4.7.2 "
1919 bin :
2020 tsc : bin/tsc
2121 tsserver : bin/tsserver
22- checksum : 255bb26c8cb846ca689dd1c3a56587af4f69055907aa2c154796ea28ee0dea871535b1c78f85a6212c77f2657843a269c3a742d09d81495b97b914bf7920415b
22+ checksum : 5163585e6b56410f77d5483b698d9489bbee8902c99029eb70cf6d21525a186530ce19a00951af84eefd4a131cc51d0959f5118e25e70ab61f45ac4057dbd1ef
2323 languageName : node
2424 linkType : hard
2525
26- " typescript@patch:typescript@^4.6 .2#~builtin<compat/typescript> " :
27- version : 4.6.3
28- resolution : " typescript@patch:typescript@npm%3A4.6.3 #~builtin<compat/typescript>::version=4.6.3 &hash=7ad353"
26+ " typescript@patch:typescript@^4.7 .2#~builtin<compat/typescript> " :
27+ version : 4.7.2
28+ resolution : " typescript@patch:typescript@npm%3A4.7.2 #~builtin<compat/typescript>::version=4.7.2 &hash=7ad353"
2929 bin :
3030 tsc : bin/tsc
3131 tsserver : bin/tsserver
32- checksum : 6bf45caf847062420592e711bc9c28bf5f9a9a7fa8245343b81493e4ededae33f1774009d1234d911422d1646a2c839f44e1a23ecb111b40a60ac2ea4c1482a8
32+ checksum : 7e2b9a9f4a70fb7616f1b0d986977f8e34a74f046202fa7f24fdee79589598277810fa216b3776c20c0683a9235872c73be34fdb93f67f98c1efaca40999422f
3333 languageName : node
3434 linkType : hard
Original file line number Diff line number Diff line change 1515 "core-js" : " ^3.2.1" ,
1616 "rxjs" : " ^7.5.5" ,
1717 "tslib" : " ^2.0.0" ,
18- "typescript" : " ^4.6 .2" ,
18+ "typescript" : " ^4.7 .2" ,
1919 "zone.js" : " ~0.11.3"
2020 },
2121 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments