-
Notifications
You must be signed in to change notification settings - Fork 44
fix: bump the deckgl group in /typescript with 8 updates #2629
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
Open
dependabot
wants to merge
2
commits into
master
Choose a base branch
from
dependabot/npm_and_yarn/typescript/deckgl-021e08fc65
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix: bump the deckgl group in /typescript with 8 updates #2629
dependabot
wants to merge
2
commits into
master
from
dependabot/npm_and_yarn/typescript/deckgl-021e08fc65
+532
−362
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps the deckgl group in /typescript with 8 updates: | Package | From | To | | --- | --- | --- | | [@deck.gl/aggregation-layers](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` | | [@deck.gl/core](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` | | [@deck.gl/extensions](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` | | [@deck.gl/geo-layers](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` | | [@deck.gl/json](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` | | [@deck.gl/layers](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` | | [@deck.gl/mesh-layers](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` | | [@deck.gl/react](https://github.com/visgl/deck.gl) | `9.1.15` | `9.2.0` | Updates `@deck.gl/aggregation-layers` from 9.1.15 to 9.2.0 - [Release notes](https://github.com/visgl/deck.gl/releases) - [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md) - [Commits](visgl/deck.gl@v9.1.15...v9.2.0) Updates `@deck.gl/core` from 9.1.15 to 9.2.0 - [Release notes](https://github.com/visgl/deck.gl/releases) - [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md) - [Commits](visgl/deck.gl@v9.1.15...v9.2.0) Updates `@deck.gl/extensions` from 9.1.15 to 9.2.0 - [Release notes](https://github.com/visgl/deck.gl/releases) - [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md) - [Commits](visgl/deck.gl@v9.1.15...v9.2.0) Updates `@deck.gl/geo-layers` from 9.1.15 to 9.2.0 - [Release notes](https://github.com/visgl/deck.gl/releases) - [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md) - [Commits](visgl/deck.gl@v9.1.15...v9.2.0) Updates `@deck.gl/json` from 9.1.15 to 9.2.0 - [Release notes](https://github.com/visgl/deck.gl/releases) - [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md) - [Commits](visgl/deck.gl@v9.1.15...v9.2.0) Updates `@deck.gl/layers` from 9.1.15 to 9.2.0 - [Release notes](https://github.com/visgl/deck.gl/releases) - [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md) - [Commits](visgl/deck.gl@v9.1.15...v9.2.0) Updates `@deck.gl/mesh-layers` from 9.1.15 to 9.2.0 - [Release notes](https://github.com/visgl/deck.gl/releases) - [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md) - [Commits](visgl/deck.gl@v9.1.15...v9.2.0) Updates `@deck.gl/react` from 9.1.15 to 9.2.0 - [Release notes](https://github.com/visgl/deck.gl/releases) - [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md) - [Commits](visgl/deck.gl@v9.1.15...v9.2.0) --- updated-dependencies: - dependency-name: "@deck.gl/aggregation-layers" dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deckgl - dependency-name: "@deck.gl/core" dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deckgl - dependency-name: "@deck.gl/extensions" dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deckgl - dependency-name: "@deck.gl/geo-layers" dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deckgl - dependency-name: "@deck.gl/json" dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deckgl - dependency-name: "@deck.gl/layers" dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deckgl - dependency-name: "@deck.gl/mesh-layers" dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deckgl - dependency-name: "@deck.gl/react" dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deckgl ... Signed-off-by: dependabot[bot] <[email protected]>
w1nklr
approved these changes
Oct 8, 2025
Bump of @deck.gl/* was only partial. Bump @deck.gl/* also in python. Fix pieChartLayer.ts compilation (Model.setUniforms has been removed) by moving to new uniforms handling. Fix boxLayer.ts and northArrow3DLayer.ts which failed to handle uniform color (was using old approach which is not supported any more). Fix phong-material.ts compilation (unused typescript directive). Fix phong-shaders-glsl.ts (MAX_LIGHTS is not defined any more).
Contributor
Author
|
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the deckgl group in /typescript with 8 updates:
9.1.159.2.09.1.159.2.09.1.159.2.09.1.159.2.09.1.159.2.09.1.159.2.09.1.159.2.09.1.159.2.0Updates
@deck.gl/aggregation-layersfrom 9.1.15 to 9.2.0Release notes
Sourced from
@deck.gl/aggregation-layers's releases.... (truncated)
Changelog
Sourced from
@deck.gl/aggregation-layers's changelog.... (truncated)
Commits
3db2198v9.2.05a00affUpdate docs and examples to use the latest release33a6d99v9.2.0-beta.4929c8f2Invoke transform function for constant attributes (#9741)8e0d49ePassvertexValidto SolidPolygonLayer when using binary GeoJSON (#9805)07601cbAdd images to whatsnew (#9804)e48877dAdd IconLayer sizeBasis prop (#9736)b74e383update numpy 1.16.4 to 1.22.2 (#7456)4cab294fix: Maplibre interleaved resize handling (#9803)13ef812docs: Pass on CARTO docs for v9.2 (#9795)Updates
@deck.gl/corefrom 9.1.15 to 9.2.0Release notes
Sourced from
@deck.gl/core's releases.... (truncated)
Changelog
Sourced from
@deck.gl/core's changelog.... (truncated)
Commits
3db2198v9.2.05a00affUpdate docs and examples to use the latest release33a6d99v9.2.0-beta.4929c8f2Invoke transform function for constant attributes (#9741)8e0d49ePassvertexValidto SolidPolygonLayer when using binary GeoJSON (#9805)07601cbAdd images to whatsnew (#9804)e48877dAdd IconLayer sizeBasis prop (#9736)b74e383update numpy 1.16.4 to 1.22.2 (#7456)4cab294fix: Maplibre interleaved resize handling (#9803)13ef812docs: Pass on CARTO docs for v9.2 (#9795)Updates
@deck.gl/extensionsfrom 9.1.15 to 9.2.0Release notes
Sourced from
@deck.gl/extensions's releases.... (truncated)
Changelog
Sourced from
@deck.gl/extensions's changelog.... (truncated)
Commits
3db2198v9.2.05a00affUpdate docs and examples to use the latest release33a6d99v9.2.0-beta.4929c8f2Invoke transform function for constant attributes (#9741)8e0d49ePassvertexValidto SolidPolygonLayer when using binary GeoJSON (#9805)07601cbAdd images to whatsnew (#9804)e48877dAdd IconLayer sizeBasis prop (#9736)b74e383update numpy 1.16.4 to 1.22.2 (#7456)4cab294fix: Maplibre interleaved resize handling (#9803)13ef812docs: Pass on CARTO docs for v9.2 (#9795)Updates
@deck.gl/geo-layersfrom 9.1.15 to 9.2.0Release notes
Sourced from
@deck.gl/geo-layers's releases.... (truncated)
Changelog
Sourced from
@deck.gl/geo-layers's changelog.... (truncated)
Commits
3db2198v9.2.05a00affUpdate docs and examples to use the latest release33a6d99v9.2.0-beta.4929c8f2Invoke transform function for constant attributes (#9741)8e0d49ePassvertexValidto SolidPolygonLayer when using binary GeoJSON (#9805)07601cbAdd images to whatsnew (#9804)e48877dAdd IconLayer sizeBasis prop (#9736)b74e383update numpy 1.16.4 to 1.22.2 (#7456)4cab294fix: Maplibre interleaved resize handling (#9803)13ef812docs: Pass on CARTO docs for v9.2 (#9795)Updates
@deck.gl/jsonfrom 9.1.15 to 9.2.0Release notes
Sourced from
@deck.gl/json's releases.... (truncated)
Changelog
Sourced from
@deck.gl/json's changelog.... (truncated)
Commits
3db2198v9.2.05a00affUpdate docs and examples to use the latest release33a6d99v9.2.0-beta.4929c8f2Invoke transform function for constant attributes (#9741)8e0d49ePassvertexValidto SolidPolygonLayer when using binary GeoJSON (#9805)07601cbAdd images to whatsnew (#9804)e48877dAdd IconLayer sizeBasis prop (#9736)b74e383update numpy 1.16.4 to 1.22.2 (#7456)4cab294fix: Maplibre interleaved resize handling (#9803)13ef812docs: Pass on CARTO docs for v9.2 (#9795)Updates
@deck.gl/layersfrom 9.1.15 to 9.2.0Release notes
Sourced from
@deck.gl/layers's releases.... (truncated)
Changelog
Sourced from
@deck.gl/layers's changelog.... (truncated)
Commits
3db2198v9.2.05a00affUpdate docs and examples to use the latest release33a6d99v9.2.0-beta.4929c8f2Invoke transform function for constant attributes (#9741)8e0d49ePassvertexValidto SolidPolygonLayer when using binary GeoJSON (#9805)07601cbAdd images to whatsnew (#9804)e48877dAdd IconLayer sizeBasis prop (#9736)b74e383update numpy 1.16.4 to 1.22.2 (#7456)4cab294fix: Maplibre interleaved resize handling (#9803)13ef812docs: Pass on CARTO docs for v9.2 (#9795)Updates
@deck.gl/mesh-layersfrom 9.1.15 to 9.2.0Release notes
Sourced from
@deck.gl/mesh-layers's releases.