File tree Expand file tree Collapse file tree 5 files changed +37
-18
lines changed
packages/tailwindcss-patch/.changeset Expand file tree Collapse file tree 5 files changed +37
-18
lines changed Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
os : [ubuntu-latest, windows-latest, macos-latest]
18
- node-version : [16, 18 ]
18
+ node-version : [18, 20 ]
19
19
runs-on : ${{ matrix.os }}
20
20
# To use Remote Caching, uncomment the next lines and follow the steps below.
21
21
# env:
@@ -24,17 +24,17 @@ jobs:
24
24
25
25
steps :
26
26
- name : Check out code
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
with :
29
29
fetch-depth : 2
30
30
31
- - uses : pnpm/action-setup@v2
31
+ - uses : pnpm/action-setup@v3
32
32
33
33
- name : Setup Node.js environment
34
- uses : actions/setup-node@v3
34
+ uses : actions/setup-node@v4
35
35
with :
36
36
node-version : ${{ matrix.node-version }}
37
- cache : ' pnpm'
37
+ cache : " pnpm"
38
38
39
39
- name : Install dependencies
40
40
run : pnpm install
49
49
- name : Test
50
50
run : pnpm test
51
51
52
- - uses : codecov/codecov-action@v3
52
+ - uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout Repo
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
- - uses : pnpm/action-setup@v2
19
+ - uses : pnpm/action-setup@v3
20
20
21
21
- name : Setup Node.js environment
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@v4
23
23
with :
24
- node-version : 18
24
+ node-version : 20
25
25
cache : ' pnpm'
26
26
27
27
- name : Install Dependencies
48
48
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
49
49
npm_config_registry : https://registry.npmjs.org
50
50
51
- - uses : codecov/codecov-action@v3
51
+ - uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tailwindcss-mangle" ,
3
+ "type" : " module" ,
3
4
"version" : " 2.2.2" ,
4
5
"private" : true ,
5
- "type" : " module" ,
6
6
"workspaces" : [
7
7
" apps/*" ,
8
8
" packages/*"
9
9
],
10
+ "packageManager" :
" [email protected] " ,
11
+ "engines" : {
12
+ "node" : " >=18.0.0"
13
+ },
10
14
"scripts" : {
11
15
"build" : " pnpm run -r build" ,
12
16
"dev" : " pnpm -r run dev" ,
52
56
"unbuild" : " ^2.0.0" ,
53
57
"unplugin-tailwindcss-mangle" : " workspace:*" ,
54
58
"vitest" : " ^1.6.0"
55
- },
56
- "engines" : {
57
- "node" : " >=18.0.0"
58
- },
59
- "packageManager" :
" [email protected] "
60
- }
59
+ }
60
+ }
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change
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
+ "ignore" : []
11
+ }
You can’t perform that action at this time.
0 commit comments