-
Notifications
You must be signed in to change notification settings - Fork 524
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(deps): bump dependencies in /cloud-function #12563
Conversation
Bundle StatsHey there, this message comes from a github action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
- bump @adzerk/api-decision-js from 1.0.14 to 1.0.18 - bump @adzerk/decision-sdk from 1.0.0-beta.25 to 1.0.0-beta.26 - bump @google-cloud/functions-framework from 3.4.2 to 3.4.5 - bump @opentelemetry/api-logs from 0.54.2 to 0.57.1 - bump @opentelemetry/context-async-hooks from 1.27.0 to 1.30.1 - bump @opentelemetry/core from 1.27.0 to 1.30.1 - bump @opentelemetry/instrumentation from 0.54.2 to 0.57.1 - bump several @opentelemetry/instrumentation-* dependencies - bump @opentelemetry/resources from 1.27.0 to 1.30.1 - bump @opentelemetry/sdk-trace-base from 1.27.0 to 1.30.1 - bump @opentelemetry/semantic-conventions from 1.27.0 to 1.28.0 - bump @prisma/instrumentation from 5.19.1 to 5.22.0 - bump @prsima/instrumentation dependencies - bump @sentry/core from 8.38.0 to 8.54.0 - bump @sentry/google-cloud-serverless from 8.38.0 to 8.54.0 - bump @sentry/node from 8.38.0 to 8.54.0 - bump @sentry/opentelemetry from 8.38.0 to 8.54.0 - bump @swc/core-* from 1.9.2 to 1.10.12 - bump @swc/types rom 0.1.15 to 0.1.17 - bump several @types dependencies - bump array-buffer-byte-lengt from 1.0.1 to 1.0.2 - bump arraybuffer.prototype.slice from 1.0.3 to 1.0.4 - bump call-bind from 1.0.7 to 1.0.8 - bump cjs-module-lexer from 1.4.1 to 1.4.3 - bump cross-spawn from 7.0.5 to 7.0.6 - bump data-view-buffer from 1.0.1 to 1.0.2 - bump data-view-byte-length from 1.0.1 to 1.0.2 - bump data-view-byte-offset orom 1.0.0 to 1.0.1 - bump debug from 4.3.7 to 4.4.0 - bump dotenv from 16.4.5 to 16.4.7 - bump es-abstract from 1.23.5 to 1.23.9 - ...
c1fa7c0
to
81660c2
Compare
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.
Self-approval: This has been running on stage without problems, so we should be good to go.
Summary
Problem
The dependencies in
/cloud-function
aren't automatically updated by Dependabot, due to local dependencies.Solution
Update them manually by running
npm update
.Note
We cannot upgrade to
@google/cloud-functions-framework
3.4.5 due to GoogleCloudPlatform/functions-framework-nodejs#673.GPT-4o generated changelog:
Upgraded Dependencies
@adzerk/api-decision-js
1.0.14
1.0.18
@adzerk/decision-sdk
1.0.0-beta.25
1.0.0-beta.26
@opentelemetry/api-logs
0.54.2
0.57.1
@opentelemetry/context-async-hooks
1.27.0
1.30.1
@opentelemetry/core
1.27.0
1.30.1
@opentelemetry/instrumentation
0.54.2
0.57.1
@opentelemetry/instrumentation-amqplib
0.43.0
0.46.0
@opentelemetry/instrumentation-connect
0.40.0
0.43.0
@opentelemetry/instrumentation-dataloader
0.12.0
0.16.0
@opentelemetry/instrumentation-express
0.44.0
0.47.0
@opentelemetry/instrumentation-fastify
0.41.0
0.44.1
@opentelemetry/instrumentation-fs
0.16.0
0.19.0
@opentelemetry/instrumentation-generic-pool
0.39.0
0.43.0
@opentelemetry/instrumentation-graphql
0.44.0
0.47.0
@opentelemetry/instrumentation-hapi
0.41.0
0.45.1
@opentelemetry/instrumentation-http
0.53.0
0.57.1
@opentelemetry/instrumentation-ioredis
0.43.0
0.47.0
@opentelemetry/instrumentation-kafkajs
0.4.0
0.7.0
@opentelemetry/instrumentation-knex
0.41.0
0.44.0
@opentelemetry/instrumentation-koa
0.43.0
0.47.0
@opentelemetry/instrumentation-lru-memoizer
0.40.0
0.44.0
@opentelemetry/instrumentation-mongodb
0.48.0
0.51.0
@opentelemetry/instrumentation-mongoose
0.42.0
0.46.0
@opentelemetry/instrumentation-mysql
0.41.0
0.45.0
@opentelemetry/instrumentation-mysql2
0.41.0
0.45.0
@opentelemetry/instrumentation-nestjs-core
0.40.0
0.44.0
@opentelemetry/instrumentation-pg
0.44.0
0.50.0
@opentelemetry/instrumentation-redis-4
0.42.0
0.46.0
@opentelemetry/instrumentation-tedious
0.15.0
0.18.0
@opentelemetry/instrumentation-undici
0.6.0
0.10.0
@opentelemetry/resources
1.27.0
1.30.1
@opentelemetry/sdk-trace-base
1.27.0
1.30.1
@opentelemetry/semantic-conventions
1.27.0
1.28.0
@prisma/instrumentation
5.19.1
5.22.0
@sentry/core
8.38.0
8.54.0
@sentry/google-cloud-serverless
8.38.0
8.54.0
@sentry/node
8.38.0
8.54.0
@sentry/opentelemetry
8.38.0
8.54.0
@swc/core
1.9.2
1.10.12
@types/node
22.9.0
22.13.0
debug
4.3.7
4.4.0
dotenv
16.4.5
16.4.7
semver
7.6.3
7.7.0
typescript
5.6.3
5.7.3
New Dependencies
async-function
1.0.0
call-bound
1.0.3
dunder-proto
1.0.1
forwarded-parse
2.1.2
math-intrinsics
1.1.0
own-keys
1.0.1
reflect.getprototypeof
1.0.10
safe-push-apply
1.0.0
set-proto
1.0.0
side-channel-list
1.0.0
side-channel-map
1.0.1
side-channel-weakmap
1.0.2
which-boxed-primitive
1.1.1
which-builtin-type
1.2.1
which-collection
1.0.2
which-typed-array
1.1.16
How did you test this change?
Will deploy to stage.