Skip to content

Commit 45417be

Browse files
chore(deps): update dependency publint to v0.3.18 (#1308)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [publint](https://publint.dev) ([source](https://redirect.github.com/publint/publint/tree/HEAD/packages/publint)) | [`0.3.17` → `0.3.18`](https://renovatebot.com/diffs/npm/publint/0.3.17/0.3.18) | ![age](https://developer.mend.io/api/mc/badges/age/npm/publint/0.3.18?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/publint/0.3.17/0.3.18?slim=true) | --- ### Release Notes <details> <summary>publint/publint (publint)</summary> ### [`v0.3.18`](https://redirect.github.com/publint/publint/blob/HEAD/packages/publint/CHANGELOG.md#0318) [Compare Source](https://redirect.github.com/publint/publint/compare/publint@0.3.17...publint@0.3.18) ##### Patch Changes - Fix deprecated subpath mapping check crash and make `getPkgPathValue` from `publint/utils` return undefined if the path is invalid ([`ad2aa9c`](https://redirect.github.com/publint/publint/commit/ad2aa9c71d25f5cfbeade8c6585aec6f8bbd532b)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My40OC4xIiwidXBkYXRlZEluVmVyIjoiNDMuNDguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15e0162 commit 45417be

File tree

47 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+108
-108
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"@types/split2": "4.2.3",
106106
"concurrently": "9.2.1",
107107
"memjs": "1.3.2",
108-
"publint": "0.3.17",
108+
"publint": "0.3.18",
109109
"redis": "5.11.0",
110110
"split2": "4.2.0",
111111
"ts-toolbelt": "9.6.0",

packages/auth-providers/auth0/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@cedarjs/framework-tools": "workspace:*",
4949
"@types/jsonwebtoken": "9.0.10",
5050
"concurrently": "9.2.1",
51-
"publint": "0.3.17",
51+
"publint": "0.3.18",
5252
"tsx": "4.21.0",
5353
"typescript": "5.9.3",
5454
"vitest": "3.2.4"

packages/auth-providers/auth0/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@cedarjs/framework-tools": "workspace:*",
4747
"@types/yargs": "17.0.35",
4848
"concurrently": "9.2.1",
49-
"publint": "0.3.17",
49+
"publint": "0.3.18",
5050
"tsx": "4.21.0",
5151
"typescript": "5.9.3",
5252
"vitest": "3.2.4"

packages/auth-providers/auth0/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@cedarjs/framework-tools": "workspace:*",
5757
"@types/react": "^18.2.55",
5858
"concurrently": "9.2.1",
59-
"publint": "0.3.17",
59+
"publint": "0.3.18",
6060
"react": "19.2.3",
6161
"tsx": "4.21.0",
6262
"typescript": "5.9.3",

packages/auth-providers/azureActiveDirectory/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/aws-lambda": "8.10.161",
5050
"@types/jsonwebtoken": "9.0.10",
5151
"concurrently": "9.2.1",
52-
"publint": "0.3.17",
52+
"publint": "0.3.18",
5353
"tsx": "4.21.0",
5454
"typescript": "5.9.3",
5555
"vitest": "3.2.4"

packages/auth-providers/azureActiveDirectory/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@cedarjs/framework-tools": "workspace:*",
4747
"@types/yargs": "17.0.35",
4848
"concurrently": "9.2.1",
49-
"publint": "0.3.17",
49+
"publint": "0.3.18",
5050
"tsx": "4.21.0",
5151
"typescript": "5.9.3",
5252
"vitest": "3.2.4"

packages/auth-providers/azureActiveDirectory/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/netlify-identity-widget": "1.9.7",
5858
"@types/react": "^18.2.55",
5959
"concurrently": "9.2.1",
60-
"publint": "0.3.17",
60+
"publint": "0.3.18",
6161
"react": "19.2.3",
6262
"tsx": "4.21.0",
6363
"typescript": "5.9.3",

packages/auth-providers/clerk/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@cedarjs/framework-tools": "workspace:*",
4848
"@types/aws-lambda": "8.10.161",
4949
"concurrently": "9.2.1",
50-
"publint": "0.3.17",
50+
"publint": "0.3.18",
5151
"tsx": "4.21.0",
5252
"typescript": "5.9.3",
5353
"vitest": "3.2.4"

packages/auth-providers/clerk/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@cedarjs/framework-tools": "workspace:*",
4545
"@types/yargs": "17.0.35",
4646
"concurrently": "9.2.1",
47-
"publint": "0.3.17",
47+
"publint": "0.3.18",
4848
"tsx": "4.21.0",
4949
"typescript": "5.9.3"
5050
},

packages/auth-providers/clerk/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@clerk/types": "4.101.19",
5858
"@types/react": "^18.2.55",
5959
"concurrently": "9.2.1",
60-
"publint": "0.3.17",
60+
"publint": "0.3.18",
6161
"react": "19.2.3",
6262
"tsx": "4.21.0",
6363
"typescript": "5.9.3",

0 commit comments

Comments
 (0)