Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jun 20, 2025

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

@biomejs/[email protected]

Patch Changes

  • #6439 7e4da4e Thanks @ematipico! - Fixed an issue where the correct rights aren't added to the binary during publishing

  • #6297 cc4b8c9 Thanks @vladimir-ivanov! - Added a new lint useReadonlyClassProperties rule.
    This rule is a port of ESLint's prefer-readonly rule.

    Example:

    class Example {
      // All properties below can be marked as readonly
      public constantValue = 42;
      protected initializedInConstructor: string;
      private privateField = true;
    
      constructor(initializedInConstructor: string) {
        this.initializedInConstructor = initializedInConstructor;
      }
    }

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@biomejs/[email protected]

@github-actions github-actions bot force-pushed the changeset-release/main branch from 50ef6ac to de1ded6 Compare June 21, 2025 05:10
@github-actions github-actions bot force-pushed the changeset-release/main branch from de1ded6 to 3208db6 Compare June 21, 2025 07:07
@siketyan siketyan merged commit 2c9cdd5 into main Jun 21, 2025
@siketyan siketyan deleted the changeset-release/main branch June 21, 2025 07:08
@lgarron
Copy link
Contributor

lgarron commented Jun 21, 2025

Looks like this failed due to trying to publish the JS API to npm as version 1.0.0?

https://github.com/biomejs/biome/actions/runs/15793312594/job/44522432514

Edit: looks like @biomejs/biome successfully published, though.

@ematipico
Copy link
Member

ematipico commented Jun 21, 2025

Looks like this failed due to trying to publish the JS API to npm as version 1.0.0?

biomejs/biome/actions/runs/15793312594/job/44522432514

Edit: looks like @biomejs/biome successfully published, though.

Please have some patience. We're trying our best. Unless you're willing to help, flooding the team with messages will make the team more anxious.

@lgarron
Copy link
Contributor

lgarron commented Jun 21, 2025

Looks like this failed due to trying to publish the JS API to npm as version 1.0.0?
biomejs/biome/actions/runs/15793312594/job/44522432514
Edit: looks like @biomejs/biome successfully published, though.

Please have some patience. We're trying our best. Unless you're willing to help, flooding the team with messages will make the team more anxious.

Sure thing, absolutely no rush.

I was just trying to figure out the situation, but I'll wait until I hear more from the team then.

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.

4 participants