Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CartoDB/deck.gl-examples
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: CartoDB/deck.gl-examples
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dependabot/npm_and_yarn/dynamic-tiling-heatmap/multi-ae5c351165
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Mar 18, 2025

  1. Bump esbuild and vite in /dynamic-tiling-heatmap

    Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.1 and updates ancestor dependency [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). These dependencies need to be updated together.
    
    
    Updates `esbuild` from 0.18.20 to 0.25.1
    - [Release notes](https://github.com/evanw/esbuild/releases)
    - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md)
    - [Commits](evanw/esbuild@v0.18.20...v0.25.1)
    
    Updates `vite` from 4.5.6 to 6.2.2
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.2.2/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: esbuild
      dependency-type: indirect
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 18, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1f364fc View commit details
Showing with 540 additions and 146 deletions.
  1. +539 −145 dynamic-tiling-heatmap/package-lock.json
  2. +1 −1 dynamic-tiling-heatmap/package.json
684 changes: 539 additions & 145 deletions dynamic-tiling-heatmap/package-lock.json
2 changes: 1 addition & 1 deletion dynamic-tiling-heatmap/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"unlink-deck": "yarn unlink @deck.gl/core && yarn link @deck.gl/layers && yarn link @deck.gl/geo-layers && yarn link @deck.gl/mesh-layers && yarn link @deck.gl/aggregation-layers && yarn link @deck.gl/carto && yarn link @deck.gl/extensions"
},
"devDependencies": {
"vite": "^4.5.6"
"vite": "^6.2.2"
},
"dependencies": {
"@deck.gl/aggregation-layers": "^9.0.17",