From 5163a2a460103641942a845d3d9b8ee9316374b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:18:04 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20publ?= =?UTF-8?q?int=20to=20^0.3.7=20(#5758)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [publint](https://publint.dev) ([source](https://redirect.github.com/publint/publint/tree/HEAD/packages/publint)) | [`^0.3.6` -> `^0.3.7`](https://renovatebot.com/diffs/npm/publint/0.3.6/0.3.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/publint/0.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/publint/0.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/publint/0.3.6/0.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/publint/0.3.6/0.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
publint/publint (publint) ### [`v0.3.7`](https://redirect.github.com/publint/publint/blob/HEAD/packages/publint/CHANGELOG.md#037) [Compare Source](https://redirect.github.com/publint/publint/compare/publint@0.3.6...publint@0.3.7) ##### Patch Changes - The `"imports"` field is now linted with the following rules: ([#​162](https://redirect.github.com/publint/publint/pull/162)) - `IMPORTS_KEY_INVALID`: Ensure the imports key starts with a `#` - `IMPORTS_VALUE_INVALID`: Ensure the imports value is a valid path that starts with a `./` - `IMPORTS_GLOB_NO_MATCHED_FILES`: Ensure the imports glob matches at least one file - `IMPORTS_DEFAULT_SHOULD_BE_LAST`: Ensure the `"default"` condition is last in an entrypoint's object - `IMPORTS_MODULE_SHOULD_BE_ESM`: Ensure the `"module"` condition file is ESM - `IMPORTS_MODULE_SHOULD_PRECEDE_REQUIRE`: Ensure the `"module"` condition precedes the `"require"` condition in an entrypoint's object - Improve SSH git URL detection when checking the `"repository"` field. Values like `"git@github.com:user/project.git"` is now detected as a valid git URL, but will be suggested to use a full git URL instead, like `"git+ssh://git@github.com/user/project.git"` ([`28da844`](https://redirect.github.com/publint/publint/commit/28da844027e549f0b90ccb95c96e2578b433c6f3)) - Fix exports types message when the `"require"` or `"import"` condition already exists but the dts file format is still invalid ([`a731ec3`](https://redirect.github.com/publint/publint/commit/a731ec3a39f9e62e32e6ed54e9eb87f55b6326aa))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1a2338a107a..fd12a0d3459 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "globals": "^16.0.0", "pkg-pr-new": "^0.0.40", "prettier": "3.5.2", - "publint": "^0.3.6", + "publint": "^0.3.7", "typescript": "~5.7.3", "typescript-eslint": "^8.25.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f2a2f4195c..5efa0179597 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,8 +39,8 @@ importers: specifier: 3.5.2 version: 3.5.2 publint: - specifier: ^0.3.6 - version: 0.3.6 + specifier: ^0.3.7 + version: 0.3.7 typescript: specifier: ~5.7.3 version: 5.7.3 @@ -7621,8 +7621,8 @@ packages: resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} engines: {node: '>= 0.10'} - publint@0.3.6: - resolution: {integrity: sha512-f6mQw/RsX8GiUaUliYWJsivveYuwIozFLe4wCWE3NGj3vBamr816pxQGN0ycVwFIoTnIeqIJb9wsN7XAS8wRCA==} + publint@0.3.7: + resolution: {integrity: sha512-UJAdT3pHmhxGHfFadlZZnTZWNyagwPplW4YJ7kM0ysDs45otRnusonRxeWYQHrdryWxAntsjCuXcUHkbUHGk7g==} engines: {node: '>=18'} hasBin: true @@ -18672,7 +18672,7 @@ snapshots: forwarded: 0.2.0 ipaddr.js: 1.9.1 - publint@0.3.6: + publint@0.3.7: dependencies: '@publint/pack': 0.1.1 package-manager-detector: 0.2.9