build(deps-dev): bump all - #1270
Merged
Merged
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.1->1.7.30.59.1->0.62.01.4.4->1.5.0v4.1.4->v4.1.68.7.0->8.8.30.45.1->0.46.1v3.25.3->v3.25.720.12.2->20.14.09.0.6->9.1.49.0.6->9.1.43.2.5->3.3.07.0.0->7.1.0496c1bc->cffeb573.3.1->3.3.2v1.175.1->v1.178.016.4.0->16.6.1Release Notes
biomejs/biome (@biomejs/biome)
v1.7.3Compare Source
CLI
Bug fixes
The stdin-file-path option now works correctly for Astro/Svelte/Vue files (#2686)
Fix #2225 where lint output become empty for Vue files.
Contributed by @tasshi-me
biome migrate eslintnow correctly resolve@scope/eslint-config(#2705). Contributed by @ConaclosFormatter
Linter
New features
Bug fixes
noBlankTarget no longer hangs when applying a code fix (#2675).
Previously, the following code made Biome hangs when applying a code fix.
Contributed by @Conaclos
noRedeclare no longer panics on conditional type (#2659).
This is a regression introduced by #2394.
This regression makes
noRedeclarepanics on every conditional types withinferbindings.Contributed by @Conaclos
noUnusedLabels and noConfusingLabels now ignore svelte reactive statements (#2571).
The rules now ignore reactive Svelte blocks in Svelte components.
Contributed by @Conaclos
useExportType no longer removes leading comments (#2685).
Previously,
useExportTyperemoved leading comments when it factorized thetypequalifier.It now provides a code fix that preserves the leading comments:
Contributed by @Conaclos
useJsxKeyInIterable no longer reports false positive when iterating on non-jsx items (#2590).
The following snipet of code no longer triggers the rule:
Contributed by @dyc3
Fix typo by renaming
useConsistentBuiltinInstatiationtouseConsistentBuiltinInstantiationContributed by @minht11
v1.7.2Compare Source
Analyzer
Bug fixes
Import sorting now ignores side effect imports (#817).
A side effect import consists now in its own group.
This ensures that side effect imports are not reordered.
Here is an example of how imports are now sorted:
Contributed by @Conaclos
Import sorting now adds spaces where needed (#1665)
Contributed by @Conaclos
CLI
Bug fixes
biome migrate eslintnow handles cyclic references.Some plugins and configurations export objects with cyclic references.
This causes
biome migrate eslintto fail or ignore them.These edge cases are now handled correctly.
Contributed by @Conaclos
Formatter
Bug fixes
Linter
New features
Add nursery/noReactSpecificProps.
Contributed by @marvin-j97
Add noUselessUndefinedInitialization.
Contributed by @lutaok
Add nursery/useArrayLiterals.
Contributed by @Kazuhiro-Mimaki
Add nursery/useConsistentBuiltinInstatiation.
Contributed by @minht11
Add nursery/useDefaultSwitchClause.
Contributed by @michellocana
Bug fixes
noDuplicateJsonKeys no longer crashes when a JSON file contains an unterminated string (#2357).
Contributed by @Conaclos
noRedeclare now reports redeclarations of parameters in a functions body (#2394).
The rule was unable to detect redeclarations of a parameter or a type parameter in the function body.
The following two redeclarations are now reported:
Contributed by @Conaclos
noRedeclare no longer reports overloads in object types (#2608).
The rule no longer report redeclarations in the following code:
Contributed by @Conaclos
noRedeclare now merge default function export declarations and types (#2372).
The following code is no longer reported as a redeclaration:
Contributed by @Conaclos
noUndeclaredVariables no longer reports variable-only and type-only exports (#2637).
Contributed by @Conaclos
noUnusedVariables no longer crash Biome when encountering a malformed conditional type (#1695).
Contributed by @Conaclos
useConst now ignores a variable that is read before its assignment.
Previously, the rule reported the following example:
It is now correctly ignored.
Contributed by @Conaclos
useShorthandFunctionType now suggests correct code fixes when parentheses are required (#2595).
Previously, the rule didn't add parentheses when they were needed.
It now adds parentheses when the function signature is inside an array, a union, or an intersection.
Contributed by @Conaclos
useTemplate now correctly escapes strings (#2580).
Previously, the rule didn't correctly escape characters preceded by an escaped character.
Contributed by @Conaclos
noMisplacedAssertion now allow these matchers
expect.any()expect.anything()expect.closeToexpect.arrayContainingexpect.objectContainingexpect.stringContainingexpect.stringMatchingexpect.extendexpect.addEqualityTestersexpect.addSnapshotSerializerContributed by @fujiyamaorange
Parser
Bug fixes
The language parsers no longer panic on unterminated strings followed by a newline and a space (#2606, #2410).
The following example is now parsed without making Biome panics:
Contributed by @Conaclos
devcontainers/cli (@devcontainers/cli)
v0.62.0Compare Source
v0.61.0Compare Source
--image-nameis given (https://github.com/devcontainers/cli/pull/812)v0.60.0Compare Source
shopify/theme-tools (@shopify/prettier-plugin-liquid)
v1.5.0Compare Source
actions/checkout (actions/checkout)
v4.1.6Compare Source
v4.1.5Compare Source
What's Changed
user.emailto be41898282+github-actions[bot]@​users.noreply.github.comby @cory-miller in https://github.com/actions/checkout/pull/1707Full Changelog: actions/checkout@v4.1.4...v4.1.5
streetsidesoftware/cspell (cspell)
v8.8.3Compare Source
v8.8.2Compare Source
v8.8.1Compare Source
v8.8.0Compare Source
Note: Version bump only for package cspell
dprint/dprint (dprint)
v0.46.1Compare Source
Changes
cargo installwithout--lockedflag (#852)Please run
dprint config updateafter upgrading as some BOM handling happens in the plugins now and some may fail to parse files with a BOM now. See #854 and sorry for any headaches (I'm unsure of the impact of this change, so let me know if this is a huge hassle for you).Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
v0.46.0Compare Source
Changes
DPRINT_TLS_CA_STOREandDPRINT_CERT(#850)Please run
dprint config updateafter upgrading as some BOM handling happens in the plugins now and some may fail to parse files with a BOM now. See #854 and sorry for any headaches (I'm unsure of the impact of this change, so let me know if this is a huge hassle for you).Install
Run
dprint upgradeor see https://dprint.dev/install/Checksums
github/codeql-action (github/codeql-action)
v3.25.7Compare Source
v3.25.6Compare Source
v3.25.5Compare Source
v3.25.4Compare Source
nodejs/node (node)
v20.14.0Compare Source
v20.13.1: 2024-05-09, Version 20.13.1 'Iron' (LTS), @marco-ippolitoCompare Source
2024-05-09, Version 20.13.1 'Iron' (LTS), @marco-ippolito
Revert "tools: install npm PowerShell scripts on Windows"
Due to a regression in the npm installation on Windows, this commit reverts the change that installed npm PowerShell scripts on Windows.
Commits
b7d80802cc] - Revert "tools: install npm PowerShell scripts on Windows" (marco-ippolito) #52897v20.13.0Compare Source
pnpm/pnpm (pnpm)
v9.1.4Compare Source
v9.1.3Compare Source
v9.1.2Compare Source
Patch Changes
pnpm licensesoutput are not misplaced anymore #8071.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v9.1.1Compare Source
v9.1.0Compare Source
prettier/prettier (prettier)
v3.3.0Compare Source
diff
🔗 Release Notes
retextjs/retext-equality (retext-equality)
v7.1.0Compare Source
Data
4a4a1b8Add checks forman the fort,pull the triggerTypes
6e0babfAdd declaration mapsFull Changelog: retextjs/retext-equality@7.0.0...7.1.0
ruby/setup-ruby (ruby/setup-ruby)
v1.178.0: Add ruby-3.1.6,ruby-3.3.2 and improve error messagesCompare Source
What's Changed
Full Changelog: ruby/setup-ruby@v1.177.1...v1.178.0
v1.177.1: Use downloadAndExtract() for truffleruby+graalvm tooCompare Source
v1.177.0: Add support for ubuntu-24.04Compare Source
v1.176.2: Add ruby-3.4.0-preview1Compare Source
v1.176.0: Add jruby-9.4.7.0Compare Source
stylelint/stylelint (stylelint)
v16.6.1Compare Source
no-descending-specificityfalse positives for nested selectors (#7724) (@romainmenke).selector-type-no-unknownfalse positive formodel(#7718) (@Mouvedia).v16.6.0Compare Source
function-calc-no-unspaced-operatorfalse negatives (#7655 & #7670 & #7676) (@ybiquitous & @romainmenke).selector-not-notationautofix of the"simple"option (#7703) (@Mouvedia).selector-max-specificityend positions (#7685) (@romainmenke).no-descending-specificityend positions (#7701) (@romainmenke).npm fund(#7707) (@ybiquitous).v16.5.0Compare Source
ignoreValuesforvalue-no-vendor-prefix(#7650) (@Mouvedia).shorthand-property-no-redundant-valuesfalse negatives for functions (#7657) (@ybiquitous).value-no-vendor-prefixfalse negatives/positives (#7654 & #7658) (@Mouvedia).CosmiconfigResulttype error (#7661) (@ybiquitous).Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.