Skip to content

Commit

Permalink
Merge pull request #512 from ForgeRock/mend-scan
Browse files Browse the repository at this point in the history
chore: mend-failures
  • Loading branch information
ryanbas21 authored Dec 11, 2024
2 parents 4f76d1d + 520efc3 commit 634c870
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 105 deletions.
1 change: 0 additions & 1 deletion e2e/autoscript-apps/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"tags": ["scope:app"],
"targets": {
"build": {
"dependsOn": ["^build"],
"inputs": ["default", "^default"],
"outputs": ["{projectRoot}/dist"],
"options": {
Expand Down
1 change: 0 additions & 1 deletion e2e/token-vault-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
margin: 0;
}
</style>
<link rel="stylesheet" href="/src/styles.scss" />
</head>

<body>
Expand Down
1 change: 0 additions & 1 deletion e2e/token-vault-app/src/styles.scss

This file was deleted.

1 change: 0 additions & 1 deletion e2e/token-vault-app/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"moduleResolution": "Bundler",
"target": "ESNext",
"module": "ESNext",
"types": ["vite/client"],
"moduleDetection": "force"
},
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"],
Expand Down
2 changes: 1 addition & 1 deletion e2e/token-vault-interceptor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@forgerock/token-vault-interceptor",
"version": "0.0.1",
"dependencies": {
"@forgerock/token-vault": "4.2.0"
"@forgerock/token-vault": "workspace:*"
},
"main": "./dist/index.iife.js",
"module": "./dist/index.iife.js",
Expand Down
1 change: 0 additions & 1 deletion e2e/token-vault-interceptor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"tags": ["scope:app"],
"targets": {
"build": {
"dependsOn": ["^build"],
"inputs": ["default", "^default"],
"outputs": ["{projectRoot}/dist"],
"defaultConfiguration": "production",
Expand Down
1 change: 0 additions & 1 deletion e2e/token-vault-proxy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" href="/src/styles.scss" />
</head>
<body>
<script type="module" src="/src/main.ts"></script>
Expand Down
1 change: 0 additions & 1 deletion e2e/token-vault-proxy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"tags": ["scope:app"],
"targets": {
"build": {
"dependsOn": ["^build"],
"inputs": ["default", "^default"],
"outputs": ["{projectRoot}/dist"],
"defaultConfiguration": "production",
Expand Down
1 change: 0 additions & 1 deletion e2e/token-vault-proxy/src/styles.scss

This file was deleted.

8 changes: 7 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@
"@nx/vite:build": {
"dependsOn": ["^build"],
"cache": true,
"inputs": ["noMarkdown", "^noMarkdown"]
"inputs": ["noMarkdown", "^noMarkdown"],
"outputs": ["{projectRoot}/dist"]
},
"@nx/playwright:run": {
"dependsOn": ["^build"],
"inputs": ["noMarkdown", "^noMarkdown"],
"cache": true
},
"@nx/esbuild:esbuild": {
"dependsOn": ["^build"],
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
},
"pnpm": {
"overrides": {
"jsonpath-plus@<=7.2.0": ">=10.2.0",
"nanoid@<=3.3.7": ">=3.3.8",
"cross-spawn@<=7.0.3": ">=7.0.5",
"ssri@>=5.2.2 <6.0.2": ">=6.0.2",
"express@<4.19.2": ">=4.19.2",
"tough-cookie@<4.1.3": ">=4.1.3",
Expand Down
2 changes: 0 additions & 2 deletions packages/ping-protect/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
"outputs": ["{projectRoot}/dist"]
},
"lint": {
"dependsOn": ["javascript-sdk:build"],
"options": {
"args": ["**/*.ts"]
}
},
"test": {
"dependsOn": ["javascript-sdk:build"],
"inputs": [
"default",
"^default",
Expand Down
3 changes: 0 additions & 3 deletions packages/token-vault/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"tags": ["scope:package"],
"targets": {
"build": {
"dependsOn": ["javascript-sdk:build"],
"inputs": [
"default",
"^default",
Expand All @@ -17,7 +16,6 @@
"outputs": ["{projectRoot}/dist"]
},
"test": {
"dependsOn": ["javascript-sdk:build"],
"inputs": [
"default",
"^default",
Expand All @@ -35,7 +33,6 @@
}
},
"lint": {
"dependsOn": ["javascript-sdk:build"],
"options": {
"fix": true,
"ignore-path": ".eslintignore",
Expand Down
164 changes: 74 additions & 90 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 634c870

Please sign in to comment.