-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
chore(deps): update dependency @biomejs/biome to v1.6.2 #6095
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 06:11
8496a67
to
8125219
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 08:41
8125219
to
196ff01
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 09:32
196ff01
to
f5c247d
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 09:36
f5c247d
to
807b860
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 10:58
807b860
to
be3d477
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 11:23
be3d477
to
732448a
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 13:12
732448a
to
3c2c8eb
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 14:29
3c2c8eb
to
9760aef
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 18:48
9760aef
to
9c2e770
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 1, 2024 22:10
9c2e770
to
076424e
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 2, 2024 00:46
076424e
to
923b74c
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 2, 2024 03:20
923b74c
to
71e56f2
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
February 2, 2024 07:22
71e56f2
to
fb48343
Compare
renovate
bot
changed the title
chore(deps): update dependency @biomejs/biome to v1.5.3
chore(deps): update dependency @biomejs/biome to v1.6.0
Mar 15, 2024
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
March 15, 2024 14:40
bbcb4a9
to
45126f1
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
March 18, 2024 11:11
45126f1
to
3208362
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
March 18, 2024 11:40
3208362
to
d2ccc14
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
March 18, 2024 12:52
d2ccc14
to
31add35
Compare
renovate
bot
changed the title
chore(deps): update dependency @biomejs/biome to v1.6.0
chore(deps): update dependency @biomejs/biome to v1.6.0 - autoclosed
Mar 18, 2024
auto-merge was automatically disabled
March 18, 2024 13:00
Pull request was closed
renovate
bot
changed the title
chore(deps): update dependency @biomejs/biome to v1.6.0 - autoclosed
chore(deps): update dependency @biomejs/biome to v1.6.0
Mar 22, 2024
renovate
bot
changed the title
chore(deps): update dependency @biomejs/biome to v1.6.0
chore(deps): update dependency @biomejs/biome to v1.6.2
Mar 22, 2024
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
March 22, 2024 10:14
31add35
to
1c50d80
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.6.1
->1.6.2
Release Notes
biomejs/biome (@biomejs/biome)
v1.6.2
Compare Source
Analyzer
Bug fixes
The
noSuperWithoutExtends
rule now allows for callingsuper()
in derived class constructors of class expressions (#2108). Contributed by @Sec-antFix discrepancies on file source detection. Allow module syntax in
.cts
files (#2114). Contributed by @Sec-antCLI
Bug fixes
Fixes #2131, where folders were incorrectly ignored when running the command
check
. Now folders are correctly ignored based on their command. Contributed by @ematipicoSmoother handling of
"endOfLine": "auto"
in prettier migration: falling back to"lf"
(#2145). Contributed by @eMerzhConfiguration
Bug fixes
all
andrecommend
presets in top-level and group-level configs is now correctly respected. More details can be seen in (#2072) (#2028). Contributed by @Sec-antFormatter
Bug fixes
JavaScript APIs
Enhancements
lintContent
method of theBiome
class (#1956). Contributed by @mnahkiesLinter
Bug fixes
Rule
noUndeclaredDependencies
now also validatespeerDependencies
andoptionalDependencies
(#2122). Contributed by @Sec-antRule
noUndeclaredDependencies
won't checkdeclare module
statements anymore (#2123). Contributed by @Sec-antFix #1925. The fix for
useOptionalChain
would sometimes suggest an incorrect fix that discarded optional chaining operators on the left-hand side of logical expressions. These are now preserved. Contributed by @arendjrRule
noUndeclaredVariables
now also checks for worker globals (#2121). Contributed by @Sec-antLSP
Bug fixes
Correctly parse
.jsonc
files. Contributed by @Sec-antCorrectly resolve external
extends
configs. Contributed by @Sec-antConfiguration
📅 Schedule: Branch creation - "after 7pm every weekday,before 5am every weekday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.