Skip to content
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): update all non-major dependencies #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 31, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content (source) ^2.0.0 -> ^2.12.1 age adoption passing confidence
@nuxtjs/tailwindcss ^5.1.2 -> ^5.3.5 age adoption passing confidence
@picocss/pico (source) ^1.5.2 -> ^1.5.13 age adoption passing confidence
jose ^4.8.1 -> ^4.15.5 age adoption passing confidence
nuxt (source) 3.0.0-rc.3 -> 3.11.2 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v2.12.1

Compare Source

compare changes

🩹 Fixes
  • Missing import (#​2560)
  • types: Use const type parameter for QueryBuilder only (#​2546)
  • Split getContent to chunks in getIndexedContentsList (#​2354, #​2549)
  • types: Add const type parameter for QueryBuilder.only() and .without() (#​2573)
📖 Documentation
  • Typo in showURL prop (#​2537)
  • Add descriptions of all match operators (#​2552)
  • Update highlight.langs defaults (#​2559)
🏡 Chore
❤️ Contributors

v2.12.0

Compare Source

compare changes

🚀 Enhancements
🔥 Performance
  • content-list: Cache contents list during generation and per-request (#​2527)
🩹 Fixes
  • module: Handle former props in ContentSlot transformer (#​2525)
  • client-db: Fetch dir config on legacy query (4b9b6b7a)
  • navigation: Ignore extensions on navigation sort (#​2529)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.11.0

Compare Source

compare changes

🩹 Fixes
  • types: Fields in experimental.search can be optional (#​2506)
  • ContentSlot: Detect multiline usage (#​2508)
📖 Documentation
📦 Build
  • Do not emit .mjs in runtime directory (#​2514)
🏡 Chore
❤️ Contributors

v2.10.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Add missing imports for search (#​2412)
  • Import nuxt composables from #imports (#​2418)
  • 7.search-content.md typo (7bf89960)
  • Enable cache only for clientDb (#​2425)
  • Remove d.ts (#​2427)
  • Ensure bundler module resolution works with runtime type imports (#​2470)
  • Imports (f33f5a20)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.9.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
📖 Documentation
❤️ Contributors

v2.8.5

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v2.8.4

Compare Source

compare changes

🩹 Fixes
  • prose-pre: Only wrap slot in pre (#​2348)
❤️ Contributors

v2.8.3

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • findSurround: Use filtered contents to find surround (#​2291)
  • Remove deletion of prerenderedAt key (#​2280)
  • module: Remove deprecated resolveModule (#​2298)
  • surround: Respect only and without filters (#​2311)
  • Add missing dependencies (#​2313)
  • tailwindcss: Tailwindcss HMR support for content files (#​2315)
  • Fetch content chunked (#​2321)
  • storage: Prevent duplicate parsing (#​2326)
  • Add regex to match ContentSlot in Pug templates (#​2344)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.8.2

Compare Source

compare changes

🩹 Fixes
  • query: Prevent undefined error (b680b47c)
  • navigation: Prevent client-db conflict (fd8e3b82)
  • serverQueryContent: Do not expose advanced query typing (09e37c19)
  • document-driven: Invalid composable import (e56f71dc)
  • ContentList: Component slot typechecking (#​2277)
❤️ Contributors

v2.8.1

Compare Source

compare changes

🩹 Fixes
  • Cannot read properties of undefined (11c3b09f)
❤️ Contributors

v2.8.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Markdown render compatiblity (d81a08a2)
  • slot: Rename ContentSlot to MDCSlot in render function (efc60481)
  • module: Slot transform sourcemap (7558cf0d)
  • ProseImg: Prevent conflict between src and baseURL (#​2242)
  • Custom drivers failed on build (#​2193)
  • ContentRenderer: Render contents only with excerpt (#​2246)
  • content-slot: Better slot name regex (329cf3bc)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.7.2

Compare Source

compare changes

🩹 Fixes
  • Remark plugins deprecated warning (#​2188)
  • Allow ] in filename code block (#​2169)
📖 Documentation
  • Update slots example for the content-query component (#​2190)
❤️ Contributors

v2.7.1

Compare Source

compare changes

🚀 Enhancements
🔥 Performance
  • Keep document-drive state in shallowRef and prefetch pages/components (#​2118)
🩹 Fixes
  • Replace crlf line endings with lf (#​2120)
  • Use consola.withTag instead of kit.useLogger (#​2140)
  • module: Add yml / json extensions to tailwind content files (#​2147)
  • Remove unneeded await (#​2175)
  • Use unstorage types (#​2136)
  • Uppercase in path (#​2170)
  • markdown: Allow plugin with array type option (#​2114)
  • Allow empty string in $contains (#​2179)
  • Remove favicon handling (#​2157)
📖 Documentation
❤️ Contributors

v2.7.0

Compare Source

compare changes

🚀 Enhancements
  • shiki: Support italic, bold and underline styles (#​2079)
  • config: Update ignores to advanced pattern (#​2035)
🩹 Fixes
  • link: Remove hash before checking if ending by '.md' (#​2033)
  • markdown: Prevent script execution (#​2040)
  • code-block: Pass language as class name (#​2064)
  • tailwind-integration: Allow content as object (#​2060)
  • code-block: Meta property (#​2067)
  • markdown: Respect _draft key in frontmatter (#​2077)
📖 Documentation
  • Guide for adding custom grammars for syntax highlighting (7da9b286)
  • Add example of additional sorting options for queryContent (#​2042)
  • Explain useasyncdata wrapping (#​2054)
  • Update url (#​2055)
  • Add latest to nuxi command (2939b793)
  • Update Content Wind live demo url (#​2080)
  • Update links (#​2085)
  • Remove outdated description (#​2098)
🏡 Chore
  • Use caret dependency for kit (#​2044)
❤️ Contributors

v2.6.0

Compare Source

compare changes

🚀 Enhancements
  • CodeBlock: Add line number attribute to code block lines (#​1973)
  • More flexible ignores configuration (#​2022)
🩹 Fixes
  • type: Content locale (#​1965)
  • markdown: Html ids in markdown headings should not start with a digit (#​1961)
  • useContentHead: Set property instead of name for OG metadata (#​1981)
  • Access config from public key (#​2005)
  • ContentRendererMarkdown: Prevent undefiend error on component resolve (#​2021)
  • code-block: Use span with \n instead of div for lines (#​2008)
  • preview: Use sessionStorage to keep token (#​2020)
  • shiki: Add \n to empty lines (46f3d79f)
  • markdown-renderer: Document reactivity (e46309fe)
  • query: Prevent adding duplicate conditions to query (#​2027)
  • document-driven: Ensure layout is set on hydration (#​2032)
📖 Documentation
❤️ Contributors

v2.5.2

Compare Source

compare changes

🩹 Fixes
  • Revert navDirFromPath behavior (049c356d)
❤️ Contributors

v2.5.1

Compare Source

compare changes

🩹 Fixes
  • client-db: Ensure ignoreSources is an array (45b44a69)
  • document-driven: Page layout detection (#​1955)
🏡 Chore
❤️ Contributors

v2.5.0

Compare Source

compare changes

🚀 Enhancements
  • Introduce component-resolver transformer (#​1907)
  • client-db: Allow possibility to ignore some sources from client storage (#​1917)
🩹 Fixes
  • Add anchorLinks type (#​1894)
  • headings: Don't generate link if id is missing (#​1893)
  • code block: Use div instead of span (#​1885)
  • Types (#​1912)
  • Db access time issue (#​1838)
  • Refresh content-index on nitro start (#​1947)
  • findSurround: Allow before and after to be 0 (#​1922)
  • module: Close dev server on nitro close (#​1952)
📖 Documentation
❤️ Contributors

v2.4.3

Compare Source

compare changes

🚀 Enhancements
  • pnpm: Switch to pnpm (local / ci) (#​1868)
🩹 Fixes
  • query: Decode unicode params (#​1871)
🏡 Chore
❤️ Contributors

v2.4.2

Compare Source

compare changes

🩹 Fixes
  • useContentHead: Disable host detection (f6a429dc)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.4.1

Compare Source

compare changes

🩹 Fixes
  • useContentHead: undefined url (b157500b)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.4.0

Compare Source

compare changes

🚀 Enhancements
  • shiki-highlighter: Improve performance & auto load new languages (#​1775)
  • shiki: Highlight excerpt (#​1802)
  • markdown: Keep meta from fenced code block (#​1800)
  • markdown: Don't create excerpt if there is no <!--more--> (#​1801)
🩹 Fixes
  • build: Do not register web-socket plugin on non-dev env (#​1768)
  • document-driven: Prevent 404 error on redirected pages (#​1770)
  • query: Ensure default values always apply to query params (#​1778)
  • examples: Layout duplication (#​1808)
  • Shiki: Sanitize highlighted text (#​1818)
  • markdown-link: Replacing blank prop with target (#​1828)
  • highlighter: Define missing env in Vite (#​1830)
  • shiki: Issue with JSON import (#​1824)
  • markdown: XSS Prevention (#​1832)
  • Handle uri encoded _path query (#​1794)
  • Add og:title,url,description meta tags and prefix og:image with host (#​1769)
  • navigation: Missing import (6a1e854e)
  • navigation: Missing import (1f7d3a2b)
  • markdown: Images src with baseURL (#​1833)
📖 Documentation
🏡 Chore
✅ Tests
❤️ Contributors

v2.3.0

Compare Source

compare changes

🚀 Enhancements
  • module: Introduce api.baseURL and deprecate base (#​1695)
  • Unique api calls per build (#​1705)
  • shiki: Expose highlighting utils (#​1727)
  • document-driven: Introduce start and finish hooks (#​1744)
  • query: Fully cacheable api (#​1752)
🩹 Fixes
  • markdown: Resolve custom shiki languages (#​1692)
  • clientDB: Disable clientDB if token is set and has falsy value (#​1700)
  • shiki: Issue with merging multiple themes (#​1703)
  • query: Invalid response on missing content (#​1706)
  • test: Typo (#​1707)
  • markdown: Remove double and trailing dashes from heading ids (#​1711)
  • ws: Prevent port conflict on running multiple instances (#​1721)
  • markdown: Remove extra dash from heading id (4c376587)
  • Typo (a7912af1)
  • build: Invalid cache route handler (ae138a87)
  • ContentRendererMarkdown: Recreate vNodes in render function (#​1734)
  • query: Fallback to default locale if query has no filter on _locale (#​1748)
  • module: Put query parameters removal under an experimental flag (#​1757)
  • Add missing imports (5285db01)
💅 Refactors
  • ContentRenderer: Simplify conditions (#​1715)
  • Shiki: Prepare Shiki highlighter for external usage (#​1720)
📖 Documentation
🏡 Chore
❤️ Contributors

v2.2.2

Compare Source

compare changes

🩹 Fixes
  • ContentRenderer: Empty content detection (#​1653)
  • ContentList: Handle props change and fix slots default (#​1668)
💅 Refactors
  • Improve typings and simplify logic (#​1669)
📖 Documentation
  • Fix error in ContentQuery where clause example (#​1643)
  • Update sources (#​1664)
  • a11y: Use list for nav example (#​1670)
🏡 Chore
❤️ Contributors

v2.2.1

Compare Source

compare changes

🩹 Fixes
  • module: Do not warn when sources is empty (42fffc98)
  • module: Set default hostname for dev socket (#​1624)
  • Document Driven: Layout prefetching (#​1637)
  • MarkdownParser: Refine content path in anchor link (#​1629)
📖 Documentation
🏡 Chore
❤️ Contributors
  • Ahad Birang
  • Nobkd
  • Selemondev
  • Sébastien Chopin

v2.2.0

Compare Source

compare changes

🚀 Enhancements
  • document-driven: Support navigation.redirect from _dir files (#​1545)
  • Spa mode (#​1525)
  • Config for anchor link generation of headings (#​1564)
  • parser: Introduce _dir field in contents (#​1613)
🔥 Performance
  • build: Build caches before pre-rendering contents (#​1530)
🩹 Fixes
  • module: Make documentDriven configs optional (#​1539)
  • Add missing imports (451b000e)
  • Missing imports on preview mode (f9f161b1)
  • Use relative .md link (#​1556)
  • module: Multi-source array (#​1578)
  • navigation: Missing composable when navigation is disabled (#​1577)
  • Ignore built content in preview mode (bc01cde3)
  • ClientDB: Drop LocalStorage (7afd857b)
  • client-db: Race-condition on multiple calls (c11a4800)
  • <ContentList>: Respect query.path when path is missing (#​1598)
  • <ContentDoc>: Render blink in SSG (#​1600)
  • Update h3 usage with explicit defineEventHandler (#​1603)
  • anchorLinks: Add useRuntimeConfig imports (#​1605)
  • runtime: Detect 404 api responses in SSG (#​1608)
  • queryContent: Use path argument as prefix if there is another condition (#​1612)
📖 Documentation
🏡 Chore
❤️ Contributors
  • Ahad Birang
  • Jan-Henrik Damaschke
  • Michel EDIGHOFFER
  • Nobkd
  • Percy Ma
  • Pooya Parsa
  • Ramses Garate
  • Remiconnesson
  • Sai Deepesh
  • Sébastien Chopin

v2.1.1

Compare Source

compare changes

🩹 Fixes
  • document-driven: Sync page layout (#​1519)
  • document-driven: Disable static payload (#​1526)
📖 Documentation
  • document-driven: Remove edge channel info (#​1462)
  • Update title & description (#​1505)
  • document-driven: Fix typo (#​1512)
❤️ Contributors
  • Ahad Birang
  • Nobkd
  • Okoro Redemption
  • Sébastien Chopin

v2.1.0

Compare Source

🚀 Enhancements
  • types: Provide augmentations for only and without (#​1200)
  • types: Expose MarkdownParsedContent for improved type generics (#​1199)
  • navigation: Allow passing QueryBuilder or QueryBuilderParams in fetchNavigation or <ContentNavigation> (#​1206)
  • markdown: Allow overwriting plugins (#​1226)
  • config: Allow ws config (#​1249)
  • markdown: Support multiple themes for code highlighter (#​1251)
  • navigation: Allow _dir.yml to filter navigation (#​1261)
  • source: Allow overwriting default source (#​1273)
  • Variable binding (#​1266)
  • document-driven: Add document-driven as a @​nuxt/content feature (#​1279)
  • docs: Upgrade docus (3adf4e5)
  • use-content-head: Add helper for binding (#​1295)
  • document-driven: Add caching layer on client-side (#​1312)
  • Add web-types.json for WebStorm (#​1288)
  • Support navigation field in content and _dir.yml (#​1328)
  • Disable document driven with route meta (#​1333)
  • tailwindcss: Support tailwindcss classes in content (with hmr) (#​1351)
  • Improve where query types (#​1359)
  • Export transformers (#​1374)
  • DocumentDriven configuration (#​1378)
  • <markdown>: Support fallback default slot (#​1405)
  • Create index for path base search (#​1401)
  • Pre fetch contents on build (#​1411)
  • Per-page components (#​1429)
  • Implement csv parser with unist/mircomark stack (#​1468)
  • generate: Use nitro header instead of header link (#​1502)
🩹 Fixes
  • navigation: Allow navigation opt-out with navigation: false (#​1208)
  • types: More accurately represent ParsedContentMeta (#​1196)
  • types: Change QueryBuilderParams keys to partial (#​1203)
  • ContentQuery: Handle null data (#​1230)
  • markdown: Issue with h1-6 tags (#​1223)
  • markdown: Detect inline component followed non whitespace characters (#​1227)
  • query: Use exact match for findOne (#​1224)
  • query: Surround and only cannot be used at the same time (#​1238)
  • storage: Warn & ignore files with invalid characters (#​1239)
  • lint: Fix linting (ellipsis.vue) (855bb38)
  • ContentQuery: Add condition if value is undefined (6a05508)
  • mdc-parser: Minor fixes in markdown generation (caf9b83)
  • highlight: Preload common languages (#​1278)
  • query: Handle array fields in $in operator (#​1277)
  • document-driven: Update documentDriven feature (#​1294)
  • highlight: Warn about languages dynamic loading (#​1291)
  • markdown: Generate depth field in TOC for h5 & h6 (#​1296)
  • Support layout from defined vue page in DDM (48fc30b)
  • ignore: Fix ignore paths injected from the module (97f1d74)
  • runtime: ContentRenderer extra props (#​1300)
  • Remove _theme.yml fetch with doc driven by default (#​1310)
  • ContentRendererMarkdown: Preload components used in content (#​1309)
  • markdown: Attributes of span inside headings ([#​1307](https://togithub.com/nuxt/content/issues/1307

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented May 31, 2022

Deploy Preview for n3dium failed.

Name Link
🔨 Latest commit b348e48
🔍 Latest deploy log https://app.netlify.com/sites/n3dium/deploys/661138967e29980008668261

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3990253 to 5d05264 Compare June 13, 2022 05:59
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/content to ^2.0.1 chore(deps): update all non-major dependencies Jun 13, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5d05264 to 5e98507 Compare June 13, 2022 18:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c19073e to 596494f Compare June 29, 2022 02:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6b25fc8 to ce93824 Compare July 18, 2022 12:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce93824 to a6070c4 Compare July 25, 2022 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1ac4a7 to 68684ea Compare March 18, 2023 00:01
@socket-security
Copy link

socket-security bot commented Mar 18, 2023

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/vue-demi@0.14.7
  • Install script: postinstall
  • Source: node -e "try{require('./scripts/postinstall.js')}catch(e){}"
  • orphan: npm/vue-demi@0.14.7

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/vue-demi@0.14.7

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 68684ea to bf3fb50 Compare March 27, 2023 17:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bf3fb50 to 6d61396 Compare May 30, 2023 01:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d61396 to 3d63e10 Compare June 10, 2023 02:42
@socket-security
Copy link

socket-security bot commented Jun 10, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@nuxtjs/tailwindcss@5.3.5 filesystem Transitive: environment, eval, network, shell, unsafe +236 55.9 MB atinux
npm/@picocss/pico@1.5.13 None 0 2.82 MB lucaslarroche
npm/jose@4.15.5 network 0 548 kB panva
npm/nuxt@3.11.2 Transitive: environment, eval, filesystem, network, shell, unsafe +393 82.8 MB danielroe

🚮 Removed packages: npm/@nuxt/content@2.0.0, npm/@nuxtjs/tailwindcss@5.1.2, npm/@picocss/pico@1.5.2, npm/jose@4.8.1, npm/nuxt@3.0.0-rc.3

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d63e10 to 17aead5 Compare June 14, 2023 05:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 596d4c9 to b041a76 Compare June 26, 2023 23:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b041a76 to 2a11693 Compare July 6, 2023 05:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 05e67f5 to 5264db2 Compare July 20, 2023 05:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5264db2 to 924eaa8 Compare July 26, 2023 05:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ce06549 to 1f0228e Compare September 2, 2023 03:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 338e24c to a7b6e0b Compare October 3, 2023 02:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a7b6e0b to 66467b5 Compare October 5, 2023 02:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 0b01640 to 6fa1269 Compare October 15, 2023 08:23
Copy link

coderabbitai bot commented Dec 23, 2023

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

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?

Share

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/coderabbit-overrides.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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1f3671c to 08f0b67 Compare December 30, 2023 17:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08f0b67 to 1ec3295 Compare January 6, 2024 02:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d5d9f31 to ba2f7e4 Compare January 22, 2024 21:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 205cb8a to 4018e02 Compare February 6, 2024 02:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cceccd9 to 6e3cd27 Compare February 15, 2024 04:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a1b3b6c to b2cb4fa Compare March 9, 2024 08:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2c9bebe to dd5798e Compare March 19, 2024 08:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd5798e to b348e48 Compare April 6, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants