Pin dependencies (#8)
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #8 Co-authored-by: Renovate <renovate@csw.im> Co-committed-by: Renovate <renovate@csw.im>
This commit is contained in:
parent
9b8f184ff1
commit
6c09979cf9
2 changed files with 4 additions and 4 deletions
4
bun.lock
4
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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue