Closed
Conversation
## Summary - Bump version to 1.8.0 - Update all npm dependencies to latest majors: fontsource v5, zxcvbn-ts v3, compare-versions v6, countries-list v3, dompurify v3, lucide-static v0.577, marked v14, webextension-polyfill v0.12, jest v29, css-loader v7, copy-webpack-plugin v14, and others - Upgrade CI/CD pipeline: Node 16 → 20, Java 8 (AdoptOpenJDK) → 17 (Temurin), Cordova 11 → 12, cordova-android 13, pin all GHA actions to commit SHAs - Upgrade Android SDK: target SDK 34, min SDK 26, Kotlin 1.9.24, JDK 17 - Migrate Sass @import to @use/@forward to fix Dart Sass deprecation warnings — all module files use @forward, component and partial files use @use ... as *, and color.red()/color.green()/color.blue() replaced with color.channel(). Bootstrap @imports are silenced via silenceDeprecations since Bootstrap 5.3 doesn't support @use for individual components yet. - Fix Webpack production build — exclude which/bin from Terser to avoid 'return' outside of function parse error - Fix Android Gradle build — add compileSdkVersion 34 to build-extras.gradle and patch cordova-plugin-qrscanner's deprecated compile() → implementation() via beforeBuild hook - Remove deprecated ~ tilde prefix from Sass node_modules imports ## Test plan - npm test — 26 tests pass - npm run build:chromium:dev — builds with no deprecation warnings - npm run build:firefox:dev — builds clean - npm run build:android:dev — builds clean - Verify Android Gradle build in CI (cordova prepare + build) - Smoke test extension in Chromium and Firefox - Smoke test Android APK
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.
No description provided.