feat: stabilize Flatpak build and add CI pipeline#105
Merged
Conversation
Snyk has created this PR to upgrade @capacitor/haptics from 7.0.2 to 7.0.3. See this package in yarn: @capacitor/haptics See this project in Snyk: https://app.snyk.io/org/from104/project/f4140f07-6e0c-44db-b389-45fbf7700c44?utm_source=github&utm_medium=referral&page=upgrade-pr
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355
…f21f48094f90 [Snyk] Upgrade @capacitor/haptics from 7.0.2 to 7.0.3
…db4ca78ee [Snyk] Security upgrade @capacitor/cli from 7.4.3 to 8.0.2
Snyk has created this PR to upgrade @capacitor/screen-orientation from 7.0.2 to 7.0.3. See this package in yarn: @capacitor/screen-orientation See this project in Snyk: https://app.snyk.io/org/from104/project/f4140f07-6e0c-44db-b389-45fbf7700c44?utm_source=github&utm_medium=referral&page=upgrade-pr
…38902ee588e5 [Snyk] Upgrade @capacitor/screen-orientation from 7.0.2 to 7.0.3
Snyk has created this PR to upgrade @capacitor/share from 7.0.2 to 7.0.3. See this package in yarn: @capacitor/share See this project in Snyk: https://app.snyk.io/org/from104/project/f4140f07-6e0c-44db-b389-45fbf7700c44?utm_source=github&utm_medium=referral&page=upgrade-pr
…0ed078fa94e1 [Snyk] Upgrade @capacitor/share from 7.0.2 to 7.0.3
Snyk has created this PR to upgrade @capacitor/app from 7.1.0 to 7.1.1. See this package in yarn: @capacitor/app See this project in Snyk: https://app.snyk.io/org/from104/project/f4140f07-6e0c-44db-b389-45fbf7700c44?utm_source=github&utm_medium=referral&page=upgrade-pr
…32af03b045a68 [Snyk] Upgrade @capacitor/app from 7.1.0 to 7.1.1
Snyk has created this PR to upgrade @capacitor/status-bar from 7.0.3 to 7.0.4. See this package in yarn: @capacitor/status-bar See this project in Snyk: https://app.snyk.io/org/from104/project/f4140f07-6e0c-44db-b389-45fbf7700c44?utm_source=github&utm_medium=referral&page=upgrade-pr
…d33520d4b1312 [Snyk] Upgrade @capacitor/status-bar from 7.0.3 to 7.0.4
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993
…2a965bc80 [Snyk] Security upgrade axios from 1.12.2 to 1.13.5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Upgrade Electron 35 → 40 with ESM compatibility fixes - Add Vitest test infrastructure (30 tests for CalculatorMath) - Add GitHub Actions CI/CD pipeline and husky pre-commit hooks - Migrate to Vue 3.5+ useTemplateRef (5 components) - Remove any types using toValue() (16 → 1) - Migrate CSS v-bind() to CSS custom properties (CalcButton, RecordCard) - Harden CSP with dev/prod split - Fix vue-tsc type errors across multiple files - Update all dependencies to latest minor versions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Bump package.json version to 0.11.7 - Update Flatpak metainfo.xml with 0.11.7 release info - Verified Electron build and Flatpak packaging work with Electron 40 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Electron build runs on every push (after lint-test passes) - Flatpak build runs only on release/* branches and main - linux-unpacked artifact shared between build stages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Flatpak build artifacts (linux-unpacked with Electron binaries) exhaust inotify watchers, preventing Electron dev mode from starting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
Test plan
yarn build통과yarn lint통과🤖 Generated with Claude Code