Skip to content

Commit

Permalink
⬆️ Update dependency publint to ^0.2.8 (#5001)
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.7`
-> `^0.2.8`](https://renovatebot.com/diffs/npm/publint/0.2.7/0.2.8) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/publint/0.2.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/publint/0.2.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/publint/0.2.7/0.2.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/publint/0.2.7/0.2.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Bug fixes

- Fix file existence check for non-js files
([https://github.com/bluwy/publint/issues/96](https://togithub.com/bluwy/publint/issues/96))

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent f48c781 commit 7b61a0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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.3.0",
"prettier": "3.2.5",
"publint": "^0.2.7",
"publint": "^0.2.8",
"typescript": "~5.4.5",
"typescript-eslint": "^7.10.0"
}
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,7 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
globals: "npm:^15.3.0"
prettier: "npm:3.2.5"
publint: "npm:^0.2.7"
publint: "npm:^0.2.8"
typescript: "npm:~5.4.5"
typescript-eslint: "npm:^7.10.0"
languageName: unknown
Expand Down Expand Up @@ -15107,10 +15107,10 @@ __metadata:
languageName: node
linkType: hard

"picocolors@npm:^1.0.0":
version: 1.0.0
resolution: "picocolors@npm:1.0.0"
checksum: 10c0/20a5b249e331c14479d94ec6817a182fd7a5680debae82705747b2db7ec50009a5f6648d0621c561b0572703f84dbef0858abcbd5856d3c5511426afcb1961f7
"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1":
version: 1.0.1
resolution: "picocolors@npm:1.0.1"
checksum: 10c0/c63cdad2bf812ef0d66c8db29583802355d4ca67b9285d846f390cc15c2f6ccb94e8cb7eb6a6e97fc5990a6d3ad4ae42d86c84d3146e667c739a4234ed50d400
languageName: node
linkType: hard

Expand Down Expand Up @@ -15882,16 +15882,16 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit 7b61a0b

Please sign in to comment.