From 6c09979cf93ba1a1693feedb3ebef52ec6b6e35c Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 10 Feb 2025 06:39:07 -0500 Subject: [PATCH] Pin dependencies (#8) 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 | |---|---|---|---| | [@typhonjs-typedoc/ts-lib-docs](https://github.com/typhonjs-typedoc/ts-lib-docs) | devDependencies | pin | [`^2024.12.25` -> `2024.12.25`](https://renovatebot.com/diffs/npm/@typhonjs-typedoc%2fts-lib-docs/2024.12.25/2024.12.25) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | pin | [`^3.5.0` -> `3.5.0`](https://renovatebot.com/diffs/npm/prettier/3.5.0/3.5.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://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://c.csw.im/GalacticFactory/PackwizJS/pulls/8 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 996625e..a4b58ea 100644 --- a/bun.lock +++ b/bun.lock @@ -11,11 +11,11 @@ "devDependencies": { "@getmeli/cli": "1.2.0", "@types/bun": "latest", - "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", + "@typhonjs-typedoc/ts-lib-docs": "2024.12.25", "@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1", "eslint": "9.20.0", "eslint-config-standard": "17.1.0", - "prettier": "^3.5.0", + "prettier": "3.5.0", "typedoc": "0.27.7", "typedoc-plugin-coverage": "3.4.1", "typedoc-plugin-markdown": "4.4.1", diff --git a/package.json b/package.json index 5fc49b9..2ab82dc 100644 --- a/package.json +++ b/package.json @@ -30,11 +30,11 @@ "devDependencies": { "@getmeli/cli": "1.2.0", "@types/bun": "latest", - "@typhonjs-typedoc/ts-lib-docs": "^2024.12.25", + "@typhonjs-typedoc/ts-lib-docs": "2024.12.25", "@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1", "eslint": "9.20.0", "eslint-config-standard": "17.1.0", - "prettier": "^3.5.0", + "prettier": "3.5.0", "typedoc": "0.27.7", "typedoc-plugin-coverage": "3.4.1", "typedoc-plugin-markdown": "4.4.1"