fork of hey-api/openapi-ts because I need some additional things

Merge pull request #2777 from hey-api/changeset-release/main

ci: release

authored by

Lubos and committed by
GitHub
c6159c33 2f6980c7

+36 -30
-6
.changeset/few-groups-wash.md
··· 1 - --- 2 - '@hey-api/codegen-core': minor 3 - '@hey-api/openapi-ts': minor 4 - --- 5 - 6 - feat: bump minimum Node version to 20.19.0
-5
.changeset/nasty-coats-admire.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - fix: do not print error details if logs are set to silent
-5
.changeset/sour-trees-work.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - fix(client-axios): return error when axios request fails
+6
packages/codegen-core/CHANGELOG.md
··· 1 1 # @hey-api/codegen-core 2 2 3 + ## 0.3.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: bump minimum Node version to 20.19.0 ([#2775](https://github.com/hey-api/openapi-ts/pull/2775)) ([`7c7702a`](https://github.com/hey-api/openapi-ts/commit/7c7702a9ed3bda0d75ef28d35d4284e3b6318b26)) by [@mrlubos](https://github.com/mrlubos) 8 + 3 9 ## 0.2.0 4 10 5 11 ### Minor Changes
+1 -1
packages/codegen-core/package.json
··· 1 1 { 2 2 "name": "@hey-api/codegen-core", 3 - "version": "0.2.0", 3 + "version": "0.3.0", 4 4 "description": "🧱 TypeScript framework for generating structured, multi-file source code from abstract syntax trees.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {
+16
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.86.0 4 + 5 + ### Minor Changes 6 + 7 + - feat: bump minimum Node version to 20.19.0 ([#2775](https://github.com/hey-api/openapi-ts/pull/2775)) ([`7c7702a`](https://github.com/hey-api/openapi-ts/commit/7c7702a9ed3bda0d75ef28d35d4284e3b6318b26)) by [@mrlubos](https://github.com/mrlubos) 8 + 9 + ### Patch Changes 10 + 11 + - fix: do not print error details if logs are set to silent ([#2776](https://github.com/hey-api/openapi-ts/pull/2776)) ([`2274344`](https://github.com/hey-api/openapi-ts/commit/227434440bc2d00f9336041d3b083fc9374f3639)) by [@mrlubos](https://github.com/mrlubos) 12 + 13 + - fix(client-axios): return error when axios request fails ([#2763](https://github.com/hey-api/openapi-ts/pull/2763)) ([`122a292`](https://github.com/hey-api/openapi-ts/commit/122a292e3a0293098e5c5e222e5dcf8e99639ba8)) by [@mauriciabad](https://github.com/mauriciabad) 14 + 15 + ### Updated Dependencies: 16 + 17 + - @hey-api/codegen-core@0.3.0 18 + 3 19 ## 0.85.2 4 20 5 21 ### Patch Changes
+2 -2
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.85.2", 3 + "version": "0.86.0", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": { ··· 90 90 "node": ">=20.19.0" 91 91 }, 92 92 "dependencies": { 93 - "@hey-api/codegen-core": "workspace:^0.2.0", 93 + "@hey-api/codegen-core": "workspace:^0.3.0", 94 94 "@hey-api/json-schema-ref-parser": "1.2.0", 95 95 "ansi-colors": "4.1.3", 96 96 "c12": "3.3.1",
+11 -11
pnpm-lock.yaml
··· 1262 1262 packages/openapi-ts: 1263 1263 dependencies: 1264 1264 '@hey-api/codegen-core': 1265 - specifier: workspace:^0.2.0 1265 + specifier: workspace:^0.3.0 1266 1266 version: link:../codegen-core 1267 1267 '@hey-api/json-schema-ref-parser': 1268 1268 specifier: 1.2.0 ··· 14247 14247 '@vitejs/plugin-basic-ssl': 1.2.0(vite@7.1.5(@types/node@22.10.5)(jiti@2.6.1)(less@4.2.2)(sass@1.85.0)(terser@5.39.0)(yaml@2.8.0)) 14248 14248 ansi-colors: 4.1.3 14249 14249 autoprefixer: 10.4.20(postcss@8.5.2) 14250 - babel-loader: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0) 14250 + babel-loader: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0(esbuild@0.25.0)) 14251 14251 browserslist: 4.25.4 14252 14252 copy-webpack-plugin: 12.0.2(webpack@5.98.0) 14253 14253 css-loader: 7.1.2(webpack@5.98.0) ··· 14267 14267 picomatch: 4.0.2 14268 14268 piscina: 4.8.0 14269 14269 postcss: 8.5.2 14270 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0) 14270 + postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.0)) 14271 14271 resolve-url-loader: 5.0.0 14272 14272 rxjs: 7.8.1 14273 14273 sass: 1.85.0 ··· 14335 14335 '@vitejs/plugin-basic-ssl': 1.2.0(vite@7.1.5(@types/node@22.10.5)(jiti@2.6.1)(less@4.2.2)(sass@1.85.0)(terser@5.43.1)(yaml@2.8.0)) 14336 14336 ansi-colors: 4.1.3 14337 14337 autoprefixer: 10.4.20(postcss@8.5.2) 14338 - babel-loader: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0) 14338 + babel-loader: 9.2.1(@babel/core@7.26.9)(webpack@5.98.0(esbuild@0.25.0)) 14339 14339 browserslist: 4.25.4 14340 14340 copy-webpack-plugin: 12.0.2(webpack@5.98.0) 14341 14341 css-loader: 7.1.2(webpack@5.98.0) ··· 14355 14355 picomatch: 4.0.2 14356 14356 piscina: 4.8.0 14357 14357 postcss: 8.5.2 14358 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0) 14358 + postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.0)) 14359 14359 resolve-url-loader: 5.0.0 14360 14360 rxjs: 7.8.1 14361 14361 sass: 1.85.0 ··· 14443 14443 picomatch: 4.0.2 14444 14444 piscina: 4.8.0 14445 14445 postcss: 8.5.2 14446 - postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0) 14446 + postcss-loader: 8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.0)) 14447 14447 resolve-url-loader: 5.0.0 14448 14448 rxjs: 7.8.1 14449 14449 sass: 1.85.0 ··· 21706 21706 schema-utils: 4.3.2 21707 21707 webpack: 5.98.0(esbuild@0.25.0) 21708 21708 21709 - babel-loader@9.2.1(@babel/core@7.26.9)(webpack@5.98.0): 21709 + babel-loader@9.2.1(@babel/core@7.26.9)(webpack@5.98.0(esbuild@0.25.0)): 21710 21710 dependencies: 21711 21711 '@babel/core': 7.26.9 21712 21712 find-cache-dir: 4.0.0 ··· 23139 23139 eslint: 9.17.0(jiti@2.6.1) 23140 23140 eslint-import-resolver-node: 0.3.9 23141 23141 eslint-import-resolver-typescript: 3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)) 23142 - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)) 23142 + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.17.0(jiti@2.6.1)) 23143 23143 eslint-plugin-jsx-a11y: 6.10.2(eslint@9.17.0(jiti@2.6.1)) 23144 23144 eslint-plugin-react: 7.37.5(eslint@9.17.0(jiti@2.6.1)) 23145 23145 eslint-plugin-react-hooks: 5.2.0(eslint@9.17.0(jiti@2.6.1)) ··· 23173 23173 tinyglobby: 0.2.14 23174 23174 unrs-resolver: 1.11.1 23175 23175 optionalDependencies: 23176 - eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)) 23176 + eslint-plugin-import: 2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.17.0(jiti@2.6.1)) 23177 23177 transitivePeerDependencies: 23178 23178 - supports-color 23179 23179 ··· 23188 23188 transitivePeerDependencies: 23189 23189 - supports-color 23190 23190 23191 - eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1(eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)))(eslint@9.17.0(jiti@2.6.1)): 23191 + eslint-plugin-import@2.32.0(@typescript-eslint/parser@8.29.1(eslint@9.17.0(jiti@2.6.1))(typescript@5.8.3))(eslint-import-resolver-typescript@3.10.1)(eslint@9.17.0(jiti@2.6.1)): 23192 23192 dependencies: 23193 23193 '@rtsao/scc': 1.1.0 23194 23194 array-includes: 3.1.9 ··· 26949 26949 ts-node: 10.9.2(@types/node@22.10.5)(typescript@5.9.3) 26950 26950 optional: true 26951 26951 26952 - postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0): 26952 + postcss-loader@8.1.1(postcss@8.5.2)(typescript@5.8.3)(webpack@5.98.0(esbuild@0.25.0)): 26953 26953 dependencies: 26954 26954 cosmiconfig: 9.0.0(typescript@5.8.3) 26955 26955 jiti: 1.21.7