-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(deps): bump cloud.google.com/go/texttospeech from 1.7.11 to 1.8.0 #321
feat(deps): bump cloud.google.com/go/texttospeech from 1.7.11 to 1.8.0 #321
Conversation
Bumps [cloud.google.com/go/texttospeech](https://github.com/googleapis/google-cloud-go) from 1.7.11 to 1.8.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@iot/v1.7.11...dlp/v1.8.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/texttospeech dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe changes in the Changes
Poem
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 as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
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)
go.sum
is excluded by!**/*.sum
Files selected for processing (1)
- go.mod (4 hunks)
Additional comments not posted (24)
go.mod (24)
34-34
: LGTM forcloud.google.com/go
update.The dependency
cloud.google.com/go
has been updated fromv0.115.0
tov0.115.1
. This minor version update is likely to include bug fixes or minor improvements and should be compatible with the existing codebase.
37-37
: LGTM forcloud.google.com/go/auth/oauth2adapt
update.The dependency
cloud.google.com/go/auth/oauth2adapt
has been updated fromv0.2.3
tov0.2.4
. This minor version update is likely to include bug fixes or minor improvements and should be compatible with the existing codebase.
39-39
: LGTM forcloud.google.com/go/iam
update.The dependency
cloud.google.com/go/iam
has been updated fromv1.1.10
tov1.1.12
. This minor version update is likely to include bug fixes or minor improvements and should be compatible with the existing codebase.
40-40
: LGTM forcloud.google.com/go/longrunning
update.The dependency
cloud.google.com/go/longrunning
has been updated fromv0.5.9
tov0.5.12
. This minor version update is likely to include bug fixes or minor improvements and should be compatible with the existing codebase.
52-52
: LGTM forgit.luolix.top/google/s2a-go
update.The dependency
github.com/google/s2a-go
has been updated fromv0.1.7
tov0.1.8
. This minor version update is likely to include bug fixes or minor improvements and should be compatible with the existing codebase.
64-64
: Verify compatibility forgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
update.The dependency
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
has been updated fromv0.49.0
tov0.52.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
in the codebase:
77-77
: Verify compatibility forgoogle.golang.org/genproto/googleapis/api
update.The dependency
google.golang.org/genproto/googleapis/api
has been updated to a new commit hash. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
google.golang.org/genproto/googleapis/api
in the codebase:
76-76
: Verify compatibility forgoogle.golang.org/genproto
update.The dependency
google.golang.org/genproto
has been updated to a new commit hash. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
google.golang.org/genproto
in the codebase:Verification successful
No direct usage of
google.golang.org/genproto
found in the codebase.The dependency
google.golang.org/genproto
is marked as indirect and is not directly used in the codebase. This suggests that the update should not introduce any breaking changes to the existing code.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `google.golang.org/genproto` in the codebase. # Test: Search for the usage of `google.golang.org/genproto`. Expect: No breaking changes. rg --type go 'google.golang.org/genproto'Length of output: 41
Script:
#!/bin/bash # Description: Identify dependencies that might rely on `google.golang.org/genproto`. # Find all Go files and search for imports that might indirectly use `google.golang.org/genproto`. rg --type go 'import' -A 5Length of output: 31216
66-66
: Verify compatibility forgo.opentelemetry.io/otel
update.The dependency
go.opentelemetry.io/otel
has been updated fromv1.24.0
tov1.28.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
go.opentelemetry.io/otel
in the codebase:Verification successful
No direct usage of
go.opentelemetry.io/otel
found.The dependency
go.opentelemetry.io/otel
is not directly imported or used in the codebase. This suggests that the update to versionv1.28.0
should not introduce any breaking changes or compatibility issues. However, if there are indirect dependencies, further manual verification might be necessary.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `go.opentelemetry.io/otel` in the codebase. # Test: Search for the usage of `go.opentelemetry.io/otel`. Expect: No breaking changes. rg --type go 'go.opentelemetry.io/otel'Length of output: 39
Script:
#!/bin/bash # Description: Search for imports of `go.opentelemetry.io/otel` in Go files to verify its usage. # Test: Look for any import statements related to `go.opentelemetry.io/otel`. rg --type go 'import.*go\.opentelemetry\.io/otel' -A 5Length of output: 56
65-65
: Verify compatibility forgo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
update.The dependency
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
has been updated fromv0.49.0
tov0.53.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
in the codebase:Verification successful
No direct or indirect usage of
otelhttp
found in the codebase.The dependency
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
is not directly or indirectly used in the codebase, indicating that the update tov0.53.0
does not impact the existing code. No further action is required.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` in the codebase. # Test: Search for the usage of `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`. Expect: No breaking changes. rg --type go 'go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp'Length of output: 76
Script:
#!/bin/bash # Description: Search for any indirect usage or dependencies related to `otelhttp`. # Test: Search for any indirect usage or dependencies that might be affected by the `otelhttp` update. rg --type go 'otelhttp'Length of output: 23
67-67
: Verify compatibility forgo.opentelemetry.io/otel/metric
update.The dependency
go.opentelemetry.io/otel/metric
has been updated fromv1.24.0
tov1.28.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
go.opentelemetry.io/otel/metric
in the codebase:Verification successful
No direct usage of
go.opentelemetry.io/otel/metric
found.The dependency
go.opentelemetry.io/otel/metric
is marked as indirect and no direct usage was found in the codebase. This suggests that the update fromv1.24.0
tov1.28.0
is unlikely to introduce breaking changes to the existing code. However, it is recommended to verify the impact on any dependencies that might rely on this package.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `go.opentelemetry.io/otel/metric` in the codebase. # Test: Search for the usage of `go.opentelemetry.io/otel/metric`. Expect: No breaking changes. rg --type go 'go.opentelemetry.io/otel/metric'Length of output: 46
Script:
#!/bin/bash # Description: Check for any indirect usage or dependencies that might rely on `go.opentelemetry.io/otel/metric`. # List all Go files and search for any imports related to `opentelemetry`. rg --type go 'import' -A 5 | rg 'opentelemetry'Length of output: 45
72-72
: Verify compatibility forgolang.org/x/sync
update.The dependency
golang.org/x/sync
has been updated fromv0.7.0
tov0.8.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
golang.org/x/sync
in the codebase:
73-73
: Verify compatibility forgolang.org/x/sys
update.The dependency
golang.org/x/sys
has been updated fromv0.23.0
tov0.24.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
golang.org/x/sys
in the codebase:Verification successful
No direct usage of
golang.org/x/sys
found in the codebase.The update to
golang.org/x/sys
fromv0.23.0
tov0.24.0
does not appear to affect the codebase, as there are no direct import statements or relevant usages found. This dependency might be included indirectly or for compatibility purposes.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `golang.org/x/sys` in the codebase. # Test: Search for the usage of `golang.org/x/sys`. Expect: No breaking changes. rg --type go 'golang.org/x/sys'Length of output: 31
Script:
#!/bin/bash # Description: Search for import statements and specific usage of `golang.org/x/sys` in the codebase. # Search for import statements including `golang.org/x/sys` rg --type go 'import "golang.org/x/sys' # Search for any usage of modules within `golang.org/x/sys` rg --type go 'sys\.[A-Za-z_]+'Length of output: 680
75-75
: Verify compatibility forgolang.org/x/time
update.The dependency
golang.org/x/time
has been updated fromv0.5.0
tov0.6.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
golang.org/x/time
in the codebase:
70-70
: Verify compatibility forgolang.org/x/net
update.The dependency
golang.org/x/net
has been updated fromv0.27.0
tov0.28.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
golang.org/x/net
in the codebase:
78-78
: Verify compatibility forgoogle.golang.org/genproto/googleapis/rpc
update.The dependency
google.golang.org/genproto/googleapis/rpc
has been updated to a new commit hash. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
google.golang.org/genproto/googleapis/rpc
in the codebase:Verification successful
No direct usage of
google.golang.org/genproto/googleapis/rpc
found in the codebase.The dependency
google.golang.org/genproto/googleapis/rpc
is present ingo.sum
, indicating it is part of the dependency tree, but there are no direct references in the Go code files. This suggests it may be used indirectly or as a transitive dependency, reducing the likelihood of breaking changes directly affecting the codebase.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `google.golang.org/genproto/googleapis/rpc` in the codebase. # Test: Search for the usage of `google.golang.org/genproto/googleapis/rpc`. Expect: No breaking changes. rg --type go 'google.golang.org/genproto/googleapis/rpc'Length of output: 56
Script:
#!/bin/bash # Description: Check for references to `google.golang.org/genproto/googleapis/rpc` in go.sum and other files. # Search for the dependency in go.sum to see if it's used indirectly. rg 'google.golang.org/genproto/googleapis/rpc' go.sum # Check for any indirect references in other Go files. rg 'genproto' --type goLength of output: 334
79-79
: Verify compatibility forgoogle.golang.org/grpc
update.The dependency
google.golang.org/grpc
has been updated fromv1.64.1
tov1.65.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
google.golang.org/grpc
in the codebase:
36-36
: Verify compatibility forcloud.google.com/go/auth
update.The dependency
cloud.google.com/go/auth
has been updated fromv0.7.2
tov0.9.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
cloud.google.com/go/auth
in the codebase:
13-13
: Verify compatibility forgoogle.golang.org/api
update.The dependency
google.golang.org/api
has been updated fromv0.189.0
tov0.193.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
google.golang.org/api
in the codebase:
68-68
: Verify compatibility forgo.opentelemetry.io/otel/trace
update.The dependency
go.opentelemetry.io/otel/trace
has been updated fromv1.24.0
tov1.28.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
go.opentelemetry.io/otel/trace
in the codebase:Verification successful
No direct usage of
go.opentelemetry.io/otel/trace
found.The dependency
go.opentelemetry.io/otel/trace
is not directly imported or used in the codebase. Since it is an indirect dependency, its update fromv1.24.0
tov1.28.0
should not directly impact the codebase. However, consider verifying the compatibility of other dependencies that might rely on it.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `go.opentelemetry.io/otel/trace` in the codebase. # Test: Search for the usage of `go.opentelemetry.io/otel/trace`. Expect: No breaking changes. rg --type go 'go.opentelemetry.io/otel/trace'Length of output: 45
Script:
#!/bin/bash # Description: Search for import statements related to `go.opentelemetry.io/otel/trace` in the codebase. # Test: Find any import statements for `go.opentelemetry.io/otel/trace`. rg --type go 'import.*go\.opentelemetry\.io/otel/trace' -A 2Length of output: 62
71-71
: Verify compatibility forgolang.org/x/oauth2
update.The dependency
golang.org/x/oauth2
has been updated fromv0.21.0
tov0.22.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
golang.org/x/oauth2
in the codebase:
74-74
: Verify compatibility forgolang.org/x/text
update.The dependency
golang.org/x/text
has been updated fromv0.16.0
tov0.17.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
golang.org/x/text
in the codebase:Verification successful
No direct usage of
golang.org/x/text
found in the codebase.The
golang.org/x/text
dependency, updated to versionv0.17.0
, does not appear to be directly used in the codebase. It is marked as an indirect dependency, suggesting it may be used by other dependencies. No issues were found related to this update.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `golang.org/x/text` in the codebase. # Test: Search for the usage of `golang.org/x/text`. Expect: No breaking changes. rg --type go 'golang.org/x/text'Length of output: 32
Script:
#!/bin/bash # Description: Verify usage of sub-packages of `golang.org/x/text` in the codebase. # Test: Search for any imports or references to sub-packages within `golang.org/x/text`. rg --type go 'golang.org/x/text/'Length of output: 33
69-69
: Verify compatibility forgolang.org/x/crypto
update.The dependency
golang.org/x/crypto
has been updated fromv0.25.0
tov0.26.0
. Ensure that this update is compatible with the existing codebase and does not introduce any breaking changes.Run the following script to verify the usage of
golang.org/x/crypto
in the codebase:Verification successful
No direct usage of
golang.org/x/crypto
found.The
golang.org/x/crypto
package is an indirect dependency and is not directly used in the codebase. The update fromv0.25.0
tov0.26.0
should not cause direct compatibility issues. However, ensure that all tests pass to confirm that the update does not indirectly affect the codebase.
- Verify that all tests pass after the update.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `golang.org/x/crypto` in the codebase. # Test: Search for the usage of `golang.org/x/crypto`. Expect: No breaking changes. rg --type go 'golang.org/x/crypto'Length of output: 34
Script:
#!/bin/bash # Description: Check for direct dependencies that might rely on `golang.org/x/crypto`. # Find all imported packages in the codebase. rg --type go '^import' -A 5 # List all dependencies in go.mod to identify potential direct dependencies. cat go.modLength of output: 34553
18-18
: Verify compatibility and usage ofcloud.google.com/go/texttospeech
update.The dependency
cloud.google.com/go/texttospeech
has been updated fromv1.7.11
tov1.8.0
. Ensure that the new features, such asStreamingSynthesize
, are utilized correctly and that there are no breaking changes.Run the following script to verify the usage of
cloud.google.com/go/texttospeech
in the codebase:Verification successful
No issues found with the
cloud.google.com/go/texttospeech
update.The code in
pkg/tts/ttsclient.go
uses theSynthesizeSpeech
method, which remains compatible with versionv1.8.0
. The newStreamingSynthesize
feature is not utilized, so no additional changes are required. There are no breaking changes affecting the current implementation.
pkg/tts/ttsclient.go
: Usage ofSynthesizeSpeech
is consistent with previous versions.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify usage of `cloud.google.com/go/texttospeech` in the codebase. # Test: Search for the usage of `cloud.google.com/go/texttospeech`. Expect: No breaking changes and correct usage of new features. rg --type go 'cloud.google.com/go/texttospeech'Length of output: 216
Script:
#!/bin/bash # Description: Check the usage of `texttospeech` and `texttospeechpb` in `pkg/tts/ttsclient.go`. # Test: Search for the usage of `texttospeech` and `texttospeechpb` in the file to verify correct implementation. rg 'texttospeech|texttospeechpb' pkg/tts/ttsclient.go -A 5Length of output: 1192
👋 dependabot[bot] your PR is conflicting and needs to be updated to be merged |
…/texttospeech-1.8.0
* chore(deps): bump anchore/sbom-action from 0.17.0 to 0.17.2 (#323) Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.0 to 0.17.2. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Commits](anchore/sbom-action@v0.17.0...v0.17.2) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(deps): bump google.golang.org/api from 0.189.0 to 0.193.0 (#322) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.189.0 to 0.193.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.189.0...v0.193.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(deps): bump cloud.google.com/go/texttospeech from 1.7.11 to 1.8.0 (#321) Bumps [cloud.google.com/go/texttospeech](https://github.com/googleapis/google-cloud-go) from 1.7.11 to 1.8.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@iot/v1.7.11...dlp/v1.8.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/texttospeech dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com> * chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#312) Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com> * feat(deps): bump cloud.google.com/go/speech from 1.24.0 to 1.25.0 (#320) Bumps [cloud.google.com/go/speech](https://github.com/googleapis/google-cloud-go) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.24.0...pubsub/v1.25.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/speech dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com> * feat(deps): bump cloud.google.com/go/dialogflow from 1.55.0 to 1.57.0 (#319) Bumps [cloud.google.com/go/dialogflow](https://github.com/googleapis/google-cloud-go) from 1.55.0 to 1.57.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@spanner/v1.55.0...spanner/v1.57.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/dialogflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xavier Portilla Edo <xavi_tb@hotmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps cloud.google.com/go/texttospeech from 1.7.11 to 1.8.0.
Release notes
Sourced from cloud.google.com/go/texttospeech's releases.
... (truncated)
Changelog
Sourced from cloud.google.com/go/texttospeech's changelog.
... (truncated)
Commits
caf8e78
chore: release main (#7020)1b7993d
feat(maps/routing): start generating apiv2 (#7056)e22ce56
test(storage): split out some of the object tests (#7000)ac0c5c2
chore(all): auto-regenerate gapics (#7038)debc4c7
feat(bigquery): start generating proto stubs (#7026)792b962
chore(main): release 0.107.0 (#7024)2a42c17
chore(bigtable): More updates for table protection (#7039)2d5787e
chore: downgrade a couple of deps for compatibility (#7051)e2bfe62
Revert "chore(all): update all (#7035)" (#7049)c1f32f6
chore(all): update all (#7035)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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit
New Features
Bug Fixes
Chores