From 305fdf2afd6f20678e5ae52d5f9bfceefb0fe384 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:07:22 +1300 Subject: [PATCH] chore(deps): pin dependencies (#92) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 18 +++++++++--------- pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index 2124dc32..5c39a289 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 717ee632..455a03cb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,31 +29,31 @@ dependencies: devDependencies: '@commitlint/cli': - specifier: ^18.0.0 + specifier: 18.0.0 version: 18.0.0 '@commitlint/config-conventional': - specifier: ^18.0.0 + specifier: 18.0.0 version: 18.0.0 hast-util-from-html: - specifier: ^2.0.0 + specifier: 2.0.1 version: 2.0.1 hast-util-to-string: - specifier: ^3.0.0 + specifier: 3.0.0 version: 3.0.0 hastscript: - specifier: ^8.0.0 + specifier: 8.0.0 version: 8.0.0 husky: - specifier: ^8.0.3 + specifier: 8.0.3 version: 8.0.3 rehype: - specifier: ^13.0.0 + specifier: 13.0.1 version: 13.0.1 start-server-and-test: - specifier: ^2.0.0 + specifier: 2.0.0 version: 2.0.0 unist-util-visit: - specifier: ^5.0.0 + specifier: 5.0.0 version: 5.0.0 packages: