Southclaws / storyden

With a fresh new take on traditional bulletin board forum software, Storyden is a modern, secure and extensible platform for building communities.
https://www.storyden.org/
Mozilla Public License 2.0
93 stars 11 forks source link

Update All api dependencies #297

Closed renovate[bot] closed 11 hours ago

renovate[bot] commented 6 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gabriel-vasile/mimetype v1.4.6 -> v1.4.7 age adoption passing confidence
github.com/go-resty/resty/v2 v2.16.0 -> v2.16.1 age adoption passing confidence
github.com/klippa-app/go-pdfium v1.12.3 -> v1.13.0 age adoption passing confidence
github.com/pb33f/libopenapi v0.18.6 -> v0.18.7 age adoption passing confidence
github.com/twilio/twilio-go v1.23.5 -> v1.23.6 age adoption passing confidence
github.com/weaviate/weaviate v1.27.2 -> v1.27.5 age adoption passing confidence
github.com/weaviate/weaviate-go-client/v4 v4.16.0 -> v4.16.1 age adoption passing confidence
google.golang.org/api v0.205.0 -> v0.208.0 age adoption passing confidence

Release Notes

gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype) ### [`v1.4.7`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.7) [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.7) #### What's Changed - remove torrent testdata; closes [#​398](https://redirect.github.com/gabriel-vasile/mimetype/issues/398) by [@​gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/597](https://redirect.github.com/gabriel-vasile/mimetype/pull/597) - add support for CBOR files by [@​gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/598](https://redirect.github.com/gabriel-vasile/mimetype/pull/598) - Remove macho fixtures by [@​gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/602](https://redirect.github.com/gabriel-vasile/mimetype/pull/602) - remove most of the files from testdata by [@​gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/603](https://redirect.github.com/gabriel-vasile/mimetype/pull/603) - Bump golang.org/x/net from 0.30.0 to 0.31.0 in the gomod group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gabriel-vasile/mimetype/pull/605](https://redirect.github.com/gabriel-vasile/mimetype/pull/605) - rename application/javascript to text/javascript by [@​gabriel-vasile](https://redirect.github.com/gabriel-vasile) in [https://github.com/gabriel-vasile/mimetype/pull/604](https://redirect.github.com/gabriel-vasile/mimetype/pull/604) **Full Changelog**: https://github.com/gabriel-vasile/mimetype/compare/v1.4.6...v1.4.7
go-resty/resty (github.com/go-resty/resty/v2) ### [`v2.16.1`](https://redirect.github.com/go-resty/resty/releases/tag/v2.16.1) [Compare Source](https://redirect.github.com/go-resty/resty/compare/v2.16.0...v2.16.1) ### Release Notes #### Bug Fixes - fix: buffer reset issue in io.Reader with content length enabled and release v2.16.1 by [@​jeevatkm](https://redirect.github.com/jeevatkm) in [https://github.com/go-resty/resty/pull/918](https://redirect.github.com/go-resty/resty/pull/918) **Full Changelog**: https://github.com/go-resty/resty/compare/v2.16.0...v2.16.1
klippa-app/go-pdfium (github.com/klippa-app/go-pdfium) ### [`v1.13.0`](https://redirect.github.com/klippa-app/go-pdfium/releases/tag/v1.13.0) [Compare Source](https://redirect.github.com/klippa-app/go-pdfium/compare/v1.12.4...v1.13.0) #### What's Changed - Upgrade minimum Go version to 1.21 by [@​jerbob92](https://redirect.github.com/jerbob92) in [https://github.com/klippa-app/go-pdfium/pull/196](https://redirect.github.com/klippa-app/go-pdfium/pull/196) - Update Wazero (Webassembly runtime) to v1.8.1 by [@​jerbob92](https://redirect.github.com/jerbob92) in [https://github.com/klippa-app/go-pdfium/pull/198](https://redirect.github.com/klippa-app/go-pdfium/pull/198) - Update PDFium to 6721 (including new WASM build using Emscripten 3.1.72) by [@​jerbob92](https://redirect.github.com/jerbob92) in [https://github.com/klippa-app/go-pdfium/pull/198](https://redirect.github.com/klippa-app/go-pdfium/pull/198) - Removed experimental methods: - `FPDFFont_GetFontName` (now `FPDFFont_GetBaseFontName` and `FPDFFont_GetFamilyName`) - `FPDFText_GetTextRenderMode` (use `FPDFText_GetTextObject` and `FPDFTextObj_GetTextRenderMode` now) - Implemented new experimental methods: - `FPDFAnnot_GetFontColor` - `FPDF_StructElement_Attr_GetValue` - `FPDF_StructElement_Attr_GetChildAtIndex` - `FPDF_StructElement_Attr_CountChildren` - `FPDFText_GetTextObject` - `FPDFFont_GetBaseFontName` - `FPDFFont_GetFamilyName` - `FPDFCatalog_SetLanguage` - `FPDFPageObj_TransformF` - `FPDFPageObj_GetMarkedContentID` - Change working of structtree functions: - `FPDF_StructElement_Attr_GetType` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) - `FPDF_StructElement_Attr_GetBooleanValue` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) - `FPDF_StructElement_Attr_GetNumberValue` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) - `FPDF_StructElement_Attr_GetStringValue` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) - `FPDF_StructElement_Attr_GetBlobValue` now expects a `FPDF_STRUCTELEMENT_ATTR_VALUE` (fetched using `FPDF_StructElement_Attr_GetValue`) **Full Changelog**: https://github.com/klippa-app/go-pdfium/compare/v1.12.4...v1.13.0 ### [`v1.12.4`](https://redirect.github.com/klippa-app/go-pdfium/releases/tag/v1.12.4) [Compare Source](https://redirect.github.com/klippa-app/go-pdfium/compare/v1.12.3...v1.12.4) #### What's Changed - Bump golang.org/x/text from 0.17.0 to 0.18.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/klippa-app/go-pdfium/pull/190](https://redirect.github.com/klippa-app/go-pdfium/pull/190) - Bump golang.org/x/net from 0.28.0 to 0.29.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/klippa-app/go-pdfium/pull/191](https://redirect.github.com/klippa-app/go-pdfium/pull/191) - Fix concurrent map writes by [@​jerbob92](https://redirect.github.com/jerbob92) in [https://github.com/klippa-app/go-pdfium/pull/195](https://redirect.github.com/klippa-app/go-pdfium/pull/195) **Full Changelog**: https://github.com/klippa-app/go-pdfium/compare/v1.12.3...v1.12.4
pb33f/libopenapi (github.com/pb33f/libopenapi) ### [`v0.18.7`](https://redirect.github.com/pb33f/libopenapi/releases/tag/v0.18.7) [Compare Source](https://redirect.github.com/pb33f/libopenapi/compare/v0.18.6...v0.18.7) Added support for OpenAPI 3.1.1 documents. [@​LasneF](https://redirect.github.com/LasneF)
twilio/twilio-go (github.com/twilio/twilio-go) ### [`v1.23.6`](https://redirect.github.com/twilio/twilio-go/releases/tag/v1.23.6) [Compare Source](https://redirect.github.com/twilio/twilio-go/compare/v1.23.5...v1.23.6) ## **Release Notes** **Api** - Added `ivr-virtual-agent-custom-voices` and `ivr-virtual-agent-genai` to `usage_record` API. - Add open-api file tag to realtime_transcriptions **Taskrouter** - Add `api-tag` property to workers reservation - Add `api-tag` property to task reservation **[Docs](https://pkg.go.dev/github.com/twilio/twilio-go@v1.23.6)**
weaviate/weaviate (github.com/weaviate/weaviate) ### [`v1.27.5`](https://redirect.github.com/weaviate/weaviate/releases/tag/v1.27.5): - New multi2vec-jinaai module, Replication object time-based deletion improvement [Compare Source](https://redirect.github.com/weaviate/weaviate/compare/v1.27.4...v1.27.5) #### Breaking Changes *none* #### New Features - Introduce multi2vec-jinaai module by [@​antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate/pull/6405](https://redirect.github.com/weaviate/weaviate/pull/6405) #### Fixes - feat: time-based object deletion time resolution by [@​jeroiraz](https://redirect.github.com/jeroiraz) in [https://github.com/weaviate/weaviate/pull/6081](https://redirect.github.com/weaviate/weaviate/pull/6081) - fix(test): don't return in helper.CreateClass() by [@​moogacs](https://redirect.github.com/moogacs) in [https://github.com/weaviate/weaviate/pull/6384](https://redirect.github.com/weaviate/weaviate/pull/6384) - chore: reduce verbosity when recovering from wal by [@​jeroiraz](https://redirect.github.com/jeroiraz) in [https://github.com/weaviate/weaviate/pull/6385](https://redirect.github.com/weaviate/weaviate/pull/6385) - chore: bumps up sroar version to 0.0.8 by [@​aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6395](https://redirect.github.com/weaviate/weaviate/pull/6395) - Add usage to t2v-weaviate module by [@​cdpierse](https://redirect.github.com/cdpierse) in [https://github.com/weaviate/weaviate/pull/6294](https://redirect.github.com/weaviate/weaviate/pull/6294) - chore: remove not needed interface in misc endpoints by [@​moogacs](https://redirect.github.com/moogacs) in [https://github.com/weaviate/weaviate/pull/6401](https://redirect.github.com/weaviate/weaviate/pull/6401) - chore: fix backup-azure test instability by [@​donomii](https://redirect.github.com/donomii) in [https://github.com/weaviate/weaviate/pull/6372](https://redirect.github.com/weaviate/weaviate/pull/6372) - chore: introduce github on-demand jobs by [@​antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate/pull/6419](https://redirect.github.com/weaviate/weaviate/pull/6419) **Full Changelog**: https://github.com/weaviate/weaviate/compare/v1.27.4...v1.27.5 ### [`v1.27.4`](https://redirect.github.com/weaviate/weaviate/releases/tag/v1.27.4): - Filtered search performance improvements [Compare Source](https://redirect.github.com/weaviate/weaviate/compare/v1.27.3...v1.27.4) #### Breaking Changes *none* #### New Features *none* #### Fixes - fix: adjusts sleep times in segment cleanup tests to reduce flakiness by [@​aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6314](https://redirect.github.com/weaviate/weaviate/pull/6314) - test: reduce number of elements by [@​jeroiraz](https://redirect.github.com/jeroiraz) in [https://github.com/weaviate/weaviate/pull/6328](https://redirect.github.com/weaviate/weaviate/pull/6328) - fix bucket already loaded when shard initialization fails by [@​jeroiraz](https://redirect.github.com/jeroiraz) in [https://github.com/weaviate/weaviate/pull/5503](https://redirect.github.com/weaviate/weaviate/pull/5503) - refact(raft-nodeselector): move node selector to store cfg by [@​moogacs](https://redirect.github.com/moogacs) in [https://github.com/weaviate/weaviate/pull/6327](https://redirect.github.com/weaviate/weaviate/pull/6327) - Extend slow log with `filters_ids_matched` by [@​etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6336](https://redirect.github.com/weaviate/weaviate/pull/6336) - Remove unused PENDING state from batch response by [@​dirkkul](https://redirect.github.com/dirkkul) in [https://github.com/weaviate/weaviate/pull/6341](https://redirect.github.com/weaviate/weaviate/pull/6341) - Parallel Hnsw Flat Search (when cutoff is hit) by [@​etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6310](https://redirect.github.com/weaviate/weaviate/pull/6310) - Fix returning metadata from referenced class by [@​dirkkul](https://redirect.github.com/dirkkul) in [https://github.com/weaviate/weaviate/pull/6347](https://redirect.github.com/weaviate/weaviate/pull/6347) - skip the schema callbacks when raft schema is still catching up by [@​reyreaud-l](https://redirect.github.com/reyreaud-l) in [https://github.com/weaviate/weaviate/pull/6229](https://redirect.github.com/weaviate/weaviate/pull/6229) - \[HNSW/PQ] Improve rescoring performance against cold page cache by [@​etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6047](https://redirect.github.com/weaviate/weaviate/pull/6047) - Annotate allow list in slow log: individual rows vs merge by [@​etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6376](https://redirect.github.com/weaviate/weaviate/pull/6376) - migrate properties from raft when comparing update class by [@​reyreaud-l](https://redirect.github.com/reyreaud-l) in [https://github.com/weaviate/weaviate/pull/6374](https://redirect.github.com/weaviate/weaviate/pull/6374) - Gracefully cancel backups interrupted by node restarts by [@​parkerduckworth](https://redirect.github.com/parkerduckworth) in [https://github.com/weaviate/weaviate/pull/6049](https://redirect.github.com/weaviate/weaviate/pull/6049) - chore: bumps up sroar version to 0.0.8 by [@​aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6394](https://redirect.github.com/weaviate/weaviate/pull/6394) **Full Changelog**: https://github.com/weaviate/weaviate/compare/v1.27.3...v1.27.4 ### [`v1.27.3`](https://redirect.github.com/weaviate/weaviate/releases/tag/v1.27.3): - LSM store improvements, Data filtering Fix [Compare Source](https://redirect.github.com/weaviate/weaviate/compare/v1.27.2...v1.27.3) #### Breaking Changes *none* #### New Features *none* #### Fixes - fix: :bug: Avoid reading NaN and correct propLength if NaN or Zero to a sane default by [@​amourao](https://redirect.github.com/amourao) in [https://github.com/weaviate/weaviate/pull/6250](https://redirect.github.com/weaviate/weaviate/pull/6250) - performance: bumps up sroar version to 0.0.6 by [@​aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6217](https://redirect.github.com/weaviate/weaviate/pull/6217) - chore(test): remove not needed step for verifying tenant freezing by [@​antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate/pull/6265](https://redirect.github.com/weaviate/weaviate/pull/6265) - performance: segments cleanup improvements by [@​aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6275](https://redirect.github.com/weaviate/weaviate/pull/6275) - Add 'multi2vec-cohere' to default modules list by [@​databyjp](https://redirect.github.com/databyjp) in [https://github.com/weaviate/weaviate/pull/6295](https://redirect.github.com/weaviate/weaviate/pull/6295) - Move JinaAI client to a separate package by [@​antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate/pull/6288](https://redirect.github.com/weaviate/weaviate/pull/6288) - performance: extracts separate callbacks group just for compaction of objects bucket by [@​aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6259](https://redirect.github.com/weaviate/weaviate/pull/6259) - Extend Slow Log w/ more info to determine why query is slow by [@​etiennedi](https://redirect.github.com/etiennedi) in [https://github.com/weaviate/weaviate/pull/6262](https://redirect.github.com/weaviate/weaviate/pull/6262) - fix: byteops reads buf of length 0 as empty slice instead of nil by [@​aliszka](https://redirect.github.com/aliszka) in [https://github.com/weaviate/weaviate/pull/6303](https://redirect.github.com/weaviate/weaviate/pull/6303) **Full Changelog**: https://github.com/weaviate/weaviate/compare/v1.27.2...v1.27.3
weaviate/weaviate-go-client (github.com/weaviate/weaviate-go-client/v4) ### [`v4.16.1`](https://redirect.github.com/weaviate/weaviate-go-client/releases/tag/v4.16.1) [Compare Source](https://redirect.github.com/weaviate/weaviate-go-client/compare/v4.16.0...v4.16.1) #### What's Changed Fixes gRPC batch insertion responses so that: 1. The response payload is always the same size as the request payload (as with REST) 2. Response objects containing errors also contain the original object attempted at insertion *** - Fix batch response containing errors by [@​antas-marcin](https://redirect.github.com/antas-marcin) in [https://github.com/weaviate/weaviate-go-client/pull/247](https://redirect.github.com/weaviate/weaviate-go-client/pull/247) **Full Changelog**: https://github.com/weaviate/weaviate-go-client/compare/v4.16.0...v4.16.1
googleapis/google-api-go-client (google.golang.org/api) ### [`v0.208.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.208.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.207.0...v0.208.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2881](https://redirect.github.com/googleapis/google-api-go-client/issues/2881)) ([44435a9](https://redirect.github.com/googleapis/google-api-go-client/commit/44435a9a91048abc5776051221ce9e64b75f5734)) - **gensupport:** Per-chunk transfer timeout configs ([09fa125](https://redirect.github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e)) - **gensupport:** Per-chunk transfer timeout configs ([#​2865](https://redirect.github.com/googleapis/google-api-go-client/issues/2865)) ([09fa125](https://redirect.github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e)) ### [`v0.207.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.207.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.206.0...v0.207.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2874](https://redirect.github.com/googleapis/google-api-go-client/issues/2874)) ([e9ebb69](https://redirect.github.com/googleapis/google-api-go-client/commit/e9ebb69c042ca5e25173253abce13870245e0356)) - **all:** Auto-regenerate discovery clients ([#​2876](https://redirect.github.com/googleapis/google-api-go-client/issues/2876)) ([796b248](https://redirect.github.com/googleapis/google-api-go-client/commit/796b2482d765d213ab7f9329558c8ea2ca988fe9)) - **all:** Auto-regenerate discovery clients ([#​2879](https://redirect.github.com/googleapis/google-api-go-client/issues/2879)) ([9c21349](https://redirect.github.com/googleapis/google-api-go-client/commit/9c21349472533bd39a0e55f2db4b9c2afd18c325)) ### [`v0.206.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.206.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.205.0...v0.206.0) ##### Features - **all:** Auto-regenerate discovery clients ([#​2862](https://redirect.github.com/googleapis/google-api-go-client/issues/2862)) ([c552a34](https://redirect.github.com/googleapis/google-api-go-client/commit/c552a340b2e364457121cc6a7586b681cc75c27d)) - **all:** Auto-regenerate discovery clients ([#​2866](https://redirect.github.com/googleapis/google-api-go-client/issues/2866)) ([6495d84](https://redirect.github.com/googleapis/google-api-go-client/commit/6495d84ae6142aa900e6913fb681ca38ec3a3a6b)) - **all:** Auto-regenerate discovery clients ([#​2868](https://redirect.github.com/googleapis/google-api-go-client/issues/2868)) ([58faff9](https://redirect.github.com/googleapis/google-api-go-client/commit/58faff9ac69eb1b15bf9b532eb1447143bc77083)) - **all:** Auto-regenerate discovery clients ([#​2870](https://redirect.github.com/googleapis/google-api-go-client/issues/2870)) ([031802c](https://redirect.github.com/googleapis/google-api-go-client/commit/031802cc20f6e3e481fbe8cdacf7e4bf7c36aec2)) - **all:** Auto-regenerate discovery clients ([#​2871](https://redirect.github.com/googleapis/google-api-go-client/issues/2871)) ([8fab1d8](https://redirect.github.com/googleapis/google-api-go-client/commit/8fab1d86722b77ac74b2726257b5815af70b5185)) - **all:** Auto-regenerate discovery clients ([#​2872](https://redirect.github.com/googleapis/google-api-go-client/issues/2872)) ([20de5d2](https://redirect.github.com/googleapis/google-api-go-client/commit/20de5d22d96d2ba6983f5839e4f71a3846a01be0)) - **option:** Add support for user loggers ([#​2873](https://redirect.github.com/googleapis/google-api-go-client/issues/2873)) ([922e59d](https://redirect.github.com/googleapis/google-api-go-client/commit/922e59dcb7806c2a0378c39928a33726687c3038))

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 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.

renovate[bot] commented 6 days ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
cloud.google.com/go/auth v0.10.1 -> v0.10.2
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.0
github.com/tetratelabs/wazero v1.8.0 -> v1.8.1
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241113202542-65e8d215514f
golang.org/x/time v0.7.0 -> v0.8.0
google.golang.org/protobuf v1.35.1 -> v1.35.2
vercel[bot] commented 6 days ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **storyden** | ⬜️ Ignored ([Inspect](https://vercel.com/southclaws-projects/storyden/GCBs2bLnC2aW3jSQNRbRAMfa84Jx)) | [Visit Preview](https://storyden-git-renovate-all-api-dependencies-southclaws-projects.vercel.app) | | Nov 21, 2024 6:05pm | | **storyden-homepage** | ⬜️ Ignored ([Inspect](https://vercel.com/southclaws-projects/storyden-homepage/9RKG1KJHRTKVbNFtM2jCVSAdnYPo)) | [Visit Preview](https://storyden-homepage-git-renovate-all-a-dc30f8-southclaws-projects.vercel.app) | | Nov 21, 2024 6:05pm |
coderabbitai[bot] commented 6 days ago

[!IMPORTANT]

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 to false in the CodeRabbit configuration file.


🪧 Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit , please review it.` - `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 gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@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.` - `@coderabbitai help me debug CodeRabbit configuration file.` 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) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration 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](https://docs.coderabbit.ai/guides/configure-coderabbit) 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](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.