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

⬆️ Update dependency npm-packlist to v10 #5445

Merged
merged 2 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions .changeset/smooth-paws-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fast-check/packaged": patch
---

⬆️ Update dependency npm-packlist to v10
2 changes: 1 addition & 1 deletion packages/packaged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@npmcli/arborist": "^8.0.0",
"npm-packlist": "^9.0.0"
"npm-packlist": "^10.0.0"
},
"devDependencies": {
"@types/npm-packlist": "^7.0.3",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3526,7 +3526,7 @@ __metadata:
"@npmcli/arborist": "npm:^8.0.0"
"@types/npm-packlist": "npm:^7.0.3"
"@types/npmcli__arborist": "npm:^5.6.11"
npm-packlist: "npm:^9.0.0"
npm-packlist: "npm:^10.0.0"
typescript: "npm:~5.7.2"
vitest: "npm:^2.1.3"
bin:
Expand Down Expand Up @@ -15500,6 +15500,15 @@ __metadata:
languageName: node
linkType: hard

"npm-packlist@npm:^10.0.0":
version: 10.0.0
resolution: "npm-packlist@npm:10.0.0"
dependencies:
ignore-walk: "npm:^7.0.0"
checksum: 10c0/be8cb82c4f9b6fdfba2e3379c538949d3ea7aeb303436db013aaccd8ad1ff49d9f894d7fa4684f9d3016b7944dcc3f0bfc8c3d10c535fa7cd29314a8aad4b80f
languageName: node
linkType: hard

"npm-packlist@npm:^5.1.3":
version: 5.1.3
resolution: "npm-packlist@npm:5.1.3"
Expand Down
Loading