chore: upgrade CI to Node 22, zero ESLint warnings, drop activeTab#68
Merged
chore: upgrade CI to Node 22, zero ESLint warnings, drop activeTab#68
Conversation
- Upgrade CI workflow from Node.js 20 to 22 LTS (20 deprecated June 2026) - Add caughtErrorsIgnorePattern to ESLint config for catch clause vars - Fix all 24 ESLint warnings across src/ and tests/ (now 0 warnings) - Remove unused activeTab permission (reduces attack surface for store review) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
heznpc
added a commit
that referenced
this pull request
Apr 12, 2026
- PRIVACY_POLICY.md: drop activeTab (removed in #68), list alarms with its actual purpose (24h cache cleanup + 7d update check), and bump the "Last updated" date to reflect this edit. - docs/i18n/README_*.md: add the VERSION_START/END marker to all six translated READMEs so generate-docs.js can keep them in sync with manifest.json from now on. - src/data/*.json: bump _meta.version from the 3.3.0 residual to the current 3.5.4 across all ten premium dictionaries (lastUpdated stays 2026-04-02 because the curated contents were not edited).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
caughtErrorsIgnorePatternto config, fixed all unused vars across 12 filesactiveTabpermission: Not referenced anywhere in source — reduces Chrome Web Store review frictionTest plan
🤖 Generated with Claude Code