Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@analogjs/vite-plugin-angular 1.22.41.22.5 age confidence devDependencies patch
@analogjs/vitest-angular (source) 1.22.41.22.5 age confidence devDependencies patch
@angular-devkit/build-angular 20.3.820.3.15 age confidence devDependencies patch
@angular-eslint/builder (source) 20.5.020.7.0 age confidence devDependencies minor
@angular-eslint/eslint-plugin (source) 20.5.020.7.0 age confidence devDependencies minor
@angular-eslint/eslint-plugin-template (source) 20.5.020.7.0 age confidence devDependencies minor
@angular-eslint/schematics (source) 20.5.020.7.0 age confidence devDependencies minor
@angular-eslint/template-parser (source) 20.5.020.7.0 age confidence devDependencies minor
@angular/animations (source) 20.3.920.3.16 age confidence dependencies patch
@angular/build 20.3.820.3.15 age confidence devDependencies patch
@angular/cli 20.3.820.3.15 age confidence devDependencies patch
@angular/compiler-cli (source) 20.3.920.3.16 age confidence devDependencies patch
@angular/forms (source) 20.3.920.3.16 age confidence dependencies patch
@angular/platform-browser (source) 20.3.920.3.16 age confidence dependencies patch
@angular/platform-browser-dynamic (source) 20.3.920.3.16 age confidence dependencies patch
@angular/router (source) 20.3.920.3.16 age confidence dependencies patch
@hey-api/openapi-ts (source) 0.86.80.91.0 age confidence devDependencies minor
@primeng/themes (source) 20.2.020.4.0 age confidence dependencies minor
@sentry/angular (source) 10.22.010.37.0 age confidence dependencies minor
@sentry/cli (source) 2.57.02.58.4 age confidence dependencies minor
@tanstack/angular-query-experimental (source) 5.90.75.90.24 age confidence dependencies patch
@types/jasmine (source) 5.1.125.1.15 age confidence devDependencies patch
@types/node (source) 24.9.224.10.9 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.46.28.54.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.46.28.54.0 age confidence devDependencies minor
@typescript-eslint/types (source) 8.46.28.54.0 age confidence devDependencies minor
@typescript-eslint/utils (source) 8.46.28.54.0 age confidence devDependencies minor
@vitest/coverage-istanbul (source) 4.0.54.0.18 age confidence devDependencies patch
@vitest/ui (source) 4.0.54.0.18 age confidence devDependencies patch
alpine 3.223.23 age confidence final minor
autoprefixer 10.4.2110.4.23 age confidence devDependencies patch
eslint (source) 9.38.09.39.2 age confidence devDependencies minor
eslint-plugin-jsdoc 61.1.1161.7.1 age confidence devDependencies minor
eslint-plugin-prettier 5.5.45.5.5 age confidence devDependencies patch
jasmine-core (source) 5.12.05.13.0 age confidence devDependencies minor
keycloak-js (source) 26.2.126.2.2 age confidence dependencies patch
marked (source) 16.4.116.4.2 age confidence dependencies patch
nginx 1.29.3-alpine1.29.4-alpine age confidence final patch
node (source) 24.10.024.13.0 age confidence minor
prettier (source) 3.6.23.8.1 age confidence devDependencies minor
primeng (source) 20.2.020.4.0 age confidence dependencies minor
tailwindcss (source) 3.4.183.4.19 age confidence devDependencies patch
vite (source) 7.1.127.3.1 age confidence devDependencies minor
vitest (source) 4.0.54.0.18 age confidence devDependencies patch

Release Notes

analogjs/analog (@​analogjs/vite-plugin-angular)

v1.22.5

Compare Source

Bug Fixes
  • vite-plugin-angular: expand optimization for Angular packages (484553c)
angular/angular-cli (@​angular-devkit/build-angular)

v20.3.15

Compare Source

@​angular/cli
Commit Type Description
795d65413 fix update pacote to v21.0.4
@​angular-devkit/build-angular
Commit Type Description
ffc72cbc5 fix update webpack to version 5.104.1

v20.3.14

Compare Source

@​angular/cli
Commit Type Description
ff366499e fix update dependency @​modelcontextprotocol/sdk to v1.25.2

v20.3.13

Compare Source

@​angular/cli
Commit Type Description
cfbb61602 fix update @modelcontextprotocol/sdk to v1.24.0

v20.3.12

Compare Source

@​angular/build
Commit Type Description
25bb7e65c fix ensure correct URL joining for prerender routes
@​angular/ssr
Commit Type Description
cceb86296 fix handle X-Forwarded-Prefix and APP_BASE_HREF in redirects
1abe68ad8 fix prevent redirect loop with encoded query parameters

v20.3.11

Compare Source

@​angular/build
Commit Type Description
8053f2d92 fix ensure ɵgetOrCreateAngularServerApp is always defined after errors

v20.3.10

Compare Source

@​schematics/angular
Commit Type Description
c854a719b fix correct tsconfig.spec.json include for spec files
@​angular/build
Commit Type Description
b3908f68e fix do not remove @angular/localize when having external packages (#​31721)

v20.3.9

Compare Source

@​angular/ssr
Commit Type Description
08e07e338 fix improve locale handling in app-engine
683697ebc fix improve route matching for wildcard routes
angular-eslint/angular-eslint (@​angular-eslint/builder)

v20.7.0

Compare Source

This was a version bump only for builder to align it with other projects, there were no code changes.

v20.6.0

Compare Source

🚀 Features
  • builder: support {projectName} and {projectRoot} placeholders in outputFile (#​2759)
❤️ Thank You

v20.5.2

Compare Source

This was a version bump only for builder to align it with other projects, there were no code changes.

v20.5.1

Compare 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.0

Compare Source

🩹 Fixes
  • eslint-plugin: [use-component-selector] detect variables (#​2797)
  • eslint-plugin: false negatives in pipe-prefix, component-selector and directive-selector when linting selectors that only contain a prefix (#​2769)
  • eslint-plugin: [prefer-inject] improve test coverage and documentation (#​2770)
❤️ Thank You

v20.6.0

Compare Source

🚀 Features
  • eslint-plugin: support multiple configs for component-selector and directive-selector (#​2762)
❤️ Thank You

v20.5.2

Compare Source

🩹 Fixes
  • eslint-plugin: update style guide links (#​2689)
  • eslint-plugin-template: [use-lifecycle-interface] fix fixer when class contains generics (#​2749)
❤️ Thank You

v20.5.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-uncalled-signals] fix false positives (#​2705)
❤️ Thank You
angular-eslint/angular-eslint (@​angular-eslint/eslint-plugin-template)

v20.7.0

Compare Source

🚀 Features
  • eslint-plugin-template: [prefer-ngsrc] add suggestions (#​2772)
❤️ Thank You

v20.6.0

Compare Source

This was a version bump only for eslint-plugin-template to align it with other projects, there were no code changes.

v20.5.2

Compare Source

🩹 Fixes
  • eslint-plugin-template: [prefer-ngsrc] support data URLs in more scenarios (#​2719)
  • eslint-plugin-template: [conditional-complexity] handle animation directives without values (#​2747)
❤️ Thank You

v20.5.1

Compare Source

🩹 Fixes
  • eslint-plugin-template: support uppercase tags (#​2712)
❤️ Thank You
angular-eslint/angular-eslint (@​angular-eslint/schematics)

v20.7.0

Compare Source

This was a version bump only for schematics to align it with other projects, there were no code changes.

v20.6.0

Compare Source

This was a version bump only for schematics to align it with other projects, there were no code changes.

v20.5.2

Compare Source

This was a version bump only for schematics to align it with other projects, there were no code changes.

v20.5.1

Compare 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.0

Compare Source

This was a version bump only for template-parser to align it with other projects, there were no code changes.

v20.6.0

Compare Source

This was a version bump only for template-parser to align it with other projects, there were no code changes.

v20.5.2

Compare Source

🩹 Fixes
  • template-parser: ensure loc object is applied correctly (#​2754)
❤️ Thank You

v20.5.1

Compare 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.16

Compare Source

core
Commit Type Description
c2c2b4aaa8 fix sanitize sensitive attributes on SVG script elements

v20.3.15

Compare Source

compiler
Commit Type Description
d1ca8ae043 fix prevent XSS via SVG animation attributeName and MathML/SVG URLs

v20.3.14

Compare Source

http
Commit Type Description
0276479e7d fix prevent XSRF token leakage to protocol-relative URLs

v20.3.13

Compare Source

v20.3.12

Compare Source

v20.3.11

Compare Source

common
Commit Type Description
5047849a4a fix remove placeholder image listeners once view is removed
compiler
Commit Type Description
f9d0818087 fix support arbitrary nesting in :host-context()
106b9040df fix support commas in :host() argument
9419ea348a fix support complex selectors in :nth-child()
036c5d2a07 fix support one additional level of nesting in :host()
core
Commit Type Description
dcdd1bcdbb fix skip leave animations on view swaps

v20.3.10

Compare Source

compiler-cli
Commit Description
fix - 840db59dc1 make required inputs diagnostic less noisy
migrations
Commit Description
fix - a45e6b2b66 Prevent removal of templates referenced with preceding whitespace characters
hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.91.0

Compare Source

Minor Changes
Removed CommonJS (CJS) support

@hey-api/openapi-ts is 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 using import() like:

const { defineConfig } = await import('@​hey-api/openapi-ts');

If you have previously written:

const { defineConfig } = require('@​hey-api/openapi-ts');

Migrate by updating your static imports:

import { defineConfig } from '@​hey-api/openapi-ts';

If your environment cannot use ESM, pin to a previous version.

Patch Changes
Updated Dependencies:

v0.90.10

Compare Source

Patch Changes

v0.90.9

Compare Source

Patch Changes
Updated Dependencies:

v0.90.8

Compare Source

Patch Changes
Updated Dependencies:

v0.90.7

Compare Source

Patch Changes
Updated Dependencies:

v0.90.6

Patch Changes

v0.90.4

Compare Source

Patch Changes

v0.90.3

Compare Source

Patch Changes

[v0.90.2](https://redirect.github.com/hey-api/openapi-ts/releas


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codacy-production
Copy link

codacy-production bot commented Dec 26, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.02% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (1c46f13) 7926 2126 26.82%
Head commit (746ca26) 7979 (+53) 2142 (+16) 26.85% (+0.02%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#851) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@github-actions
Copy link

github-actions bot commented Dec 26, 2025

🚨 Client Code Validation Failed 🚨

The client code in /client/src/app/core/modules/openapi is not up-to-date.
Please regenerate the client code by running:

cd ./client
yarn generate:openapi

Commit and push the updated files.

@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 8 times, most recently from 7efe90f to ca24a13 Compare January 4, 2026 06:29
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 12 times, most recently from 5859852 to 4f77781 Compare January 12, 2026 16:34
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 5 times, most recently from f73cf74 to f2aefd5 Compare January 14, 2026 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 10 times, most recently from a6a92cd to 03770bd Compare January 21, 2026 22:12
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 6 times, most recently from 512c521 to dc42f54 Compare January 27, 2026 13:35
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch from dc42f54 to 746ca26 Compare January 29, 2026 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants