Skip to content

Commit 05d86ae

Browse files
committed
build: pin tslint-sonarts
1 parent 19cb354 commit 05d86ae

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"tree-kill": "^1.2.0",
130130
"ts-node": "^5.0.0",
131131
"tslint-no-circular-imports": "^0.6.0",
132-
"tslint-sonarts": "^1.7.0"
132+
"tslint-sonarts": "1.9.0"
133133
},
134134
"husky": {
135135
"hooks": {

scripts/validate-licenses.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const ignoredPackages = [
6565
'@angular/devkit-repo@0.0.0', // Hey, that's us!
6666
// * Development only
6767
'spdx-license-ids@3.0.1', // CC0 but it's content only (index.json, no code) and not distributed.
68-
'tslint-sonarts@1.8.0', // LGPL-3.0 but only used as a tool, not linked in the build.
68+
'tslint-sonarts@1.9.0', // LGPL-3.0 but only used as a tool, not linked in the build.
6969

7070
// * Broken license fields
7171
'bitsyntax@0.0.4', // MIT but no license field in package.json

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9267,10 +9267,10 @@ tslint-no-circular-imports@^0.6.0:
92679267
resolved "https://registry.yarnpkg.com/tslint-no-circular-imports/-/tslint-no-circular-imports-0.6.1.tgz#a91358395a81c067bf104a641f269655057715cd"
92689268
integrity sha512-XuRgHZKFu6dv7fm/tuilmvynLHgtCTd63/p3744dYVEpnMExp2Jd9IwTiBOGmy5bUDlpTy117vtBcLd028RsBA==
92699269

9270-
tslint-sonarts@^1.7.0:
9271-
version "1.8.0"
9272-
resolved "https://registry.yarnpkg.com/tslint-sonarts/-/tslint-sonarts-1.8.0.tgz#80f2e8addd418c3b8807fc0155dec33b5a81e8d1"
9273-
integrity sha512-tpijO5VR18e+Ny99uMNNov3Hw7diiYQ8KoJkezpHGw9hSFFrO5g2PhwdQQo7O9puhJKMIutLl9g+ICMgg+bh0w==
9270+
tslint-sonarts@1.9.0:
9271+
version "1.9.0"
9272+
resolved "https://registry.yarnpkg.com/tslint-sonarts/-/tslint-sonarts-1.9.0.tgz#feb593e92db328c0328b430b838adbe65d504de9"
9273+
integrity sha512-CJWt+IiYI8qggb2O/JPkS6CkC5DY1IcqRsm9EHJ+AxoWK70lvtP7jguochyNDMP2vIz/giGdWCfEM39x/I/Vnw==
92749274
dependencies:
92759275
immutable "^3.8.2"
92769276

0 commit comments

Comments
 (0)