Commit 2bffe2a 1 parent bb0355a commit 2bffe2a Copy full SHA for 2bffe2a
File tree 15 files changed +589
-1549
lines changed
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
}
Original file line number Diff line number Diff line change 66
66
"reflect-metadata" : " ^0.2.2"
67
67
},
68
68
"devDependencies" : {
69
- "@types/lodash" : " ^4.17.13 " ,
70
- "@types/node" : " ^22.10.1 " ,
69
+ "@types/lodash" : " ^4.17.14 " ,
70
+ "@types/node" : " ^22.10.5 " ,
71
71
"@vitest/coverage-v8" : " ^2.1.8" ,
72
72
"del-cli" : " ^5.1.0" ,
73
- "esbuild" : " ^0.24.0 " ,
73
+ "esbuild" : " ^0.24.2 " ,
74
74
"execa" : " ^8.0.1" ,
75
75
"reflect-metadata" : " ^0.2.2" ,
76
76
"tsup" : " ^8.3.5" ,
77
- "type-fest" : " ^4.29 .0" ,
77
+ "type-fest" : " ^4.31 .0" ,
78
78
"typescript" : " ^5.7.2" ,
79
79
"unplugin-swc" : " ^1.5.1"
80
80
}
Original file line number Diff line number Diff line change 65
65
"openapi-typescript-helpers" : " workspace:^"
66
66
},
67
67
"devDependencies" : {
68
- "@tanstack/react-query" : " ^5.62.8 " ,
68
+ "@tanstack/react-query" : " ^5.62.14 " ,
69
69
"@testing-library/react" : " ^16.1.0" ,
70
70
"@types/react" : " 18.3.1" ,
71
71
"@vitejs/plugin-react" : " ^4.3.4" ,
72
72
"del-cli" : " ^5.1.0" ,
73
- "esbuild" : " ^0.24.0 " ,
73
+ "esbuild" : " ^0.24.2 " ,
74
74
"execa" : " ^8.0.1" ,
75
75
"msw" : " ^2.7.0" ,
76
76
"openapi-fetch" : " workspace:^" ,
Original file line number Diff line number Diff line change 60
60
"typescript" : " ^5.x"
61
61
},
62
62
"dependencies" : {
63
- "@redocly/openapi-core" : " ^1.25.15 " ,
63
+ "@redocly/openapi-core" : " ^1.27.0 " ,
64
64
"ansi-colors" : " ^4.1.3" ,
65
65
"change-case" : " ^5.4.4" ,
66
66
"parse-json" : " ^8.1.0" ,
72
72
"@types/js-yaml" : " ^4.0.9" ,
73
73
"degit" : " ^2.8.4" ,
74
74
"del-cli" : " ^5.1.0" ,
75
- "esbuild" : " ^0.24.0 " ,
75
+ "esbuild" : " ^0.24.2 " ,
76
76
"execa" : " ^8.0.1" ,
77
77
"strip-ansi" : " ^7.1.0" ,
78
78
"typescript" : " ^5.7.2" ,
79
- "vite-node" : " ^2.1.6 "
79
+ "vite-node" : " ^2.1.8 "
80
80
}
81
81
}
Original file line number Diff line number Diff line change 69
69
},
70
70
"dependencies" : {
71
71
"openapi-typescript-helpers" : " workspace:^" ,
72
- "type-fest" : " ^4.26.1 "
72
+ "type-fest" : " ^4.31.0 "
73
73
},
74
74
"devDependencies" : {
75
- "@arethetypeswrong/cli" : " ^0.16.2 " ,
76
- "@types/lodash" : " ^4.17.7 " ,
77
- "@types/react" : " ^18.3.5 " ,
75
+ "@arethetypeswrong/cli" : " ^0.16.4 " ,
76
+ "@types/lodash" : " ^4.17.14 " ,
77
+ "@types/react" : " ^18.3.18 " ,
78
78
"del-cli" : " ^5.1.0" ,
79
- "husky" : " ^9.1.5 " ,
79
+ "husky" : " ^9.1.7 " ,
80
80
"lint-staged" : " 15.2.10" ,
81
81
"lodash" : " ^4.17.21" ,
82
82
"openapi-fetch" : " workspace:^" ,
You can’t perform that action at this time.
0 commit comments