-
-
Notifications
You must be signed in to change notification settings - Fork 11
chore: upgrade Biome to v2.3.11 Closes #111 #118
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
base: main
Are you sure you want to change the base?
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
bjohansebas
left a comment
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.
Duplicate of #111 , but please use the latest version of Biome.
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.
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
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Signed-off-by: Ayush Saha <ayushsaha.work@gmail.com>
| "dependencies": { | ||
| "express": "^5.2.1" | ||
| } |
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.
We don’t need Express as a dependency or a devDependency, remove it.
| "dependencies": { | |
| "express": "^5.2.1" | |
| } |
| const reqBody = req.body; | ||
| const reqQuery = req.query; | ||
| const reqQueryTest = req.query.test; | ||
| const reqOther = req.params.other; | ||
| const reqOtherNested = req.params.other.nested; |
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.
why?
No description provided.