Skip to content

chore: batch dependabot updates 2026-05-15#98

Merged
svidgen merged 13 commits into
mainfrom
chore/dependabot-batch-2026-05-15
May 18, 2026
Merged

chore: batch dependabot updates 2026-05-15#98
svidgen merged 13 commits into
mainfrom
chore/dependabot-batch-2026-05-15

Conversation

@svidgen
Copy link
Copy Markdown
Member

@svidgen svidgen commented May 16, 2026

Batched Dependabot Updates

This PR consolidates the following dependabot dependency updates:

  • dependabot/npm_and_yarn/uuid-14.0.0 — uuid to 14.0.0
  • dependabot/npm_and_yarn/xmldom/xmldom-0.9.10 — @xmldom/xmldom to 0.9.10
  • dependabot/npm_and_yarn/lodash-4.18.1 — lodash to 4.18.1
  • dependabot/npm_and_yarn/handlebars-4.7.9 — handlebars to 4.7.9
  • dependabot/npm_and_yarn/multi-bf05dc1ecf — multi-dependency update
  • dependabot/npm_and_yarn/flatted-3.4.2 — flatted to 3.4.2

All branches merged cleanly with no conflicts.

dependabot Bot and others added 11 commits March 19, 2026 17:55
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  and [picomatch](https://github.com/micromatch/picomatch). These dependencies needed to be updated together.

Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.4)

Updates `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@4.0.3...4.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [handlebars](https://github.com/handlebars-lang/handlebars.js) from 4.7.8 to 4.7.9.
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.8...v4.7.9)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-version: 4.7.9
  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 [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.9.8 to 0.9.10.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.9.8...0.9.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v8.3.2...v14.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…mldom-0.9.10' into chore/dependabot-batch-2026-05-15
….18.1' into chore/dependabot-batch-2026-05-15
…rs-4.7.9' into chore/dependabot-batch-2026-05-15
…05dc1ecf' into chore/dependabot-batch-2026-05-15
…3.4.2' into chore/dependabot-batch-2026-05-15
@svidgen svidgen requested a review from a team as a code owner May 16, 2026 00:53
svidgen added 2 commits May 15, 2026 20:19
uuid v14 is ESM-only, which breaks Jest since it can't parse ES modules
in node_modules by default. This adds:
- transformIgnorePatterns to allow Jest to transform uuid
- Extended transform pattern to handle .js files via ts-jest
- allowJs in tsconfig.jest.json for ts-jest to process .js files
uuid v14 is ESM-only and requires globalThis.crypto which is unavailable
in the Node 18 Jest test environment. Reverting to uuid 8.3.2 which
provides CommonJS support.
@svidgen svidgen merged commit 67cd846 into main May 18, 2026
3 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