Skip to content

Commit 2a50bc4

Browse files
committed
Release
1 parent bd73d84 commit 2a50bc4

File tree

34 files changed

+20722
-1
lines changed

34 files changed

+20722
-1
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)

.changeset/config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"fixed": [],
6+
"linked": [],
7+
"access": "restricted",
8+
"baseBranch": "main",
9+
"updateInternalDependencies": "patch",
10+
"changedFilePatterns": ["**", "!**/src/**/__tests__/**"]
11+
}

.changeset/serious-apples-sip.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@devup/eslint-plugin": major
3+
---
4+
5+
Release as Open Source

.github/workflows/publish.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: Publish Package to npm
2+
on:
3+
release:
4+
types: [published]
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Checkout
10+
uses: actions/checkout@v4
11+
- uses: pnpm/action-setup@v4
12+
name: Install pnpm
13+
with:
14+
version: 9
15+
run_install: false
16+
- name: Install Node.js
17+
uses: actions/setup-node@v4
18+
with:
19+
registry-url: "https://registry.npmjs.org"
20+
node-version: 22
21+
cache: 'pnpm'
22+
- run: pnpm i
23+
- run: |
24+
pnpm lint
25+
pnpm test
26+
- run: pnpm build
27+
- name: Create Release Pull Request or Publish to npm
28+
id: changesets
29+
uses: changesets/action@v1
30+
with:
31+
publish: pnpm publish
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

.gitignore

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# Dependencies
4+
node_modules
5+
.pnp
6+
.pnp.js
7+
.idea
8+
.vscode
9+
.vite-inspect
10+
.df
11+
12+
devup-*.tgz
13+
# Local env files
14+
.env
15+
.env.local
16+
.env.development.local
17+
.env.test.local
18+
.env.production.local
19+
20+
# Testing
21+
coverage
22+
tsconfig.vitest-temp.json
23+
vite.config.ts.timestamp-*
24+
vite.config.*.ts.timestamp-*
25+
26+
# Turbo
27+
.turbo
28+
29+
# Vercel
30+
.vercel
31+
32+
# Build Outputs
33+
.next
34+
out
35+
build
36+
storybook-static
37+
!packages/*/src/**/build
38+
dist
39+
next-env.d.ts
40+
41+
42+
# Debug
43+
npm-debug.log*
44+
yarn-debug.log*
45+
yarn-error.log*
46+
47+
# Misc
48+
.DS_Store
49+
*.pem
50+
51+
stats.html
52+
53+
*storybook.log
54+
55+
.nx/cache
56+
.nx/workspace-data
57+
**/vite.config.{js,ts,mjs,mts,cjs,cts}.timestamp*

CHANGELOG.md

Lines changed: 262 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
1+
# @devup/eslint-plugin
2+
3+
## 1.0.26
4+
5+
### Patch Changes
6+
7+
- 7c1b73b: Update lib
8+
9+
## 1.0.25
10+
11+
### Patch Changes
12+
13+
- 03b2397: Update lib
14+
15+
## 1.0.24
16+
17+
### Patch Changes
18+
19+
- 4a935a2: Bump
20+
21+
## 1.0.23
22+
23+
### Patch Changes
24+
25+
- e50f7cf: Update lib
26+
27+
## 1.0.22
28+
29+
### Patch Changes
30+
31+
- 8d32409: Update lib
32+
- 8d32409: Add css-ts rule
33+
34+
## 1.0.21
35+
36+
### Patch Changes
37+
38+
- 1a3c072: Update lib
39+
40+
## 1.0.20
41+
42+
### Patch Changes
43+
44+
- 7d5f94d: Add props rule
45+
46+
## 1.0.19
47+
48+
### Patch Changes
49+
50+
- 1da2fa1: Exclude locale pathparams
51+
52+
## 1.0.18
53+
54+
### Patch Changes
55+
56+
- 158bee9: Fix typescript rule
57+
58+
## 1.0.17
59+
60+
### Patch Changes
61+
62+
- 109724f: Except 404 page from component rule
63+
64+
## 1.0.16
65+
66+
### Patch Changes
67+
68+
- 300ac06: Fix many export
69+
70+
## 1.0.15
71+
72+
### Patch Changes
73+
74+
- 6e8834a: Fix deep path issue
75+
76+
## 1.0.14
77+
78+
### Patch Changes
79+
80+
- e326747: Add component, Remove page
81+
82+
## 1.0.13
83+
84+
### Patch Changes
85+
86+
- 14bda41: Add react hook eslint
87+
88+
## 1.0.12
89+
90+
### Patch Changes
91+
92+
- e64584a: Update lib
93+
94+
## 1.0.11
95+
96+
### Patch Changes
97+
98+
- 79a5108: Apply eslint
99+
100+
## 1.0.10
101+
102+
### Patch Changes
103+
104+
- 3b7a6d4: Update lint
105+
106+
## 1.0.9
107+
108+
### Patch Changes
109+
110+
- 3e727cb: Apply action
111+
- fec39e6: loadFlatConfig
112+
113+
## 1.0.8
114+
115+
### Patch Changes
116+
117+
- 6bb26f7: Fix lint
118+
119+
## 1.0.7
120+
121+
### Patch Changes
122+
123+
- 1945238: Fix dep
124+
125+
## 1.0.6
126+
127+
### Patch Changes
128+
129+
- 4bc845a: Update eslint
130+
131+
## 1.0.5
132+
133+
### Patch Changes
134+
135+
- 1d046fb: deploy product system
136+
137+
## 1.0.4
138+
139+
### Patch Changes
140+
141+
- 7f9f7f3: Update lib
142+
143+
## 1.0.3
144+
145+
### Patch Changes
146+
147+
- ade9af6: Fix import type issue on @devup/layout rule
148+
149+
## 1.0.2
150+
151+
### Patch Changes
152+
153+
- 14bc407: Update Col
154+
155+
## 1.0.1
156+
157+
### Patch Changes
158+
159+
- 6a0d69d: Fix dep
160+
161+
## 1.0.0
162+
163+
### Major Changes
164+
165+
- 423e80c: Update major
166+
167+
## 0.1.14
168+
169+
### Patch Changes
170+
171+
- f668f67: Update library
172+
173+
## 0.1.13
174+
175+
### Patch Changes
176+
177+
- 46396fa: Update library
178+
179+
## 0.1.12
180+
181+
### Patch Changes
182+
183+
- 3e15ae4: Update Library
184+
185+
## 0.1.11
186+
187+
### Patch Changes
188+
189+
- 922be7c: Update Library
190+
191+
## 0.1.10
192+
193+
### Patch Changes
194+
195+
- a0950d2: Update library
196+
197+
## 0.1.9
198+
199+
### Patch Changes
200+
201+
- 657a9dd: Update Library
202+
203+
## 0.1.8
204+
205+
### Patch Changes
206+
207+
- 5bec172: Library Update
208+
209+
## 0.1.7
210+
211+
### Patch Changes
212+
213+
- 085658a: Refactor all
214+
215+
## 0.1.6
216+
217+
### Patch Changes
218+
219+
- b9308a4: Update Library
220+
221+
## 0.1.5
222+
223+
### Patch Changes
224+
225+
- e238e51: Library Update
226+
227+
## 0.1.4
228+
229+
### Patch Changes
230+
231+
- eb6a37e: Library Update
232+
233+
## 0.1.3
234+
235+
### Patch Changes
236+
237+
- 124ff57: Update lib
238+
239+
## 0.1.2
240+
241+
### Patch Changes
242+
243+
- 685825b: Fix peer issue
244+
excuteFile 시 임시 config 파일을 생성하지 않도록 개선
245+
246+
## 0.1.1
247+
248+
### Patch Changes
249+
250+
- 255460c: Update
251+
252+
## 0.1.0
253+
254+
### Minor Changes
255+
256+
- b7367fc: Update
257+
258+
## 0.0.2
259+
260+
### Patch Changes
261+
262+
- 1b34e8a: Fix main

0 commit comments

Comments
 (0)