Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(client, build-tools): Bump Biome to 1.9.4 (lockfile only) #22908

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build-tools/packages/build-cli/src/commands/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ import { StateMachineCommand } from "../stateMachineCommand.js";

export default class ReleaseCommand extends StateMachineCommand<typeof ReleaseCommand> {
static readonly summary = "Releases a package or release group.";
static readonly description = `The release command ensures that a release branch is in good condition, then walks the user through releasing a package or release group.
static readonly description =
`The release command ensures that a release branch is in good condition, then walks the user through releasing a package or release group.

The command runs a number of checks automatically to make sure the branch is in a good state for a release. If any of the dependencies are also in the repo, then they're checked for the latest release version. If the dependencies have not yet been released, then the command prompts to perform the release of the dependency, then run the release command again.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const DEFAULT_MIN_VERSION = "0.0.0";
export default class ReleaseHistoryCommand extends ReleaseReportBaseCommand<
typeof ReleaseHistoryCommand
> {
static readonly description = `Prints a list of released versions of a package or release group. Releases are gathered from the git tags in repo containing the working directory.
static readonly description =
`Prints a list of released versions of a package or release group. Releases are gathered from the git tags in repo containing the working directory.

Use 'npm view' to list published packages based on the public npm registry.

Expand Down
3 changes: 2 additions & 1 deletion build-tools/packages/build-cli/src/commands/typetests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import {
export default class PrepareTypeTestsCommand extends PackageCommand<
typeof PrepareTypeTestsCommand
> {
static readonly description = `Updates configuration for type tests in package.json files. If the previous version changes after running preparation, then npm install must be run before building.
static readonly description =
`Updates configuration for type tests in package.json files. If the previous version changes after running preparation, then npm install must be run before building.

Optionally, any type tests that are marked "broken" in package.json can be reset using the --reset flag during configuration. This is useful when resetting the type tests to a clean state, such as after a release.

Expand Down
72 changes: 36 additions & 36 deletions build-tools/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading