Commit 0d4c960
committed
Merge branch 'main' into next
# Conflicts:
# Cargo.lock
# crates/biome_cli/src/commands/rage.rs
# crates/biome_configuration/src/analyzer/assist/actions.rs
# crates/biome_configuration/src/analyzer/linter/rules.rs
# crates/biome_service/Cargo.toml
# crates/biome_service/src/file_handlers/html.rs
# crates/biome_service/src/workspace/server.rs
# packages/@biomejs/backend-jsonrpc/src/workspace.ts
# packages/@biomejs/biome/configuration_schema.jsonFile tree
638 files changed
+15527
-3042
lines changed- .changeset
- .github/workflows
- benchmark
- crates
- biome_analyze
- src
- biome_cli
- src
- commands
- execute/migrate
- tests
- cases
- snapshots
- main_cases_handle_astro_files
- main_cases_handle_vue_files
- main_cases_monorepo
- main_commands_rage
- biome_configuration/src
- analyzer
- assist
- linter
- generated
- biome_css_analyze
- benches
- src
- lint
- correctness
- style
- suspicious
- services
- tests
- specs
- correctness
- noInvalidGridAreas
- noMissingVarFunction
- noUnknownFunction
- noUnknownProperty
- noUnknownPseudoClass
- noUnknownPseudoElement
- noUnknownUnit
- suspicious
- noDuplicateCustomProperties
- noDuplicateProperties
- noEmptyBlock
- noIrregularWhitespace
- noUnknownAtRules
- biome_css_formatter/tests
- biome_css_parser/tests
- biome_css_semantic/src
- semantic_model
- biome_diagnostics_categories/src
- biome_formatter_test/src
- prettier
- biome_formatter/src
- format_element
- printer
- printer_options
- biome_fs/src
- biome_glob/src
- biome_graphql_analyze/tests
- specs
- correctness/useGraphqlNamedOperations
- nursery/noEmptySource/valid
- biome_graphql_formatter/tests
- biome_html_analyze/tests
- biome_html_formatter
- src/html/auxiliary
- tests
- specs
- html/elements
- prettier
- html
- attributes
- iframe-allow-attribute
- small-print-width
- no-semi
- basics
- comments
- css
- interpolation
- js
- multiparser/ts
- prettier_ignore
- script
- tags/object-prototype-properties
- vue
- bracket-same-line
- broken-plugins
- custom_block
- html-whitespace-sensitivity
- event-binding
- no-semi
- html-vue
- indent
- interpolation
- invalid
- multiparser
- unknown
- range
- single-attribute-per-line
- style
- ts-expression
- v-for
- vue-3
- vue
- with-plugins
- biome_html_syntax/src
- biome_js_analyze
- src/lint
- correctness
- nursery
- use_sorted_classes
- style
- tests
- specs
- a11y
- noAutofocus
- useAriaActivedescendantWithTabindex
- useAriaPropsSupportedByRole
- useButtonType
- useFocusableInteractive
- useSemanticElements
- useValidAriaValues
- complexity
- noUselessConstructor
- noUselessFragments
- noVoid
- correctness
- noConstantCondition
- noGlobalDirnameFilename
- noInitializerWithDefinite
- noPrecisionLoss
- noQwikUseVisibleTask/noQwikUseVisibleTask
- noUndeclaredVariables
- noUnsafeOptionalChaining
- noUnusedImports
- noUnusedLabels
- noUnusedVariables
- useExhaustiveDependencies
- useHookAtTopLevel
- useJsxKeyInIterable
- nursery
- noFloatingPromises
- noLeakedRender
- noProto
- noShadow/eslint
- noVueSetupPropsReactivityLoss
- useAwaitThenable
- useDestructuring
- useExplicitType
- useMaxParams
- useRegexpExec
- useSortedClasses
- performance/noAwaitInLoops
- source/organizeImports
- style
- noDefaultExport
- noDoneCallback
- noMagicNumbers
- useConsistentMemberAccessibility
- useConst
- useFilenamingConvention
- useForOf
- useNamingConvention
- useTrimStartEnd
- suspicious
- noArrayIndexKey
- noConfusingLabels
- noConstantBinaryExpressions
- noDuplicateCase
- noDuplicateJsxProps
- noFallthroughSwitchClause
- noMisleadingCharacterClass
- noMisleadingInstantiator
- noReactSpecificProps
- noRedeclare
- noThenProperty
- noUselessRegexBackrefs
- biome_js_formatter/src
- js/expressions
- biome_js_parser/tests
- biome_js_semantic/src
- biome_js_syntax/src
- biome_js_type_info
- src
- type_data
- tests
- snapshots
- biome_json_analyze
- benches
- src
- lint
- nursery
- suspicious
- services
- tests
- specs
- nursery/useRequiredScripts
- invalid
- missing-all-scripts
- missing-multiple-scripts
- missing-single-script
- no-scripts-section
- valid
- all-required-scripts-present
- extra-scripts-present
- suspicious/noBiomeFirstException
- realExtends
- biome_lsp/src
- handlers
- biome_migrate/tests
- biome_rowan/src
- biome_rule_options/src
- biome_ruledoc_utils/src
- biome_service
- src
- file_handlers
- scanner
- snapshots
- workspace
- biome_test_utils/src
- biome_wasm
- packages/@biomejs
- backend-jsonrpc
- src
- biome
- cli-darwin-arm64
- cli-darwin-x64
- cli-linux-arm64-musl
- cli-linux-arm64
- cli-linux-x64-musl
- cli-linux-x64
- cli-win32-arm64
- cli-win32-x64
- js-api
- wasm-bundler
- wasm-nodejs
- wasm-web
- xtask
- codegen/src
- rules_check
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
638 files changed
+15527
-3042
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments