Skip to content

Commit

Permalink
chore(deps): update dependency publint to v0.2.10 (#11265)
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://github.com/bluwy/publint/tree/HEAD/pkg)) | [`0.2.9`
-> `0.2.10`](https://renovatebot.com/diffs/npm/publint/0.2.9/0.2.10) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/publint/0.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/publint/0.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/publint/0.2.9/0.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/publint/0.2.9/0.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### Features

- Adds a new rule that validates the `"repository"` field
([bluwy/publint#106)
- If `"repository"` is a string, it must be one of the supported
shorthand strings from the docs.
- If `"repository"` is an object with `"type": "git"`, the `"url"` must
be a valid [git URL](https://git-scm.com/docs/git-clone#\_git_urls) and
can be [parsed by npm](https://github.com/npm/hosted-git-info).
- The `git://` protocol for GitHub repos should not be used due
[security
concerns](https://github.blog/security/application-security/improving-git-protocol-security-github/).
- GitHub or GitLab links should be prefixed with `git+` and postfixed
with `.git`. (This is also warned by npm when publishing a package).

#### New Contributors

- [@&#8203;Namchee](https://github.com/Namchee) made their first
contribution in
[bluwy/publint#106

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

</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://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 15, 2024
1 parent 3fbf1f6 commit 06f7230
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@redwoodjs/graphql-server": "workspace:*",
"@types/aws-lambda": "8.10.143",
"concurrently": "8.2.2",
"publint": "0.2.9",
"publint": "0.2.10",
"ts-toolbelt": "9.6.0",
"tsx": "4.17.0",
"typescript": "5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@redwoodjs/graphql-server": "workspace:*",
"@types/aws-lambda": "8.10.143",
"concurrently": "8.2.2",
"publint": "0.2.9",
"publint": "0.2.10",
"ts-toolbelt": "9.6.0",
"tsx": "4.17.0",
"typescript": "5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@testing-library/react": "14.3.1",
"concurrently": "8.2.2",
"msw": "1.3.3",
"publint": "0.2.9",
"publint": "0.2.10",
"tsx": "4.17.0",
"type-fest": "4.24.0",
"typescript": "5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/project-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@arethetypeswrong/cli": "0.15.4",
"@redwoodjs/framework-tools": "workspace:*",
"concurrently": "8.2.2",
"publint": "0.2.9",
"publint": "0.2.10",
"rimraf": "6.0.1",
"tsx": "4.17.0",
"typescript": "5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"concurrently": "8.2.2",
"publint": "0.2.9",
"publint": "0.2.10",
"react": "19.0.0-rc-8269d55d-20240802",
"react-dom": "19.0.0-rc-8269d55d-20240802",
"tstyche": "2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"@types/yargs-parser": "21.0.3",
"concurrently": "8.2.2",
"glob": "11.0.0",
"publint": "0.2.9",
"publint": "0.2.10",
"rollup": "4.20.0",
"tsx": "4.17.0",
"typescript": "5.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"@types/react-dom": "^18.2.19",
"concurrently": "8.2.2",
"nodemon": "3.1.4",
"publint": "0.2.9",
"publint": "0.2.10",
"react": "19.0.0-rc-8269d55d-20240802",
"react-dom": "19.0.0-rc-8269d55d-20240802",
"tstyche": "2.1.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7448,7 +7448,7 @@ __metadata:
"@redwoodjs/web": "workspace:*"
"@types/aws-lambda": "npm:8.10.143"
concurrently: "npm:8.2.2"
publint: "npm:0.2.9"
publint: "npm:0.2.10"
ts-toolbelt: "npm:9.6.0"
tsx: "npm:4.17.0"
typescript: "npm:5.5.4"
Expand Down Expand Up @@ -7630,7 +7630,7 @@ __metadata:
"@supabase/ssr": "npm:0.4.0"
"@types/aws-lambda": "npm:8.10.143"
concurrently: "npm:8.2.2"
publint: "npm:0.2.9"
publint: "npm:0.2.10"
ts-toolbelt: "npm:9.6.0"
tsx: "npm:4.17.0"
typescript: "npm:5.5.4"
Expand Down Expand Up @@ -7737,7 +7737,7 @@ __metadata:
concurrently: "npm:8.2.2"
core-js: "npm:3.38.0"
msw: "npm:1.3.3"
publint: "npm:0.2.9"
publint: "npm:0.2.10"
react: "npm:19.0.0-rc-8269d55d-20240802"
tsx: "npm:4.17.0"
type-fest: "npm:4.24.0"
Expand Down Expand Up @@ -8385,7 +8385,7 @@ __metadata:
concurrently: "npm:8.2.2"
deepmerge: "npm:4.3.1"
fast-glob: "npm:3.3.2"
publint: "npm:0.2.9"
publint: "npm:0.2.10"
rimraf: "npm:6.0.1"
smol-toml: "npm:1.3.0"
string-env-interpolation: "npm:1.0.1"
Expand Down Expand Up @@ -8458,7 +8458,7 @@ __metadata:
"@types/react-dom": "npm:^18.2.19"
concurrently: "npm:8.2.2"
core-js: "npm:3.38.0"
publint: "npm:0.2.9"
publint: "npm:0.2.10"
react: "npm:19.0.0-rc-8269d55d-20240802"
react-dom: "npm:19.0.0-rc-8269d55d-20240802"
tstyche: "npm:2.1.1"
Expand Down Expand Up @@ -8639,7 +8639,7 @@ __metadata:
glob: "npm:11.0.0"
http-proxy-middleware: "npm:3.0.0"
isbot: "npm:5.1.14"
publint: "npm:0.2.9"
publint: "npm:0.2.10"
react: "npm:19.0.0-rc-8269d55d-20240802"
react-server-dom-webpack: "npm:19.0.0-rc-8269d55d-20240802"
rimraf: "npm:6.0.1"
Expand Down Expand Up @@ -8709,7 +8709,7 @@ __metadata:
graphql-sse: "npm:2.5.3"
graphql-tag: "npm:2.12.6"
nodemon: "npm:3.1.4"
publint: "npm:0.2.9"
publint: "npm:0.2.10"
react: "npm:19.0.0-rc-8269d55d-20240802"
react-dom: "npm:19.0.0-rc-8269d55d-20240802"
react-helmet-async: "npm:2.0.5"
Expand Down Expand Up @@ -25329,16 +25329,16 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down

0 comments on commit 06f7230

Please sign in to comment.