Skip to content

Commit 90a6628

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

File tree

6 files changed

+1295
-1071
lines changed

6 files changed

+1295
-1071
lines changed

.yarn/releases/yarn-4.9.0.cjs renamed to .yarn/releases/yarn-4.9.1.cjs

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: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@
2424
"build:documentation": "yarn workspace documentation build"
2525
},
2626
"devDependencies": {
27-
"@commitlint/cli": "^19.8.0",
28-
"@commitlint/config-conventional": "^19.8.0",
29-
"@eslint/compat": "^1.2.8",
30-
"@lerna-lite/cli": "^4.0.0",
31-
"@lerna-lite/publish": "^4.0.0",
32-
"@lerna-lite/run": "^4.0.0",
27+
"@commitlint/cli": "^19.8.1",
28+
"@commitlint/config-conventional": "^19.8.1",
29+
"@eslint/compat": "^1.2.9",
30+
"@lerna-lite/cli": "^4.1.1",
31+
"@lerna-lite/publish": "^4.1.1",
32+
"@lerna-lite/run": "^4.1.1",
3333
"@sapphire/prettier-config": "^2.0.0",
3434
"@sapphire/ts-config": "^5.0.1",
35-
"@types/node": "^22.14.1",
35+
"@types/node": "^22.15.17",
3636
"chalk-cli": "^5.0.1",
37-
"eslint": "^9.24.0",
37+
"eslint": "^9.26.0",
3838
"eslint-config-neon": "^0.2.7",
39-
"eslint-config-prettier": "^10.1.2",
39+
"eslint-config-prettier": "^10.1.5",
4040
"eslint-plugin-html": "^8.1.2",
41-
"eslint-plugin-lit": "^2.0.0",
41+
"eslint-plugin-lit": "^2.1.1",
4242
"eslint-plugin-lit-a11y": "^4.1.4",
43-
"eslint-plugin-prettier": "^5.2.6",
44-
"eslint-plugin-wc": "^3.0.0",
45-
"lint-staged": "^15.5.1",
43+
"eslint-plugin-prettier": "^5.4.0",
44+
"eslint-plugin-wc": "^3.0.1",
45+
"lint-staged": "^15.5.2",
4646
"markdown-toc": "^1.2.0",
4747
"npm-run-all2": "^7.0.2",
4848
"prettier": "^3.5.3",
@@ -53,7 +53,7 @@
5353
"typescript": "^5.7.2"
5454
},
5555
"resolutions": {
56-
"esbuild": "~0.25.2",
56+
"esbuild": "~0.25.4",
5757
"@next/eslint-plugin-next": "npm:@favware/skip-dependency@latest",
5858
"eslint-plugin-mdx": "npm:@favware/skip-dependency@latest",
5959
"eslint-plugin-cypress": "npm:@favware/skip-dependency@latest",
@@ -76,5 +76,5 @@
7676
"*": "prettier --ignore-unknown --write",
7777
"*.{mjs,js,ts,tsx}": "eslint --fix"
7878
},
79-
"packageManager": "yarn@4.9.0"
79+
"packageManager": "yarn@4.9.1"
8080
}

packages/documentation/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@astrojs/check": "0.9.4",
1414
"@astrojs/lit": "^4.3.0",
15-
"@astrojs/starlight": "0.33.1",
15+
"@astrojs/starlight": "0.34.3",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "5.6.1",
18+
"astro": "5.7.12",
1919
"lit": "^3.3.0",
2020
"starlight-typedoc": "0.17.0",
2121
"typedoc": "0.27.4",
@@ -25,8 +25,8 @@
2525
"devDependencies": {
2626
"@skyra/discord-components-core": "workspace:^",
2727
"@skyra/discord-components-react": "workspace:^",
28-
"@types/react": "19.1.1",
29-
"@types/react-dom": "^19.1.2",
28+
"@types/react": "19.1.3",
29+
"@types/react-dom": "^19.1.3",
3030
"react-dom": "^19.1.0",
3131
"typescript": "^5.7.2"
3232
}

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"react": "^19.1.0"
3535
},
3636
"devDependencies": {
37-
"@types/react": "^19.1.1",
37+
"@types/react": "^19.1.3",
3838
"colorette": "^2.0.20",
3939
"rimraf": "^6.0.1",
4040
"tsup": "^8.4.0",

0 commit comments

Comments
 (0)