Skip to content

Commit b03974d

Browse files
authored
Merge pull request #5704 from snyk/fix/OSM-2329/pnpm-fix-check-out-of-sync-option
fix(test, monitor): use --strict-out-of-sync when set to false with pnpm for top level dependencies
2 parents 5b60fa1 + 8d5b71a commit b03974d

File tree

5 files changed

+351
-18
lines changed

5 files changed

+351
-18
lines changed

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
"snyk-gradle-plugin": "4.9.0",
123123
"snyk-module": "3.1.0",
124124
"snyk-mvn-plugin": "3.7.0",
125-
"snyk-nodejs-lockfile-parser": "1.58.17",
126-
"snyk-nodejs-plugin": "1.4.2",
125+
"snyk-nodejs-lockfile-parser": "1.58.18",
126+
"snyk-nodejs-plugin": "1.4.3",
127127
"snyk-nuget-plugin": "2.7.14",
128128
"snyk-php-plugin": "1.10.0",
129129
"snyk-policy": "4.1.4",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "pnpm-app-out-of-sync",
3+
"version": "0.7.1",
4+
"main": "index.js",
5+
"module": "index.mjs",
6+
"dependencies": {
7+
"debug": "2.0.x",
8+
"lodash": "4.17.11",
9+
"body-parser": "^1.18.2"
10+
},
11+
"devDependencies": {}
12+
}

test/acceptance/workspaces/pnpm-app-out-of-sync/pnpm-lock.yaml

Lines changed: 289 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)