Skip to content

Version Packages - #1500

Merged
agerard-godaddy merged 1 commit into
mainfrom
changeset-release/main
Aug 28, 2026
Merged

Version Packages#1500
agerard-godaddy merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 19, 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 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 main, this PR will be updated.

Releases

create-gasket-app@7.4.24

Patch Changes

  • Updated dependencies [c607816]
  • Updated dependencies [680f916]
    • @gasket/plugin-docs@7.5.7
    • @gasket/core@7.7.6
    • @gasket/plugin-command@7.6.7
    • @gasket/plugin-docusaurus@8.0.1
    • @gasket/plugin-dynamic-plugins@7.5.3
    • @gasket/plugin-logger@7.5.1
    • @gasket/plugin-metadata@7.5.13
    • @gasket/request@7.5.6
    • @gasket/utils@7.6.7
    • @gasket/plugin-git@7.4.11

@gasket/core@7.7.6

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [680f916]
    • @gasket/utils@7.6.7

@gasket/data@7.5.6

Patch Changes

  • Updated dependencies [680f916]
    • @gasket/request@7.5.6

@gasket/intl@7.5.4

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).

@gasket/nextjs@7.6.12

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [680f916]
    • @gasket/request@7.5.6
    • @gasket/data@7.5.6

@gasket/plugin-command@7.6.7

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [680f916]
    • @gasket/core@7.7.6
    • @gasket/utils@7.6.7

@gasket/plugin-data@7.5.4

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [680f916]
    • @gasket/request@7.5.6
    • @gasket/utils@7.6.7

@gasket/plugin-docs@7.5.7

Patch Changes

  • c607816: Fix exports["."].require pointing at a nonexistent ./cjs/index.js in the published package — the real transpiled CJS entrypoint is ./cjs/index.cjs. Any CJS consumer doing require('@gasket/plugin-docs') or require('@gasket/plugin-intl') got MODULE_NOT_FOUND unconditionally since the ESM port (7.5.0 / 7.6.0 respectively). Every sibling package (@gasket/core, @gasket/intl, @gasket/nextjs, @gasket/plugin-webpack, etc.) already points require at ./cjs/index.cjs, and @gasket/plugin-intl's own default condition in the same exports block already had the correct path — this brings require in line with it.
  • Updated dependencies [680f916]
    • @gasket/plugin-command@7.6.7

@gasket/plugin-docs-graphs@7.4.3

Patch Changes

  • c607816: Fix exports["."].require (and, for @gasket/plugin-swagger, the "./prompts" subpath export too) pointing at a nonexistent ./cjs/*.js path in the published package — the real transpiled CJS entrypoint is ./cjs/*.cjs. Any CJS consumer got MODULE_NOT_FOUND unconditionally. Same bug class and fix as the @gasket/plugin-docs / @gasket/plugin-intl fix in this PR.

@gasket/plugin-docusaurus@8.0.1

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [680f916]
    • @gasket/plugin-logger@7.5.1

@gasket/plugin-dynamic-plugins@7.5.3

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).

@gasket/plugin-elastic-apm@7.5.2

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [680f916]
    • @gasket/request@7.5.6

@gasket/plugin-express@7.5.3

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).

@gasket/plugin-git@7.4.11

Patch Changes

  • Updated dependencies [680f916]
    • @gasket/utils@7.6.7

@gasket/plugin-happyfeet@7.4.1

Patch Changes

  • c607816: Fix exports["."].require (and, for @gasket/plugin-swagger, the "./prompts" subpath export too) pointing at a nonexistent ./cjs/*.js path in the published package — the real transpiled CJS entrypoint is ./cjs/*.cjs. Any CJS consumer got MODULE_NOT_FOUND unconditionally. Same bug class and fix as the @gasket/plugin-docs / @gasket/plugin-intl fix in this PR.

@gasket/plugin-https-proxy@7.5.2

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).

@gasket/plugin-intl@7.6.8

Patch Changes

  • c607816: Fix exports["."].require pointing at a nonexistent ./cjs/index.js in the published package — the real transpiled CJS entrypoint is ./cjs/index.cjs. Any CJS consumer doing require('@gasket/plugin-docs') or require('@gasket/plugin-intl') got MODULE_NOT_FOUND unconditionally since the ESM port (7.5.0 / 7.6.0 respectively). Every sibling package (@gasket/core, @gasket/intl, @gasket/nextjs, @gasket/plugin-webpack, etc.) already points require at ./cjs/index.cjs, and @gasket/plugin-intl's own default condition in the same exports block already had the correct path — this brings require in line with it.
  • Updated dependencies [680f916]
    • @gasket/request@7.5.6

@gasket/plugin-logger@7.5.1

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).

@gasket/plugin-metadata@7.5.13

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [680f916]
    • @gasket/core@7.7.6
    • @gasket/plugin-logger@7.5.1

@gasket/plugin-morgan@8.0.1

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [680f916]
    • @gasket/plugin-logger@7.5.1

@gasket/plugin-nextjs@7.8.1

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
    • @gasket/plugin-webpack@7.4.1

@gasket/plugin-swagger@7.4.3

Patch Changes

  • c607816: Fix exports["."].require (and, for @gasket/plugin-swagger, the "./prompts" subpath export too) pointing at a nonexistent ./cjs/*.js path in the published package — the real transpiled CJS entrypoint is ./cjs/*.cjs. Any CJS consumer got MODULE_NOT_FOUND unconditionally. Same bug class and fix as the @gasket/plugin-docs / @gasket/plugin-intl fix in this PR.

@gasket/plugin-vitest@7.2.3

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).

@gasket/plugin-winston@7.4.2

Patch Changes

  • Updated dependencies [680f916]
    • @gasket/plugin-logger@7.5.1

@gasket/preset-api@7.6.12

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [c607816]
  • Updated dependencies [680f916]
  • Updated dependencies [c607816]
    • @gasket/plugin-docs@7.5.7
    • @gasket/plugin-command@7.6.7
    • @gasket/plugin-docusaurus@8.0.1
    • @gasket/plugin-dynamic-plugins@7.5.3
    • @gasket/plugin-express@7.5.3
    • @gasket/plugin-logger@7.5.1
    • @gasket/plugin-vitest@7.2.3
    • @gasket/plugin-swagger@7.4.3
    • @gasket/plugin-cypress@7.5.4
    • @gasket/plugin-fastify@7.5.6
    • @gasket/plugin-git@7.4.11
    • @gasket/plugin-https@7.4.2
    • @gasket/plugin-jest@7.5.10
    • @gasket/plugin-lint@7.4.4
    • @gasket/plugin-mocha@7.5.7
    • @gasket/plugin-typescript@7.4.6
    • @gasket/plugin-winston@7.4.2

@gasket/preset-nextjs@7.6.14

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [c607816]
  • Updated dependencies [680f916]
    • @gasket/plugin-docs@7.5.7
    • @gasket/plugin-intl@7.6.8
    • @gasket/plugin-command@7.6.7
    • @gasket/plugin-docusaurus@8.0.1
    • @gasket/plugin-dynamic-plugins@7.5.3
    • @gasket/plugin-express@7.5.3
    • @gasket/plugin-https-proxy@7.5.2
    • @gasket/plugin-logger@7.5.1
    • @gasket/plugin-nextjs@7.8.1
    • @gasket/plugin-vitest@7.2.3
    • @gasket/utils@7.6.7
    • @gasket/plugin-cypress@7.5.4
    • @gasket/plugin-git@7.4.11
    • @gasket/plugin-https@7.4.2
    • @gasket/plugin-jest@7.5.10
    • @gasket/plugin-lint@7.4.4
    • @gasket/plugin-mocha@7.5.7
    • @gasket/plugin-typescript@7.4.6
    • @gasket/plugin-webpack@7.4.1
    • @gasket/plugin-winston@7.4.2

@gasket/react-intl@7.7.3

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).
  • Updated dependencies [c607816]
  • Updated dependencies [680f916]
    • @gasket/plugin-intl@7.6.8
    • @gasket/intl@7.5.4
    • @gasket/data@7.5.6

@gasket/request@7.5.6

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).

@gasket/utils@7.6.7

Patch Changes

  • 680f916: Remove the build:watch script from these 20 packages. Each one's build script runs gasket-cjs, and build:watch was pnpm run build --watch — but gasket-cjs (a Commander CLI) has no --watch support and exits with error: unknown option '--watch' on every invocation. The script has never worked since these packages moved to gasket-cjs; removing it rather than reintroducing watch mode, since no consumer of gasket-cjs currently supports it (tracked in PFX-1184, same root cause fixed for the internal fork's equivalent packages in gdcorp-uxp/gasket#2298).

generate-docs-index@7.4.40

Patch Changes

  • Updated dependencies [c607816]
  • Updated dependencies [680f916]
  • Updated dependencies [c607816]
    • @gasket/plugin-docs@7.5.7
    • @gasket/plugin-intl@7.6.8
    • @gasket/core@7.7.6
    • @gasket/intl@7.5.4
    • @gasket/nextjs@7.6.12
    • @gasket/plugin-command@7.6.7
    • @gasket/plugin-data@7.5.4
    • @gasket/plugin-docusaurus@8.0.1
    • @gasket/plugin-dynamic-plugins@7.5.3
    • @gasket/plugin-elastic-apm@7.5.2
    • @gasket/plugin-express@7.5.3
    • @gasket/plugin-https-proxy@7.5.2
    • @gasket/plugin-logger@7.5.1
    • @gasket/plugin-metadata@7.5.13
    • @gasket/plugin-morgan@8.0.1
    • @gasket/plugin-nextjs@7.8.1
    • @gasket/plugin-vitest@7.2.3
    • @gasket/preset-api@7.6.12
    • @gasket/preset-nextjs@7.6.14
    • @gasket/react-intl@7.7.3
    • @gasket/request@7.5.6
    • @gasket/utils@7.6.7
    • @gasket/plugin-docs-graphs@7.4.3
    • @gasket/plugin-happyfeet@7.4.1
    • @gasket/plugin-swagger@7.4.3
    • create-gasket-app@7.4.24
    • @gasket/data@7.5.6
    • @gasket/plugin-analyze@7.4.4
    • @gasket/plugin-cypress@7.5.4
    • @gasket/plugin-fastify@7.5.6
    • @gasket/plugin-git@7.4.11
    • @gasket/plugin-https@7.4.2
    • @gasket/plugin-jest@7.5.10
    • @gasket/plugin-lint@7.4.4
    • @gasket/plugin-manifest@7.3.10
    • @gasket/plugin-middleware@7.5.5
    • @gasket/plugin-mocha@7.5.7
    • @gasket/plugin-redux@7.4.5
    • @gasket/plugin-service-worker@7.5.2
    • @gasket/plugin-typescript@7.4.6
    • @gasket/plugin-webpack@7.4.1
    • @gasket/plugin-winston@7.4.2
    • @gasket/plugin-workbox@7.4.0
    • @gasket/redux@7.4.1

@github-actions
github-actions Bot requested a review from a team as a code owner August 19, 2026 16:02
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from e3c15c0 to f789f1d Compare August 28, 2026 15:05
@agerard-godaddy
agerard-godaddy merged commit 4119e77 into main Aug 28, 2026
7 checks passed
@agerard-godaddy
agerard-godaddy deleted the changeset-release/main branch August 28, 2026 20:03
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.

1 participant