From bd5d747a72f1b2c985fc6679d9b8c0542e6e399a Mon Sep 17 00:00:00 2001 From: Renovate Date: Sun, 9 Feb 2025 11:03:32 -0500 Subject: [PATCH] Pin dependencies (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://github.com/TypeStrong/TypeDoc)) | devDependencies | pin | [`^0.27.6` -> `0.27.6`](https://renovatebot.com/diffs/npm/typedoc/0.27.6/0.27.6) | | [typedoc-plugin-markdown](https://typedoc-plugin-markdown.org) ([source](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | devDependencies | pin | [`^4.4.1` -> `4.4.1`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/4.4.1/4.4.1) | 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://github.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 [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://www.coastalcommits.com/GalacticFactory/PackwizJS/pulls/4 Co-authored-by: Renovate Co-committed-by: Renovate --- bun.lock | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index 80a8563..92f370f 100644 --- a/bun.lock +++ b/bun.lock @@ -7,13 +7,13 @@ "@types/semver": "^7.5.8", "semver": "^7.7.1", "toml": "^3.0.0", - "typedoc": "^0.27.6", - "typedoc-plugin-markdown": "^4.4.1", }, "devDependencies": { "@types/bun": "latest", "eslint": "9.20.0", "eslint-config-standard": "17.1.0", + "typedoc": "0.27.6", + "typedoc-plugin-markdown": "4.4.1", }, "peerDependencies": { "typescript": "^5.0.0", diff --git a/package.json b/package.json index 90bc84b..cff955c 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "@types/bun": "latest", "eslint": "9.20.0", "eslint-config-standard": "17.1.0", - "typedoc": "^0.27.6", - "typedoc-plugin-markdown": "^4.4.1" + "typedoc": "0.27.6", + "typedoc-plugin-markdown": "4.4.1" }, "peerDependencies": { "typescript": "^5.0.0"