Skip to content

Update layer control version#6

Merged
giswqs merged 1 commit intomainfrom
version
Jan 21, 2026
Merged

Update layer control version#6
giswqs merged 1 commit intomainfrom
version

Conversation

@giswqs
Copy link
Copy Markdown
Member

@giswqs giswqs commented Jan 21, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 21, 2026 01:52
@giswqs giswqs merged commit 1cdcbd9 into main Jan 21, 2026
8 checks passed
@giswqs giswqs deleted the version branch January 21, 2026 01:53
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates dependency versions for MapLibre GL components and bumps the project version from 0.0.0 to 0.1.0.

Changes:

  • Updated maplibre-gl-components from ^0.3.0 to ^0.5.0
  • Updated maplibre-gl-layer-control from ^0.8.2 to ^0.11.0
  • Bumped project version to 0.1.0

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates dependency versions for maplibre-gl-components and maplibre-gl-layer-control
package-lock.json Reflects the dependency version updates and reveals a nested dependency structure where two versions of maplibre-gl-layer-control are installed

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
"maplibre-gl-components": "^0.5.0",
"maplibre-gl-geo-editor": "^0.3.3",
"maplibre-gl-layer-control": "^0.8.2",
"maplibre-gl-layer-control": "^0.11.0",
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

This creates a dependency conflict where two versions of maplibre-gl-layer-control will be installed. The root package requires ^0.11.0, but maplibre-gl-components 0.5.0 (line 15) depends on ^0.8.2. This results in duplicate installations and potential runtime issues if both versions are loaded. Consider either:

  1. Updating maplibre-gl-components to a version that supports maplibre-gl-layer-control ^0.11.0, or
  2. Keeping maplibre-gl-layer-control at ^0.8.2 to match the maplibre-gl-components dependency, or
  3. Removing the direct dependency on maplibre-gl-layer-control if it's only needed transitively through maplibre-gl-components
Suggested change
"maplibre-gl-layer-control": "^0.11.0",
"maplibre-gl-layer-control": "^0.8.2",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants