Skip to content
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

chore(deps-dev): Bump @deck.gl/mapbox from 8.9.35 to 9.0.4 #1460

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2024

Bumps @deck.gl/mapbox from 8.9.35 to 9.0.4.

Release notes

Sourced from @​deck.gl/mapbox's releases.

v9.0.4

  • fix(core): picking bugs (#8730)
  • add generic data types in GetPickingInfoParams (#8709)
  • Export BufferTransform from luma.gl (#8726)
  • fix(build): inlined version off by 1 (#8741)
  • fix (TypeScript): add missing exports for effects types (#8728)
  • fix(core): Type props.parameters (#8732)

v9.0.3

  • Bump luma.gl to 9.0.8 (#8719)

v9.0.2

  • feat(carto): Support .tileSize prop in H3Tileset2D (#8687)
  • fix(carto): Clean up and add unit tests for requestWithParameters cache (#8707)
  • Do not clear when rendering to target in PostProcessEffect (#8705)
  • fix(aggregation-layers): Fix missing types export (#8713)
  • Disable excessive console warnings (#8696)

v9.0.1

  • fix(core): base map creation error in DeckGL scripting interface (#8691)

v9.0.0

  • bump dependencies to production release
  • Remove withParametersWebGL method in Pass classes (#8636)
  • Bug fix: Update scorecard to v2.3.1 (#8688)
  • Register default shader module with Deck (#8682)
  • Update Effect interface (#8681)
  • fix(extensions): PathStyleExtension random artifact (#8683)
  • chore: upgrade luma.gl to 9.0.5 (#8684)

v9.0.0-beta.10

  • Add Zoom and Compass widgets (#8072)
  • fix(extensions): Use lodMaxClamp to disable m ips (#8677)
  • chore(): Use stable '@​loaders.gl/' (#8679)
  • View and view state types improvements (#8663)
  • Fix PostProcessEffect render to framebuffer (#8661)
  • Fix IconManager upsizing auto-packed icon atlas (#8673)
  • feat(carto): Export types for generic source options (#8651)
  • chore: Bump luma to 9.0.4 (#8676)
  • Fix SolidPolygonLayer lighting (#8669)
  • Fix FillStyleExtension artifact (#8668)
  • Support loaders.gl v4 Table object (#8664)
  • fix(core): support view.clear (#8665)
  • Clean up dev dependencies (#8653)
  • Remove terrainModule from ShaderAssembler on cleanup (#8666)
  • Chore: Bump luma to 9.0.3 (#8659)
  • feat(carto): Cache pending requests (#8648)
  • Implement panning in FirstPersonController (#8166)
  • feat(geo-layers): add TileLayerPickingInfo type (#8645)
  • fix(react): move types to devDependencies (#8644)

... (truncated)

Changelog

Sourced from @​deck.gl/mapbox's changelog.

Change Log

All notable changes to deck.gl will be documented in this file.

For a human readable version, visit https://deck.gl/#/documentation/overview/upgrade-guide

deck.gl v9.0

deck.gl v9.0 Prereleases

deck.gl [9.0.0-beta.10] - Mar 20 2024

  • Add Zoom and Compass widgets (#8072)
  • fix(extensions): Use lodMaxClamp to disable m ips (#8677)
  • chore(): Use stable '@​loaders.gl/' (#8679)
  • View and view state types improvements (#8663)
  • Fix PostProcessEffect render to framebuffer (#8661)
  • Fix IconManager upsizing auto-packed icon atlas (#8673)
  • feat(carto): Export types for generic source options (#8651)
  • chore: Bump luma to 9.0.4 (#8676)
  • Fix SolidPolygonLayer lighting (#8669)
  • Fix FillStyleExtension artifact (#8668)
  • Support loaders.gl v4 Table object (#8664)
  • fix(core): support view.clear (#8665)
  • Clean up dev dependencies (#8653)
  • Remove terrainModule from ShaderAssembler on cleanup (#8666)
  • Chore: Bump luma to 9.0.3 (#8659)
  • feat(carto): Cache pending requests (#8648)
  • Implement panning in FirstPersonController (#8166)
  • feat(geo-layers): add TileLayerPickingInfo type (#8645)
  • fix(react): move types to devDependencies (#8644)
  • Fix attribute transition (#8643)

deck.gl [9.0.0-beta.9] - Mar 13 2024

  • Mask Extension: Handle case when no viewport exists (#8627)
  • Clamp Uint8Arrays in typedArrayFromDataType (#8631)

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@deck.gl/mapbox](https://github.com/visgl/deck.gl) from 8.9.35 to 9.0.4.
- [Release notes](https://github.com/visgl/deck.gl/releases)
- [Changelog](https://github.com/visgl/deck.gl/blob/master/CHANGELOG.md)
- [Commits](visgl/deck.gl@v8.9.35...v9.0.4)

---
updated-dependencies:
- dependency-name: "@deck.gl/mapbox"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Apr 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2024

Superseded by #1485.

@dependabot dependabot bot closed this May 5, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/deck.gl/mapbox-9.0.4 branch May 5, 2024 19:15
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.

None yet

1 participant