-
-
Notifications
You must be signed in to change notification settings - Fork 210
chore(deps): update dependency @biomejs/biome to v2.0.4 #1948
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
Conversation
pnpm-lock.yaml
Outdated
@@ -53,8 +53,6 @@ overrides: | |||
yallist: ^5.0.0 | |||
yargs: ^17.7.2 | |||
|
|||
pnpmfileChecksum: sha256-zddoD5DO4pDXt1woGSkWiGYuIzHsyOAVI3HXb7mgvsM= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue is kind of annoying... Do we have any ideas on how to solve this yet?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not yet ...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@setchy Could we perhaps use postUpgradeTasks
to run pnpm i
? Do you know if that is available on the server(s) renovate runs on, or do we need to install it ourselves beforehand? And can it be configured to only run for updates to npm packages?
pnpm-lock.yaml
Outdated
@@ -470,37 +468,31 @@ packages: | |||
resolution: {integrity: sha512-D/vdxpvrtkfYITHpiQjlvhZBNkm2GLmm/lZHbSs5R+nghbulTgXR9I8pTALFTBhjHZQu55DTiACmn/irhhotkA==} | |||
cpu: [x64] | |||
os: [linux] | |||
libc: glibc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These I think are also not correct... Thoughts @prabhu?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, the libc
attributes are getting added with a hooks to workaround a pnpm bug/feature. Not sure what command renovate is invoking to update the lock file. We can do the updates manually for now till figure out the right setting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll give it a try. Maybe we can have renovate trigger a command after updating npm dependencies? @setchy is something like that possible?
Signed-off-by: Roland Asmann <roland.asmann@gmail.com>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Maybe update to 2.0.5 directly? https://github.com/biomejs/biome/releases/tag/%40biomejs%2Fbiome%402.0.5 |
We set renovate to 3 days because of the possibility of NPM packages being unpublished with 72 hours -- which would be a possibility for that version. It'll get a PR tomorrow, but for now. I'll merge this one. 😉 |
This PR contains the following updates:
2.0.0
->2.0.4
2.0.0
->2.0.4
Release Notes
biomejs/biome (@biomejs/biome)
v2.0.4
Compare Source
Patch Changes
7472d9e
Thanks @ematipico! - Fixed an issue where the binary wasn't correctly mapped.v2.0.3
Patch Changes
#6439
7e4da4e
Thanks @ematipico! - Fixed an issue where the correct rights aren't added to the binary during publishing#6297
cc4b8c9
Thanks @vladimir-ivanov! - Added a new lintuseReadonlyClassProperties
rule.This rule is a port of ESLint's prefer-readonly rule.
Example:
v2.0.2
Patch Changes
ec7c63d
Thanks @ematipico! - Fixed an issue where binaries weren't copied anymore inside the@biomejs/cli-*
packages.v2.0.1
Compare Source
Patch Changes
#6425
00e97ad
Thanks @siketyan! - Fixed #6391: the rulenoUselessFragments
no longer reports a fragment that contains whitespaces which aren't trimmed by the runtime.#6417
dd88565
Thanks @ematipico! - Fixed #6360: The following pseudo classes and elements are no longer reported bynoUnknownPseudoClass
ornoUnknownPseudoElement
rules.:open
::details-content
::prefix
::search-text
::suffix
#6417
dd88565
Thanks @ematipico! - Fixed #6357, where the boolean values weren't correctly merged when using theextends
functionality. Now Biome correctly merges the values.#6417
dd88565
Thanks @ematipico! - Fixed #6341: Fixed an issue where Biome would throw an error for the language tagsnb
andnn
.#6385
94142dd
Thanks @siketyan! - Fixed #6377: The rule noSelfCompare now correctly compares two function calls with different arguments.#6417
dd88565
Thanks @ematipico! - Fixed #6278:useExhaustiveDependencies
no longer adds duplicated dependencies into the list.#6417
dd88565
Thanks @ematipico! - Fix #6396, wherevi.useFakeTimers()
andvi.useRealTimers()
incorrectly triggered React Hooks-related rules#6417
dd88565
Thanks @ematipico! - Fixed a bug where Biome didn't correctly discover nested configuration files when using thelint
command and the linter is disabled in the root configuration.#6422
594ec50
Thanks @ematipico! - Removed the experimental rename feature from Biome LSP, which caused some issues inside existing editors such as Zed.#6388
c6942d2
Thanks @siketyan! - Fixed #6375: the formatter no longer inserts an extra empty line before a semicolon when it has leading comments.Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.