-
-
Notifications
You must be signed in to change notification settings - Fork 29
chore: release package(s) #419
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
Conversation
WalkthroughThe changes remove a documentation file that provided details on configuring the TOML parser via the prettier-plugin-toml, which affects how users reference these options. In addition, a new changelog section for version 2.0.3 has been added, and the package version in Changes
Possibly related PRs
Poem
🪧 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 using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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. |
size-limit report 📦
|
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
🧹 Nitpick comments (1)
packages/toml/CHANGELOG.md (1)
25-27
: Improve Clarity for 2.0.0 EntryThe changelog for version 2.0.0 contains a sentence that could benefit from improved wording. In particular, consider rephrasing:
- Change “wrapps” to “wraps”
- Change “efficienter” to “more efficient”
For example, you might update the line as follows:
-We've migrated our repository from https://github.com/un-ts/toml-tools (v1) to https://github.com/un-ts/prettier/tree/master/packages/toml (v2), v1 has its own parser and printer while v2 just wrapps [`taplo`](https://github.com/tamasfe/taplo) which is faster and efficienter. +We've migrated our repository from https://github.com/un-ts/toml-tools (v1) to https://github.com/un-ts/prettier/tree/master/packages/toml (v2). In v1, we maintained a separate parser and printer, whereas in v2, it simply wraps [`taplo`](https://github.com/tamasfe/taplo), which is faster and more efficient.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
27-27: Bare URL used
null(MD034, no-bare-urls)
27-27: Bare URL used
null(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
.changeset/forty-wasps-jam.md
(0 hunks)packages/toml/CHANGELOG.md
(1 hunks)packages/toml/package.json
(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/forty-wasps-jam.md
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Codacy Static Code Analysis
🔇 Additional comments (5)
packages/toml/package.json (1)
3-3
: Version Bump ConfirmedThe package version has been updated to
"2.0.3"
, which is consistent with the intended patch release. Ensure that any dependent tooling or CI processes that reference this version are updated accordingly.packages/toml/CHANGELOG.md (4)
3-8
: New Release Entry for 2.0.3A new changelog section for version 2.0.3 has been added, including a patch change note referencing #418 with commit
4716026
. The note indicates thatTOML
parser options were added to the README. Please verify that the README now provides sufficient guidance on these options.
13-13
: Verify 2.0.2 Entry DetailsThe entry for version 2.0.2 now documents a fix for the homepage URL (PR #392). Confirm that this information remains accurate and that no conflicting details exist in related documentation.
19-19
: Confirmation of 2.0.1 Changelog EntryThis entry for version 2.0.1 cites a fix concerning the CommonJS export of
@taplo/lib
. The information appears correct; please double-check that it aligns with the actual release changes.
29-31
: Review of 2.0.0 Patch Changes EntryThe patch change entry under version 2.0.0 (regarding not removing blank lines after comments) appears consistent and properly formatted. Please ensure that the linked issue remains relevant.
🧰 Tools
🪛 LanguageTool
[style] ~31-~31: Using many exclamation marks might seem excessive (in this case: 6 exclamation marks for a text that’s 1669 characters long)
Context: ...hanks @so1ve! - fix: do not remove blank lines after ...(EN_EXCESSIVE_EXCLAMATION)
🪛 markdownlint-cli2 (0.17.2)
31-31: Bare URL used
null(MD034, no-bare-urls)
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.
Pull Request Overview
This PR facilitates the release process by bumping the version and updating the changelog for the prettier-plugin-toml package. It includes:
- A new changelog entry for version 2.0.3 detailing the patch changes.
- The removal of the changeset file for "forty-wasps-jam" as part of the release process.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
packages/toml/CHANGELOG.md | Added changelog entry for version 2.0.3 with details on patch changes. |
.changeset/forty-wasps-jam.md | Removed changeset file corresponding to the prettier-plugin-toml patch update. |
Files not reviewed (1)
- packages/toml/package.json: Language not supported
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-toml@2.0.3
Patch Changes
4716026
Thanks @esacteksab! - docs: addTOML
parser options to READMESummary by CodeRabbit
Documentation
Chores