Skip to content

chore(deps): combine the fast-uri, xmldom, and browserslist bumps - #2616

Merged
BigSimmo merged 24 commits into
mainfrom
claude/combine-dependabot-bumps
Sep 5, 2026
Merged

chore(deps): combine the fast-uri, xmldom, and browserslist bumps#2616
BigSimmo merged 24 commits into
mainfrom
claude/combine-dependabot-bumps

Conversation

@BigSimmo

@BigSimmo BigSimmo commented Sep 4, 2026

Copy link
Copy Markdown
Owner

Summary

Why combine them

Each of the three individual dependabot PRs fails its own "Safety and config checks" CI job (npm audit) alone, because the audit gate wants two different known vulnerabilities fixed together (one fixed by the xmldom bump, one by the browserslist bump), and no single PR carries both. Combined, both are fixed at once.

Verification

  • npm ci --include=dev — clean install, found 0 vulnerabilities (was 2 before, on each individual branch).
  • npx tsc --noEmit — clean.
  • node node_modules/prettier/bin/prettier.cjs --check package-lock.json — passed.
  • Not run: verify:pr-local / full test suite — lockfile-only dependency bump with no source changes; GitHub CI is the requested broad verification surface for the rest.

Risk and rollout

  • Risk: low. All three are patch/minor-version bumps of transitive dependencies already proposed independently by dependabot; nothing here changes application code.
  • Rollback: revert the commit, or re-open the three original dependabot PRs individually.
  • Provider or production effects: none.
  • RAG impact: none — no src/lib/rag*, retrieval, or ranking files touched.

Notes

Once this merges, PRs #2570, #2569, and #2568 can be closed (dependabot will very likely auto-close them as superseded once it notices the same version bumps are already on main).

🤖 Generated with Claude Code

https://claude.ai/code/session_015uRvqm44emrLDMyPF7Pame


Generated by Claude Code


Note

Low Risk
Lockfile-only patch/minor transitive dependency updates with no application source changes; intended to clear paired audit findings that individual bumps could not fix alone.

Overview
Updates package-lock.json only by merging three Dependabot bumps into one commit so npm audit can pass: @xmldom/xmldom 0.8.13 → 0.8.15, fast-uri 3.1.5 → 3.1.7, and browserslist 4.28.2 → 4.28.8.

The browserslist resolution also refreshes its toolchain pins (baseline-browser-mapping, caniuse-lite, electron-to-chromium, node-releases, update-browserslist-db). package.json is unchanged — these are transitive version resolutions, not new direct dependencies.

Reviewed by Cursor Bugbot for commit 82c4592. Configure here.

dependabot Bot and others added 18 commits September 2, 2026 16:12
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.28.2 to 4.28.8.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.28.2...4.28.8)

---
updated-dependencies:
- dependency-name: browserslist
  dependency-version: 4.28.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.13 to 0.8.15.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.8.13...0.8.15)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-version: 0.8.15
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.5 to 3.1.7.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](fastify/fast-uri@v3.1.5...v3.1.7)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…-3.1.7' into claude/combine-dependabot-bumps
…mldom-0.8.15' into claude/combine-dependabot-bumps
…list-4.28.8' into claude/combine-dependabot-bumps
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: dddd909c-ca6d-447b-9aea-7d59815fabb4


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@supabase

supabase Bot commented Sep 4, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@BigSimmo
BigSimmo marked this pull request as ready for review September 4, 2026 18:30
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@BigSimmo
BigSimmo enabled auto-merge (squash) September 4, 2026 18:30
@cursor

cursor Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_a13bdba1-c683-473f-9949-3e6fd9207a9c)

BigSimmo pushed a commit that referenced this pull request Sep 4, 2026
…aring it here

Reverts the devDependency declaration added a commit ago. Declaring it was the
honest fix for the unlisted import, but it turned this PR into a
dependency-change PR, which flips CI's dependency audit from advisory to
blocking — and that audit is red on main today for two unrelated high advisories
(browserslist and fast-uri, both fixed by open Dependabot PRs #2568, #2570 and
#2616). A documentation-and-privacy package should not be gated on those.

Instead the import is allowed narrowly in knip.json. @sentry/core is a direct
dependency of the declared @sentry/nextjs, so it is always installed; the import
is in one test that pins the ignoreErrors list against Sentry's real matching
implementation. Scoped to that one package name, so every other unlisted import
still fails the gate.

Remove this entry once @sentry/core is declared properly — that belongs in the
P8a package (PR #2634), which owns package.json and package-lock.json and is
already a dependency-change PR.

Verified: check:knip clean; package.json and package-lock.json byte-identical to
the previous commit.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DHSyfuC6mS98ystWFiitAR
@cursor

cursor Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_7665098e-0a34-4b0b-bb88-eaa18966af70)

@cursor

cursor Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bugbot couldn't run - usage limit reached

Bugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit.

A user or team admin can review and increase usage limits in the Cursor dashboard.

(requestId: serverGenReqId_73f488d0-485a-484d-8ff9-74d89bd6fb03)

@BigSimmo
BigSimmo merged commit f006e40 into main Sep 5, 2026
27 checks passed
@BigSimmo
BigSimmo deleted the claude/combine-dependabot-bumps branch September 5, 2026 09:24
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.

2 participants