File tree Expand file tree Collapse file tree 15 files changed +589
-1549
lines changed Expand file tree Collapse file tree 15 files changed +589
-1549
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " openapi-typescript " : patch
3
+ ---
4
+
5
+ Update @redocly/openapi-core to 1.27.0
Original file line number Diff line number Diff line change 20
20
node-version : 22
21
21
- uses : pnpm/action-setup@v4
22
22
with :
23
- version : 9.14.4
23
+ version : 9.15.2
24
24
run_install : true
25
25
- run : pnpm run lint
26
26
test-node-versions :
35
35
node-version : ${{ matrix.node-version }}
36
36
- uses : pnpm/action-setup@v4
37
37
with :
38
- version : 9.14.4
38
+ version : 9.15.2
39
39
run_install : true
40
40
- run : pnpm test
41
41
test-e2e :
47
47
node-version : 22
48
48
- uses : pnpm/action-setup@v4
49
49
with :
50
- version : 9.14.4
50
+ version : 9.15.2
51
51
run_install : true
52
52
- run : pnpm exec playwright install --with-deps
53
53
- run : pnpm run test-e2e
60
60
node-version : 22
61
61
- uses : pnpm/action-setup@v4
62
62
with :
63
- version : 9.14.4
63
+ version : 9.15.2
64
64
run_install : true
65
65
- run : pnpm test
66
66
test-windows :
72
72
node-version : 22
73
73
- uses : pnpm/action-setup@v4
74
74
with :
75
- version : 9.14.4
75
+ version : 9.15.2
76
76
run_install : true
77
77
- run : pnpm test
Original file line number Diff line number Diff line change 27
27
- name : pnpm setup
28
28
uses : pnpm/action-setup@v4
29
29
with :
30
- version : 9.14.4
30
+ version : 9.15.2
31
31
run_install : true
32
32
33
33
# Do not remove! This ensures a build happens every time
Original file line number Diff line number Diff line change 18
18
node-version : 22
19
19
- uses : pnpm/action-setup@v4
20
20
with :
21
- version : 9.14.4
21
+ version : 9.15.2
22
22
run_install : true
23
23
-
uses :
andresz1/[email protected]
24
24
with :
Original file line number Diff line number Diff line change 9
9
"update-contributors" : " node scripts/update-contributors.js"
10
10
},
11
11
"devDependencies" : {
12
- "@shikijs/vitepress-twoslash" : " ^1.24.3 " ,
12
+ "@shikijs/vitepress-twoslash" : " ^1.26.1 " ,
13
13
"openapi-metadata" : " workspace:*" ,
14
- "vite" : " ^6.0.5 " ,
14
+ "vite" : " ^6.0.7 " ,
15
15
"vitepress" : " 1.5.0"
16
16
}
17
17
}
Original file line number Diff line number Diff line change 7
7
"name" : " Drew Powers" ,
8
8
9
9
},
10
- "packageManager" : " pnpm@9.14.4 " ,
10
+ "packageManager" : " pnpm@9.15.2 " ,
11
11
"scripts" : {
12
12
"build" : " turbo run build" ,
13
13
"lint" : " turbo run lint" ,
24
24
"@changesets/cli" : " ^2.27.11" ,
25
25
"@playwright/test" : " ^1.49.1" ,
26
26
"@size-limit/preset-small-lib" : " ^11.1.6" ,
27
- "@types/node" : " ^22.10.2 " ,
27
+ "@types/node" : " ^22.10.5 " ,
28
28
"del-cli" : " ^5.1.0" ,
29
29
"prettier" : " ^3.4.2" ,
30
30
"size-limit" : " ^11.1.6" ,
Original file line number Diff line number Diff line change 6
6
"dev" : " vite dev"
7
7
},
8
8
"dependencies" : {
9
- "@tanstack/react-query" : " ^5.62.8 " ,
9
+ "@tanstack/react-query" : " ^5.62.14 " ,
10
10
"openapi-fetch" : " workspace:^" ,
11
11
"openapi-typescript" : " workspace:^" ,
12
12
"react" : " ^18.3.1" ,
17
17
"@types/react-dom" : " 18.3.0" ,
18
18
"@vitejs/plugin-react-swc" : " ^3.7.2" ,
19
19
"typescript" : " ^5.7.2" ,
20
- "vite" : " ^6.0.4 "
20
+ "vite" : " ^6.0.7 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 13
13
},
14
14
"devDependencies" : {
15
15
"@sveltejs/adapter-auto" : " ^3.3.1" ,
16
- "@sveltejs/kit" : " ^2.13.0 " ,
16
+ "@sveltejs/kit" : " ^2.15.1 " ,
17
17
"@sveltejs/vite-plugin-svelte" : " ^5.0.3" ,
18
18
"openapi-typescript" : " workspace:^" ,
19
- "svelte" : " ^5.15.0 " ,
19
+ "svelte" : " ^5.16.1 " ,
20
20
"svelte-check" : " ^3.8.6" ,
21
21
"tslib" : " ^2.8.1" ,
22
22
"typescript" : " ^5.7.2" ,
23
- "vite" : " ^6.0.5 "
23
+ "vite" : " ^6.0.7 "
24
24
}
25
25
}
Original file line number Diff line number Diff line change 12
12
},
13
13
"dependencies" : {
14
14
"openapi-fetch" : " workspace:^" ,
15
- "vue" : " ^3.5.12 "
15
+ "vue" : " ^3.5.13 "
16
16
},
17
17
"devDependencies" : {
18
18
"@tsconfig/node20" : " ^20.1.4" ,
19
19
"@vitejs/plugin-vue" : " ^5.2.1" ,
20
20
"@vue/tsconfig" : " ^0.5.1" ,
21
21
"openapi-typescript" : " workspace:^" ,
22
22
"typescript" : " ^5.7.2" ,
23
- "vite" : " ^6.0.4 " ,
24
- "vue-tsc" : " ^2.1.6 "
23
+ "vite" : " ^6.0.7 " ,
24
+ "vue-tsc" : " ^2.2.0 "
25
25
}
26
26
}
Original file line number Diff line number Diff line change 70
70
"openapi-typescript-helpers" : " workspace:^"
71
71
},
72
72
"devDependencies" : {
73
- "axios" : " ^1.7.8 " ,
73
+ "axios" : " ^1.7.9 " ,
74
74
"del-cli" : " ^5.1.0" ,
75
- "esbuild" : " ^0.24.0 " ,
75
+ "esbuild" : " ^0.24.2 " ,
76
76
"execa" : " ^8.0.1" ,
77
- "express" : " ^4.21.1 " ,
77
+ "express" : " ^4.21.2 " ,
78
78
"feature-fetch" : " ^0.0.15" ,
79
79
"node-forge" : " ^1.3.1" ,
80
80
"openapi-typescript" : " workspace:^" ,
83
83
"superagent" : " ^10.1.1" ,
84
84
"typescript" : " ^5.7.2" ,
85
85
"undici" : " ^6.21.0" ,
86
- "vite" : " ^6.0.4 "
86
+ "vite" : " ^6.0.7 "
87
87
}
88
88
}
You can’t perform that action at this time.
0 commit comments