Skip to content

Commit ad3170e

Browse files
authored
Merge branch 'main' into eslint-plugin-package
2 parents b41b373 + 72b2453 commit ad3170e

File tree

7 files changed

+86
-17
lines changed

7 files changed

+86
-17
lines changed

.changeset/wise-impalas-jump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/landing/src/app/Bench.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,49 +9,49 @@ const OTHER_CARDS = [
99
title: 'Chakra UI',
1010
version: '3.27.0',
1111
buildTime: '29.99s',
12-
buildSize: '200.4MB',
12+
buildSize: '200.39MB',
1313
url: 'https://chakra-ui.com',
1414
},
1515
{
1616
title: 'Mui',
1717
version: '7.3.2',
1818
buildTime: '22.21s',
19-
buildSize: '89.9MB',
19+
buildSize: '89.87MB',
2020
url: 'https://mui.com',
2121
},
2222
{
2323
title: 'Kuma UI',
2424
version: '1.5.9',
2525
buildTime: '21.61s',
26-
buildSize: '64.3MB',
26+
buildSize: '64.30MB',
2727
url: 'https://kuma-ui.com',
2828
},
2929
{
3030
title: 'Tailwindcss',
3131
version: '4.1.13',
3232
buildTime: '20.22s',
33-
buildSize: '54.8MB',
33+
buildSize: '54.76MB',
3434
url: 'https://tailwindcss.com',
3535
},
3636
{
3737
title: 'panda CSS',
3838
version: '1.3.1',
3939
buildTime: '22.01s',
40-
buildSize: '59.5MB',
40+
buildSize: '59.53MB',
4141
url: 'https://panda-css.com',
4242
},
4343
{
4444
title: 'styleX',
4545
version: '0.15.4',
4646
buildTime: '38.97s',
47-
buildSize: '54.7MB',
47+
buildSize: '72.72MB',
4848
url: 'https://stylexjs.com',
4949
},
5050
{
5151
title: 'vanilla extract',
5252
version: '1.17.4',
5353
buildTime: '20.09s',
54-
buildSize: '56.6MB',
54+
buildSize: '56.61MB',
5555
url: 'https://vanilla-extract.style',
5656
},
5757
]

apps/landing/src/app/DevupUICard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function DevupUICard() {
7676
color="transparent"
7777
typography="h4"
7878
>
79-
54.8MB
79+
54.75MB
8080
</Text>
8181
</Flex>
8282
</VStack>

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,25 @@
1414
"prepare": "husky"
1515
},
1616
"devDependencies": {
17+
"@changesets/changelog-github": "^0.5",
1718
"@changesets/cli": "^2.29.7",
18-
"@devup-ui/vite-plugin": "workspace:*",
1919
"@devup-ui/eslint-plugin": "workspace:*",
20+
"@devup-ui/vite-plugin": "workspace:*",
2021
"@testing-library/jest-dom": "^6.8.0",
2122
"@testing-library/react": "^16.3.0",
2223
"@testing-library/user-event": "14.6.1",
2324
"@types/node": "^24.5.2",
2425
"@vitest/coverage-v8": "^3.2.4",
2526
"eslint": "^9.36.0",
2627
"eslint-plugin-devup": "^2.0.5",
28+
"eslint-plugin-eslint-plugin": "^7.0.0",
2729
"eslint-plugin-jsonc": "^2.20.1",
2830
"eslint-plugin-mdx": "^3.6.2",
2931
"globals": "^16.4.0",
3032
"happy-dom": "^19.0.1",
3133
"husky": "^9.1.7",
3234
"lint-staged": "^16.2.3",
33-
"vitest": "^3.2.4",
34-
"eslint-plugin-eslint-plugin": "^7.0.0"
35+
"vitest": "^3.2.4"
3536
},
3637
"author": "devfive",
3738
"packageManager": "[email protected]",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @devup-ui/eslint-plugin
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- [#401](https://github.com/dev-five-git/devup-ui/pull/401) [`8e8cd31`](https://github.com/dev-five-git/devup-ui/commit/8e8cd3198ef837efb26958a292a8333584ab3f22) Thanks [@owjs3901](https://github.com/owjs3901)! - Implement rules

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react",
1818
"eslint"
1919
],
20-
"version": "0.1.0",
20+
"version": "1.0.0",
2121
"main": "dist/index.cjs",
2222
"type": "module",
2323
"scripts": {

pnpm-lock.yaml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)