Skip to content

chore: update for TypeScript 6#417

Merged
mobilemind merged 1 commit intomainfrom
feat/typescript6
Apr 1, 2026
Merged

chore: update for TypeScript 6#417
mobilemind merged 1 commit intomainfrom
feat/typescript6

Conversation

@mobilemind
Copy link
Copy Markdown
Owner

chore: update for TypeScript 6

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repo’s TypeScript toolchain/configuration to align with TypeScript 6, which is used to compile the src/*.ts bookmarklet sources into .temp/ prior to minification and bookmarklet wrapping.

Changes:

  • Bump typescript to 6.0.2 and update @typescript-eslint/* to ~8.58.0.
  • Update tsconfig.json compiler options (notably module: "esnext" and rootDir: "./src"), with some key reordering.
  • Minor formatting/order tweak in tsconfig.scripts.json (no functional change).

Reviewed changes

Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.

File Description
tsconfig.scripts.json Cosmetic ordering of compilerOptions entries.
tsconfig.json Adjusts TS compiler options for the main src/ compilation (module/rootDir plus reordering).
package.json Upgrades TypeScript to v6 and aligns @typescript-eslint/* versions.
package-lock.json Locks the updated TypeScript and @typescript-eslint/* dependency graph.

@mobilemind mobilemind enabled auto-merge (squash) April 1, 2026 01:43
@mobilemind mobilemind merged commit 61930f1 into main Apr 1, 2026
11 checks passed
@mobilemind mobilemind deleted the feat/typescript6 branch April 1, 2026 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants