Skip to content

Commit

Permalink
chore: merge dev
Browse files Browse the repository at this point in the history
  • Loading branch information
psteinroe committed Feb 14, 2024
2 parents c8daa62 + ec72756 commit b5efccc
Show file tree
Hide file tree
Showing 13 changed files with 283 additions and 175 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.x.x

Expand All @@ -35,7 +35,7 @@ jobs:
version: 1.77.4

- name: Start Supabase
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 3
timeout_minutes: 5
Expand Down Expand Up @@ -77,42 +77,42 @@ jobs:
continue-on-error: true

- name: Upload postgrest-core coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./packages/postgrest-core/coverage/coverage-final.json
flags: postgrest-core
fail_ci_if_error: false

- name: Upload postgrest-react-query coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./packages/postgrest-react-query/coverage/coverage-final.json
flags: postgrest-react-query
fail_ci_if_error: false

- name: Upload postgrest-swr coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./packages/postgrest-swr/coverage/coverage-final.json
flags: postgrest-swr
fail_ci_if_error: false

- name: Upload storage-core coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./packages/storage-core/coverage/coverage-final.json
flags: storage-core
fail_ci_if_error: false

- name: Upload storage-swr coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./packages/storage-swr/coverage/coverage-final.json
flags: storage-swr
fail_ci_if_error: false

- name: Upload storage-react-query coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./packages/storage-react-query/coverage/coverage-final.json
flags: storage-react-query
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.x.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v3.0.0
with:
version: 8.x.x

Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@types/react-dom": "^18.0.7",
"@vercel/analytics": "^1.0.0",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"next": "14.0.3",
"eslint-config-next": "14.1.0",
"next": "14.1.0",
"nextra": "2.13.2",
"nextra-theme-docs": "2.13.2",
"react": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"ci:release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "2.27.0",
"eslint": "8.54.0",
"prettier": "3.1.0",
"supabase": "^1.142.2",
"supabase": "1.142.2",
"prettier": "3.2.0",
"@changesets/cli": "2.27.0",
"turbo": "1.10.16"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/jest": "29.5.0",
"@types/lodash": "4.14.184",
"@types/flat": "5.0.2",
"dotenv": "16.3.1",
"dotenv": "16.4.0",
"eslint": "8.54.0",
"jest": "29.7.0",
"ts-jest": "29.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"devDependencies": {
"@supabase/supabase-js": "2.38.5",
"@supabase/postgrest-js": "1.9.0",
"@testing-library/react": "14.1.0",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.2.0",
"@testing-library/jest-dom": "6.4.0",
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"dotenv": "16.4.0",
"eslint": "8.54.0",
"@supabase-cache-helpers/eslint-config-custom": "workspace:*",
"@supabase-cache-helpers/prettier-config": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/postgrest-js": "1.9.0",
"@supabase/supabase-js": "2.38.5",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.0",
"@testing-library/jest-dom": "6.4.0",
"@testing-library/react": "14.2.0",
"@types/jest": "29.5.0",
"@types/react": "18.2.0",
"dotenv": "16.3.1",
"dotenv": "16.4.0",
"eslint": "8.54.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules"
},
"devDependencies": {
"prettier": "3.1.0"
"prettier": "3.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/storage-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@supabase/storage-js": "2.5.5",
"@supabase/supabase-js": "2.38.5",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"dotenv": "16.4.0",
"eslint": "8.54.0",
"@supabase-cache-helpers/eslint-config-custom": "workspace:*",
"@supabase-cache-helpers/prettier-config": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"devDependencies": {
"@supabase/supabase-js": "2.38.5",
"@supabase/storage-js": "2.5.5",
"@testing-library/react": "14.1.0",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.2.0",
"@testing-library/jest-dom": "6.4.0",
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"dotenv": "16.4.0",
"eslint": "8.54.0",
"@supabase-cache-helpers/eslint-config-custom": "workspace:*",
"jest": "29.7.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/storage-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"devDependencies": {
"@supabase/supabase-js": "2.38.5",
"@supabase/storage-js": "2.5.5",
"@testing-library/react": "14.1.0",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.2.0",
"@testing-library/jest-dom": "6.4.0",
"jest-environment-jsdom": "29.7.0",
"@types/jest": "29.5.0",
"dotenv": "16.3.1",
"dotenv": "16.4.0",
"eslint": "8.54.0",
"@supabase-cache-helpers/eslint-config-custom": "workspace:*",
"jest": "29.7.0",
Expand Down
Loading

0 comments on commit b5efccc

Please sign in to comment.