Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
Bump all dependencies, particularly NX

BREAKING CHANGE: needs parallel nx dependency upgrade
  • Loading branch information
SimeonC committed Jun 24, 2024
1 parent b47d62d commit cf6d8a9
Show file tree
Hide file tree
Showing 18 changed files with 3,605 additions and 2,961 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
- name: Run linter
run: npm run lint

- name: Audit Dependencies
run: npm run audit:ci
env:
OSSI_USERNAME: ${{ secrets.OSSI_USERNAME }}
OSSI_TOKEN: ${{ secrets.OSSI_TOKEN }}

test:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ junit
/packages/quality/build.config.ts
/packages/utils/build.config.ts
/packages/utils/config
/.nx
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ dist
.prettierignore
styleguide
CHANGELOG.md
.all-contributorsrc
.all-contributorsrc
/.nx/cache
/.nx/workspace-data
20 changes: 6 additions & 14 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
{
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "test", "lint"],
"accessToken": "MDFhZDUwZTMtZDMyMy00Y2YwLWEwY2QtMDQ3ZjJiZGYzMDE3fHJlYWQtd3JpdGU="
}
}
},
"targetDefaults": {
"build": {
"dependsOn": ["^build"],
"inputs": ["default", "^default", "baseTypescript"],
"outputs": ["{projectRoot}/dist"]
"outputs": ["{projectRoot}/dist"],
"cache": true
},
"docs": {
"dependsOn": ["build"],
Expand All @@ -24,15 +16,15 @@
"inputs": ["default", "^default", "testConfig"]
}
},
"affected": {
"defaultBase": "main"
},
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"namedInputs": {
"default": ["{projectRoot}/**/*", "sharedGlobals"],
"sharedGlobals": [],
"production": ["default"],
"baseTypescript": ["{workspaceRoot}/tsconfig.base.json"],
"testConfig": ["{projectRoot}/vite.config.ts"]
}
},
"nxCloudAccessToken": "MDFhZDUwZTMtZDMyMy00Y2YwLWEwY2QtMDQ3ZjJiZGYzMDE3fHJlYWQtd3JpdGU=",
"useInferencePlugins": false,
"defaultBase": "main"
}
Loading

0 comments on commit cf6d8a9

Please sign in to comment.