This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.
⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@changesets/apply-release-plan@8.0.0-next.4
Major Changes
#1994062530b Thanks @bluwy! - Generated changelog entries and rewritten package.json files are now formatted with @changesets/format instead of depending on Prettier directly. Formatter selection can be auto-detected from the project configuration or controlled via the format config option.
Minor Changes
#1989ee10723 Thanks @43081j! - Remove support for the legacy Changeset v1 format.
#1994062530b Thanks @bluwy! - The prettier option in .changeset/config.json has been removed in favor of format. format supports "auto", "prettier", "oxfmt", "deno", and "dprint", and false disables formatting. If you previously used prettier: false, migrate to format: false or remove the option to use automatic formatter detection.
#1879c76b232 Thanks @beeequeue! - Removed warning messages about using v1 configs. They will now be silently ignored.
#1879c76b232 Thanks @beeequeue! - Migrated from enquirer + @inquirer/launch-editor to @clack/prompts + launch-editor.
This means the CLI flows will have minor changes, but they are largely the same.
This change also fixes various issues related to enquirer like cancelling prompts crashing the CLI.
Minor Changes
#1879c76b232 Thanks @beeequeue! - Packages are now listed in alphabetical order when possible.
#1879c76b232 Thanks @beeequeue! - Choosing a change type now shows a preview of which part of the version it affects.
Which packages should have a major (X.X.X) bump?
Patch Changes
#20026db2c21 Thanks @Andarist! - Lazy-load CLI commands so changeset only loads the code needed for the command being run.
#1994062530b Thanks @bluwy! - Replaced the prettier config option with format. format supports "auto", "prettier", "oxfmt", "deno", "dprint", and false. If you previously used prettier: false, migrate to format: false.
#1994062530b Thanks @bluwy! - Replaced the prettier config option with format. format supports "auto", "prettier", "oxfmt", "deno", "dprint", and false. If you previously used prettier: false, migrate to format: false.
@changesets/write@1.0.0-next.4
Minor Changes
#1994062530b Thanks @bluwy! - Changeset files are now formatted with @changesets/format instead of depending on Prettier directly. Formatter selection can be auto-detected from the project configuration or controlled via the format config option.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to next, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on next.
⚠️⚠️⚠️⚠️⚠️⚠️
Releases
@changesets/apply-release-plan@8.0.0-next.4
Major Changes
Minor Changes
Patch Changes
#2006 fc42514 Thanks @bluwy! - Remove @changesets/get-version-range-type dependency
Updated dependencies [062530b, c76b232]:
@changesets/cli@3.0.0-next.4
Major Changes
#1994 062530b Thanks @bluwy! - The prettier option in .changeset/config.json has been removed in favor of format. format supports "auto", "prettier", "oxfmt", "deno", and "dprint", and false disables formatting. If you previously used prettier: false, migrate to format: false or remove the option to use automatic formatter detection.
#1879 c76b232 Thanks @beeequeue! - Removed warning messages about using v1 configs. They will now be silently ignored.
#1879 c76b232 Thanks @beeequeue! - Migrated from enquirer + @inquirer/launch-editor to @clack/prompts + launch-editor.
This means the CLI flows will have minor changes, but they are largely the same.
This change also fixes various issues related to enquirer like cancelling prompts crashing the CLI.
Minor Changes
#1879 c76b232 Thanks @beeequeue! - Packages are now listed in alphabetical order when possible.
#1879 c76b232 Thanks @beeequeue! - Choosing a change type now shows a preview of which part of the version it affects.
Patch Changes
#2002 6db2c21 Thanks @Andarist! - Lazy-load CLI commands so changeset only loads the code needed for the command being run.
#2004 169b128 Thanks @ghostdevv! - Replace picocolors with node:util's styleText
Updated dependencies [062530b, ee10723, c76b232, fc42514, 062530b, 169b128, 062530b]:
@changesets/config@4.0.0-next.4
Major Changes
Patch Changes
#1879 c76b232 Thanks @beeequeue! - Removed @changesets/logger.
Updated dependencies [062530b, 169b128]:
@changesets/types@7.0.0-next.4
Major Changes
@changesets/write@1.0.0-next.4
Minor Changes
Patch Changes
@changesets/assemble-release-plan@7.0.0-next.4
Patch Changes
@changesets/changelog-git@1.0.0-next.4
Patch Changes
@changesets/changelog-github@1.0.0-next.4
Patch Changes
@changesets/get-dependents-graph@3.0.0-next.4
Patch Changes
#2004 169b128 Thanks @ghostdevv! - Replace picocolors with node:util's styleText
Updated dependencies [062530b]:
@changesets/get-release-plan@5.0.0-next.4
Patch Changes
@changesets/git@4.0.0-next.4
Patch Changes
@changesets/logger@1.0.0-next.3
Patch Changes
@changesets/parse@1.0.0-next.4
Patch Changes
@changesets/pre@3.0.0-next.4
Patch Changes
@changesets/read@1.0.0-next.4
Patch Changes
#2004 169b128 Thanks @ghostdevv! - Replace picocolors with node:util's styleText
Updated dependencies [062530b]:
@changesets/release-utils@1.0.0-next.4
Patch Changes
@changesets/should-skip-package@1.0.0-next.4
Patch Changes