fix(deps): update all non-major client dependencies #851
+1,349
−937
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.22.4→1.22.51.22.4→1.22.520.3.8→20.3.1520.5.0→20.7.020.5.0→20.7.020.5.0→20.7.020.5.0→20.7.020.5.0→20.7.020.3.9→20.3.1620.3.8→20.3.1520.3.8→20.3.1520.3.9→20.3.1620.3.9→20.3.1620.3.9→20.3.1620.3.9→20.3.1620.3.9→20.3.160.86.8→0.91.020.2.0→20.4.010.22.0→10.37.02.57.0→2.58.45.90.7→5.90.245.1.12→5.1.1524.9.2→24.10.98.46.2→8.54.08.46.2→8.54.08.46.2→8.54.08.46.2→8.54.04.0.5→4.0.184.0.5→4.0.183.22→3.2310.4.21→10.4.239.38.0→9.39.261.1.11→61.7.15.5.4→5.5.55.12.0→5.13.026.2.1→26.2.216.4.1→16.4.21.29.3-alpine→1.29.4-alpine24.10.0→24.13.03.6.2→3.8.120.2.0→20.4.03.4.18→3.4.197.1.12→7.3.14.0.5→4.0.18Release Notes
analogjs/analog (@analogjs/vite-plugin-angular)
v1.22.5Compare Source
Bug Fixes
angular/angular-cli (@angular-devkit/build-angular)
v20.3.15Compare Source
@angular/cli
@angular-devkit/build-angular
v20.3.14Compare Source
@angular/cli
v20.3.13Compare Source
@angular/cli
@modelcontextprotocol/sdkto v1.24.0v20.3.12Compare Source
@angular/build
@angular/ssr
X-Forwarded-PrefixandAPP_BASE_HREFin redirectsv20.3.11Compare Source
@angular/build
ɵgetOrCreateAngularServerAppis always defined after errorsv20.3.10Compare Source
@schematics/angular
tsconfig.spec.jsoninclude for spec files@angular/build
@angular/localizewhen having external packages (#31721)v20.3.9Compare Source
@angular/ssr
angular-eslint/angular-eslint (@angular-eslint/builder)
v20.7.0Compare Source
This was a version bump only for builder to align it with other projects, there were no code changes.
v20.6.0Compare Source
🚀 Features
❤️ Thank You
v20.5.2Compare Source
This was a version bump only for builder to align it with other projects, there were no code changes.
v20.5.1Compare Source
This was a version bump only for builder to align it with other projects, there were no code changes.
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin)
v20.7.0Compare Source
🩹 Fixes
❤️ Thank You
v20.6.0Compare Source
🚀 Features
❤️ Thank You
v20.5.2Compare Source
🩹 Fixes
❤️ Thank You
v20.5.1Compare Source
🩹 Fixes
❤️ Thank You
angular-eslint/angular-eslint (@angular-eslint/eslint-plugin-template)
v20.7.0Compare Source
🚀 Features
❤️ Thank You
v20.6.0Compare Source
This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.
v20.5.2Compare Source
🩹 Fixes
❤️ Thank You
v20.5.1Compare Source
🩹 Fixes
❤️ Thank You
angular-eslint/angular-eslint (@angular-eslint/schematics)
v20.7.0Compare Source
This was a version bump only for schematics to align it with other projects, there were no code changes.
v20.6.0Compare Source
This was a version bump only for schematics to align it with other projects, there were no code changes.
v20.5.2Compare Source
This was a version bump only for schematics to align it with other projects, there were no code changes.
v20.5.1Compare Source
This was a version bump only for schematics to align it with other projects, there were no code changes.
angular-eslint/angular-eslint (@angular-eslint/template-parser)
v20.7.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.6.0Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
v20.5.2Compare Source
🩹 Fixes
❤️ Thank You
v20.5.1Compare Source
This was a version bump only for template-parser to align it with other projects, there were no code changes.
angular/angular (@angular/animations)
v20.3.16Compare Source
core
v20.3.15Compare Source
compiler
attributeNameand MathML/SVG URLsv20.3.14Compare Source
http
v20.3.13Compare Source
v20.3.12Compare Source
v20.3.11Compare Source
common
compiler
core
v20.3.10Compare Source
compiler-cli
migrations
hey-api/openapi-ts (@hey-api/openapi-ts)
v0.91.0Compare Source
Minor Changes
7f19d59) by @mrlubosRemoved CommonJS (CJS) support
@hey-api/openapi-tsis now ESM-only. This change simplifies the codebase, improves tree-shaking, and enables better integration with modern bundlers and TypeScript tooling.CommonJS entry points (
require(),module.exports) are no longer supported. If you are in a CJS environment, you can still load the package dynamically usingimport()like:If you have previously written:
Migrate by updating your static imports:
If your environment cannot use ESM, pin to a previous version.
Patch Changes
Updated Dependencies:
v0.90.10Compare Source
Patch Changes
plugin(@tanstack/solid-query): index mutation options symbol (#3253) (
c5f379e) by @mrlubosplugin(@tanstack/svelte-query): index mutation options symbol (#3253) (
c5f379e) by @mrlubosplugin(@tanstack/vue-query): index mutation options symbol (#3253) (
c5f379e) by @mrlubosplugin(@tanstack/react-query): index mutation options symbol (#3253) (
c5f379e) by @mrlubosparser: inline deep path
$refreferences (#3242) (00cfaed) by @chrg1001plugin(@tanstack/angular-query-experimental): index mutation options symbol (#3249) (
5977f56) by @j-ibarraplugin(@hey-api/sdk): correctly map body keys in flat mode (#3255) (
9ca5471) by @jsjamesv0.90.9Compare Source
Patch Changes
ts-dsl: allow removing object properties by passing
null(#3247) (7be1561) by @mrluboscli: clean up interface (#3244) (
4f52bce) by @mrlubosts-dsl: override object properties when called multiple times with the same name (#3247) (
7be1561) by @mrlubosconfig: move
loadConfigFilefunction to@hey-api/codegen-core(#3244) (4f52bce) by @mrlubosUpdated Dependencies:
v0.90.8Compare Source
Patch Changes
internal: move logger to codegen-core (#3235) (
88532f0) by @mrluboscli: do not show ascii logo on generate command (#3238) (
72e17f3) by @mrlubosUpdated Dependencies:
v0.90.7Compare Source
Patch Changes
edfce48) by @mrlubosUpdated Dependencies:
v0.90.6Patch Changes
384e52f) by @mrlubosv0.90.4Compare Source
Patch Changes
plugin(@hey-api/client-next): fix: JSON parsing error on empty response bodies without Content-Length header (#3201) (
8428ca5) by @copilot-swe-agentplugin(@hey-api/client-fetch): fix: JSON parsing error on empty response bodies without Content-Length header (#3201) (
2af4d9a) by @copilot-swe-agentplugin(@hey-api/client-ky): fix: JSON parsing error on empty response bodies without Content-Length header (#3201) (
c0563fb) by @copilot-swe-agentplugin(valibot): add
enumresolver (#3209) (f6723eb) by @thymingplugin(zod): add
enumresolver (#3209) (57334d8) by @thymingv0.90.3Compare Source
Patch Changes
oxfmtpreset (#3197) (701a69c) by @mrlubos[
v0.90.2](https://redirect.github.com/hey-api/openapi-ts/releasConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.