Skip to content

Commit

Permalink
⬆️ Update dependency npm-packlist to v10 (#5445)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [npm-packlist](https://redirect.github.com/npm/npm-packlist) |
[`^9.0.0` ->
`^10.0.0`](https://renovatebot.com/diffs/npm/npm-packlist/9.0.0/10.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/npm-packlist/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/npm-packlist/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/npm-packlist/9.0.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-packlist/9.0.0/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>npm/npm-packlist (npm-packlist)</summary>

###
[`v10.0.0`](https://redirect.github.com/npm/npm-packlist/blob/HEAD/CHANGELOG.md#1000-2024-11-25)

[Compare
Source](https://redirect.github.com/npm/npm-packlist/compare/v9.0.0...v10.0.0)

##### ⚠️ BREAKING CHANGES

- this module is now compatible with the following node versions:
^20.17.0 || >=22.9.0
-   `bun.lockb` is now included in the strict ignorelist

##### Features

-
[`9f74fd3`](https://redirect.github.com/npm/npm-packlist/commit/9f74fd37c857840a8c361a8ada8a9e9524136658)
[#&#8203;168](https://redirect.github.com/npm/npm-packlist/pull/168) add
`bun.lockb` to ignorelist
([#&#8203;168](https://redirect.github.com/npm/npm-packlist/issues/168))
([@&#8203;antongolub](https://redirect.github.com/antongolub))

##### Bug Fixes

-
[`67fef03`](https://redirect.github.com/npm/npm-packlist/commit/67fef031feea8990a8a288c71d35a8a96e7d9e8e)
update engines to ^20.17.0 || >=22.9.0
([#&#8203;254](https://redirect.github.com/npm/npm-packlist/issues/254))
([@&#8203;wraithgar](https://redirect.github.com/wraithgar))

##### Chores

-
[`fd425fa`](https://redirect.github.com/npm/npm-packlist/commit/fd425fa70c15d14c2356656c67deb660680f714d)
bump
[@&#8203;npmcli/eslint-config](https://redirect.github.com/npmcli/eslint-config)
from 4.0.5 to 5.0.1
([#&#8203;250](https://redirect.github.com/npm/npm-packlist/issues/250))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`3b66b5a`](https://redirect.github.com/npm/npm-packlist/commit/3b66b5a16cf0b23a39487c17cc5e755b57c89496)
[#&#8203;252](https://redirect.github.com/npm/npm-packlist/pull/252)
bump
[@&#8203;npmcli/arborist](https://redirect.github.com/npmcli/arborist)
from 7.5.4 to 8.0.0
([#&#8203;252](https://redirect.github.com/npm/npm-packlist/issues/252))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot])
-
[`e688d26`](https://redirect.github.com/npm/npm-packlist/commit/e688d26302629e0b6eb7b1e8ee3d152d06306913)
bump
[@&#8203;npmcli/template-oss](https://redirect.github.com/npmcli/template-oss)
from 4.23.3 to 4.23.4
([#&#8203;251](https://redirect.github.com/npm/npm-packlist/issues/251))
([@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot],
[@&#8203;npm-cli-bot](https://redirect.github.com/npm-cli-bot))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicolas DUBIEN <[email protected]>
  • Loading branch information
renovate[bot] and dubzzz authored Nov 28, 2024
1 parent ba71119 commit 1a9150d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
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 @@ -3694,7 +3694,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 @@ -15725,6 +15725,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

0 comments on commit 1a9150d

Please sign in to comment.