Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade next react #1385

Merged
merged 23 commits into from
Dec 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
469856e
Update code for next 13
sashamaryl Dec 9, 2023
ca247b1
Update app to next 13 and react 18. Suspiciously painless
sashamaryl Dec 9, 2023
29e5c9e
Update to next 14 and node 18. Continue using node 16 for functions d…
sashamaryl Dec 9, 2023
4f79120
Get app running in docker compose, update tests for react 18
sashamaryl Dec 9, 2023
e7d6dd7
runs prettier
sashamaryl Dec 10, 2023
93e1b2f
runs type-react-codemod for react18 upgrade
sashamaryl Dec 10, 2023
12f70e9
update remaining dependencies for react 18 and types.
sashamaryl Dec 10, 2023
b49efda
update to node 18 in ci
sashamaryl Dec 10, 2023
c3eb04d
runs prettier
sashamaryl Dec 10, 2023
48b5c19
upgrade chromatic to chromatic CLI 10
sashamaryl Dec 11, 2023
0933bd0
updates canIuse
sashamaryl Dec 11, 2023
ba1d8f4
updates to storybook 7.6 and runs automigration
sashamaryl Dec 11, 2023
87d3f7d
begins upgrading stories
sashamaryl Dec 11, 2023
54618e8
updating Cs2 => Cs3
sashamaryl Dec 11, 2023
bfe927c
continue Cs2 => Cs3
sashamaryl Dec 11, 2023
957451d
continue csf2 => csf3
sashamaryl Dec 11, 2023
6b99ade
continue csf2 => csf3
sashamaryl Dec 11, 2023
fe3030f
continue csf2 => 3
sashamaryl Dec 11, 2023
f85d7d6
upgrades chromatic (found was still on 6)
sashamaryl Dec 11, 2023
cf18056
runs prettier and check types
sashamaryl Dec 12, 2023
712dc8b
Merge branch 'main' into upgrade-next-react
sashamaryl Dec 14, 2023
2621177
Update to latest firebase tools for deployment, remove unused workflow
alexjball Dec 26, 2023
7a5aa88
Merge branch 'main' into upgrade-next-react
alexjball Dec 26, 2023
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
Prev Previous commit
Next Next commit
Update to latest firebase tools for deployment, remove unused workflow
  • Loading branch information
alexjball committed Dec 26, 2023
commit 26211779a627111b3ebcf5a1f060c9f69aa96fb9
2 changes: 1 addition & 1 deletion .github/workflows/deploy-backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Build Environment
uses: ./.github/actions/setup-repo
- name: Build and Deploy to Firebase
uses: w9jds/firebase-action@master
uses: w9jds/firebase-action@v13.0.2
with:
args: deploy --force --only firestore,functions,storage
env:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/deploy-frontend-dev.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Build Environment
uses: ./.github/actions/setup-repo
- name: Build and Deploy to Firebase
uses: w9jds/firebase-action@master
uses: w9jds/firebase-action@v13.0.2
with:
args: deploy --force --only firestore,functions,storage
env:
Expand Down