build(deps-dev): bump ts-json-schema-generator from 2.4.0 to 2.5.0#2249
build(deps-dev): bump ts-json-schema-generator from 2.4.0 to 2.5.0#2249dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
❌ Deploy Preview for content-scope-scripts failed.
|
Temporary Branch UpdateThe 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. |
|
@dependabot recreate |
bba0a8a to
3f3a4d3
Compare
Build Branch
Integration commandsnpm (Android / Extension): 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.0Pin to exact commitnpm (Android / Extension): 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 |
|
@dependabot recreate |
1 similar comment
|
@dependabot recreate |
3f3a4d3 to
453162c
Compare
Build Branch
Integration commandsnpm (Android / Extension): 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.0Pin to exact commitnpm (Android / Extension): 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 |
9a7a4c3 to
4a8b35f
Compare
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>
4a8b35f to
cad5825
Compare
| }, | ||
| "engines": { | ||
| "node": ">=18.0.0" | ||
| "node": ">=22.0.0" |
There was a problem hiding this comment.
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.


Build Branch
pr-releases/dependabot/npm_and_yarn/main/ts-json-schema-generator-2.5.09b1ce75f85Integration commands
npm (Android / Extension):
Swift Package Manager (Apple):
git submodule (Windows):
Pin to exact commit
npm (Android / Extension):
Swift Package Manager (Apple):
git submodule (Windows):
Bumps ts-json-schema-generator from 2.4.0 to 2.5.0.
Release notes
Sourced from ts-json-schema-generator's releases.
... (truncated)
Changelog
Sourced from ts-json-schema-generator's changelog.
... (truncated)
Commits
fcd316dBump version to: 2.5.0 [skip ci]7d2fe40Update CHANGELOG.md [skip ci]aa316bbMerge pull request #2459 from vega/nextfdc3625chore(deps): bump commander from 14.0.2 to 14.0.3 (#2455)978075cchore(deps-dev): bump typescript-eslint from 8.53.1 to 8.54.0 (#2456)256dddachore(deps-dev): bump globals from 17.1.0 to 17.3.0 (#2457)32c3be6fix: error "has multiple definitions" with discriminate unions (#1836)06d1cd3chore(deps-dev): bump typescript-eslint from 8.53.0 to 8.53.1 (#2452)6004e7echore(deps-dev): bump globals from 17.0.0 to 17.1.0 (#2453)0d258e6chore(deps-dev): bump prettier from 3.8.0 to 3.8.1 (#2454)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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-generatorfrom2.4.0to2.5.0inpackage.jsonand refreshespackage-lock.jsonaccordingly.The lockfile update pulls in newer transitive tooling (notably
commander@14) and prunes/restructures some nested dependencies; metadata flags likepeerentries change as part of the re-resolution.Written by Cursor Bugbot for commit cad5825. This will update automatically on new commits. Configure here.