Skip to content

Comments

chore(deps-dev): bump the dev-dependencies group with 2 updates#766

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-b89526320b
Open

chore(deps-dev): bump the dev-dependencies group with 2 updates#766
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dev-dependencies-b89526320b

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps the dev-dependencies group with 2 updates: maplibre-gl and oxfmt.

Updates maplibre-gl from 5.17.0 to 5.18.0

Release notes

Sourced from maplibre-gl's releases.

v5.18.0

✨ Features and improvements

🐞 Bug fixes

  • Fix WebGL context loss error when style is not yet loaded (#7094) (by @​kaigritun)
  • Fix updating terrain tiles on feature state changes (#6231) (by @​pstaszek)
  • Fix LngLatBounds.intersects for zero-width bounds (#7055) (by @​lucaswoj)
  • Fix GlobeControl not updating when Map.setProjection() is called programmatically (#7005, #7075) (by @​CommanderStorm)
  • Fix map.getProjection() returning undefined after calling map.setProjection() with the default "mercator" projection (#7072)
  • Fix incorrect text placement along line in 3D mode (#7039) (by @​russellporter)
  • When the prefers-reduced-motion media query is active, we now no longer display the pulsing GeoLocation animation (#7066) (by @​CommanderStorm)
Changelog

Sourced from maplibre-gl's changelog.

5.18.0

✨ Features and improvements

🐞 Bug fixes

  • Fix WebGL context loss error when style is not yet loaded (#7094) (by @​kaigritun)
  • Fix updating terrain tiles on feature state changes (#6231) (by @​pstaszek)
  • Fix LngLatBounds.intersects for zero-width bounds (#7055) (by @​lucaswoj)
  • Fix GlobeControl not updating when Map.setProjection() is called programmatically (#7005, #7075) (by @​CommanderStorm)
  • Fix map.getProjection() returning undefined after calling map.setProjection() with the default "mercator" projection (#7072)
  • Fix incorrect text placement along line in 3D mode (#7039) (by @​russellporter)
  • When the prefers-reduced-motion media query is active, we now no longer display the pulsing GeoLocation animation (#7066) (by @​CommanderStorm)
Commits
  • a54d3d6 Bump js version to 5.18.0 (#7104)
  • b15e991 chore(deps-dev): bump typedoc-plugin-markdown from 4.9.0 to 4.10.0 (#7101)
  • 369391d chore(deps-dev): bump puppeteer from 24.37.1 to 24.37.2 (#7100)
  • edab27c chore(deps-dev): bump devtools-protocol from 0.0.1580600 to 0.0.1581282 (#7102)
  • 67c6b33 fix: handle WebGL context loss when style is not loaded (#7094)
  • b814996 make the hash tests even more strict where the line between valid and invalid...
  • 11ab025 refactor: make function and variable naming in PerformanceUtils more sensib...
  • cba4fb3 refactor: Make RequestPerformance and related subsystems less weird (#7095)
  • 0e7fd47 test: More thoroughly test Hash (#7078)
  • aab5f3e chore(deps-dev): bump glob from 13.0.0 to 13.0.1 (#7087)
  • Additional commits viewable in compare view

Updates oxfmt from 0.28.0 to 0.33.0

Changelog

Sourced from oxfmt's changelog.

[0.33.0] - 2026-02-16

💥 BREAKING CHANGES

  • 9c34f72 formatter/sort_imports: [BREAKING] Report invalid group name with renaming side-effect > side_effect (#19416) (leaysgur)

🚀 Features

  • 4baebef formatter/sort_imports: Support { newlinesBetween: bool } inside groups (#19358) (leaysgur)
  • d1c2fb6 formatter/sort_imports: Support customGroups attributes(selector and modifiers) (#19356) (leaysgur)

[0.30.0] - 2026-02-10

🐛 Bug Fixes

  • 1b2f354 ci: Add missing riscv64/s390x napi targets for oxfmt and oxlint (#19217) (Cameron)

[0.29.0] - 2026-02-10

💥 BREAKING CHANGES

  • 856a01f formatter/sort_imports: [BREAKING] Replace prefix match with glob pattern in customGroups.elementNamePattern (#19066) (leaysgur)

🚀 Features

  • 6ee2d59 oxfmt: Use oxc_formatter in js-in-xxx part (#18373) (leaysgur)
  • 9788a96 oxlint,oxfmt: Add more native builds (#18853) (Boshen)

[0.27.0] - 2026-01-26

📚 Documentation

  • 8ccd853 npm: Update package homepage URLs and add keywords (#18509) (Boshen)

[0.26.0] - 2026-01-19

📚 Documentation

  • 8a294d5 oxfmt, oxlint: Update logo (#18242) (Dunqing)

[0.25.0] - 2026-01-19

🚀 Features

  • a95b9bb oxfmt: Support oxfmtrc overrides config (#18068) (leaysgur)
  • 984d5c1 oxfmt/sort-imports: Support options.customGroups (#17576) (nilptr)
  • cc3e74b oxfmt: Add Prettier specific fields in Oxfmtrc (#17981) (leaysgur)
  • 6ffe315 oxfmt: Add more Oxfmtrc fields description (#17979) (leaysgur)

[0.24.0] - 2026-01-12

... (truncated)

Commits
  • 761e54c release(apps): oxlint v1.48.0 && oxfmt v0.33.0 (#19430)
  • 9c34f72 feat(formatter/sort_imports)!: Report invalid group name with renaming `side-...
  • 4baebef feat(formatter/sort_imports): Support { newlinesBetween: bool } inside `gro...
  • d1c2fb6 feat(formatter/sort_imports): Support customGroups attributes(selector an...
  • 65b94f9 release(apps): oxlint v1.47.0 && oxfmt v0.32.0 (#19315)
  • ffe9b2e release(apps): oxlint v1.46.0 && oxfmt v0.31.0
  • c705f95 release(apps): oxlint v1.45.0 && oxfmt v0.30.0 (#19211)
  • 1b2f354 fix(ci): add missing riscv64/s390x napi targets for oxfmt and oxlint (#19217)
  • a87b845 release(apps): oxlint v1.44.0 && oxfmt v0.29.0 (#19211)
  • 856a01f feat(formatter/sort_imports)!: Replace prefix match with glob pattern in `cus...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 2 updates: [maplibre-gl](https://github.com/maplibre/maplibre-gl-js) and [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt).


Updates `maplibre-gl` from 5.17.0 to 5.18.0
- [Release notes](https://github.com/maplibre/maplibre-gl-js/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-js/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-gl-js@v5.17.0...v5.18.0)

Updates `oxfmt` from 0.28.0 to 0.33.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.33.0/npm/oxfmt)

---
updated-dependencies:
- dependency-name: maplibre-gl
  dependency-version: 5.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: oxfmt
  dependency-version: 0.33.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants