Skip to content

fix(build): restore TypeScript 6 compatibility for dependency bump#2628

Draft
cursor[bot] wants to merge 2 commits intomainfrom
jkt/auto/dependency-update-review-1489
Draft

fix(build): restore TypeScript 6 compatibility for dependency bump#2628
cursor[bot] wants to merge 2 commits intomainfrom
jkt/auto/dependency-update-review-1489

Conversation

@cursor
Copy link
Copy Markdown
Contributor

@cursor cursor bot commented Apr 13, 2026

Asana Task/Github Issue: N/A

Description

  • Updates typescript-eslint to a release that supports typescript@6.x to resolve npm peer dependency install failures.
  • Adds explicit TypeScript 6 migration compatibility settings in tsconfig.json:
    • "ignoreDeprecations": "6.0" for deprecated moduleResolution: "node" alias handling.
    • "strict": false and "types": ["*"] to preserve previous effective checking behavior under TS6 default changes.
  • Fixes one TS6 check regression in injected/integration-test/pages.spec.js (delete operand must be optional).
  • Regenerates lockfile for the dependency update.

Testing Steps

  • npm ci
  • npm run build-surrogates -w injected
  • npm run tsc

Checklist

Please tick all that apply:

  • I have tested this change locally
  • I have tested this change locally in all supported browsers
  • This change will be visible to users
  • I have added automated tests that cover this change
  • I have ensured the change is gated by config
  • This change was covered by a ship review
  • This change was covered by a tech design
  • Any dependent config has been merged
Open in Web View Automation 

dependabot bot and others added 2 commits April 13, 2026 11:35
…updates

Bumps the typescript group with 4 updates in the / directory: [typedoc](https://github.com/TypeStrong/TypeDoc), [typescript](https://github.com/microsoft/TypeScript), [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `typedoc` from 0.28.17 to 0.28.18
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.28.17...v0.28.18)

Updates `typescript` from 5.9.3 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

Updates `@types/chrome` from 0.1.37 to 0.1.39
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `@types/node` from 25.5.0 to 25.5.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: typedoc
  dependency-version: 0.28.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript
- dependency-name: "@types/chrome"
  dependency-version: 0.1.39
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
- dependency-name: "@types/node"
  dependency-version: 25.5.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: typescript
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jonathan Kingston <jonathanKingston@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

Build Branch

Branch pr-releases/jkt/auto/dependency-update-review-1489
Commit dd0bc3e3b0
Updated April 13, 2026 at 12:30:41 PM UTC

Static preview entry points

QR codes (mobile preview)
Entry point QR code
Docs QR for docs preview
Static pages QR for static pages preview
Integration pages QR for integration pages preview

Integration commands

npm (Android / Extension):

npm i github:duckduckgo/content-scope-scripts#pr-releases/jkt/auto/dependency-update-review-1489

Swift Package Manager (Apple):

.package(url: "https://github.com/duckduckgo/content-scope-scripts.git", branch: "pr-releases/jkt/auto/dependency-update-review-1489")

git submodule (Windows):

git -C submodules/content-scope-scripts fetch origin pr-releases/jkt/auto/dependency-update-review-1489
git -C submodules/content-scope-scripts checkout origin/pr-releases/jkt/auto/dependency-update-review-1489
Pin to exact commit

npm (Android / Extension):

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

Swift Package Manager (Apple):

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

git submodule (Windows):

git -C submodules/content-scope-scripts fetch origin pr-releases/jkt/auto/dependency-update-review-1489
git -C submodules/content-scope-scripts checkout dd0bc3e3b08e220986f27f326e4bc2a7791d7c37

@github-actions github-actions bot added the semver-patch Bug fix / internal — no release needed label Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

[Beta] Generated file diff

Time updated: Mon, 13 Apr 2026 12:31:18 GMT

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

Labels

semver-patch Bug fix / internal — no release needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant