| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
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.
Sorry, something went wrong.
| 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'
Sorry, something went wrong.
⚠️ Artifact update problemRenovate 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:
The artifact failure details are included below: File name: packages/bigframes/bigframes/display/table_widget_angular/package-lock.jsonnpm warn Unknown env config "store". This will error in a future 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: table-widget-angular@0.0.0 npm error Found: @angular/core@21.2.18 npm error node_modules/@angular/core npm error @angular/core@"^21.2.0" from the root project npm error npm error Could not resolve dependency: npm error peer @angular/core@"22.0.7" from @angular/common@22.0.7 npm error node_modules/@angular/common npm error @angular/common@"^22.0.0" 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-07-16T21_17_25_479Z-eresolve-report.txt npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-16T21_17_25_479Z-debug-0.log File name: packages/bigframes/tests/js/package-lock.jsonnpm 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 could not resolve npm error npm error While resolving: js-tests@1.0.0 npm error Found: @babel/core@7.28.5 npm error node_modules/@babel/core npm error peer @babel/core@"^7.0.0" from @babel/helper-create-class-features-plugin@7.28.6 npm error node_modules/@babel/helper-create-class-features-plugin npm error @babel/helper-create-class-features-plugin@"^7.28.6" from @babel/plugin-transform-class-properties@7.28.6 npm error node_modules/@babel/plugin-transform-class-properties npm error @babel/helper-create-class-features-plugin@"^7.28.6" from @babel/plugin-transform-class-static-block@7.28.6 npm error node_modules/@babel/plugin-transform-class-static-block npm error 2 more (@babel/plugin-transform-private-methods, @babel/plugin-transform-private-property-in-object) npm error peer @babel/core@"^7.0.0" from @babel/helper-create-regexp-features-plugin@7.28.5 npm error node_modules/@babel/helper-create-regexp-features-plugin npm error @babel/helper-create-regexp-features-plugin@"^7.18.6" from @babel/plugin-syntax-unicode-sets-regex@7.18.6 npm error node_modules/@babel/plugin-syntax-unicode-sets-regex npm error @babel/helper-create-regexp-features-plugin@"^7.28.5" from @babel/plugin-transform-dotall-regex@7.28.6 npm error node_modules/@babel/plugin-transform-dotall-regex npm error 6 more (...) npm error 92 more (@babel/helper-define-polyfill-provider, ...) npm error npm error Could not resolve dependency: npm error dev @babel/preset-env@"^8.0.0" from the root project npm error npm error Conflicting peer dependency: @babel/core@8.0.1 npm error node_modules/@babel/core npm error peer @babel/core@"^8.0.0" from @babel/preset-env@8.0.2 npm error node_modules/@babel/preset-env npm error dev @babel/preset-env@"^8.0.0" 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-07-16T21_17_27_435Z-eresolve-report.txt npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-16T21_17_27_435Z-debug-0.log |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR contains the following updates:
Release Notes
angular/angular-cli (@angular/build)v22.0.7
Compare Source
@angular/cli
v22.0.6
Compare Source
v22.0.5
Compare Source
@angular/cli
@schematics/angular
@angular-devkit/build-angular
@angular/build
@angular/ssr
v22.0.4: 22.0.4
Compare Source
@angular/build
v22.0.3
Compare Source
v22.0.2
Compare Source
@angular/cli
@angular/build
@angular/ssr
v22.0.1
Compare Source
@angular/cli
@schematics/angular
@angular/build
v22.0.0
Compare Source
Breaking Changes
@angular/build
Projects using karma with code coverage enabled will need to ensure that istanbul-lib-instrument is installed. Note: ng update will 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
@schematics/angular
@angular-devkit/build-angular
@angular-devkit/build-webpack
@angular/build
@angular/ssr
@ngtools/webpack
Configuration
📅 Schedule: (UTC)
🚦 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.