-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(db): update dependency googleapis to v143 #1402
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThe change involves updating the version of the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Quality Gate passedIssues Measures |
#1352 Bundle Size — 3.49MiB (0%).5e35e94(current) vs 5eae784 dev#1339(baseline) Warning Bundle contains 5 duplicate packages – View duplicate packages Bundle metrics
|
Current #1352 |
Baseline #1339 |
|
---|---|---|
Initial JS | 3.06MiB |
3.06MiB |
Initial CSS | 9.54KiB |
9.54KiB |
Cache Invalidation | 32.43% |
51.36% |
Chunks | 67 |
67 |
Assets | 80 |
80 |
Modules | 2015 |
2015 |
Duplicate Modules | 361 |
361 |
Duplicate Code | 10.03% |
10.03% |
Packages | 159 |
159 |
Duplicate Packages | 5 |
5 |
Bundle size by type no changes
Current #1352 |
Baseline #1339 |
|
---|---|---|
JS | 3.38MiB |
3.38MiB |
Fonts | 94.54KiB |
94.54KiB |
CSS | 9.54KiB |
9.54KiB |
Other | 8.7KiB |
8.7KiB |
IMG | 8.57KiB |
8.57KiB |
Bundle analysis report Branch renovate/googleapis-143.x Project dashboard
Generated by RelativeCI Documentation Report issue
📦 Next.js Bundle Analysis for @weareinreach/appThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
Files selected for processing (1)
- packages/db/package.json (1 hunks)
Additional comments not posted (1)
packages/db/package.json (1)
91-91
: LGTM! But verify the impact of the update on the codebase.The
googleapis
package version is updated from137.1.0
to143.0.0
. This is a major version change and may include breaking changes. Ensure that the update does not introduce any issues in the codebase.The code changes are approved.
Run the following script to verify the impact of the update:
Verification successful
No direct usage of
googleapis
found in the codebase.The
googleapis
package is listed inpackage.json
, but no direct usage was found in JavaScript or TypeScript files. This suggests that the package might be used indirectly or not at all. Consider verifying any indirect dependencies that might be affected by this update.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the impact of the googleapis package update on the codebase. # Test: Search for the usage of googleapis package. Expect: No breaking changes. rg --type js --type ts 'googleapis'Length of output: 35
Script:
#!/bin/bash # Description: Refine the search for the usage of googleapis package in the codebase. # Test: Search for various import styles and usages of googleapis. rg --type js --type ts --type json 'googleapis' -A 3Length of output: 272
This PR contains the following updates:
137.1.0
->143.0.0
Release Notes
googleapis/google-api-nodejs-client (googleapis)
v143.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v142.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v140.0.1
Compare Source
Bug Fixes
v140.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v139.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
New Features
googleapis
package to the latest version, potentially enhancing functionality and performance.Bug Fixes