Conversation
…kage BREAKING CHANGE: the minimum required node version is now v22.21 BREAKING CHANGE: valid visibility options have been changed from Public/Private to OSS/ISS/CS BREAKING CHANGE: `scaffold`, `lift`, and `test` now require a dependencies object as a second argument with `logger` as the first required dependency to replace the previous direct dependency on `@travi/cli-messages`
…lishing to codecov
chore(action): pin form8ion/semantic-release-workflow action to 19ce8e3 (beta)
…c-release-workflow-2.x chore(action): update form8ion/semantic-release-workflow action to v2.0.1 (beta)
chore(deps): update dependency ls-engines to v0.10.0 (beta)
chore(deps): update npm to v11.16.0 (beta)
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
…int-config-2.x chore(deps): update dependency @form8ion/commitlint-config to v2.0.16 (beta)
…tion-4.x chore(action): update github/codeql-action action to v4.36.1 (beta)
…-6.x chore(action): update actions/checkout action to v6.0.3 (beta)
…c-release-workflow-2.x chore(action): update form8ion/semantic-release-workflow action to v2.0.2 (beta)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1387 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 111 108 -3
Lines 356 353 -3
=========================================
- Hits 356 353 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
🎉 This PR is included in version 16.0.0-beta.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
chore(deps): update dependency js-yaml to v4.2.0 (beta)
`@form8ion/project` already uses the literal prompt ID `BASE_DETAILS` for its own base-details prompt. Any consumer composing this package's scaffolder with `@form8ion/project`'s (as `@form8ion/eslint-config-extender` does) shares a single `dependencies.prompt` function across both -- one wrapped to answer `@form8ion/project`'s own prompts, another (baked into this package's plugin) wrapped to answer this package's prompts and delegate the remainder back to the same base `dependencies.prompt`. Both delegation paths land on the identical function, which then gets called twice with `id === 'BASE_DETAILS'` -- once for project's fields (name/description/visibility/license) and once for this package's remaining fields (author/scope/package-manager/dialect) -- with genuinely different `questions` payloads a caller can't distinguish by ID alone. `@form8ion/project`'s `BASE_DETAILS` is the more foundational, language-agnostic prompt, used by every project type regardless of language. This package's own base-details prompt is javascript-specific, so it renames instead: `BASE_DETAILS` -> `JAVASCRIPT_BASE_DETAILS`, matching the same direction as `MONOREPO_DETAILS` -> `PACKAGE_DETAILS` in `@form8ion/add-package-to-monorepo` for the same naming-specificity concern. BREAKING CHANGE: the `BASE_DETAILS` prompt ID (and matching `questionNames` group key) is renamed to `JAVASCRIPT_BASE_DETAILS`. Callers providing a `prompt` dependency that switches on `promptConstants.ids.BASE_DETAILS` need to switch on `promptConstants.ids.JAVASCRIPT_BASE_DETAILS` instead, and read question names from `promptConstants.questionNames.JAVASCRIPT_BASE_DETAILS`. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…-collision fix(prompts): rename BASE_DETAILS prompt ID to JAVASCRIPT_BASE_DETAILS
|
🎉 This PR is included in version 16.0.0-beta.22 🎉 The release is available on: Your semantic-release bot 📦🚀 |
chore(deps): update dependency lockfile-lint to v5.0.1 (beta)
…int-config-3.x chore(deps): update dependency @form8ion/commitlint-config to v3.0.1 (beta)
chore(deps): update dependency js-yaml to v5.3.0 (beta)
…tion-4.x chore(action): update github/codeql-action action to v4.37.8 (beta)
chore(deps): update vitest monorepo to v4.1.11 (beta)
chore(deps): update dependency publint to v0.3.24 (beta)
chore(deps): update dependency rollup to v4.62.5 (beta)
…tion-4.x chore(action): update github/codeql-action action to v4.37.9 (beta)
chore(deps): update dependency js-yaml to v5.4.0 (beta)
chore(deps): update dependency rollup to v4.63.0 (beta)
chore(deps): update dependency js-yaml to v5.4.1 (beta)
chore(deps): update dependency rollup to v4.63.1 (beta)
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.
Uh oh!
There was an error while loading. Please reload this page.