Skip to content

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Apr 6, 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 master, this PR will be updated.

Releases

prettier-plugin-pkg@0.19.0

Minor Changes

Patch Changes

  • facf7ac Thanks @JounQin! - fix: incorrect require entry types, add module-sync entry

prettier-plugin-sql@0.19.0

Minor Changes

Patch Changes

prettier-plugin-autocorrect@0.4.2

Patch Changes

  • facf7ac Thanks @JounQin! - fix: incorrect require entry types, add module-sync entry

prettier-plugin-sh@0.16.1

Patch Changes

  • facf7ac Thanks @JounQin! - fix: incorrect require entry types, add module-sync entry

prettier-plugin-toml@2.0.4

Patch Changes

  • facf7ac Thanks @JounQin! - fix: incorrect require entry types, add module-sync entry

Summary by CodeRabbit

  • Version Updates

    • Updated multiple plugins with minor version bumps that bring improved compatibility and enhancements.
  • Bug Fixes

    • Resolved issues related to module synchronization and handling of require entry types for smoother operation.
  • Chores

    • Cleaned up obsolete change records to streamline internal documentation.

Copy link

coderabbitai bot commented Apr 6, 2025

Walkthrough

This update removes two changeset files and updates multiple changelog and package.json files in various Prettier plugin packages. The changelogs now include new version entries with patch fixes addressing incorrect require entry types, module-sync additions, and an order change for type entries. The package.json files have been bumped to reflect these new release versions. There are no modifications to exported or public entities.

Changes

Files Summary
.changeset/four-llamas-burn.md, .changeset/huge-coats-jog.md Deleted changeset files that previously tracked version updates and ordering changes for Prettier plugins.
packages/autocorrect/CHANGELOG.md, packages/pkg/CHANGELOG.md,
packages/sh/CHANGELOG.md, packages/sql/CHANGELOG.md,
packages/toml/CHANGELOG.md
Added new version entries documenting patch changes, including fixes for incorrect require entry types, module-sync additions, and a reordering of type entries in some cases.
packages/autocorrect/package.json, packages/pkg/package.json,
packages/sh/package.json, packages/sql/package.json,
packages/toml/package.json
Updated package versions to new releases: from 0.4.1 → 0.4.2, 0.18.1 → 0.19.0, 0.16.0 → 0.16.1, 0.18.1 → 0.19.0, and 2.0.3 → 2.0.4 respectively.

Poem

I'm a rabbit, hopping through lines of change with glee,
Skipping deleted files and version bumps so merrily.
Changelogs sing of fixes and tweaks under moonlit night,
While package versions hop upward, ever so light.
With floppy ears and a twitching nose, I celebrate this code delight!
🐇✨


📜 Recent review details

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

📥 Commits

Reviewing files that changed from the base of the PR and between a9e5d64 and f9dba03.

📒 Files selected for processing (13)
  • .changeset/eight-taxis-sell.md.md (0 hunks)
  • .changeset/four-llamas-burn.md (0 hunks)
  • .changeset/huge-coats-jog.md (0 hunks)
  • packages/autocorrect/CHANGELOG.md (1 hunks)
  • packages/autocorrect/package.json (1 hunks)
  • packages/pkg/CHANGELOG.md (1 hunks)
  • packages/pkg/package.json (1 hunks)
  • packages/sh/CHANGELOG.md (1 hunks)
  • packages/sh/package.json (1 hunks)
  • packages/sql/CHANGELOG.md (1 hunks)
  • packages/sql/package.json (1 hunks)
  • packages/toml/CHANGELOG.md (1 hunks)
  • packages/toml/package.json (1 hunks)
💤 Files with no reviewable changes (3)
  • .changeset/eight-taxis-sell.md.md
  • .changeset/four-llamas-burn.md
  • .changeset/huge-coats-jog.md
🚧 Files skipped from review as they are similar to previous changes (10)
  • packages/sh/package.json
  • packages/pkg/package.json
  • packages/sql/package.json
  • packages/toml/CHANGELOG.md
  • packages/sh/CHANGELOG.md
  • packages/toml/package.json
  • packages/pkg/CHANGELOG.md
  • packages/autocorrect/CHANGELOG.md
  • packages/sql/CHANGELOG.md
  • packages/autocorrect/package.json
⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Codacy Static Code Analysis

🪧 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.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @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

pkg-pr-new bot commented Apr 6, 2025

Open in StackBlitz

prettier-plugin-autocorrect

npm i https://pkg.pr.new/un-ts/prettier/prettier-plugin-autocorrect@428

prettier-plugin-pkg

npm i https://pkg.pr.new/un-ts/prettier/prettier-plugin-pkg@428

prettier-plugin-sql

npm i https://pkg.pr.new/un-ts/prettier/prettier-plugin-sql@428

prettier-plugin-sh

npm i https://pkg.pr.new/un-ts/prettier/prettier-plugin-sh@428

prettier-plugin-toml

npm i https://pkg.pr.new/un-ts/prettier/prettier-plugin-toml@428

commit: f9dba03

Copy link
Contributor

github-actions bot commented Apr 6, 2025

size-limit report 📦

Path Size
packages/autocorrect/lib/index.js 538 B (0%)
packages/pkg/lib/index.js 447 B (0%)
packages/sh/lib/index.js 2.33 KB (0%)
packages/sql/lib/index.js 2.4 KB (0%)

Copy link
Contributor

github-actions bot commented Apr 6, 2025

📊 Package size report   0.05%↑

File Before After
.changeset/eight-taxis-sell.md 80 B
.changeset/eight-taxis-sell.md.md 80 B
.changeset/five-chefs-move.md 68 B
.changeset/four-llamas-burn.md 81 B
.changeset/huge-coats-jog.md 224 B
packages/autocorrect/CHANGELOG.md 1.7 kB 14%↑1.9 kB
packages/pkg/CHANGELOG.md 11.0 kB 4%↑11.4 kB
packages/sh/CHANGELOG.md 13.0 kB 2%↑13.2 kB
packages/sql/CHANGELOG.md 10.4 kB 9%↑11.3 kB
packages/toml/CHANGELOG.md 1.7 kB 14%↑2.0 kB
Total (Includes all files) 3.1 MB 0.05%↑3.1 MB
Tarball size 1.1 MB -0.01%↓1.1 MB
Unchanged files
File Size
.changeset/config.json 313 B
.changeset/README.md 510 B
.codesandbox/ci.json 38 B
.editorconfig 161 B
.gitattributes 152 B
.github/workflows/autofix.yml 917 B
.github/workflows/ci.yml 1.0 kB
.github/workflows/pkg-pr-new.yml 676 B
.github/workflows/pkg-size.yml 542 B
.github/workflows/release.yml 1.2 kB
.github/workflows/size-limit.yml 633 B
.github/workflows/vercel.yml 908 B
.lintstagedrc.js 48 B
.nvmrc 6 B
.postcssrc.cjs 51 B
.prettierignore 23 B
.prettierrc 24 B
.remarkrc 42 B
.renovaterc 49 B
.simple-git-hooks.js 49 B
.yarn/plugins/plugin-prepare-lifecycle.cjs 202 B
.yarn/releases/yarn-4.8.1.cjs 2.8 MB
.yarnrc.yml 397 B
assets/pkg.svg 15.1 kB
assets/sh.png 14.4 kB
CHANGELOG.md 393 B
docs/App.tsx 1.2 kB
docs/global.css 156 B
docs/index.tsx 211 B
eslint.config.js 216 B
index.html 404 B
LICENSE 1.1 kB
package.json 3.6 kB
packages/autocorrect/index.d.cts 63 B
packages/autocorrect/LICENSE 1.1 kB
packages/autocorrect/package.json 1.2 kB
packages/autocorrect/README.md 4.2 kB
packages/autocorrect/src/index.ts 1.4 kB
packages/autocorrect/src/types.ts 78 B
packages/autocorrect/test/__snapshots__/fixtures.spec.ts.snap 4.7 kB
packages/autocorrect/test/fixtures.spec.ts 983 B
packages/autocorrect/test/fixtures/test.css 189 B
packages/autocorrect/test/fixtures/test.go 470 B
packages/autocorrect/test/fixtures/test.html 1.1 kB
packages/autocorrect/test/fixtures/test.md 1.1 kB
packages/autocorrect/test/fixtures/test.py 368 B
packages/autocorrect/test/fixtures/test.rb 234 B
packages/autocorrect/test/fixtures/test0.js 453 B
packages/autocorrect/tsconfig.json 154 B
packages/pkg/index.d.cts 47 B
packages/pkg/LICENSE 16.7 kB
packages/pkg/package.json 1.1 kB
packages/pkg/README.md 6.4 kB
packages/pkg/src/index.ts 1.4 kB
packages/pkg/src/rules/files.ts 1.7 kB
packages/pkg/src/rules/object.ts 891 B
packages/pkg/src/rules/sort.ts 2.4 kB
packages/pkg/src/types.ts 1.0 kB
packages/pkg/src/utils.ts 567 B
packages/pkg/test/__snapshots__/engines.spec.ts.snap 158 B
packages/pkg/test/__snapshots__/files.spec.ts.snap 173 B
packages/pkg/test/__snapshots__/test.spec.ts.snap 2.0 kB
packages/pkg/test/engines.spec.ts 417 B
packages/pkg/test/files.spec.ts 409 B
packages/pkg/test/fixtures/fixture1.json 1.0 kB
packages/pkg/test/fixtures/fixture2.json 863 B
packages/pkg/test/fixtures/fixture3.json 430 B
packages/pkg/test/test.spec.ts 2.3 kB
packages/pkg/tsconfig.json 154 B
packages/sh/index.d.cts 45 B
packages/sh/LICENSE 1.1 kB
packages/sh/package.json 1.5 kB
packages/sh/README.md 4.8 kB
packages/sh/src/index.ts 9.8 kB
packages/sh/test/__snapshots__/fixtures.spec.ts.snap 56.1 kB
packages/sh/test/__snapshots__/shellscript.spec.ts.snap 312 B
packages/sh/test/fixtures.spec.ts 1.5 kB
packages/sh/test/fixtures/.dockerignore 108 B
packages/sh/test/fixtures/.nvmrc 6 B
packages/sh/test/fixtures/.properties 177 B
packages/sh/test/fixtures/133.sh 5.2 kB
packages/sh/test/fixtures/146.ini 1.1 kB
packages/sh/test/fixtures/147.cfg 3.3 kB
packages/sh/test/fixtures/148.ini 3.1 kB
packages/sh/test/fixtures/162.sh 15.7 kB
packages/sh/test/fixtures/182.sh 1.9 kB
packages/sh/test/fixtures/191.sh 1.7 kB
packages/sh/test/fixtures/278.Dockerfile 32 B
packages/sh/test/fixtures/292.Dockerfile 95 B
packages/sh/test/fixtures/Dockerfile 394 B
packages/sh/test/fixtures/hosts 406 B
packages/sh/test/fixtures/jvm.options 162 B
packages/sh/test/fixtures/no-ext 37 B
packages/sh/test/fixtures/shell.sh 368 B
packages/sh/test/parser.spec.ts 2.1 kB
packages/sh/test/shellscript.spec.ts 741 B
packages/sh/tsconfig.json 154 B
packages/sql/index.d.cts 47 B
packages/sql/LICENSE 1.1 kB
packages/sql/package.json 1.4 kB
packages/sql/README.md 7.2 kB
packages/sql/shim.d.ts 59 B
packages/sql/src/index.ts 13.0 kB
packages/sql/test/__snapshots__/fixtures-eol.spec.ts.snap 756 B
packages/sql/test/__snapshots__/fixtures.spec.ts.snap 2.0 kB
packages/sql/test/__snapshots__/sql.spec.ts.snap 374 B
packages/sql/test/fixtures-eol.spec.ts 1.3 kB
packages/sql/test/fixtures-eol/556.sql 73 B
packages/sql/test/fixtures-eol/557.sql 69 B
packages/sql/test/fixtures-eol/558.sql 69 B
packages/sql/test/fixtures-eol/559.sql 73 B
packages/sql/test/fixtures.spec.ts 1.7 kB
packages/sql/test/fixtures/144.sql 68 B
packages/sql/test/fixtures/233.sql 68 B
packages/sql/test/fixtures/277.sql 88 B
packages/sql/test/fixtures/279.sql 106 B
packages/sql/test/fixtures/291.sql 1.2 kB
packages/sql/test/fixtures/334.sql 15 B
packages/sql/test/fixtures/basic.sql 120 B
packages/sql/test/sql.spec.ts 660 B
packages/sql/tsconfig.json 154 B
packages/toml/index.d.cts 49 B
packages/toml/LICENSE 1.1 kB
packages/toml/package.json 1.2 kB
packages/toml/README.md 5.4 kB
packages/toml/src/index.ts 1.3 kB
packages/toml/src/options.ts 2.6 kB
packages/toml/src/types.ts 381 B
packages/toml/test/__snapshots__/fixtures.spec.ts.snap 487 B
packages/toml/test/fixtures.spec.ts 955 B
packages/toml/test/fixtures/comments.toml 87 B
packages/toml/test/fixtures/fixture1.toml 162 B
packages/toml/tsconfig.json 154 B
README.md 6.6 kB
scripts/format.ts 612 B
scripts/languages.ts 2.9 kB
test/global.d.ts 41 B
test/tsconfig.json 223 B
tsconfig.base.json 89 B
tsconfig.json 275 B
vercel.json 229 B
vite.config.ts 266 B
vitest.config.ts 541 B

🤖 This report was automatically generated by pkg-size-action

@github-actions github-actions bot force-pushed the changeset-release/master branch from bd9635f to 6e5912f Compare April 6, 2025 06:57
Copy link

codesandbox-ci bot commented Apr 6, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@github-actions github-actions bot force-pushed the changeset-release/master branch from a9e5d64 to f9dba03 Compare April 6, 2025 07:15
@JounQin JounQin closed this Apr 6, 2025
@JounQin JounQin reopened this Apr 6, 2025
@JounQin JounQin enabled auto-merge (squash) April 6, 2025 07:27
Copy link

sonarqubecloud bot commented Apr 6, 2025

Copy link

codecov bot commented Apr 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.52%. Comparing base (f11e517) to head (f9dba03).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #428   +/-   ##
=======================================
  Coverage   88.52%   88.52%           
=======================================
  Files          10       10           
  Lines         183      183           
  Branches       51       51           
=======================================
  Hits          162      162           
  Misses         20       20           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JounQin JounQin merged commit 344520c into master Apr 6, 2025
26 checks passed
@JounQin JounQin deleted the changeset-release/master branch April 6, 2025 07:28
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.

1 participant