-
Notifications
You must be signed in to change notification settings - Fork 174
build(deps-dev): bump @biomejs/biome from 1.9.4 to 2.0.6 #470
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
Conversation
Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 1.9.4 to 2.0.6. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.0.6/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.0.6 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #470 +/- ##
=======================================
Coverage 99.86% 99.86%
=======================================
Files 7 7
Lines 722 722
=======================================
Hits 721 721
Misses 1 1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📝 Notes for the kind reviewers alike!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📣 This was migrated according to the latest biome
release: https://biomejs.dev/blog/biome-v2/
@@ -305,7 +305,7 @@ describe("client", () => { | |||
mocks.calls.rejects(errors.requestErrorWithOriginal(response, true)); | |||
await send(mocks.core); | |||
assert.fail("Expected an error but none was found"); | |||
} catch (error) { | |||
} catch (_err) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👁️🗨️ Underscoring unused variables but also preferring the err
convention shown in slackapi/node-slack-sdk#2281
@@ -91,10 +91,12 @@ describe("content", () => { | |||
} | |||
`); | |||
const config = new Config(mocks.core); | |||
// biome-ignore-start lint/suspicious/noTemplateCurlyInString: GitHub Action YAML variable syntax |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Looks good! Thanks for migrating this project @zimeg!
Bumps @biomejs/biome from 1.9.4 to 2.0.6.
Release notes
Sourced from
@biomejs/biome
's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome
's changelog.... (truncated)
Commits
a69bbe8
ci: release (#6507)6a24bd9
chore: link packages differently (#6558)f62e748
feat(lint): implementnoImplicitCoercion
rule (#6395)e128ea9
feat(lint): no-alert rule (#6355)5705f1a
feat(lint): implementuseUnifiedTypeSignature
rule (#6320)a3a3715
feat(linter): implement noUnassignedVariables rule (#6219)b8cbd83
feat(biome_js_analyze): implement noExcessiveLinesPerFunction (#6166)09f49ba
ci: release (#6467)4209030
chore: update vscode badges (#6468)c939e54
chore: fix invalid link in CHANGELOG.mdDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)