Skip to content

build(deps): combine all open Dependabot dependency updates - #58

Merged
pmishchenko-ua merged 46 commits into
masterfrom
cursor/combine-dependabot-updates-ce4c
Aug 7, 2026
Merged

build(deps): combine all open Dependabot dependency updates#58
pmishchenko-ua merged 46 commits into
masterfrom
cursor/combine-dependabot-updates-ce4c

Conversation

@pmishchenko-ua

Copy link
Copy Markdown
Collaborator

Summary

This PR gathers all 23 open Dependabot dependency-update PRs into a single branch for combined review. Each Dependabot branch was merged into cursor/combine-dependabot-updates-ce4c (branched off master), and the merge conflicts (all in website/package-lock.json) were resolved by keeping the highest / intended version.

Only lockfiles are affected, plus a single direct dev-dependency bump in website/package.json (tsx, from PR #42). No application source code changes.

Included Dependabot PRs

Root project (package-lock.json)

PR Package Version
#27 flatted (dev) 3.2.7 → 3.4.2
#31 picomatch 2.3.1 → 2.3.2
#33 lodash (dev) 4.17.23 → 4.18.1
#46 js-yaml (dev) 4.1.1 → 4.3.0

Website (website/package-lock.json, website/package.json)

PR Package Version
#28 node-forge 1.3.2 → 1.4.0
#29 path-to-regexp 0.1.12 → 0.1.13
#30 picomatch 2.3.1 → 2.3.2
#32 lodash 4.17.21 → 4.18.1
#34 brace-expansion 1.1.12 → 1.1.14
#35 follow-redirects 1.15.11 → 1.16.0
#37 @babel/plugin-transform-modules-systemjs 7.28.5 → 7.29.4
#42 esbuild & tsx esbuild → 0.28.1, tsx → 4.22.4
#43 launch-editor 2.12.0 → 2.14.1
#45 ws → 8.21.0
#48 websocket-driver 0.7.4 → 0.7.5
#49 immutable 5.1.2 → 5.1.9
#50 svgo 3.3.2 → 3.3.4
#52 shell-quote 1.8.x → 1.10.0
#53 webpack-dev-server 5.2.4 → 5.2.6
#54 body-parser 1.20.5 → 1.20.6
#55 postcss 8.5.6 → 8.5.25
#56 undici 7.18.2 → 7.29.0
#57 fast-uri 3.0.6 → 3.1.5

Verification

  • Both lockfiles are valid JSON with no leftover merge-conflict markers.
  • npm ci passes in the root project (353 packages) — confirms package-lock.json is in sync with package.json.
  • npm ci passes in website/ (1335 packages) — confirms website/package-lock.json is in sync with website/package.json.
  • All targeted versions verified present in the final lockfiles.

Notes for reviewers

  • This combined PR does not close the individual Dependabot PRs automatically; once this is merged, the superseded Dependabot PRs can be closed.
  • A full website production build was not run here; CI should exercise the build. The dependency changes are limited to version bumps validated by npm ci.
Open in Web Open in Cursor 

dependabot Bot and others added 30 commits March 19, 2026 23:59
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.2.7 to 3.4.2.
- [Commits](WebReflection/flatted@v3.2.7...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.2 to 1.4.0.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@v1.3.2...v1.4.0)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 0.1.12 to 0.1.13.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/v.0.1.13/History.md)
- [Commits](pillarjs/path-to-regexp@v0.1.12...v.0.1.13)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 0.1.13
  dependency-type: indirect
...

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

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

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

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.21...4.18.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.12 to 1.1.14.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.14)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.28.5 to 7.29.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs)

---
updated-dependencies:
- dependency-name: "@babel/plugin-transform-modules-systemjs"
  dependency-version: 7.29.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.28.1 and updates ancestor dependency [tsx](https://github.com/privatenumber/tsx). These dependencies need to be updated together.


Updates `esbuild` from 0.25.5 to 0.28.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2025.md)
- [Commits](evanw/esbuild@v0.25.5...v0.28.1)

Updates `tsx` from 4.20.4 to 4.22.4
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.4...v4.22.4)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: indirect
- dependency-name: tsx
  dependency-version: 4.22.4
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [launch-editor](https://github.com/vitejs/launch-editor) from 2.12.0 to 2.14.1.
- [Commits](vitejs/launch-editor@v2.12.0...v2.14.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-version: 2.14.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps  and [ws](https://github.com/websockets/ws). These dependencies needed to be updated together.

Updates `ws` from 7.5.10 to 7.5.11
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.10...7.5.11)

Updates `ws` from 8.18.3 to 8.21.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.5.10...7.5.11)

---
updated-dependencies:
- dependency-name: ws
  dependency-version: 7.5.11
  dependency-type: indirect
- dependency-name: ws
  dependency-version: 8.21.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0.
- [Changelog](https://github.com/nodeca/js-yaml/blob/4.3.0/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.1...4.3.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.3.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [websocket-driver](https://github.com/faye/websocket-driver-node) from 0.7.4 to 0.7.5.
- [Changelog](https://github.com/faye/websocket-driver-node/blob/main/CHANGELOG.md)
- [Commits](faye/websocket-driver-node@0.7.4...0.7.5)

---
updated-dependencies:
- dependency-name: websocket-driver
  dependency-version: 0.7.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [immutable](https://github.com/immutable-js/immutable-js) from 5.1.2 to 5.1.9.
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v5.1.2...v5.1.9)

---
updated-dependencies:
- dependency-name: immutable
  dependency-version: 5.1.9
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [svgo](https://github.com/svg/svgo) from 3.3.2 to 3.3.4.
- [Release notes](https://github.com/svg/svgo/releases)
- [Commits](svg/svgo@v3.3.2...v3.3.4)

---
updated-dependencies:
- dependency-name: svgo
  dependency-version: 3.3.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.3 to 1.10.0.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.3...v1.10.0)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-version: 1.10.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.2.4 to 5.2.6.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v5.2.6/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.2.4...v5.2.6)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.5 to 1.20.6.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](expressjs/body-parser@1.20.5...1.20.6)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-version: 1.20.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.6 to 8.5.25.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.6...8.5.25)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.25
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [undici](https://github.com/nodejs/undici) from 7.18.2 to 7.29.0.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v7.18.2...v7.29.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.29.0
  dependency-type: indirect
...

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

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

Signed-off-by: dependabot[bot] <support@github.com>
…3.4.2' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…path-to-regexp-0.1.13' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…picomatch-2.3.2' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…h-2.3.2' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…lodash-4.18.1' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
….18.1' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…brace-expansion-1.1.14' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
cursoragent and others added 16 commits August 7, 2026 11:15
…follow-redirects-1.16.0' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…babel/plugin-transform-modules-systemjs-7.29.4' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…multi-c08e63791c' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…launch-editor-2.14.1' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…multi-4e67b7c87e' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…4.3.0' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…websocket-driver-0.7.5' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…immutable-5.1.9' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…svgo-3.3.4' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…body-parser-1.20.6' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…postcss-8.5.25' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…undici-7.29.0' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…fast-uri-3.1.5' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…node-forge-1.4.0' into cursor/combine-dependabot-updates-ce4c

# Conflicts:
#	website/package-lock.json

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…shell-quote-1.10.0' into cursor/combine-dependabot-updates-ce4c

# Conflicts:
#	website/package-lock.json

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
…webpack-dev-server-5.2.6' into cursor/combine-dependabot-updates-ce4c

Co-authored-by: Pavlo Mishchenko <pmishchenko-ua@users.noreply.github.com>
@pmishchenko-ua
pmishchenko-ua marked this pull request as ready for review August 7, 2026 11:21
@pmishchenko-ua
pmishchenko-ua requested review from a team and psharma-1909 as code owners August 7, 2026 11:21
@pmishchenko-ua
pmishchenko-ua merged commit e3f3b03 into master Aug 7, 2026
7 checks passed
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