Skip to content

chore(deps): bump dependencies from multiple Dependabot PRs#9956

Merged
chrisgervang merged 3 commits intomasterfrom
chr/combine-dependabot-prs
Jan 29, 2026
Merged

chore(deps): bump dependencies from multiple Dependabot PRs#9956
chrisgervang merged 3 commits intomasterfrom
chr/combine-dependabot-prs

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

Low Risk
Primarily dependency and CI workflow version bumps; main risk is incidental CI/build behavior changes from updated GitHub Actions and tooling.

Overview
Consolidates dependency updates across CI and the monorepo.

GitHub Actions workflows (release, test, website, scorecard) are updated to newer pinned versions of core actions (e.g., actions/checkout, actions/setup-node, actions/setup-python, upload-artifact, codeql SARIF upload, Scorecard, and GitHub Pages deploy).

Updates JS/Python dependencies: bumps @vis.gl/dev-tools and @vis.gl/ts-plugins to 1.0.1, updates @deck.gl/carto to use moment-timezone ^0.6.0, refreshes lockfiles (e.g., lodash, node-forge, http-proxy-middleware, @babel/runtime, min-document), and upgrades Python dev formatter black to 24.3.0.

Written by Cursor Bugbot for commit d1f563a. 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>
@coveralls
Copy link

coveralls commented Jan 22, 2026

Coverage Status

coverage: 91.101%. remained the same
when pulling d1f563a on chr/combine-dependabot-prs
into 0cbb241 on master.

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.

chrisgervang and others added 2 commits January 28, 2026 20:52
Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>
@chrisgervang chrisgervang force-pushed the chr/combine-dependabot-prs branch from 9f188f6 to d1f563a Compare January 29, 2026 04:54
@chrisgervang chrisgervang merged commit 9485173 into master Jan 29, 2026
6 checks passed
@chrisgervang chrisgervang deleted the chr/combine-dependabot-prs branch January 29, 2026 05:12
@chrisgervang chrisgervang added this to the v9.2 patch releases milestone Feb 2, 2026
felixpalmer pushed a commit that referenced this pull request Feb 10, 2026
* chore(deps): bump dependencies from multiple Dependabot PRs

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>

* chore(deps): upgrade @vis.gl/dev-tools to 1.0.1

Co-Authored-By: Claude (global.anthropic.claude-opus-4-5-20251101-v1:0) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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