Skip to content

Conversation

@chrisgervang
Copy link
Collaborator

@chrisgervang chrisgervang commented Jan 22, 2026

Summary

  • Combines updates from 16 open Dependabot PRs into a single PR for easier review and merge
  • Updates GitHub Actions dependencies (checkout, setup-node, setup-python, upload-artifact, codeql-action, scorecard-action, github-pages-deploy-action)
  • Updates npm dependencies (@vis.gl/ts-plugins, moment-timezone, lodash, min-document, node-forge, http-proxy-middleware, @babel/runtime)
  • Updates Python dev dependencies (black)

I tested the website locally and all seems to build and work. I took a look at each change log and nothing jumped out as concerning.

Changes

GitHub Actions

Action Old Version New Version
actions/checkout v4.2.2 v6.0.1
actions/setup-node v6.0.0 v6.2.0
actions/setup-python v4.7.1 v5.4.0
actions/upload-artifact v4.6.0 v5.0.0
github/codeql-action v3.28.9 v4.31.9
ossf/scorecard-action v2.4.0 v2.4.3
JamesIves/github-pages-deploy-action v4.7.2 v4.8.0

npm dependencies (package.json)

Package Old Version New Version
@vis.gl/ts-plugins 1.0.0-alpha.21 1.0.1
moment-timezone ^0.5.33 ^0.6.0 (only type changes)

npm dependencies (yarn.lock only)

Package Old Version New Version
lodash 4.17.21 4.17.23
min-document 2.19.0 2.19.2
node-forge 1.3.1 1.3.3
http-proxy-middleware 2.0.7 2.0.9
@babel/runtime 7.26.0 7.26.10

Python dependencies

Package Old Version New Version
black 22.3.0 24.3.0

Related PRs

This PR combines the following Dependabot PRs:

Test plan

  • CI passes
  • Website builds correctly
  • Python tests pass

🤖 Generated with Claude Code


Note

Updates CI and dependencies with combined version bumps.

  • GitHub Actions: Upgrade actions/checkout to v6, actions/setup-node to v6.2.0, actions/setup-python to v5.4.0, actions/upload-artifact to v5, github/codeql-action/upload-sarif to v4.31.9, ossf/scorecard-action to v2.4.3, and JamesIves/github-pages-deploy-action to 4.8.0 in release.yml, scorecard.yml, test.yml, and website.yml
  • JS deps: Bump @vis.gl/ts-plugins to 1.0.1 in root package.json; update moment-timezone to ^0.6.0 in modules/carto/package.json; refresh lockfiles (yarn.lock, website/yarn.lock) including lodash@4.17.23, min-document@2.19.2, node-forge@1.3.3, http-proxy-middleware@2.0.9, @babel/runtime@7.26.10
  • Python dev deps: Update black to 24.3.0 in bindings/pydeck-carto/requirements/requirements-dev.txt

Written by Cursor Bugbot for commit 1978dfe. This will update automatically on new commits. Configure here.

Combines updates from 16 Dependabot PRs:
- actions/checkout: v4.2.2 → v6.0.1
- actions/setup-node: v6.0.0 → v6.2.0
- actions/setup-python: v4.7.1 → v5.4.0
- actions/upload-artifact: v4.6.0 → v5.0.0
- github/codeql-action: v3.28.9 → v4.31.9
- ossf/scorecard-action: v2.4.0 → v2.4.3
- JamesIves/github-pages-deploy-action: v4.7.2 → v4.8.0
- @vis.gl/ts-plugins: 1.0.0-alpha.21 → 1.0.1
- moment-timezone: ^0.5.33 → ^0.6.0
- black: 22.3.0 → 24.3.0
- lodash: 4.17.21 → 4.17.23 (yarn.lock)
- min-document: 2.19.0 → 2.19.2 (yarn.lock)
- node-forge: 1.3.1 → 1.3.3 (website yarn.lock)
- http-proxy-middleware: 2.0.7 → 2.0.9 (website yarn.lock)
- @babel/runtime: 7.26.0 → 7.26.10 (website yarn.lock)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

@coveralls
Copy link

Coverage Status

coverage: 91.115%. remained the same
when pulling 1978dfe on chr/combine-dependabot-prs
into 83ac412 on master.

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.

3 participants