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

release: 1.6.0 #1969

Merged
merged 39 commits into from
Mar 8, 2024
Merged

release: 1.6.0 #1969

merged 39 commits into from
Mar 8, 2024

Conversation

ematipico
Copy link
Member

@ematipico ematipico commented Mar 5, 2024

Summary

  • a new blog post that explains the features of v1.6
  • update schema number in the docs
  • updated some parts of the documentation
  • bumped rust crates
  • generated a new JSON schema

Test Plan

Proof read https://deploy-preview-1969--biomejs.netlify.app/

Copy link

netlify bot commented Mar 5, 2024

Deploy Preview for biomejs ready!

Name Link
🔨 Latest commit 962087a
🔍 Latest deploy log https://app.netlify.com/sites/biomejs/deploys/65eb0a43a3b71500080e345e
😎 Deploy Preview https://deploy-preview-1969--biomejs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 95 (🔴 down 5 from production)
Accessibility: 97 (no change from production)
Best Practices: 100 (no change from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added A-Website Area: website A-Changelog Area: changelog labels Mar 5, 2024
@Conaclos
Copy link
Member

Conaclos commented Mar 5, 2024

I am working on rule promotion.

@github-actions github-actions bot added the A-Project Area: project label Mar 6, 2024
Copy link
Contributor

@arendjr arendjr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice post! Just did a bit of proofreading.

website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
@@ -63,7 +63,7 @@ impl VueFileHandler {

/// Returns the start byte offset of the Vue `<script>` tag
pub fn start(input: &str) -> Option<u32> {
Self::matches_script(input).map(|m| m.start() as u32 - 1)
Self::matches_script(input).map(|m| m.start() as u32)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes an issue in the LSP when showing diagnostics. Spans were incorrect

@github-actions github-actions bot added A-CLI Area: CLI A-Linter Area: linter L-JavaScript Language: JavaScript and super languages A-Diagnostic Area: diagnostocis labels Mar 6, 2024
Copy link

codspeed-hq bot commented Mar 6, 2024

CodSpeed Performance Report

Merging #1969 will not alter performance

⚠️ No base runs were found

Falling back to comparing relase/1.6.0 (962087a) with main (63d43be)

Summary

✅ 93 untouched benchmarks

@ghiscoding
Copy link
Contributor

ghiscoding commented Mar 6, 2024

hello guys, I'm assuming this will include all the nightly release comments? If so then please note that there seem to be an error in the very first nightly release comment (from 3 hours ago)

image

I'm assuming astro:i18n is meant to be moved to after the astro:components!? Because as it is shown now, they seem identical to me, though I didn't drink my coffee yet :D

@ematipico
Copy link
Member Author

thank you @ghiscoding , this is fixed in a49f6ba (#1969)

Copy link
Contributor

github-actions bot commented Mar 7, 2024

Parser conformance results on

js/262

Test result main count This PR count Difference
Total 49701 49701 0
Passed 48721 48721 0
Failed 980 980 0
Panics 0 0 0
Coverage 98.03% 98.03% 0.00%

jsx/babel

Test result main count This PR count Difference
Total 40 40 0
Passed 37 37 0
Failed 3 3 0
Panics 0 0 0
Coverage 92.50% 92.50% 0.00%

symbols/microsoft

Test result main count This PR count Difference
Total 6322 6322 0
Passed 2036 2036 0
Failed 4286 4286 0
Panics 0 0 0
Coverage 32.20% 32.20% 0.00%

ts/babel

Test result main count This PR count Difference
Total 662 662 0
Passed 593 593 0
Failed 69 69 0
Panics 0 0 0
Coverage 89.58% 89.58% 0.00%

ts/microsoft

Test result main count This PR count Difference
Total 17646 17646 0
Passed 13439 13439 0
Failed 4205 4205 0
Panics 2 2 0
Coverage 76.16% 76.16% 0.00%

@ematipico ematipico marked this pull request as ready for review March 7, 2024 10:11
@ematipico ematipico requested a review from a team as a code owner March 7, 2024 10:11
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Show resolved Hide resolved
Copy link
Member

@SuperchupuDev SuperchupuDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good! some small nits:

CHANGELOG.md Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/blog/biome-v1-6.mdx Outdated Show resolved Hide resolved
website/src/content/docs/guides/getting-started.mdx Outdated Show resolved Hide resolved
website/src/content/docs/guides/getting-started.mdx Outdated Show resolved Hide resolved
website/src/content/docs/internals/language-support.mdx Outdated Show resolved Hide resolved
website/src/content/docs/internals/language-support.mdx Outdated Show resolved Hide resolved
@ematipico ematipico merged commit a03de64 into main Mar 8, 2024
21 checks passed
@ematipico ematipico deleted the relase/1.6.0 branch March 8, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-CLI Area: CLI A-Core Area: core A-Diagnostic Area: diagnostocis A-Formatter Area: formatter A-Linter Area: linter A-Parser Area: parser A-Project Area: project A-Website Area: website L-CSS Language: CSS L-JavaScript Language: JavaScript and super languages L-JSON Language: JSON and super languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants