design-system icon indicating copy to clipboard operation
design-system copied to clipboard

fix(deps): update all patch dependencies

Open renovate[bot] opened this issue 6 months ago • 5 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular-devkit/build-angular 19.2.0 -> 19.2.11 age adoption passing confidence
@changesets/cli (source) 2.29.2 -> 2.29.3 age adoption passing confidence
@changesets/parse (source) 0.4.0 -> 0.4.1 age adoption passing confidence
@eslint/compat 1.2.5 -> 1.2.9 age adoption passing confidence
@lit/task (source) 1.0.1 -> 1.0.2 age adoption passing confidence
@percy/cli (source) 1.30.6 -> 1.30.10 age adoption passing confidence
@percy/cypress 3.1.2 -> 3.1.6 age adoption passing confidence
@tsconfig/node22 (source) 22.0.0 -> 22.0.1 age adoption passing confidence
@types/jasmine (source) 5.1.4 -> 5.1.8 age adoption passing confidence
@types/node-fetch (source) 2.6.11 -> 2.6.12 age adoption passing confidence
@types/react (source) 18.3.3 -> 18.3.21 age adoption passing confidence
@types/react-dom (source) 18.3.5 -> 18.3.7 age adoption passing confidence
autoprefixer 10.4.20 -> 10.4.21 age adoption passing confidence
cypress (source) 14.3.2 -> 14.3.3 age adoption passing confidence
eslint-plugin-react 7.37.4 -> 7.37.5 age adoption passing confidence
focus-trap 7.6.2 -> 7.6.4 age adoption passing confidence
glob 11.0.0 -> 11.0.2 age adoption passing confidence
gulp-sass 6.0.0 -> 6.0.1 age adoption passing confidence
https-proxy-agent (source) 7.0.5 -> 7.0.6 age adoption passing confidence
ng-packagr 19.2.0 -> 19.2.2 age adoption passing confidence
nodemon (source) 3.1.7 -> 3.1.10 age adoption passing confidence
rollup-plugin-scss 4.0.0 -> 4.0.1 age adoption passing confidence
rxjs (source) 7.8.1 -> 7.8.2 age adoption passing confidence
start-server-and-test 2.0.9 -> 2.0.11 age adoption passing confidence
stylelint-prettier 5.0.2 -> 5.0.3 age adoption passing confidence
turbo (source) 2.5.0 -> 2.5.3 age adoption passing confidence
url-polyfill 1.1.12 -> 1.1.13 age adoption passing confidence
vite (source) 6.3.4 -> 6.3.5 age adoption passing confidence

Release Notes

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

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

v19.2.5

Compare Source

@​angular/build
Commit Type Description
20455e2a6 fix correct handling of response/request errors
32b1dcd91 fix handle undefined getOrCreateAngularServerApp during error compilation
7552a9fec fix normalize karma asset paths before lookup
1eb5b4357 fix update vite to 6.2.3

v19.2.4

Compare Source

@​schematics/angular
Commit Type Description
0a4e96bda fix replace @angular/platform-browser-dynamic with @angular/platform-browser
@​angular/build
Commit Type Description
b0b643e46 fix ensure errors for missing component resources
2cd763e89 fix ensure relative karma stack traces for test failures

v19.2.3

Compare Source

@​angular/build
Commit Type Description
5a739820b fix update babel packages

v19.2.2

Compare Source

@​angular/cli
Commit Type Description
0ee24e29b fix record analytics for nested schematics
@​angular/build
Commit Type Description
4575265f0 fix exclude all entrypoints of a library from prebundling
83fcffbb7 fix handle postcss compilation errors gracefully
78297ee47 fix provide extract-i18n does not respect
b18b9c8f2 fix remove duplicate prebundling warning
@​angular/ssr
Commit Type Description
e6e8ce960 fix prevent stream draining if write does not return a boolean

v19.2.1

Compare Source

@​angular/build
Commit Type Description
067f1cba0 fix update vite to 6.2.7
changesets/changesets (@​changesets/cli)

v2.29.3

Compare Source

Patch Changes
eslint/rewrite (@​eslint/compat)

v1.2.9

Compare Source

v1.2.8

Compare Source

v1.2.7

Compare Source

v1.2.6

Compare Source

lit/lit (@​lit/task)

v1.0.2

Compare Source

Patch Changes
percy/cli (@​percy/cli)

v1.30.10

Compare Source

v1.30.9

Compare Source

What's Changed

✨ Enhancements
⬆️⬇️ Dependency Updates

New Contributors

Full Changelog: https://github.com/percy/cli/compare/v1.30.8...v1.30.9

v1.30.8

Compare Source

Notice

A bug was introduced in version 1.30.8 that causes snapshots to fail when resources exceed 25MB, and the resource server does not include a Content-Length header in the response. As a result, the resource upload fails and the Percy build is unable to finalise. You'll see Your CI service or client failed to correctly upload build and snapshot resources. in your dashboard.

We have made v1.30.7 as latest and we'll be releasing a stable version with the fix.

What's Changed

🐛 Bug Fixes

New Contributors

Full Changelog: https://github.com/percy/cli/compare/v1.30.7...v1.30.8

v1.30.7

Compare Source

What's Changed
✨ Enhancements
🐛 Bug Fixes
New Contributors

Full Changelog: https://github.com/percy/cli/compare/v1.30.6...v1.30.7

percy/percy-cypress (@​percy/cypress)

v3.1.6

Compare Source

🐛 Bug Fixes

⬆️⬇️ Dependency Updates

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/percy/percy-cypress/compare/v3.1.4...v3.1.5

v3.1.4

Compare Source

What's Changed

Full Changelog: https://github.com/percy/percy-cypress/compare/v3.1.3...v3.1.4

v3.1.3

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Zurich, 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[bot] avatar Apr 16 '25 11:04 renovate[bot]