Skip to content

Commit f5f6589

Browse files
fix(deps): update all non-major dependencies
1 parent e7ac03c commit f5f6589

7 files changed

Lines changed: 1178 additions & 958 deletions

File tree

Lines changed: 300 additions & 300 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.10.3.cjs
13+
yarnPath: .yarn/releases/yarn-4.12.0.cjs

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,32 +24,32 @@
2424
"build:documentation": "yarn workspace documentation build"
2525
},
2626
"devDependencies": {
27-
"@commitlint/cli": "^20.1.0",
28-
"@commitlint/config-conventional": "^20.0.0",
27+
"@commitlint/cli": "^20.2.0",
28+
"@commitlint/config-conventional": "^20.2.0",
2929
"@sapphire/prettier-config": "^2.0.0",
30-
"@sapphire/ts-config": "^5.0.1",
31-
"@types/node": "^24.10.0",
30+
"@sapphire/ts-config": "^5.0.3",
31+
"@types/node": "^24.10.4",
3232
"chalk-cli": "^6.0.0",
33-
"eslint": "^9.39.1",
33+
"eslint": "^9.39.2",
3434
"eslint-config-neon": "^0.2.9",
3535
"eslint-config-prettier": "^10.1.8",
3636
"eslint-plugin-html": "^8.1.3",
3737
"eslint-plugin-lit": "^2.1.1",
3838
"eslint-plugin-lit-a11y": "^5.1.1",
3939
"eslint-plugin-prettier": "^5.5.4",
4040
"eslint-plugin-wc": "^3.0.2",
41-
"lint-staged": "^16.2.6",
41+
"lint-staged": "^16.2.7",
4242
"markdown-toc": "^1.2.0",
4343
"npm-run-all2": "^8.0.4",
44-
"prettier": "^3.6.2",
44+
"prettier": "^3.7.4",
4545
"prettier-plugin-astro": "^0.14.1",
46-
"react": "^19.2.0",
47-
"rimraf": "^6.1.0",
48-
"tsup": "^8.5.0",
46+
"react": "^19.2.3",
47+
"rimraf": "^6.1.2",
48+
"tsup": "^8.5.1",
4949
"typescript": "^5.8.3"
5050
},
5151
"resolutions": {
52-
"esbuild": "~0.25.12",
52+
"esbuild": "~0.27.2",
5353
"@next/eslint-plugin-next": "npm:@favware/skip-dependency@latest",
5454
"eslint-plugin-mdx": "npm:@favware/skip-dependency@latest",
5555
"eslint-plugin-cypress": "npm:@favware/skip-dependency@latest",
@@ -72,5 +72,5 @@
7272
"*": "prettier --ignore-unknown --write",
7373
"*.{mjs,js,ts,tsx}": "eslint --fix"
7474
},
75-
"packageManager": "yarn@4.10.3"
75+
"packageManager": "yarn@4.12.0"
7676
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@
124124
},
125125
"dependencies": {
126126
"@lit/context": "^1.1.6",
127-
"lit": "^3.3.1"
127+
"lit": "^3.3.2"
128128
},
129129
"devDependencies": {
130-
"@custom-elements-manifest/analyzer": "^0.10.10",
130+
"@custom-elements-manifest/analyzer": "^0.11.0",
131131
"@favware/cliff-jumper": "^6.0.0",
132132
"@web/dev-server": "^0.4.6",
133133
"@web/dev-server-esbuild": "^1.0.4",

packages/documentation/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/check": "0.9.5",
13+
"@astrojs/check": "0.9.6",
1414
"@astrojs/lit": "^4.3.0",
15-
"@astrojs/starlight": "0.36.2",
15+
"@astrojs/starlight": "0.37.1",
1616
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "2.0.2",
1717
"@webcomponents/template-shadowroot": "^0.2.1",
18-
"astro": "5.15.9",
19-
"lit": "^3.3.1",
20-
"react": "^19.2.0",
18+
"astro": "5.16.6",
19+
"lit": "^3.3.2",
20+
"react": "^19.2.3",
2121
"starlight-typedoc": "0.21.3",
2222
"typedoc": "0.28.5",
2323
"typedoc-plugin-frontmatter": "^1.3.0",
@@ -26,9 +26,9 @@
2626
"devDependencies": {
2727
"@skyra/discord-components-core": "workspace:^",
2828
"@skyra/discord-components-react": "workspace:^",
29-
"@types/react": "19.2.2",
30-
"@types/react-dom": "^19.2.2",
31-
"react-dom": "^19.2.0",
29+
"@types/react": "19.2.7",
30+
"@types/react-dom": "^19.2.3",
31+
"react-dom": "^19.2.3",
3232
"typescript": "^5.8.3"
3333
}
3434
}

packages/react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"dependencies": {
3232
"@lit/react": "^1.0.8",
3333
"@skyra/discord-components-core": "workspace:^",
34-
"react": "^19.2.0"
34+
"react": "^19.2.3"
3535
},
3636
"devDependencies": {
37-
"@types/react": "^19.2.2",
37+
"@types/react": "^19.2.7",
3838
"colorette": "^2.0.20",
39-
"rimraf": "^6.1.0",
40-
"tsup": "^8.5.0",
39+
"rimraf": "^6.1.2",
40+
"tsup": "^8.5.1",
4141
"typescript": "^5.8.3"
4242
},
4343
"peerDependencies": {

0 commit comments

Comments
 (0)