Skip to content

build(deps-dev): bump ts-json-schema-generator from 2.4.0 to 2.5.0#2249

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
Open

build(deps-dev): bump ts-json-schema-generator from 2.4.0 to 2.5.0#2249
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Build Branch

Branch pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
Commit 9b1ce75f85
Updated February 13, 2026 at 9:20:29 PM UTC

Integration commands

npm (Android / Extension):

npm i github:duckduckgo/content-scope-scripts#pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0

Swift Package Manager (Apple):

.package(url: "https://github.com/duckduckgo/content-scope-scripts.git", branch: "pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0")

git submodule (Windows):

git -C submodules/content-scope-scripts fetch origin pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
git -C submodules/content-scope-scripts checkout origin/pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
Pin to exact commit

npm (Android / Extension):

npm i github:duckduckgo/content-scope-scripts#9b1ce75f85cd3593226b5bb72ad2613b86b04a0f

Swift Package Manager (Apple):

.package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "9b1ce75f85cd3593226b5bb72ad2613b86b04a0f")

git submodule (Windows):

git -C submodules/content-scope-scripts fetch origin pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
git -C submodules/content-scope-scripts checkout 9b1ce75f85cd3593226b5bb72ad2613b86b04a0f

Bumps ts-json-schema-generator from 2.4.0 to 2.5.0.

Release notes

Sourced from ts-json-schema-generator's releases.

v2.5.0

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Alex (@​alexchexes)

❤️ Valentyne Stigloher (@​pixunil)

❤️ Cal (@​CalLavicka)

❤️ James Vaughan (@​jamesbvaughan)

❤️ Orta Therox (@​orta)

❤️ Sam Sudar (@​srsudar)

❤️ Aaron Madlon-Kay (@​amake)

❤️ Arya Emami (@​aryaemami59)

❤️ Julian Bez (@​webjunkie)

❤️ Neal Granger (@​10xjs)

🚀 Enhancement

🐛 Bug Fix

... (truncated)

Changelog

Sourced from ts-json-schema-generator's changelog.

v2.5.0 (Wed Feb 04 2026)

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Alex (@​alexchexes)

❤️ Valentyne Stigloher (@​pixunil)

❤️ Cal (@​CalLavicka)

❤️ James Vaughan (@​jamesbvaughan)

❤️ Orta Therox (@​orta)

❤️ Sam Sudar (@​srsudar)

❤️ Aaron Madlon-Kay (@​amake)

❤️ Arya Emami (@​aryaemami59)

❤️ Julian Bez (@​webjunkie)

❤️ Neal Granger (@​10xjs)

🚀 Enhancement

🐛 Bug Fix

... (truncated)

Commits
  • fcd316d Bump version to: 2.5.0 [skip ci]
  • 7d2fe40 Update CHANGELOG.md [skip ci]
  • aa316bb Merge pull request #2459 from vega/next
  • fdc3625 chore(deps): bump commander from 14.0.2 to 14.0.3 (#2455)
  • 978075c chore(deps-dev): bump typescript-eslint from 8.53.1 to 8.54.0 (#2456)
  • 256ddda chore(deps-dev): bump globals from 17.1.0 to 17.3.0 (#2457)
  • 32c3be6 fix: error "has multiple definitions" with discriminate unions (#1836)
  • 06d1cd3 chore(deps-dev): bump typescript-eslint from 8.53.0 to 8.53.1 (#2452)
  • 6004e7e chore(deps-dev): bump globals from 17.0.0 to 17.1.0 (#2453)
  • 0d258e6 chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 (#2454)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Dev-only dependency bump reflected in lockfile; primary risk is CI/build breakage due to updated transitive deps and newer Node engine requirements in the generator/tooling chain.

Overview
Updates the dev dependency ts-json-schema-generator from 2.4.0 to 2.5.0 in package.json and refreshes package-lock.json accordingly.

The lockfile update pulls in newer transitive tooling (notably commander@14) and prunes/restructures some nested dependencies; metadata flags like peer entries change as part of the re-resolution.

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

@dependabot dependabot bot added dependencies Update one or more dependencies version minor Increment the minor version when merged labels Feb 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 12:00
@dependabot dependabot bot added dependencies Update one or more dependencies version minor Increment the minor version when merged labels Feb 9, 2026
@netlify
Copy link

netlify bot commented Feb 9, 2026

Deploy Preview for content-scope-scripts failed.

Name Link
🔨 Latest commit cad5825
🔍 Latest deploy log https://app.netlify.com/projects/content-scope-scripts/deploys/6994d81858dc7b0009d5a8fb

@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

Temporary Branch Update

The temporary branch has been updated with the latest changes. Below are the details:

Please use the above install command to update to the latest version.

@daxtheduck
Copy link

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0 branch 2 times, most recently from bba0a8a to 3f3a4d3 Compare February 13, 2026 21:19
@github-actions
Copy link
Contributor

Build Branch

Branch pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
Commit 9b1ce75f85
Updated February 13, 2026 at 9:20:29 PM UTC

Integration commands

npm (Android / Extension):

npm i github:duckduckgo/content-scope-scripts#pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0

Swift Package Manager (Apple):

.package(url: "https://github.com/duckduckgo/content-scope-scripts.git", branch: "pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0")

git submodule (Windows):

git -C submodules/content-scope-scripts fetch origin pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
git -C submodules/content-scope-scripts checkout origin/pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
Pin to exact commit

npm (Android / Extension):

npm i github:duckduckgo/content-scope-scripts#9b1ce75f85cd3593226b5bb72ad2613b86b04a0f

Swift Package Manager (Apple):

.package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "9b1ce75f85cd3593226b5bb72ad2613b86b04a0f")

git submodule (Windows):

git -C submodules/content-scope-scripts fetch origin pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
git -C submodules/content-scope-scripts checkout 9b1ce75f85cd3593226b5bb72ad2613b86b04a0f

@jonathanKingston
Copy link
Contributor

@dependabot recreate

1 similar comment
@daxtheduck
Copy link

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0 branch from 3f3a4d3 to 453162c Compare February 13, 2026 23:10
@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2026

Build Branch

Branch pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
Commit ea6534757a
Updated February 13, 2026 at 11:15:58 PM UTC

Integration commands

npm (Android / Extension):

npm i github:duckduckgo/content-scope-scripts#pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0

Swift Package Manager (Apple):

.package(url: "https://github.com/duckduckgo/content-scope-scripts.git", branch: "pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0")

git submodule (Windows):

git -C submodules/content-scope-scripts fetch origin pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
git -C submodules/content-scope-scripts checkout origin/pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
Pin to exact commit

npm (Android / Extension):

npm i github:duckduckgo/content-scope-scripts#ea6534757abc0e4911518a54c9645482eac7fafe

Swift Package Manager (Apple):

.package(url: "https://github.com/duckduckgo/content-scope-scripts.git", revision: "ea6534757abc0e4911518a54c9645482eac7fafe")

git submodule (Windows):

git -C submodules/content-scope-scripts fetch origin pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0
git -C submodules/content-scope-scripts checkout ea6534757abc0e4911518a54c9645482eac7fafe

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0 branch 2 times, most recently from 9a7a4c3 to 4a8b35f Compare February 16, 2026 19:02
Bumps [ts-json-schema-generator](https://github.com/vega/ts-json-schema-generator) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/vega/ts-json-schema-generator/releases)
- [Changelog](https://github.com/vega/ts-json-schema-generator/blob/v2.5.0/CHANGELOG.md)
- [Commits](vega/ts-json-schema-generator@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: ts-json-schema-generator
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.0 branch from 4a8b35f to cad5825 Compare February 17, 2026 21:05
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.

},
"engines": {
"node": ">=18.0.0"
"node": ">=22.0.0"
Copy link

Choose a reason for hiding this comment

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

Removed transitive glob dependency breaks test file import

High Severity

The ts-json-schema-generator 2.5.0 no longer depends on glob, which was previously hoisted to the root node_modules as v11.1.0. The file injected/unit-test/features.js directly imports glob (import * as glob from 'glob') and calls glob.sync(), but glob is not declared as a dependency in injected/package.json or the root package.json. All remaining glob installations are nested under other packages (jasmine, rimraf, test-exclude) and are not resolvable from the workspace. This will cause a runtime module-not-found error when the test suite runs.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update one or more dependencies version minor Increment the minor version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants