Skip to content

Commit

Permalink
⬆️ Update dependency publint to ^0.2.11 (#5265)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

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

---

### Release Notes

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

###
[`v0.2.11`](https://redirect.github.com/bluwy/publint/releases/tag/v0.2.11)

[Compare
Source](https://redirect.github.com/bluwy/publint/compare/v0.2.10...v0.2.11)

##### Features

- Update `formatMessage()` utility with a new `color` option to force
enable or disable returning color in string
([https://github.com/bluwy/publint/pull/110](https://redirect.github.com/bluwy/publint/pull/110))

##### New Contributors

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

**Full Changelog**:
bluwy/publint@v0.2.10...v0.2.11

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 17, 2024
1 parent 2bbc220 commit e3671bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"prettier": "3.3.3",
"publint": "^0.2.10",
"publint": "^0.2.11",
"typescript": "~5.5.4",
"typescript-eslint": "^7.18.0"
}
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3061,7 +3061,7 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
globals: "npm:^15.9.0"
prettier: "npm:3.3.3"
publint: "npm:^0.2.10"
publint: "npm:^0.2.11"
typescript: "npm:~5.5.4"
typescript-eslint: "npm:^7.18.0"
languageName: unknown
Expand Down Expand Up @@ -16481,16 +16481,16 @@ __metadata:
languageName: node
linkType: hard

"publint@npm:^0.2.10":
version: 0.2.10
resolution: "publint@npm:0.2.10"
"publint@npm:^0.2.11":
version: 0.2.11
resolution: "publint@npm:0.2.11"
dependencies:
npm-packlist: "npm:^5.1.3"
picocolors: "npm:^1.0.1"
picocolors: "npm:^1.1.0"
sade: "npm:^1.8.1"
bin:
publint: lib/cli.js
checksum: 10c0/af1b82d0427e3e18a77157cfecf8dd84270540e8209215a434d571f93a3d0e4e0e56caf87efb7ed18b9518806469440d7ea003df0d15b82bf0500f14ff48aa64
checksum: 10c0/0e57d19e2cde5f4d2125ef984c844abbb18284d75a43bbf438908574902e4ed31dbeceea9e0b39f672bc39fe78382fac3e9d4a29f54f79a12d0cc9a37f7df17b
languageName: node
linkType: hard

Expand Down

0 comments on commit e3671bf

Please sign in to comment.