rudder-server
rudder-server copied to clipboard
chore(deps): bump the go-deps group across 1 directory with 17 updates
Bumps the go-deps group with 13 updates in the / directory:
Package | From | To |
---|---|---|
cloud.google.com/go/bigquery | 1.60.0 |
1.61.0 |
cloud.google.com/go/pubsub | 1.37.0 |
1.38.0 |
github.com/aws/aws-sdk-go | 1.51.26 |
1.52.3 |
github.com/databricks/databricks-sql-go | 1.5.4 |
1.5.5 |
github.com/linkedin/goavro/v2 | 2.12.0 |
2.13.0 |
github.com/minio/minio-go/v7 | 7.0.69 |
7.0.70 |
github.com/onsi/ginkgo/v2 | 2.17.1 |
2.17.2 |
github.com/onsi/gomega | 1.33.0 |
1.33.1 |
github.com/rs/cors | 1.10.1 |
1.11.0 |
github.com/trinodb/trino-go-client | 0.314.0 |
0.315.0 |
github.com/urfave/cli/v2 | 2.27.1 |
2.27.2 |
go.opentelemetry.io/otel | 1.25.0 |
1.26.0 |
golang.org/x/oauth2 | 0.19.0 |
0.20.0 |
Updates cloud.google.com/go/bigquery
from 1.60.0 to 1.61.0
Commits
81a369f
chore(main): release spanner 1.61.0 (#9691)0ac0d26
feat(spanner): support MultiEndpoint (#9565)84e3236
feat(vertexai/genai): add SystemInstruction (#9736)bb84fbd
feat(vertexai/genai): constrained decoding (#9731)5497a66
chore(main): release datastore 1.16.0 (#8711)0429048
chore(internal/kokoro): filter changes down to unique dir (#10064)654e656
chore(deps): fix package update rule (#10062)22e3eae
fix(vertexai/genai): check for nil content (#10057)63bab2e
chore(main): release bigtable 1.23.0 (#9570)4940c3c
feat(pubsub): support publisher compression (#9711)- Additional commits viewable in compare view
Updates cloud.google.com/go/pubsub
from 1.37.0 to 1.38.0
Release notes
Sourced from cloud.google.com/go/pubsub's releases.
pubsub: v1.38.0
1.38.0 (2024-05-06)
Features
- pubsub: Add custom datetime format for Cloud Storage subscriptions (4834425)
- pubsub: Support publisher compression (#9711) (4940c3c)
- pubsub: Use Streaming Pull response for ordering check (#9682) (7bf4904)
Bug Fixes
Commits
aaf7fa2
chore(main): release pubsub 1.38.0 (#9589)95bf6b2
fix(pubsub): respect gRPC dial option when PUBSUB_EMULATOR_HOST is set (#10040)0183dd5
chore(main): release vertexai 0.8.0 (#9535)c07f1e4
fix(spanner): update staleness bound (#10118)b91f658
test(spanner): fix retry unit tests with RESOURCE_EXHAUSTED errors (#10117)b9b55e0
chore(thirdparty): remove json-iterator exemption (#10113)fafaf0d
fix(internal/aliasfix): handle import paths correctly (#10097)63f947d
chore(spanner): use time.Since instead of time.Now().Sub (#10096)a4a8fbc
docs: update copyright year in Fleet Engine (#10090)9013e52
feat(auth): Enable client certificates by default (#10102)- Additional commits viewable in compare view
Updates github.com/aws/aws-sdk-go
from 1.51.26 to 1.52.3
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.52.3 (2024-05-06)
Service Client Updates
service/medialive
: Updates service API and documentation
- AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.
Release v1.52.2 (2024-05-03)
Service Client Updates
service/bedrock-agent
: Updates service API and documentationservice/connect
: Updates service API and documentationservice/connectcases
: Updates service API and documentationservice/datasync
: Updates service API and documentationservice/inspector2
: Updates service API and documentationservice/sagemaker
: Updates service API and documentation
- Amazon SageMaker Inference now supports m6i, c6i, r6i, m7i, c7i, r7i and g5 instance types for Batch Transform Jobs
service/sesv2
: Updates service API and documentationRelease v1.52.1 (2024-05-02)
Service Client Updates
service/dynamodb
: Updates service API, documentation, waiters, paginators, and examples
- This release adds support to specify an optional, maximum OnDemandThroughput for DynamoDB tables and global secondary indexes in the CreateTable or UpdateTable APIs. You can also override the OnDemandThroughput settings by calling the ImportTable, RestoreFromPointInTime, or RestoreFromBackup APIs.
service/ec2
: Updates service API and documentation
- This release includes a new API for retrieving the public endorsement key of the EC2 instance's Nitro Trusted Platform Module (NitroTPM).
service/personalize
: Updates service API and documentationservice/redshift-serverless
: Updates service API and documentationRelease v1.52.0 (2024-05-01)
Service Client Updates
service/bedrock-agent
: Updates service API and documentationservice/ec2
: Updates service documentation
- Documentation updates for Amazon EC2.
service/personalize-runtime
: Updates service API and documentationservice/securityhub
: Updates service API and documentationservice/sesv2
: Updates service APISDK Features
service/alexaforbusiness
: Remove Alexaforbusiness
- This change removes the Alexaforbusiness service, since it is deprecated.
Release v1.51.32 (2024-04-30)
Service Client Updates
... (truncated)
Commits
75bdfcd
Release v1.52.3 (2024-05-06) (#5253)417f8a9
Release v1.52.2 (2024-05-03) (#5252)8beb96a
Release v1.52.1 (2024-05-02) (#5251)09c0ee9
Release v1.52.0 (2024-05-01) (#5250)debabd5
Remove alexaforbusiness (#5249)f9db156
Release v1.51.32 (2024-04-30) (#5248)d5a9528
Release v1.51.31 (2024-04-29) (#5245)e267cf1
Merge pull request #5244 from aws/lucix-aws-patch-19e85d0c
Update PULL_REQUEST_TEMPLATE.mdf62236f
Release v1.51.30 (2024-04-26) (#5243)- Additional commits viewable in compare view
Updates github.com/databricks/databricks-sql-go
from 1.5.4 to 1.5.5
Release notes
Sourced from github.com/databricks/databricks-sql-go's releases.
v1.5.5
- Fix: handle
nil
databricks/databricks-sql-go#199
@esdrasbeleza
)databricks/databricks-sql-go#217
@candiduslynx
)databricks/databricks-sql-go#215
@esdrasbeleza
)databricks/databricks-sql-go#210
@tubiskasaroos
)Full Changelog: https://github.com/databricks/databricks-sql-go/compare/v1.5.4...v1.5.5
Changelog
Sourced from github.com/databricks/databricks-sql-go's changelog.
v1.5.5 (2024-04-16)
- Fix: handle
nil
databricks/databricks-sql-go#199
@esdrasbeleza
)databricks/databricks-sql-go#217
@candiduslynx
)databricks/databricks-sql-go#215
@esdrasbeleza
)databricks/databricks-sql-go#210
@tubiskasaroos
)
Commits
697ea4f
Prepare release v1.5.5 (#219)700d02f
feat: Update Apache Arrow tov16
(#216)f06515c
Fixed the AzureTenantId in oauth.go (#210)aeb5e5d
Fix Spark parameter creation when passing anil
-value named parameter to a ...4f9a1a1
hotfix: Provide content length on file put (#217)42b1542
Add Kravets Levko to codeowners (#218)7c4ada8
Fix formatting of *float64 parameters (#215)- See full diff in compare view
Updates github.com/linkedin/goavro/v2
from 2.12.0 to 2.13.0
Release notes
Sourced from github.com/linkedin/goavro/v2's releases.
Release to expose underlying TypeName in Codec
This release updates the
Codec
type to surface the underlying typeName via a public API
- Adds the
TypeName
method toCodec
to expose the underlying type name outside the goavro package scope- Adds the
ShortName
method toName
to expose the short name (i.e. record name excluding classpath) as a public methodRef. PR: linkedin/goavro#285 by
@mittal-aashay
Commits
d517b19
Merge pull request #285 from mittal-aashay/master3cdeb7c
lint fix II36b6d31
Lint fixcaf1f15
feat(goavro) Adding method to return typename associated with Codec8eb9f0e
Merge pull request #260 from xmcqueen/master6649606
fixed dangling link to gogen-avro per recommendation- See full diff in compare view
Updates github.com/minio/minio-go/v7
from 7.0.69 to 7.0.70
Release notes
Sourced from github.com/minio/minio-go/v7's releases.
Bugfix Release
What's Changed
- add support for authentication with EKS Pod Identities by
@saweber
in minio/minio-go#1944- Allow disabling dual-stack endpoints for Amazon S3 by
@narqo
in minio/minio-go#1945- Added
x-minio-replication-actual-object-size
to allowed headers by@shtripat
in minio/minio-go#1946- Update vulncheck Go version to 1.22.x by
@klauspost
in minio/minio-go#1953- fix: non md5 etags by
@niger-prequel
in minio/minio-go#1952- Bump golang.org/x/net from 0.21.0 to 0.23.0 by
@dependabot
in minio/minio-go#1954- Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio by
@dependabot
in minio/minio-go#1955- remove sha256-simd support we do not need it anymore by
@harshavardhana
in minio/minio-go#1958New Contributors
@saweber
made their first contribution in minio/minio-go#1944@narqo
made their first contribution in minio/minio-go#1945@niger-prequel
made their first contribution in minio/minio-go#1952Full Changelog: https://github.com/minio/minio-go/compare/v7.0.68...v7.0.70
Commits
c2fe179
remove sha256-simd support we do not need it anymore (#1958)0e5a768
avoid trailing checksums for zero byte objectsafa8d59
Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio (#1955)0558c7e
Bump golang.org/x/net from 0.21.0 to 0.23.0 (#1954)bfc8151
remove broken codeql integration from GitHube44abd3
fix: non md5 etags (#1952)18e8073
Update vulncheck Go version to 1.22.x (#1953)e8ddcf0
Update version to next release- See full diff in compare view
Updates github.com/onsi/ginkgo/v2
from 2.17.1 to 2.17.2
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
v2.17.2
2.17.2
Fixes
- fix: close files [32259c8]
- fix github output log level for skipped specs [780e7a3]
Maintenance
- Bump github.com/google/pprof [d91fe4e]
- Bump github.com/go-task/slim-sprig to v3 [8cb662e]
- Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
- Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
- Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
- Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
- Fix test for gomega version bump [f2fcd97]
- Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
- Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
- Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
- Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
- Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
2.17.2
Fixes
- fix: close files [32259c8]
- fix github output log level for skipped specs [780e7a3]
Maintenance
- Bump github.com/google/pprof [d91fe4e]
- Bump github.com/go-task/slim-sprig to v3 [8cb662e]
- Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
- Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
- Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
- Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
- Fix test for gomega version bump [f2fcd97]
- Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
- Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
- Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
- Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
- Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Commits
7836496
v2.17.2d91fe4e
Bump github.com/google/pprof8cb662e
Bump github.com/go-task/slim-sprig to v332259c8
fix: close files3134422
Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391)eca81b4
Bump github-pages from 230 to 231 in /docs (#1384)760def8
Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383)4ce33f4
Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381)f2fcd97
Fix test for gomega version bumpfd622d2
Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390)- Additional commits viewable in compare view
Updates github.com/onsi/gomega
from 1.33.0 to 1.33.1
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.33.1
1.33.1
Fixes
- fix confusing eventually docs [3a66379]
Maintenance
- Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.33.1
Fixes
- fix confusing eventually docs [3a66379]
Maintenance
- Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
Commits
8a658bb
v1.33.1e9bc35a
Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.23a66379
fix confusing eventually docs- See full diff in compare view
Updates github.com/rs/cors
from 1.10.1 to 1.11.0
Commits
4c32059
Normalize allowed request headers and store them in a sorted set (fixes #170)...8d33ca4
Complete documentation; deprecate AllowOriginRequestFunc in favour of AllowOr...af821ae
Merge branch 'jub0bs-master'0bcf73f
Update benchmarkeacc8e8
Fix skewed middleware benchmarks (#165)9297f15
Respect the documented precedence of options (#163)73f81b4
Fix readme benchmark rendering (#161)- See full diff in compare view
Updates github.com/trinodb/trino-go-client
from 0.314.0 to 0.315.0
Release notes
Sourced from github.com/trinodb/trino-go-client's releases.
v0.315.0
Changelog
- 4c19a32 Start a stopped test container and fail quickly when it fails to start
- 3ccb094 Use a real Trino server for TLS integration test
- 2ab7d45 Dump container logs when it fails to become ready
- e7d9983 Add integration test for JWT auth
- f1b3d95 Enable TLS in test Trino container
- aa08ec4 Add token (JWT) authentication support
- 47eee6e Fix linter errors
- 18d7885 Avoid using deprecated package ioutil
- f321e3c Improve README
- 391aebc Unexport internal constants
- 243670d Allow to configure Kerberos remote service name
- d4afa69 Use latest Go for releases
- 0dc4102 Run CI only on pushes to master
- fd368cb support Geometry too
- 5a52680 support Geography values as WKT strings
- d61b3c2 Document instrumenting the http client using OpenTelemetry
- 8d73fac Wrap long lines in README
- bdabe1c Pass parent context to requests
- 38fd110 Update GitHub actions
- 181c54f Update minimum required Go version and dependencies
Commits
4c19a32
Start a stopped test container and fail quickly when it fails to start3ccb094
Use a real Trino server for TLS integration test2ab7d45
Dump container logs when it fails to become readye7d9983
Add integration test for JWT authf1b3d95
Enable TLS in test Trino containeraa08ec4
Add token (JWT) authentication support47eee6e
Fix linter errors18d7885
Avoid using deprecated package ioutilf321e3c
Improve README391aebc
Unexport internal constants- Additional commits viewable in compare view
Updates github.com/urfave/cli/v2
from 2.27.1 to 2.27.2
Release notes
Sourced from github.com/urfave/cli/v2's releases.
v2.27.2
What's Changed
- Cleanup: Remove unnecessary intermediate variables by
@1ambd4
in urfave/cli#1857- Docs:(issue_1866) Fix documentation on filepath vs env preference by
@dearchap
in urfave/cli#1867- Fix:(issue_1860) Remove hidden flags from flag categories by
@dearchap
in urfave/cli#1868- Fix repeated [arguments...] in usage template in v2 by
@edeustua
in urfave/cli#1872- Update dependencies, actions steps, and usage for v2-maint by
@meatballhat
in urfave/cli#1888New Contributors
@1ambd4
made their first contribution in urfave/cli#1857@edeustua
made their first contribution in urfave/cli#1872Full Changelog: https://github.com/urfave/cli/compare/v2.27.1...v2.27.2
Commits
a1a099b
Merge pull request #1888 from urfave/v2-maint-deps-up9b5850b
Update dependencies, actions steps, and usage for v2-maint67566bb
Merge pull request #1872 from edeustua/v2-maintfa2b127
fix tests427677a
fix: Fix repeated [arguments...] in usage template8728c19
Merge pull request #1868 from dearchap/issue_186064b40d2
Merge branch 'v2-maint' into issue_186009c3974
Merge pull request #1867 from dearchap/issue_18667b1f820
Add more tests7d74b97
Fix:(issue_1860) Remove hidden flags from flag categories- Additional commits viewable in compare view
Updates go.opentelemetry.io/otel
from 1.25.0 to 1.26.0
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.26.0/0.48.0/0.2.0-alpha] 2024-04-24
Added
- Add
Recorder
ingo.opentelemetry.io/otel/log/logtest
to facilitate testing the log bridge implementations. (#5134)- Add span flags to OTLP spans and links exported by
go.opentelemetry.io/otel/exporters/otlp/otlptrace
. (#5194)- Make the initial alpha release of
go.opentelemetry.io/otel/sdk/log
. This new module contains the Go implementation of the OpenTelemetry Logs SDK. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- Make the initial alpha release of
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
. This new module contains an OTLP exporter that transmits log telemetry using HTTP. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- Make the initial alpha release of
go.opentelemetry.io/otel/exporters/stdout/stdoutlog
. This new module contains an exporter prints log records to STDOUT. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5240)- The
go.opentelemetry.io/otel/semconv/v1.25.0
package. The package contains semantic conventions from thev1.25.0
version of the OpenTelemetry Semantic Conventions. (#5254)Changed
Commits
9656d0a
Release 1.26.0/0.48.0/0.2.0-alpha (#5260)29e1c7e
Add custom ring implementation to the BatchProcessor (#5237)baeb560
sdk/log: Fix doc for LoggerProvider.ForceFlush and LoggerProvider.Shutdown (#...ae55e29
Remove left-over TODO in otlploghttp (#5256)fe8e3a1
Semconv v1.25.0 (#5254)bf37c5a
Revert the usage ofgo.opentelemetry.io/proto/slim
(#5253)b34cfc4
Default implementation for empty BatchProcessor (#5239)9370c5a
Implement resource serialization for stdoutlog (#5213)6e92163
otlpmetrichttp: Use go.opentelemetry.io/proto/slim/otlp (#5222)f885333
build(deps): bump golang.org/x/vuln in /internal/tools (#5245)- Additional commits viewable in compare view
Updates golang.org/x/exp
from 0.0.0-20240119083558-1b970713d09a to 0.0.0-20240222234643-814bf88cf225
Commits
- See full diff in compare view
Updates golang.org/x/oauth2
from 0.19.0 to 0.20.0
Commits
84cb9f7
oauth2: fix typo in comment4b7f0bd
go.mod: update cloud.google.com/go/compute/metadata dependencye11eea8
microsoft: added DeviceAuthURL to AzureADEndpoint- See full diff in compare view
Updates google.golang.org/api
from 0.176.0 to 0.177.0
Release notes
Sourced from google.golang.org/api's releases.
v0.177.0
0.177.0 (2024-04-30)
Features
- all: Auto-regenerate discovery clients (#2548) (32a5d10)
- all: Auto-regenerate discovery clients (#2550) (f9bf96d)
- all: Auto-regenerate discovery clients (#2551) (4418f5f)
- all: Auto-regenerate discovery clients (#2553) (2f46e14)
- all: Auto-regenerate discovery clients (#2556) (fb153c0)
- Reduce code size by 29% (#2544) (2f2505b)
Bug Fixes
- Split large compute file up (#2546) (1b6db6c)
- Temp patch cloud.google.com/go ambiguity (#2560) (3eb92f1), refs #2543 #2559
v0.176.1
0.176.1 (2024-04-23)
Bug Fixes
Changelog
Sourced from google.golang.org/api's changelog.
0.177.0 (2024-04-30)
Features
- all: Auto-regenerate discovery clients (#2548) (32a5d10)
- all: Auto-regenerate discovery clients (#2550) (f9bf96d)
- all: Auto-regenerate discovery clients (#2551) (4418f5f)
- all: Auto-regenerate discovery clients (#2553) (2f46e14)
- all: Auto-regenerate discovery clients (#2556) (fb153c0)
- Reduce code size by 29% (#2544) (2f2505b)
Bug Fixes
- Split large compute file up (#2546) (1b6db6c)
- Temp patch cloud.google.com/go ambiguity (#2560) (3eb92f1), refs #2543 #2559
0.176.1 (2024-04-23)
Bug Fixes
Commits
a11ef60
chore(main): release 0.177.0 (#2545)e6e5ac5
chore(all): update all (#2552)3eb92f1
fix: temp patch cloud.google.com/go ambiguity (#2560)1b6db6c
fix: split large compute file up (#2546)fb153c0
feat(all): auto-regenerate discovery clients (#2556)a5d7734
chore(deps): disable otel updates until Go 1.21 (#2554)2f46e14
feat(all): auto-regenerate discovery clients (#2553)4418f5f
feat(all): auto-regenerate discovery clients (#2551)f9bf96d
feat(all): auto-regenerate discovery clients (#2550)32a5d10
feat(all): auto-regenerate discovery clients (#2548)- Additional commits viewable in compare view
Updates google.golang.org/genproto/googleapis/rpc
from 0.0.0-20240415180920-8c6c420018be to 0.0.0-20240429193739-8cf5692501f6
Commits
- See full diff in compare view
Updates google.golang.org/protobuf
from 1.33.0 to 1.34.0
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
[!IMPORTANT]
Auto Review Skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
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?
Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
-
I pushed a fix in commit <commit_id>.
-
Generate unit testing code for this file.
-
Open a follow-up GitHub issue for this discussion.
-
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitai
in a new review comment at the desired location with your query. Examples:-
@coderabbitai generate unit testing code for this file.
-
@coderabbitai modularize this function.
-
- PR comments: Tag
@coderabbitai
in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:-
@coderabbitai generate interesting stats about this repository and render them as a table.
-
@coderabbitai show all the console.log statements in this repository.
-
@coderabbitai read src/utils.ts and generate unit testing code.
-
@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
-
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 as PR comments)
-
@coderabbitai pause
to pause the reviews on a PR. -
@coderabbitai resume
to resume the paused reviews. -
@coderabbitai review
to trigger a review. This is useful when automatic reviews are disabled for the repository. -
@coderabbitai resolve
resolve all the CodeRabbit review comments. -
@coderabbitai help
to get help.
Additionally, you can add @coderabbitai ignore
anywhere in the PR description to prevent this PR from being reviewed.
CodeRabbit Configration File (.coderabbit.yaml
)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yaml
file to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Documentation and Community
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.
Looks like these dependencies are updatable in another way, so this is no longer needed.