Skip to content

Commit 34893fc

Browse files
committed
[LG-5721] chore: Validation Cleanup
1 parent c198baf commit 34893fc

File tree

45 files changed

+434
-591
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+434
-591
lines changed

.changeset/five-bags-carry.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
'@leafygreen-ui/gallery-indicator': patch
3+
'@leafygreen-ui/inline-definition': patch
4+
'@leafygreen-ui/loading-indicator': patch
5+
'@leafygreen-ui/vertical-stepper': patch
6+
'@leafygreen-ui/radio-box-group': patch
7+
'@lg-chat/fixed-chat-window': patch
8+
'@leafygreen-ui/feature-walls': patch
9+
'@leafygreen-ui/input-option': patch
10+
'@leafygreen-ui/progress-bar': patch
11+
'@leafygreen-ui/search-input': patch
12+
'@leafygreen-ui/split-button': patch
13+
'@lg-tools/storybook-addon': patch
14+
'@leafygreen-ui/code-editor': patch
15+
'@leafygreen-ui/descendants': patch
16+
'@leafygreen-ui/form-footer': patch
17+
'@leafygreen-ui/section-nav': patch
18+
'@leafygreen-ui/date-utils': patch
19+
'@leafygreen-ui/form-field': patch
20+
'@lg-tools/eslint-plugin': patch
21+
'@leafygreen-ui/text-area': patch
22+
'@lg-charts/chart-card': patch
23+
'@lg-chat/message-feed': patch
24+
'@leafygreen-ui/side-nav': patch
25+
'@lg-chat/chat-layout': patch
26+
'@lg-chat/chat-window': patch
27+
'@leafygreen-ui/callout': patch
28+
'@leafygreen-ui/popover': patch
29+
'@leafygreen-ui/toolbar': patch
30+
'@leafygreen-ui/drawer': patch
31+
'@leafygreen-ui/modal': patch
32+
'@leafygreen-ui/table': patch
33+
'@lg-tools/validate': patch
34+
'@lg-charts/legend': patch
35+
'@leafygreen-ui/a11y': patch
36+
'@leafygreen-ui/code': patch
37+
'@leafygreen-ui/icon': patch
38+
'@leafygreen-ui/logo': patch
39+
'@leafygreen-ui/menu': patch
40+
'@leafygreen-ui/tabs': patch
41+
'@lg-tools/build': patch
42+
'@lg-tools/link': patch
43+
'@lg-tools/lint': patch
44+
'@lg-tools/test': patch
45+
---
46+
47+
removed unnecessary and unused packages

charts/chart-card/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"url": "https://jira.mongodb.org/projects/PD/summary"
3737
},
3838
"devDependencies": {
39+
"@lg-charts/core": "workspace:^",
3940
"@lg-tools/build": "workspace:^"
4041
},
4142
"exports": {

charts/legend/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@
2626
"@leafygreen-ui/leafygreen-provider": "workspace:^3.2.0 || workspace:^4.0.0 || workspace:^5.0.0"
2727
},
2828
"devDependencies": {
29+
"@dnd-kit/sortable": "^10.0.0",
30+
"@dnd-kit/utilities": "^3.2.2",
31+
"@faker-js/faker": "8.0.2",
2932
"@leafygreen-ui/icon": "workspace:^",
3033
"@lg-charts/core": "workspace:^",
31-
"@lg-tools/build": "workspace:^"
34+
"@lg-tools/build": "workspace:^",
35+
"echarts": "^5.5.0"
3236
},
3337
"repository": {
3438
"type": "git",

chat/chat-layout/package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,25 @@
3636
"@leafygreen-ui/palette": "workspace:^",
3737
"@leafygreen-ui/polymorphic": "workspace:^",
3838
"@leafygreen-ui/tokens": "workspace:^",
39-
"@leafygreen-ui/typography": "workspace:^",
40-
"@lg-tools/test-harnesses": "workspace:^"
39+
"@leafygreen-ui/typography": "workspace:^"
4140
},
4241
"peerDependencies": {
4342
"@leafygreen-ui/leafygreen-provider": "workspace:^3.2.0 || workspace:^4.0.0 || workspace:^5.0.0",
4443
"@lg-chat/leafygreen-chat-provider": "workspace:^"
4544
},
4645
"devDependencies": {
46+
"@floating-ui/react": "^0.26.20",
4747
"@lg-chat/chat-window": "workspace:^",
4848
"@lg-chat/input-bar": "workspace:^",
4949
"@lg-chat/message": "workspace:^",
5050
"@lg-chat/message-feed": "workspace:^",
51-
"@lg-chat/title-bar": "workspace:^"
51+
"@lg-chat/title-bar": "workspace:^",
52+
"@lg-tools/build": "workspace:^",
53+
"clipboard": "^2.0.11",
54+
"facepaint": "^1.2.1",
55+
"highlight.js": "^11.10.0",
56+
"highlightjs-graphql": "^1.0.2",
57+
"polished": "^4.2.2"
5258
},
5359
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/chat/chat-layout",
5460
"repository": {

chat/chat-window/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,19 @@
2222
"react-keyed-flatten-children": "^2.2.1"
2323
},
2424
"devDependencies": {
25+
"@floating-ui/react": "^0.26.20",
2526
"@leafygreen-ui/drawer": "workspace:^",
2627
"@lg-chat/avatar": "workspace:^",
2728
"@lg-chat/input-bar": "workspace:^",
2829
"@lg-chat/message": "workspace:^",
2930
"@lg-chat/message-feed": "workspace:^",
30-
"@lg-chat/message-feedback": "workspace:^",
3131
"@lg-chat/message-prompts": "workspace:^",
32-
"@lg-tools/build": "workspace:^"
32+
"@lg-tools/build": "workspace:^",
33+
"clipboard": "^2.0.11",
34+
"facepaint": "^1.2.1",
35+
"highlight.js": "^11.10.0",
36+
"highlightjs-graphql": "^1.0.2",
37+
"polished": "^4.2.2"
3338
},
3439
"peerDependencies": {
3540
"@leafygreen-ui/leafygreen-provider": "workspace:^3.2.0 || workspace:^4.0.0 || workspace:^5.0.0",

chat/fixed-chat-window/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@
3333
"@lg-chat/message-feed": "workspace:^",
3434
"@lg-chat/message-feedback": "workspace:^",
3535
"@lg-chat/message-prompts": "workspace:^",
36-
"@lg-tools/build": "workspace:^"
36+
"@lg-tools/build": "workspace:^",
37+
"clipboard": "^2.0.11",
38+
"facepaint": "^1.2.1",
39+
"highlight.js": "^11.10.0",
40+
"highlightjs-graphql": "^1.0.2",
41+
"polished": "^4.2.2"
3742
},
3843
"peerDependencies": {
3944
"@leafygreen-ui/leafygreen-provider": "workspace:^3.2.0 || workspace:^4.0.0 || workspace:^5.0.0",

chat/message-feed/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,15 @@
2121
"@leafygreen-ui/palette": "workspace:^",
2222
"@leafygreen-ui/tokens": "workspace:^",
2323
"@lg-chat/avatar": "workspace:^",
24-
"@lg-chat/message": "workspace:^",
25-
"@lg-chat/message-rating": "workspace:^",
2624
"react-intersection-observer": "^8.25.1",
2725
"react-keyed-flatten-children": "^2.2.1"
2826
},
2927
"devDependencies": {
28+
"@lg-chat/message": "workspace:^",
3029
"@lg-chat/message-prompts": "workspace:^",
31-
"@lg-tools/build": "workspace:^"
30+
"@lg-chat/message-rating": "workspace:^",
31+
"@lg-tools/build": "workspace:^",
32+
"polished": "^4.2.2"
3233
},
3334
"peerDependencies": {
3435
"@leafygreen-ui/leafygreen-provider": "workspace:^3.2.0 || workspace:^4.0.0 || workspace:^5.0.0",

packages/a11y/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@leafygreen-ui/emotion": "workspace:^",
19-
"@leafygreen-ui/hooks": "workspace:^",
20-
"@leafygreen-ui/lib": "workspace:^"
19+
"@leafygreen-ui/hooks": "workspace:^"
2120
},
2221
"homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/a11y",
2322
"repository": {

packages/callout/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,21 @@
1616
},
1717
"dependencies": {
1818
"@leafygreen-ui/emotion": "workspace:^",
19-
"@leafygreen-ui/icon": "workspace:^",
2019
"@leafygreen-ui/lib": "workspace:^",
2120
"@leafygreen-ui/palette": "workspace:^",
2221
"@leafygreen-ui/tokens": "workspace:^",
2322
"@leafygreen-ui/typography": "workspace:^"
2423
},
2524
"devDependencies": {
25+
"@floating-ui/react": "^0.26.20",
2626
"@leafygreen-ui/code": "workspace:^",
27-
"@lg-tools/build": "workspace:^"
27+
"@leafygreen-ui/icon": "workspace:^",
28+
"@lg-tools/build": "workspace:^",
29+
"clipboard": "^2.0.11",
30+
"facepaint": "^1.2.1",
31+
"highlight.js": "^11.10.0",
32+
"highlightjs-graphql": "^1.0.2",
33+
"polished": "^4.2.2"
2834
},
2935
"peerDependencies": {
3036
"@leafygreen-ui/leafygreen-provider": "workspace:^3.2.0 || workspace:^4.0.0 || workspace:^5.0.0"

packages/code-editor/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@
6363
"@leafygreen-ui/tooltip": "workspace:^",
6464
"@leafygreen-ui/typography": "workspace:^",
6565
"@lezer/highlight": "^1.2.1",
66-
"@lg-tools/test-harnesses": "^0.3.4",
6766
"@replit/codemirror-lang-csharp": "^6.2.0",
6867
"@uiw/codemirror-extensions-hyper-link": "^4.23.12",
6968
"@wasm-fmt/clang-format": "^20.1.7",
7069
"@wasm-fmt/gofmt": "^0.4.9",
7170
"@wasm-fmt/ruff_fmt": "^0.10.0",
72-
"codemirror": "^6.0.2",
73-
"prettier": "2.8.8"
71+
"codemirror": "^6.0.2"
7472
},
7573
"devDependencies": {
76-
"@lg-tools/build": "workspace:^"
74+
"@lg-tools/build": "workspace:^",
75+
"@lg-tools/test-harnesses": "^0.3.4",
76+
"prettier": "2.8.8"
7777
},
7878
"peerDependencies": {
7979
"@leafygreen-ui/leafygreen-provider": "workspace:^3.2.0 || workspace:^4.0.0 || workspace:^5.0.0"

0 commit comments

Comments
 (0)