Skip to content

Commit

Permalink
⬆️ Update dependency publint to ^0.2.9 (#5140)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [publint](https://publint.dev)
([source](https://togithub.com/bluwy/publint/tree/HEAD/pkg)) | [`^0.2.8`
-> `^0.2.9`](https://renovatebot.com/diffs/npm/publint/0.2.8/0.2.9) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/publint/0.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/publint/0.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/publint/0.2.8/0.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/publint/0.2.8/0.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>bluwy/publint (publint)</summary>

### [`v0.2.9`](https://togithub.com/bluwy/publint/releases/tag/v0.2.9)

[Compare
Source](https://togithub.com/bluwy/publint/compare/v0.2.8...v0.2.9)

##### Bug fixes

- Update message when no type field is present by
[@&#8203;benmccann](https://togithub.com/benmccann)
([https://github.com/bluwy/publint/pull/104](https://togithub.com/bluwy/publint/pull/104))

##### New Contributors

- [@&#8203;benmccann](https://togithub.com/benmccann) made their first
contribution in
[https://github.com/bluwy/publint/pull/104](https://togithub.com/bluwy/publint/pull/104)

**Full Changelog**:
bluwy/publint@v0.2.8...v0.2.9

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/dubzzz/fast-check).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent b121a8b commit 4eebfff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-config-prettier": "^9.1.0",
"globals": "^15.8.0",
"prettier": "3.3.3",
"publint": "^0.2.8",
"publint": "^0.2.9",
"typescript": "~5.5.3",
"typescript-eslint": "^7.16.1"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2834,7 +2834,7 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
globals: "npm:^15.8.0"
prettier: "npm:3.3.3"
publint: "npm:^0.2.8"
publint: "npm:^0.2.9"
typescript: "npm:~5.5.3"
typescript-eslint: "npm:^7.16.1"
languageName: unknown
Expand Down Expand Up @@ -15960,16 +15960,16 @@ __metadata:
languageName: node
linkType: hard

"publint@npm:^0.2.8":
version: 0.2.8
resolution: "publint@npm:0.2.8"
"publint@npm:^0.2.9":
version: 0.2.9
resolution: "publint@npm:0.2.9"
dependencies:
npm-packlist: "npm:^5.1.3"
picocolors: "npm:^1.0.1"
sade: "npm:^1.8.1"
bin:
publint: lib/cli.js
checksum: 10c0/da4157b3039004d42b8f7df048236bbbf598919d8ddb2c9387b5c4ddaf1564d81e7ab3370ed039f00b784a0c6915d0dbb523fcd1817aa3738f77aac0b955153a
checksum: 10c0/b414f40c2bc9372119346d5684eccb12bdf8066fc821301880d9dcdec0a5d852bbe926cb4583511f3e97736c53d1723e46e49285c9463bcb808cbfd979d5c2fc
languageName: node
linkType: hard

Expand Down

0 comments on commit 4eebfff

Please sign in to comment.