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'
50ff337 to
2129206
Compare
2129206 to
c85510f
Compare
c85510f to
644055e
Compare
644055e to
feaaf0b
Compare
feaaf0b to
f89701e
Compare
f89701e to
65d94f5
Compare
5d557b7 to
5363004
Compare
5363004 to
75c16a8
Compare
75c16a8 to
a86b423
Compare
a86b423 to
bfa8794
Compare
bfa8794 to
a590ad7
Compare
a590ad7 to
7cf42b4
Compare
7cf42b4 to
a1a9332
Compare
a1a9332 to
d2b34a2
Compare
d2b34a2 to
f8997fb
Compare
|
This PR contains the following updates:
^21.2.9→^22.0.0^21.2.9→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^21.2.0→^22.0.0^7.24.7→^8.0.0==2.0.49→==2.0.51v6→v7==2.6.1→==2.6.2==3.13.5→==3.14.1==2.71.0→==2.74.0==2.39.0→==2.43.0==7.1.1→==7.1.4==2026.4.22→==2026.6.17==8.3.3→==8.4.1==48.0.0→==49.0.0==1.6.0→==1.7.0==0.4.0→==0.4.3v3→v4^0.20.0→^0.28.0==3.29.0→==3.29.4==2.30.3→==2.31.0==2.50.0→==2.55.0==2.52.0→==2.55.0==3.41.0→==3.42.0==2.38.0→==2.39.0==2.35.0→==2.38.0==2.5.1→==2.6.0==2.5.0→==2.6.0==2.29.0→==2.31.0==3.65.0→==3.68.0==3.66.0→==3.68.0==1.8.0→==1.9.0==1.7.0→==1.9.0==1.74.0→==1.75.0==3.5.0→==3.5.2==1.80.0→==1.81.1==1.80.0→==1.81.1==3.15→==3.18==9.13.0→==9.14.1^28.0.0→^29.0.011.7.0→11.17.0==1.41.1→==1.42.1==1.41.1→==1.42.1==2.3.3→==3.0.3==26.1.1→==26.1.2==4.9.6→==4.10.0==1.40.1→==1.41.23.8.3→3.8.4==1.27.2→==1.28.0==7.34.1→==7.35.1==9.0.3→==9.1.0==1.3.0→==1.4.03.10→3.143.12→3.14==2.33.1→==2.34.2==0.15.12→==0.15.170.1.1→0.2.19==4.67.3→==4.68.3~5.9.2→~6.0.0==21.3.1→==21.5.14.1.5→4.1.9==2.1.2→==2.2.1==1.23.0→==1.24.2==3.23.1→==4.1.0Release Notes
angular/angular-cli (@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
v21.2.16Compare Source
@angular/cli
@angular/ssr
v21.2.15Compare Source
@angular/cli
v21.2.14Compare Source
@angular/cli
@angular/build
v21.2.13Compare Source
@angular-devkit/build-angular
@angular/build
v21.2.12Compare Source
@angular/build
v21.2.11Compare Source
@angular/cli
@angular/ssr
v21.2.10Compare Source
@angular/cli
angular/angular (@angular/common)
v22.0.2Compare Source
common
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.