Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump nrwl monorepo from 16.5.5 to v16.7.0 #859

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,979 changes: 989 additions & 990 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"@nx/devkit": "16.5.5",
"@nx/devkit": "16.7.0",
"@renovate/pep440": "1.0.0",
"@swc/helpers": "~0.5.0",
"ci-info": "3.8.0",
Expand All @@ -26,7 +26,7 @@
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"prisma": "4.16.2",
"properties-file": "^2.2.4",
"properties-file": "2.2.4",
"semver": "7.5.4",
"tmp": "0.2.1",
"tslib": "2.5.3",
Expand All @@ -37,22 +37,22 @@
"@commitlint/config-conventional": "17.6.7",
"@commitlint/config-nx-scopes": "17.6.4",
"@commitlint/cz-commitlint": "17.6.7",
"@nx/eslint-plugin": "16.5.5",
"@nx/jest": "16.5.5",
"@nx/js": "16.5.5",
"@nx/linter": "16.5.5",
"@nx/plugin": "16.5.5",
"@nx/workspace": "16.5.5",
"@nx/eslint-plugin": "16.7.0",
"@nx/jest": "16.7.0",
"@nx/js": "16.7.0",
"@nx/linter": "16.7.0",
"@nx/plugin": "16.7.0",
"@nx/workspace": "16.7.0",
"@prisma/client": "4.16.2",
"@swc-node/register": "~1.4.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@types/jest": "29.4.4",
"@types/node": "18.16.19",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"commitizen": "4.3.0",
"eslint": "8.38.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"is-ci": "3.0.1",
Expand All @@ -61,8 +61,8 @@
"jest-environment-node": "29.4.3",
"lint-staged": "13.2.3",
"mocked-env": "1.3.5",
"nx": "16.5.5",
"nx-cloud": "16.1.1",
"nx": "16.7.0",
"nx-cloud": "16.4.0-beta.1",
"prettier": "2.8.8",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/ci-context/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
{
"files": ["*.js", "*.jsx"],
"rules": {}
},
{
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
}
}
]
}
9 changes: 8 additions & 1 deletion packages/ci-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
"repository": "https://github.com/gperdomor/nx-tools",
"bugs": "https://github.com/gperdomor/nx-tools/issues",
"license": "MIT",
"dependencies": {
"@nx-tools/core": "*",
"ci-info": "3.8.0",
"@octokit/openapi-types": "12.11.0",
"@actions/github": "5.1.1",
"properties-file": "2.2.4"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0"
"tslib": "^2.5.3"
}
}
10 changes: 3 additions & 7 deletions packages/ci-context/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,18 @@
"outputPath": "dist/packages/ci-context",
"main": "packages/ci-context/src/index.ts",
"tsConfig": "packages/ci-context/tsconfig.lib.json",
"assets": ["packages/ci-context/*.md"],
"buildableProjectDepsInPackageJsonType": "dependencies"
"assets": ["packages/ci-context/*.md"]
}
},
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish.mjs ci-context {args.ver} {args.tag}"
},
"command": "node tools/scripts/publish.mjs ci-context {args.ver} {args.tag}",
"dependsOn": ["build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["packages/ci-context/**/*.ts"]
"lintFilePatterns": ["packages/ci-context/**/*.ts", "packages/ci-context/package.json"]
}
},
"test": {
Expand Down
12 changes: 12 additions & 0 deletions packages/container-metadata/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
{
"files": ["*.js", "*.jsx"],
"rules": {}
},
{
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": [
"error",
{
"ignoredDependencies": ["dotenv"]
}
]
}
}
]
}
12 changes: 11 additions & 1 deletion packages/container-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@
"repository": "https://github.com/gperdomor/nx-tools",
"bugs": "https://github.com/gperdomor/nx-tools/issues",
"license": "MIT",
"dependencies": {
"@nx-tools/core": "*",
"csv-parse": "5.4.0",
"@nx-tools/ci-context": "*",
"@renovate/pep440": "1.0.0",
"handlebars": "4.7.7",
"moment-timezone": "0.5.43",
"semver": "7.5.4"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0",
"dotenv": ">=10.0.0",
"@nx/devkit": "^16.0.0"
"tslib": "^2.5.3"
}
}
10 changes: 3 additions & 7 deletions packages/container-metadata/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,18 @@
"outputPath": "dist/packages/container-metadata",
"main": "packages/container-metadata/src/index.ts",
"tsConfig": "packages/container-metadata/tsconfig.lib.json",
"assets": ["packages/container-metadata/*.md"],
"buildableProjectDepsInPackageJsonType": "dependencies"
"assets": ["packages/container-metadata/*.md"]
}
},
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish.mjs container-metadata {args.ver} {args.tag}"
},
"command": "node tools/scripts/publish.mjs container-metadata {args.ver} {args.tag}",
"dependsOn": ["build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["packages/container-metadata/**/*.ts"]
"lintFilePatterns": ["packages/container-metadata/**/*.ts", "packages/container-metadata/package.json"]
}
},
"test": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
{
"files": ["*.js", "*.jsx"],
"rules": {}
},
{
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
}
}
]
}
8 changes: 7 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"repository": "https://github.com/gperdomor/nx-tools",
"bugs": "https://github.com/gperdomor/nx-tools/issues",
"license": "MIT",
"dependencies": {
"@actions/exec": "1.1.1",
"chalk": "4.1.2",
"ci-info": "3.8.0"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0"
"@nx/devkit": "^16.0.0",
"tslib": "^2.5.3"
}
}
7 changes: 2 additions & 5 deletions packages/core/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@
}
},
"publish": {
"executor": "nx:run-commands",
"options": {
"command": "node tools/scripts/publish.mjs core {args.ver} {args.tag}"
},
"command": "node tools/scripts/publish.mjs core {args.ver} {args.tag}",
"dependsOn": ["build"]
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["packages/core/**/*.ts"]
"lintFilePatterns": ["packages/core/**/*.ts", "packages/core/package.json"]
}
},
"test": {
Expand Down
7 changes: 7 additions & 0 deletions packages/nx-container/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"rules": {
"@nx/nx-plugin-checks": "error"
}
},
{
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
}
}
]
}
10 changes: 9 additions & 1 deletion packages/nx-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@nx-tools/core": "*",
"tmp": "0.2.1",
"csv-parse": "5.4.0",
"semver": "7.5.4",
"handlebars": "4.7.7"
},
"peerDependencies": {
"dotenv": ">=10.0.0",
"@nx/devkit": "^16.0.0"
"@nx/devkit": "^16.0.0",
"tslib": "^2.5.3"
}
}
9 changes: 7 additions & 2 deletions packages/nx-container/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"glob": "executors.json",
"output": "."
}
],
"buildableProjectDepsInPackageJsonType": "dependencies"
]
}
},
"lint": {
Expand All @@ -55,6 +54,12 @@
"options": {
"jestConfig": "packages/nx-container/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
}
},
Expand Down
12 changes: 12 additions & 0 deletions packages/nx-prisma/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@
"rules": {
"@nx/nx-plugin-checks": "error"
}
},
{
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": [
"error",
{
"ignoredDependencies": ["prisma", "ts-node"]
}
]
}
}
]
}
8 changes: 7 additions & 1 deletion packages/nx-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,15 @@
"main": "src/index.js",
"generators": "./generators.json",
"executors": "./executors.json",
"dependencies": {
"@nx-tools/core": "*",
"semver": "7.5.4"
},
"peerDependencies": {
"@nx/devkit": "^16.0.0",
"@nx/workspace": "^16.0.0",
"prisma": "^4.5.0",
"ts-node": "*",
"@nx/devkit": "^16.0.0"
"tslib": "^2.5.3"
}
}
9 changes: 7 additions & 2 deletions packages/nx-prisma/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
"glob": "executors.json",
"output": "."
}
],
"buildableProjectDepsInPackageJsonType": "dependencies"
]
}
},
"lint": {
Expand All @@ -55,6 +54,12 @@
"options": {
"jestConfig": "packages/nx-prisma/jest.config.ts",
"passWithNoTests": true
},
"configurations": {
"ci": {
"ci": true,
"codeCoverage": true
}
}
}
},
Expand Down
7 changes: 7 additions & 0 deletions packages/nx-set-shas/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
{
"files": ["*.js", "*.jsx"],
"rules": {}
},
{
"files": ["*.json"],
"parser": "jsonc-eslint-parser",
"rules": {
"@nx/dependency-checks": "error"
}
}
]
}
8 changes: 8 additions & 0 deletions packages/nx-set-shas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"type": "commonjs",
"bin": {
"nx-set-shas": "./src/index.js"
},
"dependencies": {
"commander": "9.5.0",
"colorette": "2.0.20",
"undici": "5.22.1"
},
"peerDependencies": {
"tslib": "^2.5.3"
}
}
5 changes: 3 additions & 2 deletions packages/nx-set-shas/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"main": "packages/nx-set-shas/src/index.ts",
"tsConfig": "packages/nx-set-shas/tsconfig.lib.json",
"assets": ["packages/nx-set-shas/*.md"],
"buildableProjectDepsInPackageJsonType": "dependencies"
"buildableProjectDepsInPackageJsonType": "dependencies",
"updateBuildableProjectDepsInPackageJson": true
}
},
"publish": {
Expand All @@ -26,7 +27,7 @@
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
"options": {
"lintFilePatterns": ["packages/nx-set-shas/**/*.ts"]
"lintFilePatterns": ["packages/nx-set-shas/**/*.ts", "packages/nx-set-shas/package.json"]
}
},
"test": {
Expand Down