Skip to content

Upgrade Biome.js to ^2 #2856

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

Merged
merged 2 commits into from
Jun 22, 2025
Merged

Upgrade Biome.js to ^2 #2856

merged 2 commits into from
Jun 22, 2025

Conversation

Kocal
Copy link
Member

@Kocal Kocal commented Jun 22, 2025

Q A
Bug fix? no
New feature? no
Docs? no
Issues Fix #...
License MIT

@carsonbot carsonbot added the Status: Needs Review Needs to be reviewed label Jun 22, 2025
Copy link
Contributor

github-actions bot commented Jun 22, 2025

📊 Packages dist files size difference

Thanks for the PR! Here is the difference in size of the packages dist files between the base branch and the PR.
Please review the changes and make sure they are expected.

FileBefore (Size / Gzip)After (Size / Gzip)
Map
abstract_map_controller.d.ts 6.6 kB / 1.35 kB 6.59 kB0% / 1.35 kB0%
Map (Bridge Google)
map_controller.d.ts 3.35 kB / 909 B 3.35 kB0% / 908 B0%
map_controller.js 13.67 kB / 2.86 kB 13.67 kB0% / 2.87 kB0%
Map (Bridge Leaflet)
map_controller.d.ts 2.93 kB / 829 B 2.92 kB0% / 830 B0%
map_controller.js 12.18 kB / 2.92 kB 12.18 kB0% / 2.92 kB0%

Comment on lines +353 to +357
private createDrawingFactory(type: 'marker', draws: typeof this.markers, factory: typeof this.doCreateMarker): typeof this.doCreateMarker;
private createDrawingFactory(type: 'polygon', draws: typeof this.polygons, factory: typeof this.doCreatePolygon): typeof this.doCreatePolygon;
private createDrawingFactory(type: 'polyline', draws: typeof this.polylines, factory: typeof this.doCreatePolyline): typeof this.doCreatePolyline;
private createDrawingFactory(type: 'circle', draws: typeof this.circles, factory: typeof this.doCreateCircle): typeof this.doCreateCircle;
private createDrawingFactory(type: 'rectangle', draws: typeof this.rectangles, factory: typeof this.doCreateRectangle): typeof this.doCreateRectangle;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is why I've increased the lineWidth

@Kocal Kocal force-pushed the upgrade-biomejs-2 branch from 0d68f93 to f60f7e1 Compare June 22, 2025 19:08
@Kocal Kocal merged commit 2229b7a into symfony:2.x Jun 22, 2025
22 checks passed
@Kocal Kocal deleted the upgrade-biomejs-2 branch June 22, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Review Needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants