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 2020 node-version : 22
2121 - uses : pnpm/action-setup@v4
2222 with :
23- version : 9.14.4
23+ version : 9.15.2
2424 run_install : true
2525 - run : pnpm run lint
2626 test-node-versions :
3535 node-version : ${{ matrix.node-version }}
3636 - uses : pnpm/action-setup@v4
3737 with :
38- version : 9.14.4
38+ version : 9.15.2
3939 run_install : true
4040 - run : pnpm test
4141 test-e2e :
4747 node-version : 22
4848 - uses : pnpm/action-setup@v4
4949 with :
50- version : 9.14.4
50+ version : 9.15.2
5151 run_install : true
5252 - run : pnpm exec playwright install --with-deps
5353 - run : pnpm run test-e2e
6060 node-version : 22
6161 - uses : pnpm/action-setup@v4
6262 with :
63- version : 9.14.4
63+ version : 9.15.2
6464 run_install : true
6565 - run : pnpm test
6666 test-windows :
7272 node-version : 22
7373 - uses : pnpm/action-setup@v4
7474 with :
75- version : 9.14.4
75+ version : 9.15.2
7676 run_install : true
7777 - run : pnpm test
Original file line number Diff line number Diff line change 2727 - name : pnpm setup
2828 uses : pnpm/action-setup@v4
2929 with :
30- version : 9.14.4
30+ version : 9.15.2
3131 run_install : true
3232
3333 # Do not remove! This ensures a build happens every time
Original file line number Diff line number Diff line change 1818 node-version : 22
1919 - uses : pnpm/action-setup@v4
2020 with :
21- version : 9.14.4
21+ version : 9.15.2
2222 run_install : true
2323 -
uses :
andresz1/[email protected] 2424 with :
Original file line number Diff line number Diff line change 99 "update-contributors" : " node scripts/update-contributors.js"
1010 },
1111 "devDependencies" : {
12- "@shikijs/vitepress-twoslash" : " ^1.24.3 " ,
12+ "@shikijs/vitepress-twoslash" : " ^1.26.1 " ,
1313 "openapi-metadata" : " workspace:*" ,
14- "vite" : " ^6.0.5 " ,
14+ "vite" : " ^6.0.7 " ,
1515 "vitepress" : " 1.5.0"
1616 }
1717}
Original file line number Diff line number Diff line change 77 "name" : " Drew Powers" ,
8899 },
10- "packageManager" : " pnpm@9.14.4 " ,
10+ "packageManager" : " pnpm@9.15.2 " ,
1111 "scripts" : {
1212 "build" : " turbo run build" ,
1313 "lint" : " turbo run lint" ,
2424 "@changesets/cli" : " ^2.27.11" ,
2525 "@playwright/test" : " ^1.49.1" ,
2626 "@size-limit/preset-small-lib" : " ^11.1.6" ,
27- "@types/node" : " ^22.10.2 " ,
27+ "@types/node" : " ^22.10.5 " ,
2828 "del-cli" : " ^5.1.0" ,
2929 "prettier" : " ^3.4.2" ,
3030 "size-limit" : " ^11.1.6" ,
Original file line number Diff line number Diff line change 66 "dev" : " vite dev"
77 },
88 "dependencies" : {
9- "@tanstack/react-query" : " ^5.62.8 " ,
9+ "@tanstack/react-query" : " ^5.62.14 " ,
1010 "openapi-fetch" : " workspace:^" ,
1111 "openapi-typescript" : " workspace:^" ,
1212 "react" : " ^18.3.1" ,
1717 "@types/react-dom" : " 18.3.0" ,
1818 "@vitejs/plugin-react-swc" : " ^3.7.2" ,
1919 "typescript" : " ^5.7.2" ,
20- "vite" : " ^6.0.4 "
20+ "vite" : " ^6.0.7 "
2121 }
2222}
Original file line number Diff line number Diff line change 1313 },
1414 "devDependencies" : {
1515 "@sveltejs/adapter-auto" : " ^3.3.1" ,
16- "@sveltejs/kit" : " ^2.13.0 " ,
16+ "@sveltejs/kit" : " ^2.15.1 " ,
1717 "@sveltejs/vite-plugin-svelte" : " ^5.0.3" ,
1818 "openapi-typescript" : " workspace:^" ,
19- "svelte" : " ^5.15.0 " ,
19+ "svelte" : " ^5.16.1 " ,
2020 "svelte-check" : " ^3.8.6" ,
2121 "tslib" : " ^2.8.1" ,
2222 "typescript" : " ^5.7.2" ,
23- "vite" : " ^6.0.5 "
23+ "vite" : " ^6.0.7 "
2424 }
2525}
Original file line number Diff line number Diff line change 1212 },
1313 "dependencies" : {
1414 "openapi-fetch" : " workspace:^" ,
15- "vue" : " ^3.5.12 "
15+ "vue" : " ^3.5.13 "
1616 },
1717 "devDependencies" : {
1818 "@tsconfig/node20" : " ^20.1.4" ,
1919 "@vitejs/plugin-vue" : " ^5.2.1" ,
2020 "@vue/tsconfig" : " ^0.5.1" ,
2121 "openapi-typescript" : " workspace:^" ,
2222 "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 "
2525 }
2626}
Original file line number Diff line number Diff line change 7070 "openapi-typescript-helpers" : " workspace:^"
7171 },
7272 "devDependencies" : {
73- "axios" : " ^1.7.8 " ,
73+ "axios" : " ^1.7.9 " ,
7474 "del-cli" : " ^5.1.0" ,
75- "esbuild" : " ^0.24.0 " ,
75+ "esbuild" : " ^0.24.2 " ,
7676 "execa" : " ^8.0.1" ,
77- "express" : " ^4.21.1 " ,
77+ "express" : " ^4.21.2 " ,
7878 "feature-fetch" : " ^0.0.15" ,
7979 "node-forge" : " ^1.3.1" ,
8080 "openapi-typescript" : " workspace:^" ,
8383 "superagent" : " ^10.1.1" ,
8484 "typescript" : " ^5.7.2" ,
8585 "undici" : " ^6.21.0" ,
86- "vite" : " ^6.0.4 "
86+ "vite" : " ^6.0.7 "
8787 }
8888}
You can’t perform that action at this time.
0 commit comments