Skip to content

Version Packages (next) - #1868

Merged
bluwy merged 1 commit into
nextfrom
changeset-release/next
May 4, 2026
Merged

Version Packages (next)#1868
bluwy merged 1 commit into
nextfrom
changeset-release/next

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

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 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.2

Major Changes

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

Minor Changes

  • #1744 303cacd Thanks @beeequeue! - Bumped the default Prettier version used in the absence of the local installation to v3

Patch Changes

  • #1875 12f20ea Thanks @beeequeue! - Replaced spawndamnit with tinyexec

  • Updated dependencies [c19b112, db46911, 12f20ea]:

    • @changesets/types@7.0.0-next.2
    • @changesets/config@4.0.0-next.2
    • @changesets/git@4.0.0-next.2
    • @changesets/should-skip-package@1.0.0-next.2

@changesets/assemble-release-plan@7.0.0-next.2

Major Changes

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

Patch Changes

  • Updated dependencies [c19b112, db46911]:
    • @changesets/types@7.0.0-next.2
    • @changesets/get-dependents-graph@3.0.0-next.2
    • @changesets/should-skip-package@1.0.0-next.2

@changesets/cli@3.0.0-next.2

Major Changes

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

Minor Changes

  • #1744 303cacd Thanks @beeequeue! - Bumped the default Prettier version used in the absence of the local installation to v3

Patch Changes

  • #1875 12f20ea Thanks @beeequeue! - Replaced spawndamnit with tinyexec

  • Updated dependencies [c19b112, db46911, 303cacd, 12f20ea]:

    • @changesets/types@7.0.0-next.2
    • @changesets/assemble-release-plan@7.0.0-next.2
    • @changesets/get-dependents-graph@3.0.0-next.2
    • @changesets/apply-release-plan@8.0.0-next.2
    • @changesets/get-release-plan@5.0.0-next.2
    • @changesets/config@4.0.0-next.2
    • @changesets/git@4.0.0-next.2
    • @changesets/pre@3.0.0-next.2
    • @changesets/changelog-git@1.0.0-next.2
    • @changesets/read@1.0.0-next.2
    • @changesets/should-skip-package@1.0.0-next.2
    • @changesets/write@1.0.0-next.2

@changesets/config@4.0.0-next.2

Major Changes

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

Patch Changes

  • Updated dependencies [c19b112, db46911]:
    • @changesets/types@7.0.0-next.2
    • @changesets/get-dependents-graph@3.0.0-next.2
    • @changesets/should-skip-package@1.0.0-next.2

@changesets/get-dependents-graph@3.0.0-next.2

Major Changes

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

Patch Changes

  • Updated dependencies [c19b112]:
    • @changesets/types@7.0.0-next.2

@changesets/get-release-plan@5.0.0-next.2

Major Changes

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

Patch Changes

  • Updated dependencies [c19b112, db46911]:
    • @changesets/types@7.0.0-next.2
    • @changesets/assemble-release-plan@7.0.0-next.2
    • @changesets/config@4.0.0-next.2
    • @changesets/pre@3.0.0-next.2
    • @changesets/read@1.0.0-next.2

@changesets/git@4.0.0-next.2

Major Changes

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

Patch Changes

@changesets/pre@3.0.0-next.2

Major Changes

  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

Patch Changes

  • Updated dependencies [c19b112]:
    • @changesets/types@7.0.0-next.2

@changesets/release-utils@1.0.0-next.2

Major Changes

  • #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,
    })
  • #1655 db46911 Thanks @bluwy! - Update @manypkg/get-packages which drops support for detecting packages in Bolt monorepos and adds support for npm monorepos

Patch Changes

@changesets/types@7.0.0-next.2

Minor Changes

  • #1872 c19b112 Thanks @marcalexiei! - Export Package and Packages from @changesets/types. They are meant to be used instead of the types from @manypkg/get-packages.

@changesets/changelog-git@1.0.0-next.2

Patch Changes

  • Updated dependencies [c19b112]:
    • @changesets/types@7.0.0-next.2

@changesets/changelog-github@1.0.0-next.2

Patch Changes

  • Updated dependencies [c19b112]:
    • @changesets/types@7.0.0-next.2

@changesets/parse@1.0.0-next.2

Patch Changes

  • Updated dependencies [c19b112]:
    • @changesets/types@7.0.0-next.2

@changesets/read@1.0.0-next.2

Patch Changes

  • Updated dependencies [c19b112, db46911, 12f20ea]:
    • @changesets/types@7.0.0-next.2
    • @changesets/git@4.0.0-next.2
    • @changesets/parse@1.0.0-next.2

@changesets/should-skip-package@1.0.0-next.2

Patch Changes

  • Updated dependencies [c19b112]:
    • @changesets/types@7.0.0-next.2

@changesets/write@1.0.0-next.2

Patch Changes

  • Updated dependencies [c19b112]:
    • @changesets/types@7.0.0-next.2

@changesets/test-utils@0.0.9-next.2

Patch Changes

@github-actions
github-actions Bot force-pushed the changeset-release/next branch 2 times, most recently from 9e5dc8a to 2292271 Compare March 8, 2026 14:40
@gabrielsch

Copy link
Copy Markdown

can we merge this as the manypkgs/get-packages v1 is installing unsafe dependencies under the hoods? https://nvd.nist.gov/vuln/detail/CVE-2025-64718

@github-actions
github-actions Bot force-pushed the changeset-release/next branch 2 times, most recently from 8a82693 to e9073d9 Compare April 30, 2026 07:36
@github-actions
github-actions Bot force-pushed the changeset-release/next branch from e9073d9 to 33c4f4d Compare April 30, 2026 10:10
@beeequeue

Copy link
Copy Markdown
Member

@gabrielsch we are working on getting v3 released soon鈩笍, we have limited the scope of the remaining changes to speed it up.

@Andarist

Copy link
Copy Markdown
Member

That one will absolutely be addressed by our v3 release. IIRC, that's already fixed on the next branch.

@bluwy
bluwy merged commit 8e9afd1 into next May 4, 2026
2 checks passed
@bluwy
bluwy deleted the changeset-release/next branch May 4, 2026 06:50
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.

5 participants