-
-
Notifications
You must be signed in to change notification settings - Fork 741
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.8.1 #7038
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
May 13, 2024 05:35
93f467d
to
bd27216
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
May 13, 2024 08:50
bd27216
to
bf1fc40
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
May 13, 2024 09:19
bf1fc40
to
f6d573a
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
May 13, 2024 09:53
f6d573a
to
c93306f
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
May 13, 2024 10:43
c93306f
to
ee2c56d
Compare
renovate
bot
changed the title
chore(deps): update dependency @biomejs/biome to v1.7.2
chore(deps): update dependency @biomejs/biome to v1.7.3
May 13, 2024
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
May 13, 2024 12:26
ee2c56d
to
69738a5
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
3 times, most recently
from
May 13, 2024 12:53
ee7f35b
to
ec7b0f7
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
May 14, 2024 07:26
ec7b0f7
to
179320b
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
May 14, 2024 09:07
179320b
to
38c7b0e
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
June 4, 2024 07:20
7ce94cc
to
8515650
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
2 times, most recently
from
June 4, 2024 07:39
357c1aa
to
2d6e41e
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
June 4, 2024 08:16
2d6e41e
to
b094e18
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
June 4, 2024 08:52
b094e18
to
0efc1cc
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
June 4, 2024 09:10
0efc1cc
to
d52a0f0
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
June 4, 2024 10:02
d52a0f0
to
ea03eb1
Compare
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
June 4, 2024 12:36
ea03eb1
to
09e4bd6
Compare
renovate
bot
changed the title
chore(deps): update dependency @biomejs/biome to v1.7.3
chore(deps): update dependency @biomejs/biome to v1.7.3 - autoclosed
Jun 4, 2024
auto-merge was automatically disabled
June 4, 2024 13:03
Pull request was closed
renovate
bot
changed the title
chore(deps): update dependency @biomejs/biome to v1.7.3 - autoclosed
chore(deps): update dependency @biomejs/biome to v1.7.3
Jun 10, 2024
renovate
bot
force-pushed
the
renovate/biomejs-biome-1.x
branch
from
June 10, 2024 16:17
09e4bd6
to
4d1a6d2
Compare
renovate
bot
changed the title
chore(deps): update dependency @biomejs/biome to v1.7.3
chore(deps): update dependency @biomejs/biome to v1.8.1
Jun 10, 2024
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.8.0
->1.8.1
Release Notes
biomejs/biome (@biomejs/biome)
v1.8.1
Compare Source
Analyzer
CLI
Bug fixes
--staged
or--changed
options. Contributed by @unvalleyConfiguration
Bug fixes
indentWidth
. Contributed by @ematipicoEditors
Formatter
Bug fixes
JavaScript APIs
Linter
Bug fixes
The
noEmptyBlock
css lint rule now treats empty blocks containing comments as valid ones. Contributed by @Sec-antuseLiteralKeys no longer reports quoted member names (#3085).
Previously useLiteralKeys reported quoted member names that can be unquoted.
For example, the rule suggested the following fix:
This conflicted with the option quoteProperties of our formatter.
The rule now ignores quoted member names.
Contributed by @Conaclos
noEmptyInterface now ignores empty interfaces in ambient modules (#3110). Contributed by @Conaclos
noUnusedVariables and noUnusedFunctionParameters no longer report the parameters of a constructor type (#3135).
Previously,
arg
was reported as unused in a constructor type like:Contributed by @Conaclos
noStringCaseMismatch now ignores escape sequences (#3134).
The following code is no longer reported by the rule:
Contributed by @Conaclos
Parser
New features
Bug fixes
Configuration
📅 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.