Skip to content

Commit

Permalink
deps(fs-extra): Update to v11.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 31, 2023
1 parent 10b6dc8 commit 41c627f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/core": "^7.20.12",
"@moonrepo/cli": "^0.23.1",
"@moonrepo/dev": "^1.3.1",
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.2.5",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.18.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/packemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"execa": "^5.1.1",
"fast-glob": "^3.2.12",
"filesize": "^10.0.6",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"ink": "^3.2.0",
"ink-progress-bar": "^3.0.0",
"ink-spinner": "^4.0.3",
Expand Down
1 change: 1 addition & 0 deletions packages/packemon/tests/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export function createSnapshotSpies(root: PortablePath, captureJson: boolean = f
// Rollup
jest.spyOn(fs.promises, 'writeFile').mockImplementation(asyncHandler),
// Packemon
// @ts-expect-error Bad types
jest.spyOn(fsx, 'writeJson').mockImplementation(handler),
// Assets
jest.spyOn(fsx, 'copyFile').mockImplementation(handler),
Expand Down
22 changes: 16 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6078,12 +6078,13 @@ __metadata:
languageName: node
linkType: hard

"@types/fs-extra@npm:^9.0.13":
version: 9.0.13
resolution: "@types/fs-extra@npm:9.0.13"
"@types/fs-extra@npm:^11.0.1":
version: 11.0.1
resolution: "@types/fs-extra@npm:11.0.1"
dependencies:
"@types/jsonfile": "*"
"@types/node": "*"
checksum: add79e212acd5ac76b97b9045834e03a7996aef60a814185e0459088fd290519a3c1620865d588fa36c4498bf614210d2a703af5cf80aa1dbc125db78f6edac3
checksum: 3e930346e5d84f419deb8ced1c582beef8cb20d0bd8a0eb145a37d75bab0572a1895f0e48a0d681d386b3a58b9a992b2d2acecc464bcaec2548f53ea00718651
languageName: node
linkType: hard

Expand Down Expand Up @@ -6202,6 +6203,15 @@ __metadata:
languageName: node
linkType: hard

"@types/jsonfile@npm:*":
version: 6.1.1
resolution: "@types/jsonfile@npm:6.1.1"
dependencies:
"@types/node": "*"
checksum: 0f8fe0a9221a00e8413cffba723dfe16553868724b830237256fb0052ecd5cac96498189d1235a001cfa815f352008261c9ceb373f0aa58227f891e0c7a12c4d
languageName: node
linkType: hard

"@types/keyv@npm:*, @types/keyv@npm:^3.1.1":
version: 3.1.4
resolution: "@types/keyv@npm:3.1.4"
Expand Down Expand Up @@ -17513,7 +17523,7 @@ __metadata:
"@babel/core": ^7.20.12
"@moonrepo/cli": ^0.23.1
"@moonrepo/dev": ^1.3.1
"@types/fs-extra": ^9.0.13
"@types/fs-extra": ^11.0.1
"@types/jest": ^29.2.5
"@types/micromatch": ^4.0.2
"@types/node": ^16.18.11
Expand Down Expand Up @@ -17568,7 +17578,7 @@ __metadata:
execa: ^5.1.1
fast-glob: ^3.2.12
filesize: ^10.0.6
fs-extra: ^10.1.0
fs-extra: ^11.1.0
ink: ^3.2.0
ink-progress-bar: ^3.0.0
ink-spinner: ^4.0.3
Expand Down

0 comments on commit 41c627f

Please sign in to comment.