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

[ci] release #197

Merged
merged 3 commits into from
Feb 9, 2025
Merged

[ci] release #197

merged 3 commits into from
Feb 9, 2025

Conversation

Fryuni
Copy link
Owner

@Fryuni Fryuni commented Feb 2, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@inox-tools/[email protected]

Minor Changes

  • 86edf1c: Allow file edits and resets to create and delete files in the source code

@inox-tools/[email protected]

Minor Changes

  • 02f1df8: Add static only collection feature.

    Now users can pass staticOnlyCollections to the integration to make the entries of those integration not be shipped in the server bundle.

Patch Changes

  • 42eadc0: Add support for new content collections config file

@inox-tools/[email protected]

Patch Changes

  • 91120ab: Expand Starlight compatibility range

Summary by CodeRabbit

  • New Features

    • Star Warp: Updated to v0.2.3 to enhance compatibility with Starlight.
    • Astro Tests: Upgraded to v0.4.0, enabling improved file editing and reset workflows.
    • Content Utils: Advanced to v0.9.0, now offering support for static-only collections and custom content configuration.
  • Bug Fixes

    • Corrected a typo in a warning message within the injector plugin.
  • Documentation

    • Simplified the URL structure for the "how it works" section in the Content Utils documentation.
    • Introduced a new markdown file detailing the functionality of Content Utils.

Copy link

vercel bot commented Feb 2, 2025

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

Name Status Preview Updated (UTC)
inox-tools ✅ Ready (Inspect) Visit Preview Feb 9, 2025 8:33am

Copy link

coderabbitai bot commented Feb 2, 2025

Warning

Rate limit exceeded

@Fryuni has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 12 minutes and 45 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between f5f53de and abb5094.

📒 Files selected for processing (1)
  • docs/package.json (1 hunks)

Walkthrough

The pull request removes a changeset file documenting a patch for expanding the Starlight compatibility range for the @inox-tools/star-warp package. The package's version is updated from 0.2.2 to 0.2.3, with the CHANGELOG reflecting a new patch entry that notes the expanded compatibility. Additionally, the @inox-tools/astro-tests and @inox-tools/content-utils packages are updated to versions 0.4.0 and 0.9.0, respectively, with corresponding entries in their changelogs. Minor formatting changes are also made in the astroFixture.ts file.

Changes

File(s) Change Summary
.changeset/kind-trainers-bathe.md Removed file containing a patch entry for expanding Starlight compatibility.
packages/star-warp/CHANGELOG.md
packages/star-warp/package.json
Updated @inox-tools/star-warp version from 0.2.2 to 0.2.3. CHANGELOG.md now includes a patch note for the expanded compatibility.
packages/astro-tests/CHANGELOG.md
packages/astro-tests/package.json
Updated @inox-tools/astro-tests version from 0.3.0 to 0.4.0. CHANGELOG.md reflects minor changes allowing file edits and resets.
packages/content-utils/CHANGELOG.md
packages/content-utils/package.json
Updated @inox-tools/content-utils version from 0.8.2 to 0.9.0. CHANGELOG.md includes a minor change for adding a static only collection feature and a patch change for new content collections config.
packages/astro-tests/src/astroFixture.ts Modified indentation of a comment in the onNextChange function for clarity.

Possibly Related PRs

  • feat(content-utils): Add support for new CC config file #198: The changes involve the removal of a patch entry related to a content collections configuration file for the @inox-tools/content-utils package, while the retrieved PR introduces a new patch that adds support for a similar configuration file, indicating a direct connection in their focus on content collections configuration.
  • chore: Small improvements to docs and compatibility #196: The changes involve the removal of a patch entry for the @inox-tools/star-warp package, which is directly related to the retrieved PR that introduces a patch for the same package to expand its compatibility range for Starlight.
  • [ci] release #188: The changes involve the removal of a patch entry for the @inox-tools/star-warp package, which is related to the retrieved PR that includes a new version entry for the same package, indicating a bump of the Astro Integration Kit.

Suggested labels

pkg/content-utils, pkg/astro-tests

Suggested reviewers

  • BryceRussell
  • florian-lefebvre
  • OliverSpeir

Poem

I'm a rabbit with hops so grand,
Through patches and versions I cheer and stand,
Removed old files, updated my stew,
Star-warp now shines with a compatibility new,
Coding carrots crunch in line—oh, what a wonderland!
🥕✨


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>, 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 generate docstrings to generate docstrings for this PR. (Beta)
  • @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 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.

Copy link

@coderabbitai coderabbitai bot left a 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

🧹 Nitpick comments (1)
packages/content-utils/CHANGELOG.md (1)

5-10: Improve Wording for Clarity and Grammar
The description in the "Minor Changes" section (line 9) contains a grammatical inconsistency with “those integration.” Consider revising it for clarity. For example, you could change the text to:

-  Now users can pass `staticOnlyCollections` to the integration to make the entries of those integration not be shipped in the server bundle.
+  Now users can pass `staticOnlyCollections` to the integration so that the entries of that integration are not included in the server bundle.

This change corrects the determiner-noun agreement while improving clarity in communication.

🧰 Tools
🪛 LanguageTool

[grammar] ~9-~9: The plural determiner ‘those’ does not agree with the singular noun ‘integration’.
Context: ... the integration to make the entries of those integration not be shipped in the server bundle. #...

(THIS_NNS)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8fb8bae and 473ec37.

📒 Files selected for processing (11)
  • .changeset/khaki-ravens-fail.md (0 hunks)
  • .changeset/kind-trainers-bathe.md (0 hunks)
  • .changeset/popular-terms-pump.md (0 hunks)
  • packages/astro-tests/CHANGELOG.md (1 hunks)
  • packages/astro-tests/package.json (1 hunks)
  • packages/astro-tests/src/astroFixture.ts (1 hunks)
  • packages/content-utils/CHANGELOG.md (1 hunks)
  • packages/content-utils/package.json (1 hunks)
  • packages/content-utils/src/integration/injectorPlugin.ts (1 hunks)
  • packages/star-warp/CHANGELOG.md (1 hunks)
  • packages/star-warp/package.json (1 hunks)
💤 Files with no reviewable changes (3)
  • .changeset/kind-trainers-bathe.md
  • .changeset/khaki-ravens-fail.md
  • .changeset/popular-terms-pump.md
✅ Files skipped from review due to trivial changes (1)
  • packages/content-utils/src/integration/injectorPlugin.ts
🚧 Files skipped from review as they are similar to previous changes (6)
  • packages/star-warp/package.json
  • packages/astro-tests/package.json
  • packages/astro-tests/src/astroFixture.ts
  • packages/star-warp/CHANGELOG.md
  • packages/content-utils/package.json
  • packages/astro-tests/CHANGELOG.md
🧰 Additional context used
🪛 LanguageTool
packages/content-utils/CHANGELOG.md

[grammar] ~9-~9: The plural determiner ‘those’ does not agree with the singular noun ‘integration’.
Context: ... the integration to make the entries of those integration not be shipped in the server bundle. #...

(THIS_NNS)

🔇 Additional comments (2)
packages/content-utils/CHANGELOG.md (2)

3-4: Version Header Updated Correctly
The new version header "## 0.9.0" properly reflects the release update as outlined in the PR objectives.


11-14: Patch Change Entry Looks Good
The patch entry "- 42eadc0: Add support for new content collections config file" is clearly documented and adheres to the changelog format.

Copy link

@coderabbitai coderabbitai bot left a 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

🧹 Nitpick comments (1)
packages/content-utils/CHANGELOG.md (1)

7-9: Grammar Correction for Feature Description.
The description for the static only collection feature contains a grammatical inaccuracy: “those integration” should be corrected to “that integration” (since “integration” is singular). Consider updating this sentence for clarity.

Proposed diff:

-  Now users can pass `staticOnlyCollections` to the integration to make the entries of those integration not be shipped in the server bundle.
+  Now users can pass `staticOnlyCollections` to the integration to make the entries of that integration not be shipped in the server bundle.
🧰 Tools
🪛 LanguageTool

[grammar] ~9-~9: The plural determiner ‘those’ does not agree with the singular noun ‘integration’.
Context: ... the integration to make the entries of those integration not be shipped in the server bundle. #...

(THIS_NNS)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 473ec37 and ff60ef2.

📒 Files selected for processing (12)
  • .changeset/khaki-ravens-fail.md (0 hunks)
  • .changeset/kind-trainers-bathe.md (0 hunks)
  • .changeset/popular-terms-pump.md (0 hunks)
  • .changeset/wet-pets-flash.md (0 hunks)
  • packages/astro-tests/CHANGELOG.md (1 hunks)
  • packages/astro-tests/package.json (1 hunks)
  • packages/astro-tests/src/astroFixture.ts (1 hunks)
  • packages/content-utils/CHANGELOG.md (1 hunks)
  • packages/content-utils/package.json (1 hunks)
  • packages/content-utils/src/integration/injectorPlugin.ts (1 hunks)
  • packages/star-warp/CHANGELOG.md (1 hunks)
  • packages/star-warp/package.json (1 hunks)
💤 Files with no reviewable changes (4)
  • .changeset/popular-terms-pump.md
  • .changeset/kind-trainers-bathe.md
  • .changeset/khaki-ravens-fail.md
  • .changeset/wet-pets-flash.md
🚧 Files skipped from review as they are similar to previous changes (7)
  • packages/astro-tests/package.json
  • packages/star-warp/package.json
  • packages/content-utils/package.json
  • packages/star-warp/CHANGELOG.md
  • packages/astro-tests/CHANGELOG.md
  • packages/content-utils/src/integration/injectorPlugin.ts
  • packages/astro-tests/src/astroFixture.ts
🧰 Additional context used
🪛 LanguageTool
packages/content-utils/CHANGELOG.md

[grammar] ~9-~9: The plural determiner ‘those’ does not agree with the singular noun ‘integration’.
Context: ... the integration to make the entries of those integration not be shipped in the server bundle. #...

(THIS_NNS)

🔇 Additional comments (1)
packages/content-utils/CHANGELOG.md (1)

11-14: Patch Change Entry Verification.
The patch change entry documenting the support for a new content collections configuration file is clear and follows the changelog convention. Please ensure that any related documentation or code updates are consistent with this changelog entry.

@Fryuni Fryuni merged commit 1674a8c into main Feb 9, 2025
19 checks passed
@Fryuni Fryuni deleted the changeset-release/main branch February 9, 2025 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant