Skip to content

chore(deps): Bump the prod-dependencies group with 5 updates - #64

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-975070fa05
Open

chore(deps): Bump the prod-dependencies group with 5 updates#64
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-975070fa05

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps the prod-dependencies group with 5 updates:

Package From To
@vue/devtools-api 8.1.5 8.2.1
chartjs-plugin-trendline 3.2.4 3.2.8
mapbox-gl 3.25.0 3.27.0
vue 3.5.39 3.5.40
vue-router 5.1.0 5.2.0

Updates @vue/devtools-api from 8.1.5 to 8.2.1

Release notes

Sourced from @​vue/devtools-api's releases.

v8.2.1

   🐞 Bug Fixes

    View changes on GitHub

v8.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates chartjs-plugin-trendline from 3.2.4 to 3.2.8

Release notes

Sourced from chartjs-plugin-trendline's releases.

v3.2.8

What's Changed

Full Changelog: Makanz/chartjs-plugin-trendline@v3.2.5...v3.2.8

Commits
  • 5f07845 Merge pull request #148 from Makanz/fix/projection-near-zero-slope-147
  • a5f5d32 fix: update .gitignore to include 'nul' and remove SIMPLIFY_PLAN.md
  • 621beae Merge pull request #150 from Makanz/fix/ws-security-cve-2026-48779
  • 524ef18 fix: bump to v3.2.8, override ws transitive dep (CVE-2026-48779)
  • 5c4e1e2 Merge pull request #149 from Makanz/fix/js-yaml-security
  • 2e43eca fix: bump js-yaml override to >=3.15.0, patch v3.2.7
  • a97f25e test: add regression tests for issue #147 time-scale slope threshold
  • 232faab fix: use relative threshold for near-zero slope detection in projection
  • 213e7bb Merge pull request #146 from Makanz/fix/babel-core-security
  • 8bbf14e fix: bump @​babel/core to ^7.29.6 (CVE-2026-49356)
  • Additional commits viewable in compare view

Updates mapbox-gl from 3.25.0 to 3.27.0

Release notes

Sourced from mapbox-gl's releases.

v3.27.0

Features and improvements ✨

  • Upgrade to Typescript 7
  • Add cross-source HD roads elevation for symbols
  • Improve character rotation logic for some CJK characters in vertical text rendering mode

Bug fixes 🐞

  • Fix raster-array out of bounds assertion error for non-mecator projections
  • Fix error when object-property strings were used in expressions
  • Fix wrong access token used on multi-map environments
  • Fix number-format dropping min/max-fraction-digits when they were 0
  • Fix line-aligned label placement during globe-mercator transition
  • Fix crash when using style expressions with prototype-derived keys
  • Fix atlas cache returning another scope images
  • Fix Style#{get,set,remove}FeatureState with {target: {layerId}} so imported-layer targets resolve against their own fragment's sources instead of the root style's
  • Fix missing building along tile borders
  • Fix dynamic imports in UMD
  • Fix import.meta crash under modern bundlers
  • Fix setPaintProperty on symbol properties with a transition duration of 0

v3.27.0-rc.1

Features and improvements ✨

  • Upgrade to Typescript 7
  • Add cross-source HD roads elevation for symbols
  • Improve character rotation logic for some CJK characters in vertical text rendering mode

Bug fixes 🐞

  • Fix raster-array out of bounds assertion error for non-mecator projections
  • Fix error when object-property strings were used in expressions
  • Fix wrong access token used on multi-map environments
  • Fix number-format dropping min/max-fraction-digits when they were 0
  • Fix line-aligned label placement during globe-mercator transition
  • Fix crash when using style expressions with prototype-derived keys
  • Fix atlas cache returning another scope images
  • Fix Style#{get,set,remove}FeatureState with {target: {layerId}} so imported-layer targets resolve against their own fragment's sources instead of the root style's
  • Fix missing building along tile borders
  • Fix dynamic imports in UMD

v3.26.0

Breaking changes ⚠️

  • Remove transition and interpolated flags from the camera-projection style property — enum properties cannot be transitioned, so these flags were incorrect.

Features and improvements ✨

  • Make published TypeScript declarations self-contained, fixing consumer builds that failed with skipLibCheck: false.

... (truncated)

Changelog

Sourced from mapbox-gl's changelog.

3.27.0

Features and improvements ✨

  • Upgrade to Typescript 7
  • Add cross-source HD roads elevation for symbols
  • Improve character rotation logic for some CJK characters in vertical text rendering mode

Bug fixes 🐞

  • Fix raster-array out of bounds assertion error for non-mecator projections
  • Fix error when object-property strings were used in expressions
  • Fix wrong access token used on multi-map environments
  • Fix number-format dropping min/max-fraction-digits when they were 0
  • Fix line-aligned label placement during globe-mercator transition
  • Fix crash when using style expressions with prototype-derived keys
  • Fix atlas cache returning another scope images
  • Fix Style#{get,set,remove}FeatureState with {target: {layerId}} so imported-layer targets resolve against their own fragment's sources instead of the root style's
  • Fix missing building along tile borders
  • Fix dynamic imports in UMD
  • Fix import.meta crash under modern bundlers
  • Fix setPaintProperty on symbol properties with a transition duration of 0

3.26.0

Breaking changes ⚠️

  • Remove transition and interpolated flags from the camera-projection style property — enum properties cannot be transitioned, so these flags were incorrect.

Features and improvements ✨

  • Make published TypeScript declarations self-contained, fixing consumer builds that failed with skipLibCheck: false.
  • Improve terrain raycast accuracy for mouse events, camera fitting, and other pointer interactions.
  • Improve landmark model LOD switching with size-based distance heuristics for better rendering performance.

Bug fixes 🐞

  • Fix hd-road-markup elevated lines rendering flat with zero-exaggeration terrain.
  • Fix viewport-y symbol sorting causing a Vertex buffer is not big enough for the draw call error when a symbol bucket had multiple segments.
  • Fix multilinestrings not displaying labels correctly.
  • Fix parametric colors sometimes loading the wrong cached image.
Commits
  • 0603110 Bump version to v3.27.0 and update changelog
  • 03eec2c [Backport release/v0.27] [MAPS3D-2272] Fix SD/HD FRC parse-skip
  • 1220278 Add docs for RequestTransformFunction
  • 1ca2368 Symbol UBO uniforms update with 0-duration transition
  • 637eef2 Default to a module worker to fix import.meta crash under
  • 280a9be Bump version to v3.27.0-rc.1 and changelog
  • 6c4a8e7 Fix dynamic imports in UMD
  • 4e476ec Improves character rotation logic for some CJK characters in Vertical text re...
  • 19fa8f9 Bump vite from 8.1.3 to 8.1.4 (internal-16024)
  • cda2313 Bump the eslint-dependencies group with 3 updates (internal-16021)
  • Additional commits viewable in compare view

Updates vue from 3.5.39 to 3.5.40

Release notes

Sourced from vue's releases.

v3.5.40

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from vue's changelog.

3.5.40 (2026-07-16)

Bug Fixes

Commits

Updates vue-router from 5.1.0 to 5.2.0

Release notes

Sourced from vue-router's releases.

v5.2.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

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 prod-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@vue/devtools-api](https://github.com/vuejs/devtools/tree/HEAD/packages/devtools-api) | `8.1.5` | `8.2.1` |
| [chartjs-plugin-trendline](https://github.com/Makanz/chartjs-plugin-trendline) | `3.2.4` | `3.2.8` |
| [mapbox-gl](https://github.com/mapbox/mapbox-gl-js) | `3.25.0` | `3.27.0` |
| [vue](https://github.com/vuejs/core) | `3.5.39` | `3.5.40` |
| [vue-router](https://github.com/vuejs/router) | `5.1.0` | `5.2.0` |


Updates `@vue/devtools-api` from 8.1.5 to 8.2.1
- [Release notes](https://github.com/vuejs/devtools/releases)
- [Commits](https://github.com/vuejs/devtools/commits/v8.2.1/packages/devtools-api)

Updates `chartjs-plugin-trendline` from 3.2.4 to 3.2.8
- [Release notes](https://github.com/Makanz/chartjs-plugin-trendline/releases)
- [Changelog](https://github.com/Makanz/chartjs-plugin-trendline/blob/main/changelog.md)
- [Commits](Makanz/chartjs-plugin-trendline@v3.2.4...v3.2.8)

Updates `mapbox-gl` from 3.25.0 to 3.27.0
- [Release notes](https://github.com/mapbox/mapbox-gl-js/releases)
- [Changelog](https://github.com/mapbox/mapbox-gl-js/blob/main/CHANGELOG.md)
- [Commits](mapbox/mapbox-gl-js@v3.25.0...v3.27.0)

Updates `vue` from 3.5.39 to 3.5.40
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.39...v3.5.40)

Updates `vue-router` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: "@vue/devtools-api"
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: chartjs-plugin-trendline
  dependency-version: 3.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: mapbox-gl
  dependency-version: 3.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: vue
  dependency-version: 3.5.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: vue-router
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-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 Jul 28, 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