Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#23339)
Browse files Browse the repository at this point in the history
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
  • Loading branch information
aws-cdk-automation committed Jan 10, 2023
1 parent 6a4cb6e commit 4c03011
Show file tree
Hide file tree
Showing 27 changed files with 447 additions and 440 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/prettier": "2.6.0",
"@yarnpkg/lockfile": "^1.1.0",
"cdk-generate-synthetic-examples": "^0.1.85",
"cdk-generate-synthetic-examples": "^0.1.112",
"conventional-changelog-cli": "^2.2.2",
"fs-extra": "^9.1.0",
"graceful-fs": "^4.2.10",
Expand All @@ -27,7 +27,7 @@
"jsii-reflect": "^1.72.0",
"jsii-rosetta": "^1.72.0",
"lerna": "^4.0.0",
"patch-package": "^6.5.0",
"patch-package": "^6.5.1",
"semver": "^6.3.0",
"standard-version": "^9.5.0",
"typescript": "~3.9.10"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@types/sinon": "^9.0.11",
"@types/yaml": "1.9.6",
"aws-sdk": "^2.848.0",
"cdk8s": "^1.8.65",
"cdk8s": "^1.9.8",
"cdk8s-plus-21": "^1.0.0-beta.186",
"jest": "^27.5.1",
"sinon": "^9.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.5.2",
"delay": "5.0.0",
"esbuild": "^0.16.1"
"esbuild": "^0.16.13"
},
"dependencies": {
"@aws-cdk/aws-lambda": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
"@balena/dockerignore": "^1.0.2",
"constructs": "^3.3.69",
"fs-extra": "^9.1.0",
"ignore": "^5.2.1",
"ignore": "^5.2.4",
"minimatch": "^3.1.2"
},
"bundledDependencies": [
Expand Down
6 changes: 3 additions & 3 deletions packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The @aws-cdk/integ-runner package includes the following third-party software/licensing:

** ajv@8.11.2 - https://www.npmjs.com/package/ajv/v/8.11.2 | MIT
** ajv@8.12.0 - https://www.npmjs.com/package/ajv/v/8.12.0 | MIT
The MIT License (MIT)

Copyright (c) 2015-2021 Evgeny Poberezkin
Expand Down Expand Up @@ -156,7 +156,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

----------------

** aws-sdk@2.1269.0 - https://www.npmjs.com/package/aws-sdk/v/2.1269.0 | Apache-2.0
** aws-sdk@2.1287.0 - https://www.npmjs.com/package/aws-sdk/v/2.1287.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -1438,7 +1438,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

----------------

** minimatch@5.1.1 - https://www.npmjs.com/package/minimatch/v/5.1.1 | ISC
** minimatch@5.1.2 - https://www.npmjs.com/package/minimatch/v/5.1.2 | ISC
The ISC License

Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
Expand Down
4 changes: 2 additions & 2 deletions packages/@aws-cdk/integ-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/node": "^10.17.60",
"@types/workerpool": "^6.1.0",
"@types/yargs": "^15.0.14",
"@types/workerpool": "^6.1.1",
"@types/yargs": "^15.0.15",
"jest": "^27.5.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@balena/dockerignore": "^1.0.2",
"case": "1.6.3",
"fs-extra": "^9.1.0",
"ignore": "^5.2.1",
"ignore": "^5.2.4",
"jsonschema": "^1.4.1",
"minimatch": "^3.1.2",
"punycode": "^2.1.1",
Expand Down Expand Up @@ -377,7 +377,7 @@
"@types/fs-extra": "^8.1.2",
"@types/node": "^10.17.60",
"constructs": "^3.3.69",
"esbuild": "^0.16.1",
"esbuild": "^0.16.13",
"fs-extra": "^9.1.0",
"ts-node": "^9.1.1",
"typescript": "~3.8.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/aws-cdk/THIRD_PARTY_LICENSES
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ THE SOFTWARE.

----------------

** ajv@8.11.2 - https://www.npmjs.com/package/ajv/v/8.11.2 | MIT
** ajv@8.12.0 - https://www.npmjs.com/package/ajv/v/8.12.0 | MIT
The MIT License (MIT)

Copyright (c) 2015-2021 Evgeny Poberezkin
Expand Down Expand Up @@ -268,7 +268,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE

----------------

** aws-sdk@2.1269.0 - https://www.npmjs.com/package/aws-sdk/v/2.1269.0 | Apache-2.0
** aws-sdk@2.1287.0 - https://www.npmjs.com/package/aws-sdk/v/2.1287.0 | Apache-2.0
AWS SDK for JavaScript
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

Expand Down Expand Up @@ -2182,7 +2182,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

----------------

** minimatch@5.1.1 - https://www.npmjs.com/package/minimatch/v/5.1.1 | ISC
** minimatch@5.1.2 - https://www.npmjs.com/package/minimatch/v/5.1.2 | ISC
The ISC License

Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
Expand Down Expand Up @@ -3532,7 +3532,7 @@ OTHER DEALINGS IN THE SOFTWARE.

----------------

** vm2@3.9.12 - https://www.npmjs.com/package/vm2/v/3.9.12 | MIT
** vm2@3.9.13 - https://www.npmjs.com/package/vm2/v/3.9.13 | MIT

----------------

Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
"@types/table": "^6.0.0",
"@types/uuid": "^8.3.4",
"@types/wrap-ansi": "^3.0.0",
"@types/yargs": "^15.0.14",
"@types/yargs": "^15.0.15",
"aws-sdk-mock": "5.6.0",
"@aws-cdk/cdk-build-tools": "0.0.0",
"constructs": "^3.3.69",
"jest": "^27.5.1",
"madge": "^5.0.1",
"make-runnable": "^1.4.0",
"make-runnable": "^1.4.1",
"mockery": "^2.1.0",
"nock": "^13.2.9",
"@aws-cdk/pkglint": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/awslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/yargs": "^15.0.14",
"@types/yargs": "^15.0.15",
"@aws-cdk/pkglint": "0.0.0",
"typescript": "~3.9.10",
"@typescript-eslint/eslint-plugin": "^4.33.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cdk-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/mime": "^2.0.3",
"@types/mock-fs": "^4.13.1",
"@types/node": "^10.17.60",
"@types/yargs": "^15.0.14",
"@types/yargs": "^15.0.15",
"@aws-cdk/cdk-build-tools": "0.0.0",
"jest": "^27.5.1",
"jszip": "^3.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/monocdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@balena/dockerignore": "^1.0.2",
"case": "1.6.3",
"fs-extra": "^9.1.0",
"ignore": "^5.2.1",
"ignore": "^5.2.4",
"jsonschema": "^1.4.1",
"minimatch": "^3.1.2",
"punycode": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/semver": "^7.3.13",
"@types/yargs": "^15.0.14"
"@types/yargs": "^15.0.15"
},
"dependencies": {
"@aws-cdk/eslint-plugin": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-integ-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@types/fs-extra": "^8.1.2",
"@types/yargs": "^15.0.14",
"@types/yargs": "^15.0.15",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cdk-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/changelog-parser": "^2.8.1",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/yargs": "^15.0.14",
"@types/yargs": "^15.0.15",
"jest": "^27.5.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/cfn2ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@aws-cdk/pkglint": "0.0.0",
"@types/fs-extra": "^8.1.2",
"@types/jest": "^27.5.2",
"@types/yargs": "^15.0.14",
"@types/yargs": "^15.0.15",
"jest": "^27.5.1"
},
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion tools/@aws-cdk/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@types/jest": "^27.5.2",
"@types/node": "^10.17.60",
"@types/estree": "*",
"eslint-plugin-rulesdir": "^0.2.1",
"jest": "^27.5.1",
"typescript": "~3.9.10"
},
Expand Down
11 changes: 6 additions & 5 deletions tools/@aws-cdk/eslint-plugin/test/rules/fixtures.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { ESLint } from 'eslint';
import * as fs from 'fs-extra';
import * as path from 'path';

const rulesDirPlugin = require('eslint-plugin-rulesdir');
rulesDirPlugin.RULES_DIR = path.join(__dirname, '../../lib/rules');

let linter: ESLint;

const outputRoot = path.join(process.cwd(), '.test-output');
Expand Down Expand Up @@ -48,7 +45,7 @@ fs.readdirSync(fixturesRoot).filter(f => fs.lstatSync(path.join(fixturesRoot, f)
const actual = await fs.readFile(actualFile, { encoding: 'utf8' });
const expected = await fs.readFile(expectedFixedFilePath, { encoding: 'utf8' });
if (actual !== expected) {
fail(`Linted file did not match expectations. Expected: ${expectedFixedFilePath}. Actual: ${actualFile}`);
fail(`Linted file did not match expectations.\n--------- Expected ----------\n${expected}\n---------- Actual ----------\n${actual}`);
}
return;
} else if (checkErrors) {
Expand Down Expand Up @@ -93,5 +90,9 @@ async function lint(file: string) {
if (result.length === 1) {
return result[0].messages;
}
return undefined;
return [];
}

function fail(x: string) {
throw new Error(x);
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
plugins: ['rulesdir'],
plugins: ['@aws-cdk'],
rules: {
'rulesdir/construct-import-order': [ 'error' ],
'@aws-cdk/construct-import-order': [ 'error' ],
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
plugins: ['rulesdir'],
plugins: ['@aws-cdk'],
rules: {
'rulesdir/invalid-cfn-imports': [ 'error' ],
'@aws-cdk/invalid-cfn-imports': [ 'error' ],
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
plugins: ['rulesdir'],
plugins: ['@aws-cdk'],
rules: {
'rulesdir/no-core-construct': [ 'error' ],
'@aws-cdk/no-core-construct': [ 'error' ],
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
plugins: ['rulesdir'],
plugins: ['@aws-cdk'],
rules: {
'rulesdir/no-qualified-construct': [ 'error' ],
'@aws-cdk/no-qualified-construct': [ 'error' ],
}
}
4 changes: 2 additions & 2 deletions tools/@aws-cdk/node-bundle/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/@aws-cdk/pkglint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/glob": "^7.2.0",
"@types/jest": "^27.5.2",
"@types/semver": "^7.3.13",
"@types/yargs": "^15.0.14",
"@types/yargs": "^15.0.15",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/pkgtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/fs-extra": "^8.1.2",
"@types/yargs": "^15.0.14"
"@types/yargs": "^15.0.15"
},
"dependencies": {
"fs-extra": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/@aws-cdk/prlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/glob": "^7.2.0",
"@types/jest": "^27.5.2",
"jest": "^27.5.1",
"make-runnable": "^1.4.0",
"make-runnable": "^1.4.1",
"typescript": "~3.9.10"
},
"jest": {
Expand Down
Loading

0 comments on commit 4c03011

Please sign in to comment.