diff --git a/packages/pnpm-sync-lib/package.json b/packages/pnpm-sync-lib/package.json index 0e82ee8..3b93ee7 100644 --- a/packages/pnpm-sync-lib/package.json +++ b/packages/pnpm-sync-lib/package.json @@ -1,6 +1,6 @@ { "name": "pnpm-sync-lib", - "version": "0.3.3", + "version": "0.3.4", "description": "API library for integrating \"pnpm-sync\" with your toolchain", "repository": { "type": "git", @@ -22,7 +22,7 @@ "@pnpm/dependency-path-pnpm-v9": "npm:@pnpm/dependency-path@^5.1.7", "@pnpm/lockfile-types-pnpm-lock-v6": "npm:@pnpm/lockfile-types@^5.1.5", "@pnpm/lockfile.types-pnpm-lock-v9": "npm:@pnpm/lockfile.types@^1001.0.8", - "yaml": "2.4.1" + "yaml": "^2.8.3" }, "devDependencies": { "@rushstack/eslint-config": "^3.6.2", diff --git a/packages/pnpm-sync/package.json b/packages/pnpm-sync/package.json index a0af8e3..6f73806 100644 --- a/packages/pnpm-sync/package.json +++ b/packages/pnpm-sync/package.json @@ -1,6 +1,6 @@ { "name": "pnpm-sync", - "version": "0.3.3", + "version": "0.3.4", "description": "Recopy injected dependencies whenever a project is rebuilt in your PNPM workspace", "keywords": [ "rush", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d1ee50d..2c1fed6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,8 +75,8 @@ importers: specifier: npm:@pnpm/lockfile.types@^1001.0.8 version: /@pnpm/lockfile.types@1001.0.8 yaml: - specifier: 2.4.1 - version: 2.4.1 + specifier: ^2.8.3 + version: 2.9.0 devDependencies: '@rushstack/eslint-config': specifier: ^3.6.2 @@ -5284,9 +5284,9 @@ packages: /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - /yaml@2.4.1: - resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} - engines: {node: '>= 14'} + /yaml@2.9.0: + resolution: {integrity: sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==} + engines: {node: '>= 14.6'} hasBin: true dev: false diff --git a/tests/pnpm-sync-api-test/src/test/__snapshots__/pnpmMultiVersion.test.ts.snap b/tests/pnpm-sync-api-test/src/test/__snapshots__/pnpmMultiVersion.test.ts.snap index cbdaef2..80a348f 100644 --- a/tests/pnpm-sync-api-test/src/test/__snapshots__/pnpmMultiVersion.test.ts.snap +++ b/tests/pnpm-sync-api-test/src/test/__snapshots__/pnpmMultiVersion.test.ts.snap @@ -46,7 +46,7 @@ Object { }, ], }, - "version": "0.3.3", + "version": "0.3.4", } `; @@ -93,7 +93,7 @@ Object { }, ], }, - "version": "0.3.3", + "version": "0.3.4", } `; @@ -140,6 +140,6 @@ Object { }, ], }, - "version": "0.3.3", + "version": "0.3.4", } `; diff --git a/tests/pnpm-sync-api-test/src/test/pnpmSyncPrepare.test.ts b/tests/pnpm-sync-api-test/src/test/pnpmSyncPrepare.test.ts index 25f029a..ad2d643 100644 --- a/tests/pnpm-sync-api-test/src/test/pnpmSyncPrepare.test.ts +++ b/tests/pnpm-sync-api-test/src/test/pnpmSyncPrepare.test.ts @@ -176,7 +176,7 @@ Array [ Object { "details": Object { "actualVersion": "incompatible-version", - "expectedVersion": "0.3.3", + "expectedVersion": "0.3.4", "messageIdentifier": "prepare-replacing-file", "pnpmSyncJsonPath": "/pnpm-sync/tests/test-fixtures/sample-lib1/node_modules/.pnpm-sync.json", "sourceProjectFolder": "/pnpm-sync/tests/test-fixtures/sample-lib1",