Uh oh!
There was an error while loading. Please reload this page.
fix(deps): update all dependencies - #17162
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates several dependencies across multiple packages, including bigframes, rules_cc, google-auth, requests, and pandas. A compatibility issue was identified in the BigQuery Storage sample requirements, where the version marker for pandas 3.0.3 needs to be updated to Python 3.10 or higher to prevent installation failures on Python 3.9.
| pandas===1.3.5; python_version == '3.7' | ||
| pandas===2.0.3; python_version == '3.8' | ||
| pandas==2.3.3; python_version >= '3.9' | ||
| pandas==3.0.3; python_version >= '3.9' |
There was a problem hiding this comment.
Pandas 3.0.0 and later versions require Python 3.10 or higher. The current environment marker python_version >= '3.9' will cause installation failures on Python 3.9. Since other dependencies updated in this pull request (such as google-cloud-core v2.6.0) are also dropping support for Python 3.9, this marker should be updated to reflect the new minimum requirement.
pandas==3.0.3; python_version >= '3.10'
|
This PR contains the following updates:
^21.2.16→^22.0.0^21.2.16→^22.0.0^21.2.17→^22.0.0^21.2.0→^22.0.0^21.2.17→^22.0.0^21.2.17→^22.0.0^21.2.17→^22.0.0^7.24.7→^8.0.0==2.0.49→==2.0.51v5→v6v6→v7v6→v7==2.6.1→==2.7.1==3.13.5→==3.14.1==1.18.4→==1.18.5==2.71.0→==2.75.0==3.6.3→==3.7.0==2.39.0→==2.45.0==7.1.1→==7.1.4==2026.4.22→==2026.6.17==2.0.0→==2.1.0==3.4.7→==3.4.9==8.3.3→==8.4.2==4.3.2→==4.4.0==48.0.1→==49.0.0==1.6.0→==1.7.1==0.4.0→==0.4.3fbd0ab8→7b450ffv3→v4==3.29.0→==3.30.2==2.30.3→==2.32.0==2.50.0→==2.56.0==2.52.0→==2.56.0==3.41.0→==3.42.2==2.38.0→==2.39.0==2.35.0→==2.41.0==2.5.1→==2.6.0==2.5.0→==2.6.0==2.29.0→==2.31.0==3.65.0→==3.69.0==3.66.0→==3.69.0==1.8.0→==1.9.1==1.7.0→==1.9.1==1.74.0→==1.75.0==3.5.0→==3.5.3==1.80.0→==1.82.1==1.80.0→==1.82.1==3.15→==3.18==9.13.0→==9.15.0^28.0.0→^29.0.0==2026.4.10→==2026.7.1111.7.0→12.0.1==1.41.1→==1.44.0==1.41.1→==1.44.0==2.3.3→==3.0.3==4.9.6→==4.10.0==1.40.1→==1.42.13.8.3→3.9.5==1.27.2→==1.28.1==1.28.0→==1.28.1==7.34.1→==7.35.1==24.0.0→==25.0.0==0.6.3→==0.6.4==9.0.3→==9.1.1==1.3.0→==1.4.03.10→3.143.12→3.14==2.33.1→==2.34.2==0.15.12→==0.15.220.1.1→0.2.22==82.0.1→==83.0.0==4.67.3→==4.68.4~5.9.2→~7.0.0==4.15.0→==4.16.0==21.3.1→==21.6.14.1.5→4.1.10==2.1.2→==2.2.2==1.23.0→==1.24.2==3.23.1→==4.1.0Release Notes
angular/angular-cli (@angular/build)
v22.0.7Compare Source
@angular/cli
v22.0.6Compare Source
v22.0.5Compare Source
@angular/cli
@schematics/angular
@angular-devkit/build-angular
@angular/build
@angular/ssr
v22.0.4: 22.0.4Compare Source
@angular/build
v22.0.3Compare Source
v22.0.2Compare Source
@angular/cli
@angular/build
@angular/ssr
v22.0.1Compare Source
@angular/cli
@schematics/angular
@angular/build
v22.0.0Compare Source
Breaking Changes
@angular-devkit/architect-clipackage is no longer available. ThearchitectCLI tool has been moved to the@angular-devkit/architectpackage.@angular-devkit/build-angular:jestand@angular-devkit/build-angular:web-test-runnerbuilders have been removed.@angular/build
@angular/build:dev-server (ng serve)now assigns the highest priority to thePORTenvironment variable. This value will override any port configurations specified inangular.jsonor via the--portcommand-line flag. This includes the default port 4200.istanbul-lib-instrumentis now an optional peer dependency.Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note:
ng updatewill automatically add this dependency during the update process.@angular/ssr
Deprecations
@angular-devkit/build-angular
@angular-devkit/build-webpack
@angular/ssr
@ngtools/webpack
@angular/cli
ChangeDetectionStrategy.Eager@schematics/angular
ChangeDetectionStrategy.DefaultwithEager@angular-devkit/architect-clipackage@angular-devkit/build-angular
@angular-devkit/build-webpack
@angular/build
experimentalPlatformtoplatformin application builder@angular/ssr
@ngtools/webpack
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.