Skip to content

v1.2.2

Choose a tag to compare

@RogerioDoCarmo RogerioDoCarmo released this 31 May 16:35

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:
    • eslint major — 9 → 10 breaks eslint-plugin-react@7.x (context.getFilename was removed in ESLint 10).
    • typescript major — 5.9 → 6.0 conflicts with the SDK's pinned ~5.9 and 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-node v4 → v6 (#18).

Chore

  • Version bumped to 1.2.2.

Full Changelog: v1.2.1...v1.2.2