Skip to content

Commit e7b604f

Browse files
authored
build: update to latest jasmine and resolve errors (#21841)
Updates to the latest version of Jasmine and fixes some lint failures.
1 parent 86251af commit e7b604f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"@types/glob": "^7.1.3",
101101
"@types/gulp": "4.0.8",
102102
"@types/inquirer": "^7.3.1",
103-
"@types/jasmine": "^3.5.4",
103+
"@types/jasmine": "^3.6.0",
104104
"@types/marked": "^1.2.1",
105105
"@types/merge2": "^0.3.30",
106106
"@types/minimist": "^1.2.0",
@@ -127,8 +127,8 @@
127127
"highlight.js": "^10.4.0",
128128
"husky": "5.0.6",
129129
"inquirer": "^7.1.0",
130-
"jasmine": "^3.5.0",
131-
"jasmine-core": "^3.5.0",
130+
"jasmine": "^3.6.0",
131+
"jasmine-core": "^3.6.0",
132132
"kagekiri": "^1.0.18",
133133
"karma": "^4.4.1",
134134
"karma-browserstack-launcher": "^1.6.0",

tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"no-namespace": true,
101101
"jsdoc-format": [true, "check-multiline-start"],
102102
"no-duplicate-imports": true,
103-
"await-promise": true,
103+
"await-promise": [true, "PromiseLike"],
104104
"array-type": [true, "array"],
105105

106106
// Codelyzer

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1959,10 +1959,10 @@
19591959
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#4ba8ddb720221f432e443bd5f9117fd22cfd4762"
19601960
integrity sha512-sz7iLqvVUg1gIedBOvlkxPlc8/uVzyS5OwGz1cKjXzkl3FpL3al0crU8YGU1WoHkxn0Wxbw5tyi6hvzJKNzFsw==
19611961

1962-
"@types/jasmine@^3.5.4":
1963-
version "3.5.4"
1964-
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.5.4.tgz#8f9b7b03cc6204d2048b08128dac1f341bfe0591"
1965-
integrity sha512-Uc/obv/lRh1t6RMOV6wkiAfYSZ0AOSTJqVl0Th8bHFcDhw4rQ0L60sxVnmOJj+RXbVboAE1Fd/mBclQWARRAsQ==
1962+
"@types/jasmine@^3.6.0":
1963+
version "3.6.3"
1964+
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.6.3.tgz#824df555b8a5114f91619e78d8f59624d6f23050"
1965+
integrity sha512-5QKAG8WfC9XrOgYLXPrxv1G2IIUE6zDyzTWamhNWJO0LqPRUbZ0q0zGHDhDJ7MpFloUuyME/jpBIdPjq3/P3jA==
19661966

19671967
"@types/lodash.debounce@^4.0.6":
19681968
version "4.0.6"
@@ -7734,7 +7734,7 @@ istanbul@^0.4.5:
77347734
which "^1.1.1"
77357735
wordwrap "^1.0.0"
77367736

7737-
jasmine-core@^3.5.0, jasmine-core@^3.6.0, jasmine-core@~3.6.0:
7737+
jasmine-core@^3.6.0, jasmine-core@~3.6.0:
77387738
version "3.6.0"
77397739
resolved "https://registry.yarnpkg.com/jasmine-core/-/jasmine-core-3.6.0.tgz#491f3bb23941799c353ceb7a45b38a950ebc5a20"
77407740
integrity sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw==
@@ -7761,7 +7761,7 @@ [email protected]:
77617761
glob "^7.0.6"
77627762
jasmine-core "~2.8.0"
77637763

7764-
jasmine@^3.5.0:
7764+
jasmine@^3.6.0:
77657765
version "3.6.4"
77667766
resolved "https://registry.yarnpkg.com/jasmine/-/jasmine-3.6.4.tgz#1f8e4a0d5028a2dc66942b73b9fef4c32be97ad5"
77677767
integrity sha512-hIeOou6y0BgCOKYgXYveQvlY+PTHgDPajFf+vLCYbMTQ+VjAP9+EQv0nuC9+gyCAAWISRFauB1XUb9kFuOKtcQ==

0 commit comments

Comments
 (0)