| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
#1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26
#1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.
#1969 2c7c043 Thanks @marcalexiei! - Add a named export that mirrors the current default export
The default export is slated for removal in the next major release, so this ensures a smoother transition path.
#1994 062530b 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.
#1476 e0e1748 Thanks @pralkarz! - Replace fs-extra usage with node:fs
#2160 162419d Thanks @beeequeue! - Added or modified the files property in the manifest. This should not change any behavior.
Updated dependencies [062530b, 88f2abb, df424a4, b5e1762, c19b112, 162419d, 4c26f2f, 96b65ee, 813bbf3, df424a4, a0b5326]:
#1994 062530b 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.
#2040 88f2abb Thanks @bluwy! - Use stricter types for the options parameter for CommitFunctions, ChangelogFunctions, Config & WrittenConfig's commit and changelog properties, to null | Record<string, unknown> instead of any or Record<string, any>
#1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26
#2133 4c26f2f Thanks @bluwy! - Remove "private" type support for WrittenConfig.access. Only "public" and "restricted" are valid values. This change was also already made in #2015 in the runtime.
#2190 96b65ee Thanks @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.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset 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 in pre.json if certain changesets are deleted.
#2117 813bbf3 Thanks @bluwy! - Remove the pre.json initialVersions property and handling as it's unused internally
#1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.
#1652 a0b5326 Thanks @bluwy! - Remove support for the deprecated ___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH.useCalculatedVersionForSnapshots config. The snapshot.useCalculatedVersion config should be used instead.
#1875 12f20ea Thanks @beeequeue! - Removed execWithOutput and spawnWithOutput.
They were never intended to be used externally, but are now removed either way.
If you used them, we recommend using tinyexec or node:child_process#exec directly.
#1875 12f20ea Thanks @beeequeue! - Changed runPublish() signature.
Now requires passing separate command and args parameters:
runPublish({
- script: `node -e 'console.log("test")'`
+ command: "node",
+ args: ["-e", `console.log("test")`]
cwd: import.meta.dirname,
})#1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26
#2190 96b65ee Thanks @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.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset 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 in pre.json if certain changesets are deleted.
#2106 ea8ca75 Thanks @beeequeue! - Dropped support for v1 changeset bump command in runVersion()
#1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos
#1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.
#1962 cda03f7 Thanks @bluwy! - Replace markdown parsing with regex
#1969 2c7c043 Thanks @marcalexiei! - Add a named export that mirrors the current default export
The default export is slated for removal in the next major release, so this ensures a smoother transition path.
#1476 e0e1748 Thanks @pralkarz! - Replace fs-extra usage with node:fs
#2160 162419d Thanks @beeequeue! - Added or modified the files property in the manifest. This should not change any behavior.
#1476 e0e1748 Thanks @pralkarz! - Replaced spawndamnit with tinyexec
#1948 d165b4e Thanks @beeequeue! - Removed the unused signal-exit dependency
Updated dependencies [e0e1748, 6d1f384, 062530b, 88f2abb, df424a4, b5e1762, c19b112, 162419d, 4c26f2f, 96b65ee, db46911, 2c7c043, 813bbf3, c2348fc, df424a4, a0b5326, 169b128]:
#1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26
#2190 96b65ee Thanks @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.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset 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 in pre.json if certain changesets are deleted.
#1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.
#1494 6d1f384 Thanks @bluwy! - Remove support for reading changesets from version 1
#1969 2c7c043 Thanks @marcalexiei! - Add a named export that mirrors the current default export
The default export is slated for removal in the next major release, so this ensures a smoother transition path.
#2066 c2348fc Thanks @bluwy! - Ignore more markdown files in the .changeset directory when reading changesets, including AGENTS.md, CLAUDE.md, and GEMINI.md
#1476 e0e1748 Thanks @pralkarz! - Replace fs-extra usage with node:fs
#2160 162419d Thanks @beeequeue! - Added or modified the files property in the manifest. This should not change any behavior.
#2004 169b128 Thanks @ghostdevv! - Replace picocolors with node:util's styleText
Updated dependencies [e0e1748, a736a20, 062530b, 88f2abb, df424a4, b5e1762, c19b112, 162419d, b9407b3, 4c26f2f, 96b65ee, 3628cab, db46911, 2c7c043, 813bbf3, df424a4, 1c1ded3, a0b5326, e0e1748, 6c79210, 96b65ee]:
#1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26
#2190 96b65ee Thanks @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.json file. Existing pre.json will auto-migrate to this new structure on the next run of changeset version or when calling changeset 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 in pre.json if certain changesets are deleted.
#1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos
#2117 813bbf3 Thanks @bluwy! - Remove the pre.json initialVersions property and handling as it's unused internally
#1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.
#1476 e0e1748 Thanks @pralkarz! - Replace fs-extra usage with node:fs
#2160 162419d Thanks @beeequeue! - Added or modified the files property in the manifest. This should not change any behavior.
Updated dependencies [062530b, 88f2abb, 6a05002, df424a4, b5e1762, c19b112, 162419d, 4c26f2f, 96b65ee, 813bbf3, df424a4, a0b5326, 6a05002]:
#1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26
#1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.
#1969 2c7c043 Thanks @marcalexiei! - Add a named export that mirrors the current default export
The default export is slated for removal in the next major release, so this ensures a smoother transition path.
#2160 162419d Thanks @beeequeue! - Added or modified the files property in the manifest. This should not change any behavior.
#2083 1c1ded3 Thanks @bluwy! - Refactor yaml parsing to use the yaml package
Updated dependencies [062530b, 88f2abb, df424a4, b5e1762, c19b112, 162419d, 4c26f2f, 96b65ee, 813bbf3, df424a4, a0b5326]:
#1482 df424a4 Thanks @Andarist! - Bumped supported Node versions to ^22.11 || ^24 || >=26
#1482 df424a4 Thanks @Andarist! - From now on this package is going to be published as ES module.
#2160 162419d Thanks @beeequeue! - Added or modified the files property in the manifest. This should not change any behavior.
#2004 169b128 Thanks @ghostdevv! - Replace picocolors with node:util's styleText
| Back | FazBrowse Home | New Git URL |