Skip to content

Commit

Permalink
chore: npm-check-updates && yarn upgrade (#3975)
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 authored Mar 3, 2023
1 parent b0a01e1 commit 4cbe699
Show file tree
Hide file tree
Showing 13 changed files with 328 additions and 295 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"devDependencies": {
"@jest/types": "^28.1.3",
"@types/jest": "^29.4.0",
"@types/node": "^14.18.36",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@types/node": "^14.18.37",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"all-contributors-cli": "^6.24.0",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-import-resolver-typescript": "^3.5.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/@jsii/benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"yargs": "^16.2.0"
},
"devDependencies": {
"@types/glob": "^8.0.1",
"glob": "^8.1.0"
"@types/glob": "^8.1.0",
"glob": "^9.2.1"
},
"scripts": {
"build": "yarn --silent tsc --build && npm run lint",
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/benchmarks/scripts/snapshot-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function snapshotAwsCdk(tag: string, file: string) {
fs.copySync(path.resolve(repoDir, 'packages', 'aws-cdk-lib'), intermediate);

// Remove build artifacts so we can rebuild
const artifacts = glob.sync(
const artifacts = glob.globSync(
path.join(intermediate, '**/*@(.js|.js.map|.d.ts|.tsbuildinfo)'),
);
const exceptions = new Set([
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/integ-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/tar": "^6.1.3"
"@types/tar": "^6.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@scope/jsii-calc-lib": "^0.0.0",
"@types/fs-extra": "^9.0.13",
"@types/lockfile": "^1.0.2",
"@types/tar": "^6.1.3",
"@types/tar": "^6.1.4",
"jest-expect-message": "^1.1.3",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120"
Expand Down
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"jsii-pacmak": "^0.0.0",
"pyright": "^1.1.294"
"pyright": "^1.1.296"
}
}
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/tests/test_compliance.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def the_property(self, value):
# but this causes a problem because of:
# https://bugs.python.org/issue14965
# so now we have this more convoluted form.
super(self.__class__, self.__class__).the_property.__set__(
super(self.__class__, self.__class__).the_property.__set__( # type: ignore
self, f"{value}:by override"
)

Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@jsii/spec": "^0.0.0",
"fs-extra": "^10.1.0",
"jsii-reflect": "^0.0.0",
"log4js": "^6.7.1",
"log4js": "^6.8.0",
"yargs": "^16.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-pacmak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"jsii": "^0.0.0",
"jsii-build-tools": "^0.0.0",
"jsii-calc": "^3.20.120",
"pyright": "^1.1.294"
"pyright": "^1.1.296"
},
"keywords": [
"jsii",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-rosetta/lib/find-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function findUp(

return result ? directory : recurse();

function recurse() {
function recurse(): Promise<string | undefined> | string | undefined {
const parent = path.dirname(directory);
if (parent === directory) {
return undefined;
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii-rosetta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"commonmark": "^0.30.0",
"typescript": "~3.9.10",
"@xmldom/xmldom": "^0.8.6",
"workerpool": "^6.3.1",
"workerpool": "^6.4.0",
"yargs": "^16.2.0",
"semver": "^7.3.8",
"semver-intersect": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsii/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"chalk": "^4",
"fast-deep-equal": "^3.1.3",
"fs-extra": "^10.1.0",
"log4js": "^6.7.1",
"log4js": "^6.8.0",
"semver": "^7.3.8",
"semver-intersect": "^1.4.0",
"sort-json": "^2.0.1",
Expand Down
Loading

0 comments on commit 4cbe699

Please sign in to comment.