Skip to content

fix(deps): update all non-major client dependencies #598

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@analogjs/vite-plugin-angular 1.14.1 -> 1.17.1 age adoption passing confidence devDependencies minor
@analogjs/vitest-angular (source) 1.14.1 -> 1.17.1 age adoption passing confidence devDependencies minor
@angular-devkit/build-angular 19.2.5 -> 19.2.15 age adoption passing confidence devDependencies patch
@angular-eslint/builder (source) 19.3.0 -> 19.8.0 age adoption passing confidence devDependencies minor
@angular-eslint/eslint-plugin (source) 19.3.0 -> 19.8.0 age adoption passing confidence devDependencies minor
@angular-eslint/eslint-plugin-template (source) 19.3.0 -> 19.8.0 age adoption passing confidence devDependencies minor
@angular-eslint/schematics (source) 19.3.0 -> 19.8.0 age adoption passing confidence devDependencies minor
@angular-eslint/template-parser (source) 19.3.0 -> 19.8.0 age adoption passing confidence devDependencies minor
@angular/animations (source) 19.2.4 -> 19.2.14 age adoption passing confidence dependencies patch
@angular/build 19.2.5 -> 19.2.15 age adoption passing confidence devDependencies patch
@angular/cli 19.2.5 -> 19.2.15 age adoption passing confidence devDependencies patch
@angular/common (source) 19.2.4 -> 19.2.14 age adoption passing confidence dependencies patch
@angular/compiler (source) 19.2.4 -> 19.2.14 age adoption passing confidence dependencies patch
@angular/compiler-cli (source) 19.2.4 -> 19.2.14 age adoption passing confidence devDependencies patch
@angular/core (source) 19.2.4 -> 19.2.14 age adoption passing confidence dependencies patch
@angular/forms (source) 19.2.4 -> 19.2.14 age adoption passing confidence dependencies patch
@angular/platform-browser (source) 19.2.4 -> 19.2.14 age adoption passing confidence dependencies patch
@angular/platform-browser-dynamic (source) 19.2.4 -> 19.2.14 age adoption passing confidence dependencies patch
@angular/router (source) 19.2.4 -> 19.2.14 age adoption passing confidence dependencies patch
@hey-api/client-fetch (source) ^0.8.0 -> ^0.13.0 age adoption passing confidence dependencies minor
@hey-api/openapi-ts (source) ^0.64.0 -> ^0.73.0 age adoption passing confidence devDependencies minor
@primeng/themes (source) 19.0.10 -> 19.1.3 age adoption passing confidence dependencies minor
@sentry/angular (source) 9.10.1 -> 9.29.0 age adoption passing confidence dependencies minor
@sentry/cli (source) 2.43.0 -> 2.46.0 age adoption passing confidence dependencies minor
@tanstack/angular-query-experimental (source) 5.71.2 -> 5.80.7 age adoption passing confidence dependencies minor
@types/jasmine (source) 5.1.7 -> 5.1.8 age adoption passing confidence devDependencies patch
@types/node (source) 22.13.16 -> 22.15.31 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.29.0 -> 8.34.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.29.0 -> 8.34.0 age adoption passing confidence devDependencies minor
@typescript-eslint/types (source) 8.29.0 -> 8.34.0 age adoption passing confidence devDependencies minor
@typescript-eslint/utils (source) 8.29.0 -> 8.34.0 age adoption passing confidence devDependencies minor
@vitest/coverage-istanbul (source) 3.0.9 -> 3.2.3 age adoption passing confidence devDependencies minor
@vitest/ui (source) 3.0.9 -> 3.2.3 age adoption passing confidence devDependencies minor
alpine 3.21 -> 3.22 age adoption passing confidence final minor
eslint (source) 9.23.0 -> 9.29.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 10.1.1 -> 10.1.5 age adoption passing confidence dependencies patch
eslint-plugin-jsdoc 50.6.9 -> 50.8.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 5.2.5 -> 5.4.1 age adoption passing confidence devDependencies minor
jasmine-core (source) ~5.6.0 -> ~5.8.0 age adoption passing confidence devDependencies minor
jsdom 26.0.0 -> 26.1.0 age adoption passing confidence devDependencies minor
keycloak-js (source) 26.1.4 -> 26.2.0 age adoption passing confidence dependencies minor
marked (source) 15.0.7 -> 15.0.12 age adoption passing confidence dependencies patch
nginx 1.27.4-alpine -> 1.28.0-alpine age adoption passing confidence final minor
node (source) 22.14.0 -> 22.16.0 age adoption passing confidence minor
postcss (source) 8.5.3 -> 8.5.5 age adoption passing confidence devDependencies patch
primeng (source) 19.0.10 -> 19.1.3 age adoption passing confidence dependencies minor
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence devDependencies patch
vite (source) 6.3.4 -> 6.3.5 age adoption passing confidence devDependencies patch
vitest (source) 3.0.9 -> 3.2.3 age adoption passing confidence devDependencies minor

Release Notes

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

v1.17.1

Compare Source

Bug Fixes
  • nx-plugin: ensure that tags option is used on app generation (#​1764) (df001b0)

v1.17.0

Compare Source

Bug Fixes
Features

v1.16.2

Compare Source

Bug Fixes
  • create-analog: use latest version of marked w/shiki, fix tailwind support (#​1736) (3bebec9)
  • vite-plugin-angular: fix live reload and move to separate plugin (#​1739) (0204e30)
  • vite-plugin-angular: normalize version string for pending tasks replacement (#​1731) (624696c)

v1.16.1

Compare Source

Bug Fixes
  • nx-plugin: update Angular v19 template files (#​1720) (9b1e065)
  • platform: add support for Nx 21 release (#​1727) (ef442a7)
  • storybook-angular: include preset as ESM for Windows support (#​1725) (c8bace5)
  • vite-plugin-angular: adjust output path for library dts files (#​1728) (54390e0)
  • vite-plugin-angular: defer initial compilation in Vitest VSCode extension (#​1721) (fc89624)
  • vite-plugin-angular: improve support for building Angular libraries (#​1724) (a2d9141)
  • vite-plugin-nitro: check for custom apiPrefix with api directory (#​1715) (11c4f36)
Performance Improvements
  • vite-plugin-angular: optimize memory usage for large workspaces (#​1719) (6364190)

v1.16.0

Compare Source

Bug Fixes
  • nx-plugin: add middleware include to app templates, update docs (#​1701) (1ff4ebb)
  • platform: align logic for determining client only rendering (#​1695) (1f7f560)
  • platform: allow marked extensions to add new renderers (#​1708) (a0bfb70)
  • storybook-angular: adjust peer deps versions (0042da6)
  • storybook-angular: adjust vite peer dep (17e23d5)
  • storybook-angular: move storybook to peer deps (dc91f4b)
  • storybook-angular: only include explicit deps in package.json (#​1703) (63ef9fe)
  • vite-plugin-angular: allow the plugin to be imported with commonjs/require (#​1710) (84cb758)
  • vite-plugin-angular: check for compiler when using JiT and HMR (#​1693) (0173944)
  • vite-plugin-nitro: fix behavior when opting out of prerendering (#​1688) (aa7f02a)
  • vite-plugin-nitro: remove compressed index files for SSR-only rendering (#​1700) (06419c1)
Features

v1.15.1

Compare Source

Bug Fixes
  • nx-plugin: adjust marked-mangle version (cdad143)
  • nx-plugin: update marked dependencies for Nx generator/preset (#​1668) (2a7dba5)
  • vite-plugin-angular: reenables test bed and jit mode for partial compilations (#​1675) (2d9999d)

v1.15.0

Compare Source

Bug Fixes
Features
  • content: update marked to latest version and fix custom renderer compatibility (#​1658) (ade8a0a)
  • vite-plugin-nitro: allow customization of sitemap definition for prerendered routes (#​1650) (7edff18)
  • vite-plugin-nitro: update nitropack to 2.11.x (#​1666) (8414192)
Performance Improvements
  • vite-plugin-nitro: remove server assets from build process (#​1656) (5a148d7)
angular/angular-cli (@​angular-devkit/build-angular)

v19.2.15

Compare Source

@​angular-devkit/build-angular
Commit Type Description
b120e1411 fix update dependency webpack-dev-server to v5.2.2

v19.2.14

Compare Source

@​angular/build
Commit Type Description
a3504fd45 fix HMR requires AOT do not show HMR enabled when using JIT
5ce9f96a4 fix include full metadata for AOT unit-testing

v19.2.13

Compare Source

@​angular/pwa
Commit Description
fix - ad2fb2959 remove background_color and theme_color from manifest

v19.2.12

Compare Source

@​angular/cli
Commit Type Description
0098c38c6 fix properly handle Node.js require() errors with ESM modules

v19.2.11

Compare Source

[@​angular-devkit/build-angular](https://

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.

@renovate renovate bot added the client label Mar 27, 2025
Copy link

codacy-production bot commented Mar 27, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (18e7dc6) 7872 2078 26.40%
Head commit (0cbae82) 7872 (+0) 2078 (+0) 26.40% (+0.00%)

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 (#598) 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

@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch from 2703ade to c634a18 Compare March 27, 2025 12:37
@github-actions github-actions bot added size:L and removed size:M labels Mar 27, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 5 times, most recently from b3077f6 to d9c1b37 Compare March 31, 2025 11:36
@github-actions github-actions bot added size:XL and removed size:L labels Mar 31, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 5 times, most recently from 2d821be to 0706a3c Compare April 1, 2025 13:21
@github-actions github-actions bot added size:L and removed size:XL labels Apr 1, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch from 0706a3c to 82cf47e Compare April 1, 2025 18:52
@gbanu gbanu marked this pull request as ready for review April 1, 2025 21:00
@gbanu gbanu requested a review from a team as a code owner April 1, 2025 21:00
@gbanu gbanu marked this pull request as draft April 1, 2025 21:00
@helios-staging-aet helios-staging-aet bot deployed to test-server-1 April 1, 2025 21:24 Active
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 3 times, most recently from 3769381 to 3b38c0e Compare April 2, 2025 18:09
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 15 times, most recently from 693fbab to 827c432 Compare June 7, 2025 02:46
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 11 times, most recently from bcd97f2 to 0aa297e Compare June 13, 2025 13:06
Copy link

github-actions bot commented Jun 13, 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 from 0aa297e to e9b5db1 Compare June 13, 2025 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch from e9b5db1 to 0cbae82 Compare June 14, 2025 08:48
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.

1 participant