Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: bump lockfile to v7 #7666

Merged
merged 7 commits into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: fix
  • Loading branch information
zkochan committed Feb 17, 2024
commit bf948faacdabdd620ea66c0471b7e76a53d3229a
38 changes: 25 additions & 13 deletions modules-mounter/daemon/test/__fixtures__/simple/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ exports[`makeVirtualNodeModules 1`] = `
},
"ini": {
"entryType": "symlink",
"target": "../../ini@1.3.8/node_modules/ini",
"target": "../../ini@1.3.4/node_modules/ini",
},
},
"entryType": "directory",
},
},
"entryType": "directory",
},
"ini@1.3.8": {
"ini@1.3.4": {
"entries": {
"node_modules": {
"entries": {
"ini": {
"depPath": "/ini@1.3.8",
"depPath": "/ini@1.3.4",
"entryType": "index",
},
},
Expand Down
2 changes: 1 addition & 1 deletion modules-mounter/daemon/test/createFuseHandlers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('FUSE handlers', () => {
expect(returnCode).toBe(0)
expect(files!.sort()).toStrictEqual([
'@zkochan+git-config@0.1.0',
'ini@1.3.8',
'ini@1.3.4',
'is-positive@1.0.0',
].sort())
})
Expand Down
Loading