Skip to content

Update all patch dependencies#1069

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-patch
Open

Update all patch dependencies#1069
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 14, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@angular-devkit/build-angular 19.2.519.2.26 age confidence
@angular/animations (source) 19.2.419.2.24 age confidence
@angular/cli 19.2.519.2.26 age confidence
@angular/common (source) 19.2.419.2.24 age confidence
@angular/compiler (source) 19.2.419.2.24 age confidence
@angular/compiler-cli (source) 19.2.419.2.24 age confidence
@angular/core (source) 19.2.419.2.24 age confidence
@angular/forms (source) 19.2.419.2.24 age confidence
@angular/language-service (source) 19.2.419.2.24 age confidence
@angular/platform-browser (source) 19.2.419.2.24 age confidence
@angular/platform-browser-dynamic (source) 19.2.419.2.24 age confidence
@angular/platform-server (source) 19.2.419.2.24 age confidence
@angular/router (source) 19.2.419.2.24 age confidence
@fullcalendar/core (source) 6.1.156.1.20 age confidence
@fullcalendar/daygrid (source) 6.1.156.1.20 age confidence
@fullcalendar/interaction (source) 6.1.156.1.20 age confidence
@fullcalendar/timegrid (source) 6.1.156.1.20 age confidence
@fullcalendar/vue (source) 6.1.156.1.20 age confidence
@types/jasmine (source) 5.1.75.1.15 age confidence
@types/jasmine (source) 5.1.75.1.15 age confidence
@types/jquery (source) 3.5.323.5.34 age confidence
@vue/cli-plugin-babel (source) 5.0.85.0.9 age confidence
@vue/cli-plugin-eslint (source) 5.0.85.0.9 age confidence
@vue/cli-plugin-pwa (source) 5.0.85.0.9 age confidence
@vue/cli-service (source) 5.0.85.0.9 age confidence
arrive 2.5.22.5.3 age confidence
bootstrap (source) 5.3.35.3.8 age confidence
bootstrap (source) 5.3.35.3.8 age confidence
css-loader 7.1.27.1.4 age confidence
datamaps 0.5.90.5.10 age confidence
datatables.net-fixedcolumns (source) 5.0.45.0.5 age confidence
datatables.net-fixedcolumns-bs4 (source) 5.0.45.0.5 age confidence
datatables.net-fixedheader-bs4 (source) 4.0.14.0.6 age confidence
datatables.net-responsive (source) 3.0.43.0.8 age confidence
datatables.net-responsive-bs4 (source) 3.0.43.0.8 age confidence
devextreme (source) 23.2.1223.2.15 age confidence
devextreme-angular (source) 23.2.1223.2.15 age confidence
eslint-config-prettier 9.1.09.1.2 age confidence
eslint-plugin-html 8.1.28.1.4 age confidence
fullcalendar (source) 6.1.156.1.20 age confidence
fullcalendar-scheduler (source) 6.1.156.1.20 age confidence
gulp (source) 5.0.05.0.1 age confidence
html-webpack-plugin 5.6.35.6.7 age confidence
http-proxy-middleware 3.0.33.0.5 age confidence
vue-chartjs (source) 5.3.25.3.3 age confidence
vue-i18n (source) 9.14.39.14.5 age confidence

Release Notes

angular/angular-cli (@​angular-devkit/build-angular)

v19.2.26

Compare Source

@​angular/ssr
Commit Type Description
842fee029 fix allow all hosts in common engine rendering options to prevent validation errors

v19.2.25

Compare Source

@​angular-devkit/build-angular
Commit Type Description
49ae0ad2d fix upgrade postcss to 8.5.12
@​angular/build
Commit Type Description
2d53feca5 fix update esbuild to 0.28.0
@​angular/ssr
Commit Type Description
02ce8bf26 fix introduce trustProxyHeaders option to safely validate and sanitize proxy headers

v19.2.24

Compare Source

@​angular/build
Commit Type Description
f4595d599 fix update vite to 6.4.2

v19.2.23

Compare Source

@​angular/cli
Commit Type Description
67cfbe32f fix update picomatch to 4.0.4
@​angular-devkit/build-angular
Commit Type Description
771b979e7 fix update picomatch to 4.0.4
@​angular-devkit/core
Commit Type Description
de2da4874 fix update picomatch to 4.0.4
@​angular/build
Commit Type Description
27a9ce4a7 fix update picomatch to 4.0.4

v19.2.22

Compare Source

@​angular-devkit/core
Commit Type Description
0a01aecd9 fix update ajv to 8.18.0
@​angular/build
Commit Type Description
79f59412a fix update rollup to 4.59.0

v19.2.21

Compare Source

@​angular/ssr
Commit Type Description
288e22816 fix prevent open redirect via X-Forwarded-Prefix header
2a72d7483 fix validate host headers to prevent header-based SSRF

v19.2.20

Compare Source

@​angular-devkit/build-angular
Commit Type Description
0e5421ba7 fix update webpack to 5.105.0

v19.2.19

Compare Source

@​angular/build
Commit Type Description
4d8ea27a1 fix update vite to v6.4.1

v19.2.18

Compare Source

@​angular/ssr
Commit Type Description
9136a5d13 fix prevent malicious URL from overriding host

v19.2.17

Compare Source

@​angular/build
Commit Type Description
365d525b5 fix update vite to 6.3.6

v19.2.16

Compare Source

Breaking Changes

@​angular/ssr
  • The server-side bootstrapping process has been changed to eliminate the reliance on a global platform injector.

    Before:

    const bootstrap = () => bootstrapApplication(AppComponent, config);

    After:

    const bootstrap = (context: BootstrapContext) =>
      bootstrapApplication(AppComponent, config, context);
@​angular-devkit/build-angular
Commit Type Description
b0f4330a9 fix avoid extra tick in SSR builds
@​angular/build
Commit Type Description
ee5c5f823 fix avoid extra tick in SSR dev-server builds
@​angular/ssr
Commit Type Description
32980f7e7 feat introduce BootstrapContext for isolated server-side rendering

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/angular (@​angular/animations)

v19.2.24

Compare Source

compiler
Commit Type Description
6ea6379123 fix prevent namespaced SVG <style> elements from being stripped

v19.2.23

Compare Source

common
Commit Type Description
62dd27d6af fix add upper bounds for digitsInfo
17326725ba fix sanitize placeholder
compiler
Commit Type Description
932e0728db fix normalize tag names with custom namespaces in DomElementSchemaRegistry
2e3d0371ab fix sanitize dynamic href and xlink:href bindings on SVG a elements
fe1207e8c5 fix strip namespaced SVG script elements during template compilation
core
Commit Type Description
c6bb0692e2 fix reject script element as a dynamic component host
3960b21558 fix sanitize meta selectors
3632fa4b69 fix support prefix-insensitive DOM schema lookups and compile-time i18n attribute validation
620230dac4 fix synchronize core sanitization schema with compiler
d31f84116c fix wrap i18n dynamic element property updates in active index states
http
Commit Type Description
9940ffd781 fix exclude withCredentials requests from transfer cache
0f67f0b962 fix skip TransferCache for cookie-bearing requests by default
platform-server
Commit Type Description
d187e8aeda fix normalize path parsing in ServerPlatformLocation
c75f60ef8a fix secure location and document initialization against SSRF and path hijack
service-worker
Commit Type Description
37ee9ffd9e fix preserve redirect policy on reconstructed asset requests
97f796203f fix Preserves explicit 'credentials: omit' in asset requests
5619120931 fix Preserves HTTP cache mode in asset group requests

v19.2.22

Compare Source

core
Commit Type Description
83a640516f fix disallow event attribute bindings in host bindings unconditionally (#​68469)
24a0103a98 fix validate security-sensitive attributes in i18n bindings (#​68469)
platform-server
Commit Type Description
8569db8875 fix add allowedHosts option to renderModule and renderApplication
837a710217 fix ensure origin has a trailing slash when parsing url (#​68469)

v19.2.21

Compare Source

platform-server
Commit Type Description
f3a5bfb949 fix prevent SSRF bypasses via protocol-relative and backslash URLs

v19.2.20

Compare Source

compiler
Commit Type Description
5be912eb55 fix disallow translations of iframe src
core
Commit Type Description
b89b0a83a4 fix sanitize translated attribute bindings with interpolations
621c7071ad fix sanitize translated form attributes

[v19.2.19](https://redirect.github.com/angular/

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 14, 2026

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: angular-now-ui-kit/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: now-ui-kit-pro-angular@1.1.1
npm error Found: typescript@5.4.5
npm error node_modules/typescript
npm error   dev typescript@"5.4.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=5.5 <5.9" from @angular/compiler-cli@19.2.4
npm error node_modules/@angular/compiler-cli
npm error   dev @angular/compiler-cli@"19.2.4" from the root project
npm error   peer @angular/compiler-cli@"^19.0.0 || ^19.2.0-next.0" from @angular-devkit/build-angular@19.2.5
npm error   node_modules/@angular-devkit/build-angular
npm error     dev @angular-devkit/build-angular@"19.2.5" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-05-28T16_00_24_451Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-05-28T16_00_24_451Z-debug-0.log

File name: vue-now-ui-kit/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm warn ERESOLVE overriding peer dependency
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: element-ui@2.15.14
npm error Found: vue@3.4.34
npm error node_modules/vue
npm error   vue@"3.4.34" from the root project
npm error   peerOptional vue@"*" from @vue/babel-preset-jsx@1.4.0
npm error   node_modules/@vue/babel-preset-jsx
npm error     @vue/babel-preset-jsx@"^1.1.2" from @vue/babel-preset-app@5.0.9
npm error     node_modules/@vue/babel-preset-app
npm error       @vue/babel-preset-app@"^5.0.9" from @vue/cli-plugin-babel@5.0.9
npm error       node_modules/@vue/cli-plugin-babel
npm error         dev @vue/cli-plugin-babel@"5.0.9" from the root project
npm error   3 more (@vue/server-renderer, vue-router, @vue/babel-preset-app)
npm error
npm error Could not resolve dependency:
npm error peer vue@"^2.5.17" from element-ui@2.15.14
npm error node_modules/element-ui
npm error   element-ui@"2.15.14" from the root project
npm error
npm error Conflicting peer dependency: vue@2.7.16
npm error node_modules/vue
npm error   peer vue@"^2.5.17" from element-ui@2.15.14
npm error   node_modules/element-ui
npm error     element-ui@"2.15.14" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-05-28T16_00_31_610Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-05-28T16_00_31_610Z-debug-0.log

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented May 14, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@renovate renovate Bot force-pushed the renovate/all-patch branch from d0cff0b to 2ca2523 Compare May 15, 2026 01:17
@renovate renovate Bot force-pushed the renovate/all-patch branch from 2ca2523 to 7e57925 Compare May 28, 2026 01:56
@renovate renovate Bot force-pushed the renovate/all-patch branch from 7e57925 to fc6d216 Compare May 28, 2026 16:00
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants