diff --git a/packages/default-reporter/test/__snapshots__/reportingUpdateCheck.ts.snap b/packages/default-reporter/test/__snapshots__/reportingUpdateCheck.ts.snap index fa346486cf5..f27a568fa6d 100644 --- a/packages/default-reporter/test/__snapshots__/reportingUpdateCheck.ts.snap +++ b/packages/default-reporter/test/__snapshots__/reportingUpdateCheck.ts.snap @@ -6,7 +6,7 @@ exports[`print update notification for Corepack if the latest version is greater │ │ │ Update available! 10.0.0 → 11.0.0. │ │ Changelog: https://github.com/pnpm/pnpm/releases/tag/v11.0.0 │ - │ Run \\"corepack prepare pnpm@11.0.0 --activate\\" to update. │ + │ Run "corepack prepare pnpm@11.0.0 --activate" to update. │ │ │ │ Follow @pnpmjs for updates: https://twitter.com/pnpmjs │ │ │ @@ -20,7 +20,7 @@ exports[`print update notification if the latest version is greater than the cur │ │ │ Update available! 10.0.0 → 11.0.0. │ │ Changelog: https://github.com/pnpm/pnpm/releases/tag/v11.0.0 │ - │ Run \\"pnpm add -g pnpm\\" to update. │ + │ Run "pnpm add -g pnpm" to update. │ │ │ │ Follow @pnpmjs for updates: https://twitter.com/pnpmjs │ │ │ diff --git a/packages/lockfile-file/test/__snapshots__/write.test.ts.snap b/packages/lockfile-file/test/__snapshots__/write.test.ts.snap index 765c35e03dd..56c1d1c2721 100644 --- a/packages/lockfile-file/test/__snapshots__/write.test.ts.snap +++ b/packages/lockfile-file/test/__snapshots__/write.test.ts.snap @@ -15,7 +15,7 @@ packages: /is-negative/1.0.0: resolution: {integrity: sha1-ChbBDewTLAqLCzb793Fo5VDvg/g=} - engines: {node: '>=10', npm: \\"\\\\nfoo\\\\n\\"} + engines: {node: '>=10', npm: "\\nfoo\\n"} cpu: [x86] os: [darwin] libc: [glibc] diff --git a/packages/mount-modules/test/__snapshots__/makeVirtualNodeModules.test.ts.snap b/packages/mount-modules/test/__snapshots__/makeVirtualNodeModules.test.ts.snap index 202017eef1a..955218f240b 100644 --- a/packages/mount-modules/test/__snapshots__/makeVirtualNodeModules.test.ts.snap +++ b/packages/mount-modules/test/__snapshots__/makeVirtualNodeModules.test.ts.snap @@ -1,24 +1,24 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`makeVirtualNodeModules 1`] = ` -Object { - "entries": Object { - ".pnpm": Object { - "entries": Object { - "@zkochan+git-config@0.1.0": Object { - "entries": Object { - "node_modules": Object { - "entries": Object { - "@zkochan": Object { - "entries": Object { - "git-config": Object { +{ + "entries": { + ".pnpm": { + "entries": { + "@zkochan+git-config@0.1.0": { + "entries": { + "node_modules": { + "entries": { + "@zkochan": { + "entries": { + "git-config": { "depPath": "/@zkochan/git-config/0.1.0", "entryType": "index", }, }, "entryType": "directory", }, - "ini": Object { + "ini": { "entryType": "symlink", "target": "../../ini@1.3.8/node_modules/ini", }, @@ -28,11 +28,11 @@ Object { }, "entryType": "directory", }, - "ini@1.3.8": Object { - "entries": Object { - "node_modules": Object { - "entries": Object { - "ini": Object { + "ini@1.3.8": { + "entries": { + "node_modules": { + "entries": { + "ini": { "depPath": "/ini/1.3.8", "entryType": "index", }, @@ -42,11 +42,11 @@ Object { }, "entryType": "directory", }, - "is-positive@1.0.0": Object { - "entries": Object { - "node_modules": Object { - "entries": Object { - "is-positive": Object { + "is-positive@1.0.0": { + "entries": { + "node_modules": { + "entries": { + "is-positive": { "depPath": "/is-positive/1.0.0", "entryType": "index", }, @@ -59,16 +59,16 @@ Object { }, "entryType": "directory", }, - "@zkochan": Object { - "entries": Object { - "git-config": Object { + "@zkochan": { + "entries": { + "git-config": { "entryType": "symlink", "target": "./.pnpm/@zkochan+git-config@0.1.0/node_modules/@zkochan/git-config", }, }, "entryType": "directory", }, - "is-positive": Object { + "is-positive": { "entryType": "symlink", "target": "./.pnpm/is-positive@1.0.0/node_modules/is-positive", }, diff --git a/packages/plugin-commands-publishing/test/__snapshots__/recursivePublish.ts.snap b/packages/plugin-commands-publishing/test/__snapshots__/recursivePublish.ts.snap index e28100fb25c..c8e6923476b 100644 --- a/packages/plugin-commands-publishing/test/__snapshots__/recursivePublish.ts.snap +++ b/packages/plugin-commands-publishing/test/__snapshots__/recursivePublish.ts.snap @@ -1,13 +1,13 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`recursive publish writes publish summary 1`] = ` -Object { - "publishedPackages": Array [ - Object { +{ + "publishedPackages": [ + { "name": "@pnpmtest/test-recursive-publish-project-4", "version": "1.0.0", }, - Object { + { "name": "@pnpmtest/test-recursive-publish-project-3", "version": "1.0.0", }, diff --git a/packages/render-peer-issues/test/__snapshots__/index.ts.snap b/packages/render-peer-issues/test/__snapshots__/index.ts.snap index 563d1eaee33..d3f09139c97 100644 --- a/packages/render-peer-issues/test/__snapshots__/index.ts.snap +++ b/packages/render-peer-issues/test/__snapshots__/index.ts.snap @@ -5,7 +5,7 @@ exports[`renderPeerIssues() 1`] = ` └─┬ xxx 1.0.0 ├── ✕ unmet peer bbb@^1.0.0: found 2 └─┬ yyy 1.0.0 - ├── ✕ missing peer aaa@\\">=1.0.0 <3.0.0\\" + ├── ✕ missing peer aaa@">=1.0.0 <3.0.0" └── ✕ unmet peer ccc@^1.0.0: found 2 in xxx Peer dependencies that should be installed: aaa@^1.0.0 @@ -26,10 +26,10 @@ Peer dependencies that should be installed: exports[`renderPeerIssues() format correctly the version ranges with spaces and "*" 1`] = ` ". └─┬ z 1.0.0 - ├── ✕ missing peer a@\\"*\\" - └── ✕ missing peer b@\\"1 || 2\\" + ├── ✕ missing peer a@"*" + └── ✕ missing peer b@"1 || 2" Peer dependencies that should be installed: - a@\\"*\\" b@\\"1 || 2\\" + a@"*" b@"1 || 2" " `;