chore: upgrade Biome to v2.3.11 Closes #111 #118
Merged
bjohansebas merged 6 commits intoexpressjs:mainfrom Feb 1, 2026
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
bjohansebas
requested changes
Jan 22, 2026
Member
bjohansebas
left a comment
There was a problem hiding this comment.
Duplicate of #111 , but please use the latest version of Biome.
skyeyeye
commented
Jan 22, 2026
Contributor
Author
There was a problem hiding this comment.
chore: upgrade biome to ^2.3.11
This PR upgrades Biome to ^2.3.11 and runs the official migration to update the configuration.
Changes:
- Upgrade @biomejs/biome to ^2.3.11
- Run
biome migrate --writeto update config - Update package-lock.json for reproducible installs
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Signed-off-by: Ayush Saha <ayushsaha.work@gmail.com>
bjohansebas
reviewed
Jan 22, 2026
package.json
Outdated
Comment on lines
35
to
37
| "dependencies": { | ||
| "express": "^5.2.1" | ||
| } |
Member
There was a problem hiding this comment.
We don’t need Express as a dependency or a devDependency, remove it.
Suggested change
| "dependencies": { | |
| "express": "^5.2.1" | |
| } |
bjohansebas
reviewed
Jan 22, 2026
Comment on lines
6
to
10
| const reqBody = req.body; | ||
| const reqQuery = req.query; | ||
| const reqQueryTest = req.query.test; | ||
| const reqOther = req.params.other; | ||
| const reqOtherNested = req.params.other.nested; |
This reverts commit 761e5ee.
bjohansebas
approved these changes
Feb 1, 2026
Member
bjohansebas
left a comment
There was a problem hiding this comment.
LGTM! thanks, i removed unnecessary rules
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.
No description provided.