chore(deps): update dependency rome to v12.1.3 #318
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
Idea
invalid
question
released
security
semantic-release
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/packwatch#318
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/rome-12.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
12.0.0
->12.1.3
Release Notes
rome/tools (rome)
v12.1.3
CLI
Other changes
rome lsp-proxy
should accept the global CLI options #4505Configuration
Other changes
nursery
were enabled when the"nursery": {}
objectwas defined #4479
Formatter
Linter
Other changes
useHookAtTopLevel
caused to returning call expressions of a hook.Parser
Other changes
v12.1.2
Configuration
Other changes
the correct rules to apply #4502
Linter
New rules
noUselessTypeConstraint
Other changes
noInnerDeclarations
: allow function declarations in nested block inside an ES module #4492.noInvalidConstructorSuper
: recognizeextends
clauses that use static member access such asextends mod.C
#4499v12.1.1
CLI
Other changes
lsp-proxy
was renamedlsp_proxy
#4489Configuration
Other changes
Linter
Other changes
noAssignInExpressions
rule replaced the operator with an invalid token, which caused other lint rules to crash. #4464noUnusedVariables
rule did not correctly detect exports when a variable and aninterface
had the same name #4468v12.1.0
CLI
Other changes
output. #4405.
rome check
can accept input fromstdin
.--stdin-file-path
to use when runningrome check
viastdin
.--formatter-enabled
to the commandrome check
to control the formatter via CLI.--linter-enabled
to the commandrome check
to control the linter via CLI.--organize-imports-enabled
to the commandrome check
to control the import sorting via CLI.rome migrate
the transform the configuration filerome.json
when there are breaking changes.
Configuration
vcs
property, to opt in the VCS integration:vcs.enabled
, to enable or not the integration;vcs.clientKind
, the supported clients;vcs.useIgnoreFile
, to ignore the files/paths inside the file;vcs.root
, an optional path to the root of the VCS;Editors
Other changes
Formatter
Other changes
lineWidth
for arrays #4351Linter
New rules
noConfusingArrow
noRedundantRoles
noNoninteractiveTabindex
noAriaUnsupportedElements
noConsoleLog
noForEach
useLiteralKeys
noConstantCondition
useGroupedTypeImport
noUselessConstructor
useLiteralEnumMembers
useHeadingContent
noAccumulatingSpread
useSimpleNumberKeys
Promoted rules
New rules are promoted, please check #4431 for more details.
Note that,
noExtraSemicolons
andnoExtraLabels
are renamed tonoExtraSemicolon
andnoUselessLabel
.Other changes
the code action is not formatted.
useShorthandArrayType
rule did not handle nested ReadonlyArray types correctly and erroneously reported TsObjectType #4354.noUndeclaredVariables
detects globals based on the file type.noUndeclaredVariables
incorrectly identifiesAggregateError
as an undeclared variable. #4365useLiteralKeys
rule doesn't ignore valid uses of square bracket notation. #4370noNonNullAssertion
to emit incorrect code actionuseButtonType
to miss some casesuseCamelCase
caused to default exported componentsuseCamelCase
caused to private class membersuseHookAtTopLevel
caused to arrow functions, export default functions and function expressions.useHookAtTopLevel
caused toas
orsatisfies
expression.noHeadeScope
caused to custom componentsnoNoninteractiveElementToInteractiveRole
andnoNoninteractiveTabindex
caused to non-interactive elements.Parser
Other changes
cts
filesexport
andexport default
. #4252VSCode
requireConfiguration
is set totrue
by defaultConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
Codecov Report
Patch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
Additional details and impacted files
☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.