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

chore: upgrade to biome 1.9.4 #8616

Merged
merged 1 commit into from
Oct 31, 2024
Merged

chore: upgrade to biome 1.9.4 #8616

merged 1 commit into from
Oct 31, 2024

Conversation

chriswk
Copy link
Member

@chriswk chriswk commented Oct 31, 2024

The two lints being turned off are new for 1.9.x and caused a massive diff inside frontend if activated, to reduce impact, turned them off for the merge. We might want to look at turning them back on once we're ready to have a semantic / a11y refactor of our frontend

@chriswk chriswk self-assigned this Oct 31, 2024
Copy link

vercel bot commented Oct 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
unleash-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 2:12pm
unleash-monorepo-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 31, 2024 2:12pm

Copy link
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ❌ 2 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.
See the Details below.

License Issues

frontend/yarn.lock

PackageVersionLicenseIssue Type
@biomejs/biome1.9.4Apache-2.0 AND MITIncompatible License

yarn.lock

PackageVersionLicenseIssue Type
@biomejs/biome1.9.4Apache-2.0 AND MITIncompatible License
Allowed Licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, 0BSD, CC0-1.0, Unlicense, BlueOak-1.0.0, CC-BY-4.0

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
npm/@biomejs/biome 1.9.4 UnknownUnknown
npm/@biomejs/biome 1.9.4 UnknownUnknown
npm/@biomejs/cli-darwin-arm64 1.9.4 UnknownUnknown
npm/@biomejs/cli-darwin-x64 1.9.4 UnknownUnknown
npm/@biomejs/cli-linux-arm64 1.9.4 UnknownUnknown
npm/@biomejs/cli-linux-arm64-musl 1.9.4 UnknownUnknown
npm/@biomejs/cli-linux-x64 1.9.4 UnknownUnknown
npm/@biomejs/cli-linux-x64-musl 1.9.4 UnknownUnknown
npm/@biomejs/cli-win32-arm64 1.9.4 UnknownUnknown
npm/@biomejs/cli-win32-x64 1.9.4 UnknownUnknown
npm/@biomejs/biome ^1.9.4 UnknownUnknown
npm/@biomejs/biome 1.9.4 UnknownUnknown
npm/@biomejs/cli-darwin-arm64 1.9.4 UnknownUnknown
npm/@biomejs/cli-darwin-x64 1.9.4 UnknownUnknown
npm/@biomejs/cli-linux-arm64 1.9.4 UnknownUnknown
npm/@biomejs/cli-linux-arm64-musl 1.9.4 UnknownUnknown
npm/@biomejs/cli-linux-x64 1.9.4 UnknownUnknown
npm/@biomejs/cli-linux-x64-musl 1.9.4 UnknownUnknown
npm/@biomejs/cli-win32-arm64 1.9.4 UnknownUnknown
npm/@biomejs/cli-win32-x64 1.9.4 UnknownUnknown

Scanned Files

  • frontend/package.json
  • frontend/yarn.lock
  • package.json
  • yarn.lock

"linter": {
"enabled": true,
"rules": {
"recommended": true,
"a11y": {
"useSemanticElements": "off"
Copy link
Contributor

Choose a reason for hiding this comment

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

can we add explanation in the PR why those changes were needed? have some defaults changed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, good suggestion. Added as main comment to PR, will include in merge commit message

@chriswk chriswk merged commit 8d4e3ef into main Oct 31, 2024
15 of 16 checks passed
@chriswk chriswk deleted the chore/biome19Upgrade branch October 31, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants