Skip to content

Commit a7b499e

Browse files
authored
feat: bump react-aria (#1752)
1 parent c36b68d commit a7b499e

File tree

25 files changed

+1166
-820
lines changed

25 files changed

+1166
-820
lines changed

.changeset/big-forks-send.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
"@launchpad-ui/components": minor
3+
"@launchpad-ui/focus-trap": minor
4+
"@launchpad-ui/navigation": minor
5+
"@launchpad-ui/dropdown": minor
6+
"@launchpad-ui/overlay": minor
7+
"@launchpad-ui/popover": minor
8+
"@launchpad-ui/tooltip": minor
9+
"@launchpad-ui/button": minor
10+
"@launchpad-ui/drawer": minor
11+
"@launchpad-ui/filter": minor
12+
"@launchpad-ui/portal": minor
13+
"@launchpad-ui/tokens": minor
14+
"@launchpad-ui/icons": minor
15+
"@launchpad-ui/modal": minor
16+
"@launchpad-ui/table": minor
17+
"@launchpad-ui/core": minor
18+
"@launchpad-ui/form": minor
19+
"@launchpad-ui/menu": minor
20+
"@launchpad-ui/vars": minor
21+
"@launchpad-ui/box": minor
22+
"launchpad-design-system": minor
23+
---
24+
25+
bump react-aria

.syncpackrc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,36 @@
2727
],
2828
"preferVersion": "highestSemver"
2929
}
30+
],
31+
"sortFirst": [
32+
"name",
33+
"private",
34+
"version",
35+
"description",
36+
"repository",
37+
"author",
38+
"bugs",
39+
"homepage",
40+
"license",
41+
"status",
42+
"workspaces",
43+
"main",
44+
"types",
45+
"module",
46+
"source",
47+
"files",
48+
"publishConfig",
49+
"sideEffects",
50+
"scripts",
51+
"keywords",
52+
"dependencies",
53+
"devDependencies",
54+
"peerDependencies",
55+
"browserslist",
56+
"engineStrict",
57+
"engines",
58+
"resolutions",
59+
"packageManager",
60+
"pnpm"
3061
]
3162
}

apps/vscode/package.json

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,29 @@
11
{
22
"name": "launchpad-design-system",
33
"private": true,
4-
"displayName": "LaunchPad Design System",
54
"version": "0.2.0",
6-
"publisher": "launchdarklyofficial",
5+
"description": "LaunchPad VS Code extension",
76
"repository": {
87
"type": "git",
98
"url": "https://github.com/launchdarkly/launchpad-ui",
109
"directory": "apps/vscode"
1110
},
11+
"bugs": "https://github.com/launchdarkly/launchpad-ui/issues",
1212
"homepage": "https://github.com/launchdarkly/launchpad-ui/blob/main/apps/vscode/README.md",
13-
"bugs": {
14-
"url": "https://github.com/launchdarkly/launchpad-ui/issues"
15-
},
16-
"description": "LaunchPad VS Code extension",
1713
"license": "SEE LICENSE IN LICENSE.txt",
18-
"keywords": [
19-
"launchpad",
20-
"launchdarkly",
21-
"design system",
22-
"design tokens"
23-
],
24-
"engines": {
25-
"vscode": "^1.101.2"
26-
},
27-
"categories": [
28-
"Other"
29-
],
30-
"icon": "images/osmo.png",
31-
"galleryBanner": {
32-
"color": "#FFFFFF",
33-
"theme": "light"
34-
},
35-
"activationEvents": [
36-
"onLanguage:css"
37-
],
3814
"main": "dist/client.js",
3915
"scripts": {
40-
"vscode:prepublish": "esbuild ./src/client.ts ./src/server.ts --bundle --outdir=dist --external:vscode --format=cjs --platform=node",
4116
"build": "pnpm dlx @vscode/vsce package --no-dependencies",
4217
"publish": "pnpm dlx @vscode/vsce publish --no-dependencies",
18+
"vscode:prepublish": "esbuild ./src/client.ts ./src/server.ts --bundle --outdir=dist --external:vscode --format=cjs --platform=node",
4319
"watch": "pnpm vscode:prepublish --watch"
4420
},
21+
"keywords": [
22+
"design system",
23+
"design tokens",
24+
"launchdarkly",
25+
"launchpad"
26+
],
4527
"dependencies": {
4628
"@launchpad-ui/tokens": "workspace:~",
4729
"vscode-css-languageservice": "^6.3.0",
@@ -53,5 +35,21 @@
5335
"@types/vscode": "^1.101.0",
5436
"esbuild": "0.25.0",
5537
"style-dictionary": "^5.0.0"
56-
}
38+
},
39+
"engines": {
40+
"vscode": "^1.101.2"
41+
},
42+
"activationEvents": [
43+
"onLanguage:css"
44+
],
45+
"categories": [
46+
"Other"
47+
],
48+
"displayName": "LaunchPad Design System",
49+
"galleryBanner": {
50+
"color": "#FFFFFF",
51+
"theme": "light"
52+
},
53+
"icon": "images/osmo.png",
54+
"publisher": "launchdarklyofficial"
5755
}

package.json

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,36 +3,31 @@
33
"private": true,
44
"version": "0.0.1",
55
"description": "LaunchDarkly's design system",
6+
"repository": "launchdarkly/launchpad-ui.git",
7+
"author": "Catamorphic Co.",
8+
"bugs": "https://github.com/launchdarkly/launchpad-ui/issues",
9+
"homepage": "https://github.com/launchdarkly/launchpad-ui#readme",
10+
"license": "Apache-2.0",
611
"scripts": {
7-
"postinstall": "syncpack lint",
812
"build": "nx run-many --target=build --all",
913
"build:packages": "nx affected --target=build",
1014
"build:transform": "nx run-many --target=build --projects=@launchpad-ui/tokens",
1115
"check": "biome check . --write",
1216
"chromatic": "chromatic",
1317
"clean": "nx run-many --target=clean --all",
1418
"graph": "nx graph --affected",
19+
"postinstall": "syncpack lint",
20+
"prepare": "husky",
21+
"release": "nx affected --target=build --base=HEAD~1 --head=HEAD --exclude=launchpad-design-system && changeset publish",
1522
"storybook": "pnpm build:transform && storybook dev -p 3000",
1623
"storybook:build": "pnpm build:transform && storybook build --quiet",
1724
"test": "pnpm build:transform && vitest run --coverage",
1825
"test:packages": "pnpm build:transform && nx affected --target=test",
1926
"test:ui": "vitest --ui",
2027
"test:watch": "vitest",
21-
"prepare": "husky",
22-
"release": "nx affected --target=build --base=HEAD~1 --head=HEAD --exclude=launchpad-design-system && changeset publish",
2328
"typecheck": "pnpm build:transform && tsc --noEmit --emitDeclarationOnly false --skipLibCheck --moduleResolution bundler --lib 'es2024, dom, dom.iterable'",
2429
"upgrade-react-aria": "pnpm up react-aria \"@react-aria/*\" \"@react-types/*\" \"@react-stately/*\" react-aria-components react react-dom @types/react @types/react-dom --latest -r"
2530
},
26-
"repository": {
27-
"type": "git",
28-
"url": "git+https://github.com/launchdarkly/launchpad-ui.git"
29-
},
30-
"author": "Catamorphic Co.",
31-
"license": "Apache-2.0",
32-
"bugs": {
33-
"url": "https://github.com/launchdarkly/launchpad-ui/issues"
34-
},
35-
"homepage": "https://github.com/launchdarkly/launchpad-ui#readme",
3631
"devDependencies": {
3732
"@biomejs/biome": "2.0.0-beta.5",
3833
"@changesets/changelog-github": "^0.5.0",
@@ -52,8 +47,8 @@
5247
"@testing-library/user-event": "^14.6.0",
5348
"@types/css-modules": "^1.0.5",
5449
"@types/node": "^22.15.3",
55-
"@types/react": "^19.1.10",
56-
"@types/react-dom": "^19.1.7",
50+
"@types/react": "^19.1.11",
51+
"@types/react-dom": "^19.1.8",
5752
"@vanilla-extract/css": "^1.17.1",
5853
"@vanilla-extract/vite-plugin": "^5.1.0",
5954
"@vitejs/plugin-react-oxc": "^0.2.0",
@@ -82,6 +77,11 @@
8277
"vite": "npm:[email protected]",
8378
"vitest": "^3.2.0"
8479
},
80+
"browserslist": [
81+
"last 2 versions",
82+
"not dead",
83+
"not IE 11"
84+
],
8585
"packageManager": "[email protected]",
8686
"pnpm": {
8787
"onlyBuiltDependencies": [
@@ -103,10 +103,5 @@
103103
"overrides": {
104104
"vite": "npm:[email protected]"
105105
}
106-
},
107-
"browserslist": [
108-
"last 2 versions",
109-
"not dead",
110-
"not IE 11"
111-
]
106+
}
112107
}

packages/box/package.json

Lines changed: 22 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,23 @@
11
{
22
"name": "@launchpad-ui/box",
33
"version": "0.3.0",
4-
"status": "alpha",
5-
"publishConfig": {
6-
"access": "public"
7-
},
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/launchdarkly/launchpad-ui"
11-
},
124
"description": "A polymorphic React component with design token sprinkles.",
5+
"repository": "launchdarkly/launchpad-ui",
136
"license": "Apache-2.0",
7+
"status": "alpha",
8+
"main": "dist/index.js",
9+
"types": "dist/index.d.ts",
10+
"module": "dist/index.es.js",
11+
"source": "src/index.ts",
1412
"files": [
1513
"dist"
1614
],
17-
"main": "dist/index.js",
18-
"module": "dist/index.es.js",
19-
"types": "dist/index.d.ts",
15+
"publishConfig": {
16+
"access": "public"
17+
},
2018
"sideEffects": [
2119
"**/*.css"
2220
],
23-
"exports": {
24-
".": {
25-
"types": "./dist/index.d.ts",
26-
"import": "./dist/index.es.js",
27-
"require": "./dist/index.js"
28-
},
29-
"./package.json": "./package.json",
30-
"./style.css": "./dist/style.css"
31-
},
32-
"source": "src/index.ts",
3321
"scripts": {
3422
"build": "vite build -c ../../vite.config.mts && tsc --project tsconfig.build.json",
3523
"clean": "rm -rf dist",
@@ -44,14 +32,23 @@
4432
"class-variance-authority": "0.7.0",
4533
"rainbow-sprinkles": "1.0.0"
4634
},
47-
"peerDependencies": {
48-
"@vanilla-extract/css": "^1.17.1",
35+
"devDependencies": {
36+
"flat": "^6.0.1",
4937
"react": "19.1.1",
5038
"react-dom": "19.1.1"
5139
},
52-
"devDependencies": {
53-
"flat": "^6.0.1",
40+
"peerDependencies": {
41+
"@vanilla-extract/css": "^1.17.1",
5442
"react": "19.1.1",
5543
"react-dom": "19.1.1"
44+
},
45+
"exports": {
46+
".": {
47+
"types": "./dist/index.d.ts",
48+
"import": "./dist/index.es.js",
49+
"require": "./dist/index.js"
50+
},
51+
"./package.json": "./package.json",
52+
"./style.css": "./dist/style.css"
5653
}
5754
}

packages/button/package.json

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,23 @@
11
{
22
"name": "@launchpad-ui/button",
33
"version": "0.14.0",
4-
"status": "beta",
5-
"publishConfig": {
6-
"access": "public"
7-
},
8-
"repository": {
9-
"type": "git",
10-
"url": "https://github.com/launchdarkly/launchpad-ui"
11-
},
124
"description": "An element that triggers an action based on user interaction.",
5+
"repository": "launchdarkly/launchpad-ui",
136
"license": "Apache-2.0",
7+
"status": "beta",
8+
"main": "dist/index.js",
9+
"types": "dist/index.d.ts",
10+
"module": "dist/index.es.js",
11+
"source": "src/index.ts",
1412
"files": [
1513
"dist"
1614
],
17-
"main": "dist/index.js",
18-
"module": "dist/index.es.js",
19-
"types": "dist/index.d.ts",
15+
"publishConfig": {
16+
"access": "public"
17+
},
2018
"sideEffects": [
2119
"**/*.css"
2220
],
23-
"exports": {
24-
".": {
25-
"types": "./dist/index.d.ts",
26-
"import": "./dist/index.es.js",
27-
"require": "./dist/index.js"
28-
},
29-
"./package.json": "./package.json",
30-
"./style.css": "./dist/style.css"
31-
},
32-
"source": "src/index.ts",
3321
"scripts": {
3422
"build": "vite build -c ../../vite.config.mts && tsc --project tsconfig.build.json",
3523
"clean": "rm -rf dist",
@@ -41,12 +29,21 @@
4129
"@radix-ui/react-slot": "1.2.0",
4230
"classix": "2.2.0"
4331
},
44-
"peerDependencies": {
32+
"devDependencies": {
4533
"react": "19.1.1",
4634
"react-dom": "19.1.1"
4735
},
48-
"devDependencies": {
36+
"peerDependencies": {
4937
"react": "19.1.1",
5038
"react-dom": "19.1.1"
39+
},
40+
"exports": {
41+
".": {
42+
"types": "./dist/index.d.ts",
43+
"import": "./dist/index.es.js",
44+
"require": "./dist/index.js"
45+
},
46+
"./package.json": "./package.json",
47+
"./style.css": "./dist/style.css"
5148
}
5249
}

0 commit comments

Comments
 (0)