Skip to content

chore(deps): update TypeScript to v6#1338

Merged
sidvishnoi merged 5 commits intomainfrom
update-ts-to-v6
Apr 20, 2026
Merged

chore(deps): update TypeScript to v6#1338
sidvishnoi merged 5 commits intomainfrom
update-ts-to-v6

Conversation

@sidvishnoi
Copy link
Copy Markdown
Member

Context

Closes #1337

Changes proposed in this pull request

@github-actions github-actions Bot added area: content Improvements or additions to extension content script area: background Improvements or additions to extension background script area: popup Improvements or additions to extension popup area: pages Changes to any of extension's pages area: shared Changes to shared libraries and utilities labels Mar 24, 2026
Comment on lines -55 to 69
Object.assign(this, {
browser,
browserName,
walletService,
monetizationService,
storage,
sendToPopup,
sendToApp,
tabState,
tabEvents,
windowState,
logger,
events,
heartbeat,
telemetry,
});
this.browser = browser;
this.browserName = browserName;
this.walletService = walletService;
this.monetizationService = monetizationService;
this.storage = storage;
this.sendToPopup = sendToPopup;
this.sendToApp = sendToApp;
this.tabState = tabState;
this.tabEvents = tabEvents;
this.windowState = windowState;
this.logger = logger;
this.events = events;
this.heartbeat = heartbeat;
this.telemetry = telemetry;
}
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 24, 2026

Extension builds preview

Name Link
Latest commit ffbb17e
Latest job logs Run #24664330748
Chrome (1.38MB)Download
Firefox (1.38MB)Download
Safari (2.33MB)Download

@sidvishnoi sidvishnoi marked this pull request as ready for review April 20, 2026 11:36
@sidvishnoi sidvishnoi requested a review from DarianM April 20, 2026 11:36
@sidvishnoi sidvishnoi merged commit ab49cf1 into main Apr 20, 2026
13 checks passed
@sidvishnoi sidvishnoi deleted the update-ts-to-v6 branch April 20, 2026 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: background Improvements or additions to extension background script area: content Improvements or additions to extension content script area: pages/app area: pages/notification area: pages Changes to any of extension's pages area: popup Improvements or additions to extension popup area: shared Changes to shared libraries and utilities

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants