Skip to content

Version Packages (next)#1868

Open
github-actions[bot] wants to merge 1 commit intonextfrom
changeset-release/next
Open

Version Packages (next)#1868
github-actions[bot] wants to merge 1 commit intonextfrom
changeset-release/next

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

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

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

  • Updated dependencies [c19b112, db46911]:

    • @changesets/types@7.0.0-next.2
    • @changesets/pre@3.0.0-next.2
    • @changesets/read@1.0.0-next.2

@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
@github-actions github-actions bot force-pushed the changeset-release/next branch from b11eca1 to 429b668 Compare April 1, 2026 09:20
@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

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.

2 participants