Skip to content

Commit bab0bd4

Browse files
fix(deps): update all non-major dependencies (#890)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1d407e commit bab0bd4

File tree

5 files changed

+301
-294
lines changed

5 files changed

+301
-294
lines changed
Lines changed: 169 additions & 169 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ plugins:
1010
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
1111
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'
1212

13-
yarnPath: .yarn/releases/yarn-4.9.0.cjs
13+
yarnPath: .yarn/releases/yarn-4.9.1.cjs

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"au:twemojis": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/twemoji-regex-updater.mts"
2121
},
2222
"devDependencies": {
23-
"@commitlint/cli": "^19.8.0",
24-
"@commitlint/config-conventional": "^19.8.0",
23+
"@commitlint/cli": "^19.8.1",
24+
"@commitlint/config-conventional": "^19.8.1",
2525
"@favware/cliff-jumper": "^6.0.0",
2626
"@favware/npm-deprecate": "^2.0.0",
2727
"@favware/rollup-type-bundler": "^4.0.0",
2828
"@sapphire/framework": "^5.3.4",
2929
"@types/lodash": "^4.17.16",
30-
"@types/node": "^22.15.14",
30+
"@types/node": "^22.15.17",
3131
"@types/ws": "^8.18.1",
3232
"@typescript-eslint/eslint-plugin": "^7.18.0",
3333
"@typescript-eslint/parser": "^7.18.0",
@@ -36,11 +36,11 @@
3636
"cz-conventional-changelog": "^3.3.0",
3737
"discord.js": "^14.19.3",
3838
"eslint": "^8.57.1",
39-
"eslint-config-prettier": "^10.1.3",
39+
"eslint-config-prettier": "^10.1.5",
4040
"eslint-plugin-prettier": "^5.4.0",
4141
"lint-staged": "^15.5.2",
4242
"lodash": "^4.17.21",
43-
"msw": "^2.7.6",
43+
"msw": "^2.8.2",
4444
"npm-run-all2": "^8.0.1",
4545
"prettier": "^3.5.3",
4646
"rimraf": "^6.0.1",
@@ -75,5 +75,5 @@
7575
"ansi-regex": "^5.0.1",
7676
"minimist": "^1.2.8"
7777
},
78-
"packageManager": "yarn@4.9.0"
78+
"packageManager": "yarn@4.9.1"
7979
}

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@typescript-eslint/eslint-plugin": "^7.18.0",
2929
"@typescript-eslint/parser": "^7.18.0",
3030
"eslint": "^8.57.1",
31-
"eslint-config-prettier": "^10.1.3",
31+
"eslint-config-prettier": "^10.1.5",
3232
"eslint-plugin-prettier": "^5.4.0",
3333
"prettier": "^3.5.3",
3434
"typescript": "~5.4.5"

0 commit comments

Comments
 (0)