Skip to content

Commit 02413c2

Browse files
committed
ran yarn pkglint from root
1 parent 841a9df commit 02413c2

File tree

12 files changed

+46
-12
lines changed

12 files changed

+46
-12
lines changed

packages/@aws-cdk/aws-pipes-enrichments-alpha/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
"@aws-cdk/aws-pipes-alpha": "0.0.0",
9292
"@aws-cdk/integ-tests-alpha": "0.0.0"
9393
},
94-
"dependencies": {
95-
},
94+
"dependencies": {},
9695
"peerDependencies": {
9796
"@aws-cdk/aws-pipes-alpha": "0.0.0",
9897
"aws-cdk-lib": "^0.0.0",

packages/@aws-cdk/aws-pipes-sources-alpha/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@
9191
"@aws-cdk/aws-pipes-alpha": "0.0.0",
9292
"@aws-cdk/integ-tests-alpha": "0.0.0"
9393
},
94-
"dependencies": {
95-
},
94+
"dependencies": {},
9695
"peerDependencies": {
9796
"@aws-cdk/aws-pipes-alpha": "0.0.0",
9897
"aws-cdk-lib": "^0.0.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const baseConfig = require('../../../tools/@aws-cdk/cdk-build-tools/config/eslintrc');
2+
baseConfig.parserOptions.project = __dirname + '/tsconfig.json';
3+
module.exports = baseConfig;

packages/@aws-cdk/cloud-assembly-schema/.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@
77
!LICENSE
88
!NOTICE
99
!CONTRIBUTING.md
10+
11+
dist
12+
.LAST_PACKAGE
13+
.LAST_BUILD
14+
*.snk
15+
junit.xml
16+
.nyc_output
17+
coverage
18+
nyc.config.js
19+
!.eslintrc.js

packages/@aws-cdk/cloud-assembly-schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
},
6161
"scripts": {
62-
"build": "cdk-build --skip-lint",
62+
"build": "cdk-build",
6363
"gen": "cdk-copy cloud-assembly-schema",
6464
"watch": "cdk-watch",
6565
"test": "cdk-test",

packages/@aws-cdk/custom-resource-handlers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"private": true,
55
"version": "0.0.0",
66
"scripts": {
7-
"build": "tsc -b && node scripts/generate.js",
7+
"build": "cdk-build",
88
"integ": "integ-runner --language javascript",
99
"lint": "cdk-lint",
1010
"package": "cdk-package",
1111
"awslint": "cdk-awslint",
1212
"pkglint": "pkglint -f",
13-
"test": "jest",
13+
"test": "cdk-test",
1414
"watch": "cdk-watch",
1515
"build+test": "yarn build && yarn test",
1616
"build+test+package": "yarn build+test && yarn package",

packages/@aws-cdk/cx-api/.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@
77
!LICENSE
88
!NOTICE
99
!CONTRIBUTING.md
10+
11+
dist
12+
.LAST_PACKAGE
13+
.LAST_BUILD
14+
*.snk
15+
junit.xml
16+
.nyc_output
17+
coverage
18+
nyc.config.js
19+
!.eslintrc.js

packages/@aws-cdk/cx-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"scripts": {
61-
"build": "yarn gen && cdk-build --skip-lint",
61+
"build": "cdk-build",
6262
"gen": "cdk-copy cx-api",
6363
"watch": "cdk-watch",
6464
"lint": "cdk-lint && madge --circular --extensions js lib",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
const baseConfig = require('../../../tools/@aws-cdk/cdk-build-tools/config/eslintrc');
2+
baseConfig.parserOptions.project = __dirname + '/tsconfig.json';
3+
module.exports = baseConfig;

packages/@aws-cdk/region-info/.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,13 @@
88
!NOTICE
99
!CONTRIBUTING.md
1010

11+
12+
dist
13+
.LAST_PACKAGE
14+
.LAST_BUILD
15+
*.snk
16+
junit.xml
17+
.nyc_output
18+
coverage
19+
nyc.config.js
20+
!.eslintrc.js

packages/@aws-cdk/region-info/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
},
6060
"scripts": {
61-
"build": "yarn gen && cdk-build --skip-lint",
61+
"build": "cdk-build",
6262
"gen": "cdk-copy region-info",
6363
"watch": "cdk-watch",
6464
"lint": "cdk-lint",

packages/aws-cdk/THIRD_PARTY_LICENSES

+3-3
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
264264

265265
----------------
266266

267-
** aws-sdk@2.1562.0 - https://www.npmjs.com/package/aws-sdk/v/2.1562.0 | Apache-2.0
267+
** aws-sdk@2.1577.0 - https://www.npmjs.com/package/aws-sdk/v/2.1577.0 | Apache-2.0
268268
AWS SDK for JavaScript
269269
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
270270

@@ -278,7 +278,7 @@ Amazon Web Services, Inc. (http://aws.amazon.com/).
278278

279279
----------------
280280

281-
** [email protected].4 - https://www.npmjs.com/package/basic-ftp/v/5.0.4 | MIT
281+
** [email protected].5 - https://www.npmjs.com/package/basic-ftp/v/5.0.5 | MIT
282282
Copyright (c) 2019 Patrick Juchli
283283

284284
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -2974,7 +2974,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29742974

29752975
----------------
29762976

2977-
** socks@2.7.3 - https://www.npmjs.com/package/socks/v/2.7.3 | MIT
2977+
** socks@2.8.1 - https://www.npmjs.com/package/socks/v/2.8.1 | MIT
29782978
The MIT License (MIT)
29792979

29802980
Copyright (c) 2013 Josh Glazebrook

0 commit comments

Comments
 (0)