Skip to content

Commit

Permalink
chore: Updated deps + NX
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Updated to NX 17
  • Loading branch information
TriPSs committed Oct 31, 2023
1 parent 8698eac commit 5b07fa8
Show file tree
Hide file tree
Showing 9 changed files with 1,629 additions and 908 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ testem.log
# System Files
.DS_Store
Thumbs.db

.nx/cache
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

/dist
/coverage

/.nx/cache
23 changes: 14 additions & 9 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"npmScope": "nx-extend",
"affected": {
"defaultBase": "master"
},
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "ZGQ5Y2MwYjUtMjA2MS00NDEwLTgzZmQtYzE0MTUwNTMwMzFmfHJlYWQtd3JpdGU=",
"canTrackAnalytics": false,
"showUsageWarnings": true,
"parallel": 1
"showUsageWarnings": true
}
}
},
Expand All @@ -23,15 +18,25 @@
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["production", "^production"]
"inputs": ["production", "^production"],
"cache": true
},
"test": {
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"],
"cache": true
},
"lint": {
"cache": true
},
"e2e": {
"cache": true
}
},
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": ["default", "!{projectRoot}/src/test-setup.[jt]s"]
}
},
"nxCloudAccessToken": "ZGQ5Y2MwYjUtMjA2MS00NDEwLTgzZmQtYzE0MTUwNTMwMzFmfHJlYWQtd3JpdGU=",
"parallel": 1
}
47 changes: 23 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@actions/core": "^1.10.1",
"@nx/devkit": "16.10.0",
"@nx/workspace": "16.10.0",
"@types/tar": "^6.1.6",
"axios": "^1.5.1",
"crypto-js": "^4.1.1",
"@nx/devkit": "17.0.2",
"@nx/workspace": "17.0.2",
"@types/tar": "^6.1.7",
"axios": "^1.6.0",
"crypto-js": "^4.2.0",
"deepmerge": "^4.3.1",
"rxjs-for-await": "^1.0.0",
"shelljs": "^0.8.5",
Expand All @@ -46,34 +46,33 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@google-cloud/storage": "^7.2.0",
"@google-cloud/storage": "^7.5.0",
"@jamesives/github-pages-deploy-action": "^4.4.3",
"@jscutlery/semver": "^3.1.0",
"@nx/eslint-plugin": "16.10.0",
"@nx/jest": "16.10.0",
"@nx/js": "16.10.0",
"@nx/node": "16.10.0",
"@nx/plugin": "16.10.0",
"@nx/react": "16.10.0",
"@nx/webpack": "16.10.0",
"@jscutlery/semver": "^4.0.0",
"@nx/eslint-plugin": "17.0.2",
"@nx/jest": "17.0.2",
"@nx/js": "17.0.2",
"@nx/node": "17.0.2",
"@nx/plugin": "17.0.2",
"@nx/react": "17.0.2",
"@nx/webpack": "17.0.2",
"@swc-node/register": "1.6.8",
"@swc/core": "1.3.92",
"@types/jest": "29.5.5",
"@types/node": "20.8.2",
"@types/shelljs": "^0.8.13",
"@types/yargs": "^17.0.26",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@swc/core": "1.3.95",
"@types/jest": "29.5.7",
"@types/node": "20.8.10",
"@types/shelljs": "^0.8.14",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"dotenv": "16.3.1",
"eslint": "8.50.0",
"eslint": "8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"express": "^4.18.2",
"husky": "^8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "16.10.0",
"nx-cloud": "16.4.0",
"nx": "17.0.2",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-hosting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"firebase-tools": "^12.6.2"
"firebase-tools": "^12.7.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/gcp-task-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "4.1.5",
"main": "src/index.js",
"dependencies": {
"@google-cloud/storage": "7.2.0"
"@google-cloud/storage": "7.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/strapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"@strapi/generate-new": "^4.14.3",
"@strapi/strapi": "^4.14.3"
"@strapi/generate-new": "^4.15.0",
"@strapi/strapi": "^4.15.0"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/translations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"license": "MIT",
"main": "src/index.js",
"dependencies": {
"@formatjs/cli": "^6.2.0"
"@formatjs/cli": "^6.2.1"
},
"builders": "./executors.json",
"generators": "./generators.json"
Expand Down
Loading

0 comments on commit 5b07fa8

Please sign in to comment.