Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
58646b7
chore(deps): bump react-native-screens from 4.16.0 to 4.19.0 (#254)
dependabot[bot] Jan 15, 2026
3ffcb23
chore(deps): bump @sentry/react-native from 7.2.0 to 7.8.0 (#255)
dependabot[bot] Jan 15, 2026
6f27204
chore(deps-dev): bump jest-environment-jsdom from 29.7.0 to 30.2.0 (#…
dependabot[bot] Jan 15, 2026
1e7d201
chore(deps): bump react-native-gesture-handler from 2.28.0 to 2.30.0
dependabot[bot] Jan 15, 2026
85f5843
chore(deps): bump react-native-svg from 15.12.1 to 15.15.1
dependabot[bot] Jan 16, 2026
3368313
chore(deps): bump @react-native-community/datetimepicker (#290)
dependabot[bot] Jan 16, 2026
d8255fe
chore(deps): bump @react-navigation/native from 7.1.26 to 7.1.28 (#292)
dependabot[bot] Jan 16, 2026
9ae2b2d
Merge pull request #291 from VolvoxCommunity/dependabot/npm_and_yarn/…
BillChirico Jan 16, 2026
0a0b049
Merge pull request #257 from VolvoxCommunity/dependabot/npm_and_yarn/…
BillChirico Jan 16, 2026
588cbb8
chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 (#295)
dependabot[bot] Jan 16, 2026
5bb9b1e
chore(deps): bump react-native-keyboard-controller from 1.18.5 to 1.2…
dependabot[bot] Jan 16, 2026
f1f7cbf
chore(deps): bump @sentry/cli from 3.0.1 to 3.1.0
dependabot[bot] Jan 16, 2026
061c105
chore(deps): bump expo from 54.0.30 to 54.0.31
dependabot[bot] Jan 19, 2026
443cdfe
chore(deps): bump @amplitude/analytics-react-native
dependabot[bot] Jan 22, 2026
7191b3c
chore(deps): bump @supabase/supabase-js from 2.89.0 to 2.91.0
dependabot[bot] Jan 22, 2026
46a9f8b
chore(deps): bump expo-constants from 18.0.12 to 18.0.13
dependabot[bot] Jan 25, 2026
ce3170a
chore(deps-dev): bump babel-jest from 29.7.0 to 30.2.0
dependabot[bot] Jan 25, 2026
983a30a
chore(deps): update dependencies in package.json and pnpm-lock.yaml
BillChirico Jan 25, 2026
ca4a589
docs(plans): add 12 Step Program section design
BillChirico Jan 25, 2026
5422103
chore(deps): bump @supabase/supabase-js from 2.91.1 to 2.93.1
dependabot[bot] Jan 26, 2026
3d39338
chore(deps): bump react-native-gesture-handler from 2.28.0 to 2.30.0
dependabot[bot] Jan 26, 2026
1b2edca
chore(deps): bump @react-native-community/datetimepicker
dependabot[bot] Jan 27, 2026
d86129d
chore(deps): bump react-native-screens from 4.16.0 to 4.20.0
dependabot[bot] Jan 27, 2026
b006d4e
chore: bump pnpm to 10.28.2 and update deps
BillChirico Jan 27, 2026
723281f
fix(deps): revert babel-jest and jest-environment-jsdom to 29.x
BillChirico Jan 27, 2026
1bbf2b0
fix(deps): add @babel/types for pnpm hoisting in Vercel
BillChirico Jan 27, 2026
b442a06
fix(config): add .npmrc with hoisted node-linker for Vercel
BillChirico Jan 27, 2026
4176786
chore(config): remove .npmrc file as hoisted node-linker is no longer…
BillChirico Jan 27, 2026
a3791bc
Merge branch 'main' into develop
BillChirico Jan 27, 2026
5871839
chore: bump version to 1.3.0 and remove expo-updates
BillChirico Jan 27, 2026
3a29fd0
chore(deps): bump react and @types/react
dependabot[bot] Jan 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ inputs:
pnpm-version:
description: 'pnpm version'
required: false
default: '10.26.2'
default: '10.28.2'

runs:
using: "composite"
using: 'composite'
steps:
- name: Setup Node.js
uses: actions/setup-node@v6
Expand Down Expand Up @@ -39,12 +39,3 @@ runs:
- name: Install dependencies
shell: bash
run: pnpm install --frozen-lockfile









4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
with:
version: 10.26.2
version: 10.28.2

- uses: actions/setup-node@v6
with:
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4
with:
version: 10.26.2
version: 10.28.2

- uses: actions/setup-node@v6
with:
Expand Down
1 change: 1 addition & 0 deletions .pnpmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node-linker=hoisted
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fix Steps tab still showing in native tab bar when 12-step content toggle is disabled
- Fix Vercel deployment failing due to babel-jest/jest-environment-jsdom version mismatch (revert to 29.x to match jest)
- Fix Vercel deployment failing with missing @babel/types (configure pnpm hoisted node-linker)

### Added

Expand Down
21 changes: 2 additions & 19 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ import { ConfigContext, ExpoConfig } from 'expo/config';
/**
* Expo configuration for Sobers app.
*
* @remarks
* This configuration includes EAS Update settings for over-the-air updates.
* The runtime version uses the SDK version policy for managed workflow compatibility.
*
* @see {@link https://docs.expo.dev/eas-update/getting-started/ EAS Update Documentation}
* @see {@link https://docs.expo.dev/distribution/runtime-versions/ Runtime Version Documentation}
* @see {@link https://docs.expo.dev/workflow/configuration/ Expo Configuration}
*/
export default ({ config }: ConfigContext): ExpoConfig => ({
...config,
Expand All @@ -34,21 +29,9 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
scheme: 'sobers',
userInterfaceStyle: 'automatic',
icon: './assets/images/logo.png',
version: '1.2.1',
version: '1.3.0',
orientation: 'portrait',
newArchEnabled: true,
// =============================================================================
// EAS Update Configuration
// =============================================================================
runtimeVersion: {
policy: 'sdkVersion',
},
updates: {
url: 'https://u.expo.dev/d17ee0bf-d2d6-4a29-9348-8dc79fffb815',
enabled: true,
checkAutomatically: 'ON_LOAD',
fallbackToCacheTimeout: 0,
},
// ===========================================================================
// iOS Configuration
// ===========================================================================
Expand Down
Loading
Loading