Skip to content

Commit

Permalink
chore(deps): update dependency publint to v0.1.13 (#14)
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)) | [`0.1.12` ->
`0.1.13`](https://renovatebot.com/diffs/npm/publint/0.1.12/0.1.13) |
[![age](https://badges.renovateapi.com/packages/npm/publint/0.1.13/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/publint/0.1.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/publint/0.1.13/compatibility-slim/0.1.12)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/publint/0.1.13/confidence-slim/0.1.12)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Bug fixes

- Fix `"types"` condition-is-first check when there's preceding
conditions that has it's `"types"` condition too. This is common for
dual ESM-CJS packages where `"types"` are located within `"require"` and
`"import"` conditions.
([bluwy/publint#47)
- Temporarily skip `"types"` condition check when `"typesVersions"` key
exist. The `"typesVersions"` key requires a complex resolution algorithm
that is harder to implement, so a quick patch is applied to remove the
false errors for now.
([bluwy/publint#42)

**Full Changelog**:
bluwy/publint@v0.1.12...v0.1.13

</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/tnez/actions).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 30, 2023
1 parent b33337a commit 424f012
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"jest-mock-extended": "3.0.4",
"lint-staged": "13.2.3",
"prettier": "2.8.8",
"publint": "0.1.12",
"publint": "0.1.13",
"ts-jest": "29.1.0",
"tsup": "7.0.0",
"typescript": "5.1.3"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 424f012

Please sign in to comment.