You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dynamic regex (RegExep("", "")) support in regex-related rules (noControlCharacterInRegex and noMisleadingCharacterClass)
Rename some rules. This could be made in a backward compatible way by keeping the old rule as deprecated.
- noMultipleSpacesInRegularExpressionLiterals -> noMultipleSpacesInRegex
- noUnusedTemplateLiteral -> noUselessTemplateLiteral?
Think about adopting the same defaults as Prettier for our options to make migration easier. Notably, indentStyle.
Create a chat.biomejs.dev sub-domain, create a redirect to the discord invite link, and change all the occurrences to use chat.biomejs.dev
Developments
For anyone who has the right to modify the issue, please add additional tasks to the list.
We plan to merge changes to the next branch, and regularly rebase main into next until we reach a point where we can merge next into main.
We will regularly rebase main into next. Please DOT NOT USE git merge. Please use git rebase
For anyone involved in the developments, please enable git rerere for your sanity. This feature will cache all the conflict resolutions on your local machine, so next time you happen to have the same resolution, git will apply it automatically. Very useful when rebasing the same branch.
Create an issue every time you start working on something, so GitHub will automatically automate the workflow (it will tick the checkbox once the issue is closed).
Engagements with this issue
If possible, please refrain from commenting on this issue unless you're involved with the developments. If you want to discuss a decision, please use the relative issue. If an issue doesn't exist, please use Discord, or wait for an issue to be open.
The text was updated successfully, but these errors were encountered:
Tasks
We will use this issue to track all the necessary breaking changes and removal of deprecation we plan to do for the next major of Biome.
Biome related
rome.json
#4243rome-ignore
#4251trailingComma
option #4256--apply
CLI option #4267BIOME_LOG_DIR
#4288BREAKING: Remove the deprecated support ofroot_path
from the LSP @nhedgerindentSize
option #4269noInvalidNewBuiltin
,noNewSymbol
,useShorthandArrayType
,useSingleCaseStatement
,noConsoleLog
){a,b}
glob pattern syntax for includes/excludes #2986.editorconfig
support by defaultstyle
tocomplexity
.biome <command>
should behave identically tobiome <command> ./
#3946JsParserSettings
for better override behavior #3297.js
and.ts
files #4385.js
and.ts
filesRegExep("", "")
) support in regex-related rules (noControlCharacterInRegex
andnoMisleadingCharacterClass
)-
noMultipleSpacesInRegularExpressionLiterals
->noMultipleSpacesInRegex
-
noUnusedTemplateLiteral
->noUselessTemplateLiteral
?indentStyle
.requireAscii
by default #1918vcs.useIgnoreFile
ignores nested ignore files #2312include
should prevent Biome of traversing non-included directories #2000package.json
like Prettier does, by default #4370skipped_diagnostics
->skippedDiagnostics
#4366BREAKING
assert {}
#4359lineWidth: 1
)?biome_rowan
methods #4296Infrastructure and community related
These tasks are for the great Biome community and infrastrcture.
knope
for automated release processchat.biomejs.dev
sub-domain, create a redirect to the discord invite link, and change all the occurrences to usechat.biomejs.dev
Developments
next
branch, and regularly rebasemain
intonext
until we reach a point where we can mergenext
intomain
.main
intonext
. Please DOT NOT USEgit merge
. Please usegit rebase
git rerere
for your sanity. This feature will cache all the conflict resolutions on your local machine, so next time you happen to have the same resolution, git will apply it automatically. Very useful when rebasing the same branch.Engagements with this issue
If possible, please refrain from commenting on this issue unless you're involved with the developments. If you want to discuss a decision, please use the relative issue. If an issue doesn't exist, please use Discord, or wait for an issue to be open.
The text was updated successfully, but these errors were encountered: