Skip to content

Commit

Permalink
chore(deps): pin dependencies (#92)
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 | Type | Update | Change |
|---|---|---|---|
| [@commitlint/cli](https://commitlint.js.org/)
([source](https://togithub.com/conventional-changelog/commitlint)) |
devDependencies | pin | [`^18.0.0` ->
`18.0.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/18.0.0/18.0.0)
|
| [@commitlint/config-conventional](https://commitlint.js.org/)
([source](https://togithub.com/conventional-changelog/commitlint)) |
devDependencies | pin | [`^18.0.0` ->
`18.0.0`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/18.0.0/18.0.0)
|
|
[hast-util-from-html](https://togithub.com/syntax-tree/hast-util-from-html)
| devDependencies | pin | [`^2.0.0` ->
`2.0.1`](https://renovatebot.com/diffs/npm/hast-util-from-html/2.0.1/2.0.1)
|
|
[hast-util-to-string](https://togithub.com/rehypejs/rehype-minify/tree/main#readme)
([source](https://togithub.com/rehypejs/rehype-minify)) |
devDependencies | pin | [`^3.0.0` ->
`3.0.0`](https://renovatebot.com/diffs/npm/hast-util-to-string/3.0.0/3.0.0)
|
| [hastscript](https://togithub.com/syntax-tree/hastscript) |
devDependencies | pin | [`^8.0.0` ->
`8.0.0`](https://renovatebot.com/diffs/npm/hastscript/8.0.0/8.0.0) |
| [husky](https://typicode.github.io/husky)
([source](https://togithub.com/typicode/husky)) | devDependencies | pin
| [`^8.0.3` ->
`8.0.3`](https://renovatebot.com/diffs/npm/husky/8.0.3/8.0.3) |
| [rehype](https://togithub.com/rehypejs/rehype) | devDependencies | pin
| [`^13.0.0` ->
`13.0.1`](https://renovatebot.com/diffs/npm/rehype/13.0.1/13.0.1) |
|
[start-server-and-test](https://togithub.com/bahmutov/start-server-and-test)
| devDependencies | pin | [`^2.0.0` ->
`2.0.0`](https://renovatebot.com/diffs/npm/start-server-and-test/2.0.0/2.0.0)
|
| [unist-util-visit](https://togithub.com/syntax-tree/unist-util-visit)
| devDependencies | pin | [`^5.0.0` ->
`5.0.0`](https://renovatebot.com/diffs/npm/unist-util-visit/5.0.0/5.0.0)
|

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### 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 is behind base branch, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/Tuhura-Tech/Wiki).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent da7a17c commit 305fdf2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"hast-util-from-html": "^2.0.0",
"hast-util-to-string": "^3.0.0",
"hastscript": "^8.0.0",
"husky": "^8.0.3",
"rehype": "^13.0.0",
"start-server-and-test": "^2.0.0",
"unist-util-visit": "^5.0.0"
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "18.0.0",
"hast-util-from-html": "2.0.1",
"hast-util-to-string": "3.0.0",
"hastscript": "8.0.0",
"husky": "8.0.3",
"rehype": "13.0.1",
"start-server-and-test": "2.0.0",
"unist-util-visit": "5.0.0"
}
}
18 changes: 9 additions & 9 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 305fdf2

Please sign in to comment.