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 Confidence Type Update
@analogjs/vite-plugin-angular 1.14.1 -> 1.19.1 age confidence devDependencies minor
@analogjs/vitest-angular (source) 1.14.1 -> 1.19.1 age confidence devDependencies minor
@angular-devkit/build-angular 19.2.5 -> 19.2.15 age confidence devDependencies patch
@angular-eslint/builder (source) 19.3.0 -> 19.8.1 age confidence devDependencies minor
@angular-eslint/eslint-plugin (source) 19.3.0 -> 19.8.1 age confidence devDependencies minor
@angular-eslint/eslint-plugin-template (source) 19.3.0 -> 19.8.1 age confidence devDependencies minor
@angular-eslint/schematics (source) 19.3.0 -> 19.8.1 age confidence devDependencies minor
@angular-eslint/template-parser (source) 19.3.0 -> 19.8.1 age confidence devDependencies minor
@angular/animations (source) 19.2.4 -> 19.2.14 age confidence dependencies patch
@angular/build 19.2.5 -> 19.2.15 age confidence devDependencies patch
@angular/cli 19.2.5 -> 19.2.15 age confidence devDependencies patch
@angular/common (source) 19.2.4 -> 19.2.14 age confidence dependencies patch
@angular/compiler (source) 19.2.4 -> 19.2.14 age confidence dependencies patch
@angular/compiler-cli (source) 19.2.4 -> 19.2.14 age confidence devDependencies patch
@angular/core (source) 19.2.4 -> 19.2.14 age confidence dependencies patch
@angular/forms (source) 19.2.4 -> 19.2.14 age confidence dependencies patch
@angular/platform-browser (source) 19.2.4 -> 19.2.14 age confidence dependencies patch
@angular/platform-browser-dynamic (source) 19.2.4 -> 19.2.14 age confidence dependencies patch
@angular/router (source) 19.2.4 -> 19.2.14 age confidence dependencies patch
@hey-api/client-fetch (source) ^0.8.0 -> ^0.13.0 age confidence dependencies minor
@hey-api/openapi-ts (source) ^0.64.0 -> ^0.79.0 age confidence devDependencies minor
@primeng/themes (source) 19.0.10 -> 19.1.4 age confidence dependencies minor
@sentry/angular (source) 9.10.1 -> 9.40.0 age confidence dependencies minor
@sentry/cli (source) 2.43.0 -> 2.50.2 age confidence dependencies minor
@tanstack/angular-query-experimental (source) 5.71.2 -> 5.83.0 age confidence dependencies minor
@types/jasmine (source) 5.1.7 -> 5.1.8 age confidence devDependencies patch
@types/node (source) 22.13.16 -> 22.16.5 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.29.0 -> 8.38.0 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.29.0 -> 8.38.0 age confidence devDependencies minor
@typescript-eslint/types (source) 8.29.0 -> 8.38.0 age confidence devDependencies minor
@typescript-eslint/utils (source) 8.29.0 -> 8.38.0 age confidence devDependencies minor
@vitest/coverage-istanbul (source) 3.0.9 -> 3.2.4 age confidence devDependencies minor
@vitest/ui (source) 3.0.9 -> 3.2.4 age confidence devDependencies minor
alpine 3.21 -> 3.22 age confidence final minor
eslint (source) 9.23.0 -> 9.31.0 age confidence devDependencies minor
eslint-config-prettier 10.1.1 -> 10.1.8 age confidence dependencies patch
eslint-plugin-import 2.31.0 -> 2.32.0 age confidence devDependencies minor
eslint-plugin-jsdoc 50.6.9 -> 50.8.0 age confidence devDependencies minor
eslint-plugin-prettier 5.2.5 -> 5.5.3 age confidence devDependencies minor
jasmine-core (source) ~5.6.0 -> ~5.9.0 age confidence devDependencies minor
jsdom 26.0.0 -> 26.1.0 age confidence devDependencies minor
keycloak-js (source) 26.1.4 -> 26.2.0 age confidence dependencies minor
marked (source) 15.0.7 -> 15.0.12 age confidence dependencies patch
nginx 1.27.4-alpine -> 1.29.0-alpine age confidence final minor
node (source) 22.14.0 -> 22.17.1 age confidence minor
postcss (source) 8.5.3 -> 8.5.6 age confidence devDependencies patch
prettier (source) 3.5.3 -> 3.6.2 age confidence devDependencies minor
primeng (source) 19.0.10 -> 19.1.4 age confidence dependencies minor
typescript (source) 5.8.2 -> 5.8.3 age confidence devDependencies patch
vite (source) 6.3.4 -> 6.3.5 age confidence devDependencies patch
vitest (source) 3.0.9 -> 3.2.4 age confidence devDependencies minor

Release Notes

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

v1.19.1

Compare Source

Bug Fixes
  • nx-plugin: add css for tailwind, fix global import reference (#​1796) (28b9558)
  • nx-plugin: fix platform server dep for new app (#​1797) (c3d9660)
  • storybook-angular: prevent duplicate loading of analogjs plugins (#​1794) (6aeed12)
  • vite-plugin-angular: skip compilation for inline assets, .nx for HMR (#​1795) (0f4413a)

v1.19.0

Compare Source

Bug Fixes
  • create-analog: add overrides for Vite 7 to templates (07f0a88)
  • create-analog: remove extra comma from minimal template (906998d)
  • create-analog: update template package.json deps (#​1789) (abb9900)
  • nx-plugin: add caret to platform-server package for preset (a97ad4b)
  • nx-plugin: support migration for Angular v20 app component (#​1785) (7f2a240)
  • vite-plugin-nitro: fix page handler URLs (#​1788) (5fdcf7f)
Features

v1.18.0

Compare Source

Bug Fixes
  • create-analog: fix template and styles for SFCs (#​1778) (902fe23)
  • create-analog: update template dependencies to Angular v20 (#​1768) (8e1fae5)
  • nx-plugin: add fallback for json.files property in preset (6e2241a)
  • nx-plugin: ensure that tags option is used on app generation (#​1764) (df001b0)
  • vite-plugin-angular: trigger compilation from external templates/styles (#​1779) (e3a1f27)
Features
  • vite-plugin-nitro: support static server side data fetching during prerendering (#​1771) (377cdd2)

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 Type Description
ad2fb2959 fix 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
Commit Type Description
9eaf34405 fix correctly set i18n subPath in webpack browser builder
@​angular/build
Commit Type Description
cba66a85c fix avoid attempting to watch bundler internal files
009fc3776 fix avoid internal karma request cache for assets
b43da3949 perf fix unnecessary esbuild rebuilds

v19.2.10

Compare Source

@​angular/build
Commit Type Description
067f1cba0 fix update vite to 6.2.7

v19.2.9

Compare Source

@​angular-devkit/build-angular
Commit Type Description
de52cc2c8 fix update http-proxy-middleware to v3.0.5
@​angular/build
Commit Type Description
cc5229a45 fix pass preserveSymlinks option to Karma esbuild builder
@​angular/ssr
Commit Type Description
a4e415ea6 fix support getPrerenderParams for wildcard routes

v19.2.8

Compare Source

@​angular/build
Commit Type Description
4a8a4a083 fix include module value check when adding custom conditions
00cd0d123 fix prevent nested CSS in components
a297c4153 fix properly resolve transitive external dependencies in vite-dev-server
8ab033e8e fix update vite to 6.2.6

v19.2.7

Compare Source

@​angular/build
Commit Type Description
7f1e8c677 fix include component test metadata in development builds
74cd4edd5 fix skip normalization of relative externals

v19.2.6

Compare Source

@​angular-devkit/schematics
Commit Type Description
e5aec562f fix properly resolve relative schematics when executed from a nested directory
@​angular/build
Commit Type Description
76cfd364a fix correctly handle false value in server option
d69188c6b fix update vite to 6.2.4 due to a security issues
angular-eslint/angular-eslint (@​angular-eslint/builder)

v19.8.1

Compare Source

19.8.1 (2025-06-19)
🩹 Fixes
  • eslint-plugin-template: [no-interpolation-in-attributes] use keySpan as attr. range and sourceSpan as replacement range (#​2531)
❤️ Thank You
  • Niklas Wolf

v19.8.0

Compare Source

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

v19.7.1

Compare Source

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

v19.7.0

Compare Source

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

v19.6.0

Compare Source

🩹 Fixes

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 (b2e05b9) 7872 2078 26.40%
Head commit (483ee9c) 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 12 times, most recently from 20c0572 to f065641 Compare July 11, 2025 21:16
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch 13 times, most recently from 2b3b090 to 90b272e Compare July 20, 2025 20:26
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch from 90b272e to 76bf434 Compare July 22, 2025 00:06
Copy link

github-actions bot commented Jul 22, 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 76bf434 to 476ad38 Compare July 22, 2025 14:40
@renovate renovate bot force-pushed the renovate/all-minor-patch-client branch from 476ad38 to 483ee9c Compare July 22, 2025 21:10
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