Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2026

This PR contains the following updates:

Package Type Update Change OpenSSF
@biomejs/biome (source) peerDependencies patch >=2.3.10 → >=2.3.11 OpenSSF Scorecard

Release Notes

biomejs/biome (@​biomejs/biome)

v2.3.11

Compare Source

Patch Changes
Invalid
<script setup lang="ts">
const props = defineProps({
  kind: { type: String },
});
</script>
Valid
<script setup lang="ts">
const props = defineProps<{
  kind: string;
}>();
</script>

Configuration

📅 Schedule: Branch creation - "before 3am every weekday" in timezone Europe/Lisbon, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file minor-patch-update Minor or patch version update - safe to auto-merge priority-low Low priority - can be addressed when time permits renovate Automated dependency updates by Renovate Bot labels Jan 5, 2026
@renovate renovate bot enabled auto-merge (squash) January 5, 2026 01:13
@renovate renovate bot added minor-patch-update Minor or patch version update - safe to auto-merge renovate Automated dependency updates by Renovate Bot labels Jan 5, 2026
@renovate renovate bot merged commit 32c3ac2 into main Jan 5, 2026
2 checks passed
@renovate renovate bot deleted the renovate/biomejs-biome-2.3.x branch January 5, 2026 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file minor-patch-update Minor or patch version update - safe to auto-merge priority-low Low priority - can be addressed when time permits renovate Automated dependency updates by Renovate Bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant