v1.2.2
What's Changed
A maintenance release — CI/config only, no app runtime changes.
Dependency management
- Dependabot compatibility ignores (#21): block the major bumps that are incompatible with Expo SDK 54, so they stop being proposed:
eslintmajor —9 → 10breakseslint-plugin-react@7.x(context.getFilenamewas removed in ESLint 10).typescriptmajor —5.9 → 6.0conflicts with the SDK's pinned~5.9and bundled type definitions.- 9.x / 5.x updates still flow; these ceilings lift on a deliberate SDK/plugin upgrade.
CI / tooling
- Skip E2E + auto-assign on Dependabot PRs (#20): those workflows require secrets that Dependabot PRs can't access, so they no longer surface misleading red checks — they skip cleanly (a skipped required check counts as passing).
actions/setup-nodev4 → v6 (#18).
Chore
- Version bumped to
1.2.2.
Full Changelog: v1.2.1...v1.2.2