design-system
design-system copied to clipboard
fix(deps): update all patch dependencies
This PR contains the following updates:
Release Notes
angular/angular-cli (@angular-devkit/build-angular)
v19.2.11
@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
@angular/build
| Commit | Type | Description |
|---|---|---|
| 067f1cba0 | fix | update vite to 6.2.7 |
v19.2.9
@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
@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
@angular/build
| Commit | Type | Description |
|---|---|---|
| 7f1e8c677 | fix | include component test metadata in development builds |
| 74cd4edd5 | fix | skip normalization of relative externals |
v19.2.6
@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
@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
@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
@angular/build
| Commit | Type | Description |
|---|---|---|
| 5a739820b | fix | update babel packages |
v19.2.2
@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
@angular/build
| Commit | Type | Description |
|---|---|---|
| 067f1cba0 | fix | update vite to 6.2.7 |
changesets/changesets (@changesets/cli)
v2.29.3
Patch Changes
-
#1589
de8bebcThanks @remorses, @vzt7! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json -
#1619
c1e8a78Thanks @manucorporat! - Support../inpublishConfig.directorywhen publishing packages -
Updated dependencies [
de8bebc]:
lit/lit (@lit/task)
v1.0.2
Patch Changes
- #4836
05691ba4Thanks @maxpatiiuk! - Improve type inference of tuples returned by the args function being used as task function parameter.
percy/cli (@percy/cli)
v1.30.10
v1.30.9
What's Changed
✨ Enhancements
- Added normalization function to make options case-insensitive by @bs-shobhitkumar in https://github.com/percy/cli/pull/1865
- fixed content length NaN by @Shivanshu-07 in https://github.com/percy/cli/pull/1866
- fixed style ordering by @Shivanshu-07 in https://github.com/percy/cli/pull/1882
- Passing unique build uuid in create build by @bhokaremoin in https://github.com/percy/cli/pull/1881
- ✨ Added patch to capture dynamic media queries by @shantanuk-browserstack in https://github.com/percy/cli/pull/1884
⬆️⬇️ Dependency Updates
- ⬆️ Bump ws from 8.18.0 to 8.18.1 by @dependabot in https://github.com/percy/cli/pull/1872
- ⬆️👷 Bump github/codeql-action from 3.27.5 to 3.28.11 by @dependabot in https://github.com/percy/cli/pull/1873
- ⬆️ Bump @babel/eslint-parser from 7.25.8 to 7.26.8 by @dependabot in https://github.com/percy/cli/pull/1861
- ⬆️ Bump fast-glob from 3.3.2 to 3.3.3 by @dependabot in https://github.com/percy/cli/pull/1837
- ⬆️ Bump axios from 1.7.7 to 1.8.3 by @dependabot in https://github.com/percy/cli/pull/1877
New Contributors
- @bs-shobhitkumar made their first contribution in https://github.com/percy/cli/pull/1865
- @bhokaremoin made their first contribution in https://github.com/percy/cli/pull/1869
Full Changelog: https://github.com/percy/cli/compare/v1.30.8...v1.30.9
v1.30.8
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
- added check for resources greater than 100mb by @Shivanshu-07 in https://github.com/percy/cli/pull/1858
New Contributors
- @Shivanshu-07 made their first contribution in https://github.com/percy/cli/pull/1858
Full Changelog: https://github.com/percy/cli/compare/v1.30.7...v1.30.8
v1.30.7
What's Changed
✨ Enhancements
- PAC proxy agent support by @prklm10 in https://github.com/percy/cli/pull/1839
- Cache base64 resources by @ninadbstack in https://github.com/percy/cli/pull/1848
- PPLT_3672: [Smart concurrency] Scaling up/down asset discovery queue by @this-is-shivamsingh in https://github.com/percy/cli/pull/1849
🐛 Bug Fixes
- 🐛 fix for PERCY_GZIP flag by @prklm10 in https://github.com/percy/cli/pull/1842
New Contributors
- @bhutianimukul made their first contribution in https://github.com/percy/cli/pull/1829
Full Changelog: https://github.com/percy/cli/compare/v1.30.6...v1.30.7
percy/percy-cypress (@percy/cypress)
v3.1.6
- 🔖 Release v3.1.6 (#940) @amandeepsingh333
- 🔖 Releasing 3.1.6-beta.0 (#932) @amandeepsingh333
- aded regions support (#929) @amandeepsingh333
🐛 Bug Fixes
- 🐛 fix for createRegion file missing in 3.1.6-beta.0 (#935) @amandeepsingh333
⬆️⬇️ Dependency Updates
- ⬆️👷 Bump github/codeql-action from 2.20.4 to 3.28.13 (#930) @dependabot
v3.1.5
What's Changed
- Changed OR operator to old syntax by @bs-shobhitkumar in https://github.com/percy/percy-cypress/pull/925
- release v3.1.5 by @bs-shobhitkumar in https://github.com/percy/percy-cypress/pull/927
New Contributors
- @bs-shobhitkumar made their first contribution in https://github.com/percy/percy-cypress/pull/925
Full Changelog: https://github.com/percy/percy-cypress/compare/v3.1.4...v3.1.5
v3.1.4
What's Changed
- Cypress logging improvements by @Shivanshu-07 in https://github.com/percy/percy-cypress/pull/916
- release v3.1.4 by @Shivanshu-07 in https://github.com/percy/percy-cypress/pull/917
Full Changelog: https://github.com/percy/percy-cypress/compare/v3.1.3...v3.1.4
v3.1.3
What's Changed
- ⬆️ Bump tsd from 0.20.0 to 0.21.0 by @dependabot in https://github.com/percy/percy-cypress/pull/514
- ⬆️ Bump cypress from 10.1.0 to 10.2.0 by @dependabot in https://github.com/percy/percy-cypress/pull/515
- ⬆️ Bump @percy/core from 1.3.1 to 1.5.1 by @dependabot in https://github.com/percy/percy-cypress/pull/519
- ⬆️ Bump tsd from 0.21.0 to 0.22.0 by @dependabot in https://github.com/percy/percy-cypress/pull/518
- ⬆️ Bump @percy/sdk-utils from 1.3.1 to 1.5.1 by @dependabot in https://github.com/percy/percy-cypress/pull/517
- ⬆️ Bump cypress from 10.2.0 to 10.3.0 by @dependabot in https://github.com/percy/percy-cypress/pull/516
- ⬆️ Bump @percy/sdk-utils from 1.5.1 to 1.6.0 by @dependabot in https://github.com/percy/percy-cypress/pull/524
- ⬆️ Bump @percy/core from 1.5.1 to 1.6.0 by @dependabot in https://github.com/percy/percy-cypress/pull/523
- ⬆️ Bump @percy/core from 1.6.0 to 1.6.1 by @dependabot in https://github.com/percy/percy-cypress/pull/526
- ⬆️ Bump @percy/sdk-utils from 1.6.0 to 1.6.1 by @dependabot in https://github.com/percy/percy-cypress/pull/525
- ⬆️ Bump terser from 5.14.0 to 5.14.2 by @dependabot in https://github.com/percy/percy-cypress/pull/529
- ⬆️ Bump @percy/sdk-utils from 1.6.1 to 1.7.2 by @dependabot in https://github.com/percy/percy-cypress/pull/537
- ⬆️ Bump @percy/core from 1.6.1 to 1.7.2 by @dependabot in https://github.com/percy/percy-cypress/pull/535
- ⬆️ Bump webpack from 5.73.0 to 5.74.0 by @dependabot in https://github.com/percy/percy-cypress/pull/536
- ⬆️ Bump cypress from 10.3.0 to 10.3.1 by @dependabot in https://github.com/percy/percy-cypress/pull/533
- ⬆️ Bump cypress from 10.3.1 to 10.4.0 by @dependabot in https://github.com/percy/percy-cypress/pull/540
- ⬆️ Bump @percy/core from 1.7.2 to 1.8.0 by @dependabot in https://github.com/percy/percy-cypress/pull/539
- ⬆️ Bump @percy/sdk-utils from 1.7.2 to 1.8.0 by @dependabot in https://github.com/percy/percy-cypress/pull/538
- ⬆️ Bump @percy/core from 1.8.0 to 1.9.0 by @dependabot in https://github.com/percy/percy-cypress/pull/542
- ✅ Use Percy CLI testing mode for tests by @wwilsman in https://github.com/percy/percy-cypress/pull/543
- ⬆️ Bump cypress from 10.4.0 to 10.6.0 by @dependabot in https://github.com/percy/percy-cypress/pull/544
- ⬆️ Bump @percy/sdk-utils from 1.9.1 to 1.10.0 by @dependabot in https://github.com/percy/percy-cypress/pull/546
- ⬆️ Bump @percy/cli from 1.9.1 to 1.10.0 by @dependabot in https://github.com/percy/percy-cypress/pull/545
- ⬆️ Bump tsd from 0.22.0 to 0.23.0 by @dependabot in https://github.com/percy/percy-cypress/pull/547
- ⬆️ Bump @percy/sdk-utils from 1.10.0 to 1.10.1 by @dependabot in https://github.com/percy/percy-cypress/pull/549
- ⬆️ Bump cypress from 10.6.0 to 10.7.0 by @dependabot in https://github.com/percy/percy-cypress/pull/548
- ⬆️ Bump @percy/cli from 1.10.0 to 1.10.1 by @dependabot in https://github.com/percy/percy-cypress/pull/550
- ⬆️ Bump @percy/cli from 1.10.1 to 1.10.2 by @dependabot in https://github.com/percy/percy-cypress/pull/552
- ⬆️ Bump @percy/sdk-utils from 1.10.1 to 1.10.2 by @dependabot in https://github.com/percy/percy-cypress/pull/551
- ⬆️ Bump cypress from 10.7.0 to 10.8.0 by @dependabot in https://github.com/percy/percy-cypress/pull/556
- ⬆️ Bump tsd from 0.23.0 to 0.24.1 by @dependabot in https://github.com/percy/percy-cypress/pull/554
- ⬆️ Upgrade tests to latest
@percy/sdk-utilsfor logger mocking by @Robdel12 in https://github.com/percy/percy-cypress/pull/558 - ⬆️👷 Bump actions/stale from 5 to 6 by @dependabot in https://github.com/percy/percy-cypress/pull/559
- ⬆️ Bump cypress from 10.8.0 to 10.9.0 by @dependabot in https://github.com/percy/percy-cypress/pull/560
- ⬆️ Bump [@
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.