Skip to content

Commit 413db4b

Browse files
fix(deps): pin dependencies (#1669)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ajv-errors](https://redirect.github.com/epoberezkin/ajv-errors) | dependencies | pin | [`^3.0.0` -> `3.0.0`](https://renovatebot.com/diffs/npm/ajv-errors/3.0.0/3.0.0) | | [ansi_up](https://redirect.github.com/drudru/ansi_up) | dependencies | pin | [`^6.0.6` -> `6.0.6`](https://renovatebot.com/diffs/npm/ansi_up/6.0.6/6.0.6) | | [globals](https://redirect.github.com/sindresorhus/globals) | devDependencies | pin | [`^16.3.0` -> `16.3.0`](https://renovatebot.com/diffs/npm/globals/16.3.0/16.3.0) | | [pify](https://redirect.github.com/sindresorhus/pify) | devDependencies | pin | [`^6.1.0` -> `6.1.0`](https://renovatebot.com/diffs/npm/pify/6.1.0/6.1.0) | | [vue-router](https://redirect.github.com/vuejs/router) | dependencies | pin | [`^4.5.1` -> `4.5.1`](https://renovatebot.com/diffs/npm/vue-router/4.5.1/4.5.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://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unraid/api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 095c222 commit 413db4b

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

packages/unraid-api-plugin-health/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@nestjs/graphql": "13.1.0",
2323
"nest-authz": "2.17.0",
2424
"typescript": "5.9.2",
25-
"pify": "^6.1.0"
25+
"pify": "6.1.0"
2626
},
2727
"peerDependencies": {
2828
"@nestjs/common": "11.1.6",

packages/unraid-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"graphql-ws": "6.0.6",
4545
"lodash-es": "4.17.21",
4646
"nest-authz": "2.17.0",
47-
"pify": "^6.1.0",
47+
"pify": "6.1.0",
4848
"rimraf": "6.0.1",
4949
"type-fest": "4.41.0",
5050
"typescript": "5.9.2",

pnpm-lock.yaml

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

unraid-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@jsonforms/vue-vanilla": "3.6.0",
5656
"@tailwindcss/cli": "4.1.12",
5757
"@vueuse/core": "13.8.0",
58-
"ajv-errors": "^3.0.0",
58+
"ajv-errors": "3.0.0",
5959
"class-variance-authority": "0.7.1",
6060
"clsx": "2.1.1",
6161
"dompurify": "3.2.6",

web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-plugin-prettier": "5.5.4",
6868
"eslint-plugin-storybook": "9.1.3",
6969
"eslint-plugin-vue": "10.4.0",
70-
"globals": "^16.3.0",
70+
"globals": "16.3.0",
7171
"happy-dom": "18.0.1",
7272
"kebab-case": "2.0.2",
7373
"lodash-es": "4.17.21",
@@ -104,7 +104,7 @@
104104
"@vueuse/components": "13.8.0",
105105
"@vueuse/integrations": "13.8.0",
106106
"ajv": "8.17.1",
107-
"ansi_up": "^6.0.6",
107+
"ansi_up": "6.0.6",
108108
"class-variance-authority": "0.7.1",
109109
"clsx": "2.1.1",
110110
"crypto-js": "4.2.0",
@@ -124,7 +124,7 @@
124124
"semver": "7.7.2",
125125
"tailwind-merge": "2.6.0",
126126
"vue-i18n": "11.1.11",
127-
"vue-router": "^4.5.1",
127+
"vue-router": "4.5.1",
128128
"vue-web-component-wrapper": "1.7.7",
129129
"vuetify": "3.9.6",
130130
"wretch": "2.11.0"

0 commit comments

Comments
 (0)