chore(deps): update dependency @changesets/types to v7 - autoclosed - #38
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency @changesets/types to v7 - autoclosed#38renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/changesets-types-7.x
branch
from
August 16, 2026 11:37
a8bd07f to
b014360
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 contains the following updates:
^6.1.0→^7.0.0Release Notes
changesets/changesets (@changesets/types)
v7.0.0Compare Source
Major Changes
#1994
062530bThanks @bluwy! - Replaced theprettierconfig option withformat.formatsupports"auto","prettier","oxfmt","deno","dprint", andfalse. If you previously usedprettier: false, migrate toformat: false.#2040
88f2abbThanks @bluwy! - Use stricter types for the options parameter forCommitFunctions,ChangelogFunctions,Config&WrittenConfig'scommitandchangelogproperties, tonull | Record<string, unknown>instead ofanyorRecord<string, any>#1482
df424a4Thanks @Andarist! - Bumped supported Node versions to^22.11 || ^24 || >=26#2133
4c26f2fThanks @bluwy! - Remove"private"type support forWrittenConfig.access. Only"public"and"restricted"are valid values. This change was also already made in #2015 in the runtime.#2190
96b65eeThanks @bluwy! - Move versioned prerelease changesets to.changeset/pre/folder instead of accumulating in the root and tracking the versioned changeset ids in the.changeset/pre.jsonfile. Existingpre.jsonwill auto-migrate to this new structure on the next run ofchangeset versionor when callingchangeset status.This change allows easier management of versioned prerelease changesets (for the final stable release) and current queued changesets (for the next prerelease). Changesets in
.changeset/pre/can be edited or deleted depending if it's still relevant for the final stable release of a package. There's no need to synchronize the changeset ids inpre.jsonif certain changesets are deleted.#2117
813bbf3Thanks @bluwy! - Remove thepre.jsoninitialVersionsproperty and handling as it's unused internally#1482
df424a4Thanks @Andarist! - From now on this package is going to be published as ES module.#1652
a0b5326Thanks @bluwy! - Remove support for the deprecated___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.useCalculatedVersionForSnapshotsconfig. Thesnapshot.useCalculatedVersionconfig should be used instead.Minor Changes
c19b112Thanks @marcalexiei! - ExportPackageandPackagesfrom@changesets/types. They are meant to be used instead of the types from@manypkg/get-packages.Patch Changes
#2177
b5e1762Thanks @Andarist! - AllowoldVersionandnewVersionto be undefined for unversioned private packages.#2160
162419dThanks @beeequeue! - Added or modified thefilesproperty in the manifest. This should not change any behavior.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.