Skip to content

Commit 392b739

Browse files
fix(deps): update all non-major dependencies (#1681)
* fix(deps): update all non-major dependencies * chore: add changeset * fix: skipLibCheck --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robb Niznik <[email protected]>
1 parent 85f0ca8 commit 392b739

23 files changed

+1061
-1031
lines changed

.changeset/nice-melons-grin.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"@launchpad-ui/components": patch
3+
"@launchpad-ui/focus-trap": patch
4+
"@launchpad-ui/navigation": patch
5+
"@launchpad-ui/dropdown": patch
6+
"@launchpad-ui/popover": patch
7+
"@launchpad-ui/drawer": patch
8+
"@launchpad-ui/filter": patch
9+
"@launchpad-ui/tokens": patch
10+
"@launchpad-ui/modal": patch
11+
"@launchpad-ui/form": patch
12+
"@launchpad-ui/menu": patch
13+
"launchpad-design-system": patch
14+
"@launchpad-ui/core": patch
15+
---
16+
17+
Update dependencies

apps/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"license": "SEE LICENSE IN LICENSE.txt",
1818
"keywords": ["launchpad", "launchdarkly", "design system", "design tokens"],
1919
"engines": {
20-
"vscode": "^1.99.2"
20+
"vscode": "^1.100.2"
2121
},
2222
"categories": ["Other"],
2323
"icon": "images/osmo.png",
@@ -41,7 +41,7 @@
4141
"vscode-languageserver-textdocument": "^1.0.11"
4242
},
4343
"devDependencies": {
44-
"@types/vscode": "^1.99.1",
44+
"@types/vscode": "^1.100.0",
4545
"esbuild": "0.25.0",
4646
"style-dictionary": "^5.0.0"
4747
}

biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,10 @@
8181
}
8282
}
8383
}
84-
]
84+
],
85+
"json": {
86+
"parser": {
87+
"allowComments": true
88+
}
89+
}
8590
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"deepmerge": "^4.3.1",
6767
"husky": "^9.1.1",
6868
"jsdom": "^26.0.0",
69-
"lightningcss": "^1.29.1",
69+
"lightningcss": "^1.30.1",
7070
"lint-staged": "^16.0.0",
7171
"nx": "21.0.3",
7272
"plop": "^4.0.0",
@@ -82,7 +82,7 @@
8282
"vite": "npm:[email protected]",
8383
"vitest": "^3.1.1"
8484
},
85-
"packageManager": "pnpm@10.10.0",
85+
"packageManager": "pnpm@10.11.0",
8686
"pnpm": {
8787
"onlyBuiltDependencies": [
8888
"@biomejs/biome",

packages/components/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@
3333
"test": "vitest run --coverage"
3434
},
3535
"dependencies": {
36-
"@internationalized/date": "3.8.0",
36+
"@internationalized/date": "3.8.1",
3737
"@launchpad-ui/icons": "workspace:~",
3838
"@launchpad-ui/tokens": "workspace:~",
39-
"@react-aria/focus": "3.20.2",
40-
"@react-aria/interactions": "3.25.0",
41-
"@react-aria/utils": "3.28.2",
39+
"@react-aria/focus": "3.20.3",
40+
"@react-aria/interactions": "3.25.1",
41+
"@react-aria/utils": "3.29.0",
4242
"@react-stately/utils": "3.10.6",
43-
"@react-types/shared": "3.29.0",
43+
"@react-types/shared": "3.29.1",
4444
"class-variance-authority": "0.7.0",
45-
"react-aria": "3.39.0",
46-
"react-aria-components": "1.8.0",
45+
"react-aria": "3.40.0",
46+
"react-aria-components": "1.9.0",
4747
"react-router": "7.5.2"
4848
},
4949
"peerDependencies": {
@@ -54,6 +54,6 @@
5454
"react": "19.1.0",
5555
"react-dom": "19.1.0",
5656
"react-hook-form": "7.56.1",
57-
"react-stately": "3.37.0"
57+
"react-stately": "3.38.0"
5858
}
5959
}

packages/components/tsconfig.build.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"extends": "../../tsconfig.base.json",
33
"include": ["src/*.ts", "src/*.tsx"],
44
"compilerOptions": {
5-
"outDir": "./dist"
5+
"outDir": "./dist",
6+
// https://github.com/adobe/react-spectrum/issues/8266
7+
"skipLibCheck": true
68
}
79
}

packages/core/tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../../tsconfig.base.json",
33
"include": ["src/*.ts", "src/*.tsx"],
44
"compilerOptions": {
5-
"outDir": "./dist"
5+
"outDir": "./dist",
6+
"skipLibCheck": true
67
}
78
}

packages/drawer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"@launchpad-ui/portal": "workspace:~",
3939
"@launchpad-ui/progress": "0.5.57",
4040
"@launchpad-ui/tokens": "workspace:~",
41-
"@react-aria/interactions": "3.25.0",
42-
"@react-aria/overlays": "3.27.0",
41+
"@react-aria/interactions": "3.25.1",
42+
"@react-aria/overlays": "3.27.1",
4343
"classix": "2.2.0",
44-
"framer-motion": "12.9.4"
44+
"framer-motion": "12.12.1"
4545
},
4646
"peerDependencies": {
4747
"react": "^18.0.0 || ^19.0.0",

packages/dropdown/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"@launchpad-ui/icons": "workspace:~",
3737
"@launchpad-ui/popover": "workspace:~",
3838
"@launchpad-ui/tokens": "workspace:~",
39-
"@react-aria/utils": "3.28.2",
39+
"@react-aria/utils": "3.29.0",
4040
"classix": "2.2.0"
4141
},
4242
"peerDependencies": {
4343
"react": "^18.0.0 || ^19.0.0",
4444
"react-dom": "^18.0.0 || ^19.0.0"
4545
},
4646
"devDependencies": {
47-
"@react-types/shared": "3.29.0",
47+
"@react-types/shared": "3.29.1",
4848
"react": "19.1.0",
4949
"react-dom": "19.1.0"
5050
}

packages/dropdown/tsconfig.build.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "../../tsconfig.base.json",
33
"include": ["src/*.ts", "src/*.tsx"],
44
"compilerOptions": {
5-
"outDir": "./dist"
5+
"outDir": "./dist",
6+
"skipLibCheck": true
67
}
78
}

0 commit comments

Comments
 (0)