-
Notifications
You must be signed in to change notification settings - Fork 295
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
Integrate hydrogen-react into the hydrogen monorepo #605
Merged
Merged
Changes from all commits
Commits
Show all changes
188 commits
Select commit
Hold shift + click to select a range
758dce9
Initial commit from Create Turborepo
frehner 1c33524
Save progress on migration
frehner 494e620
Get storefront api schema and graphql generation working
frehner aad3091
Update deps, add changeset, fix types with new version
frehner da7fb02
Add turbo ci checks
frehner 70bbf6c
create the 2022-7 branch
frehner de0d40b
Change naming, update docs, move readme and contributing
frehner df400c2
Config alex and get checks passing
frehner 352fdc1
Add cla github action
frehner 5e04cb5
Update actions versions, and run checks before build
frehner 12613eb
Fix branch references to main
frehner 0ff3bb3
test to see if alex is breaking ci stuff (#1)
frehner ccce9f9
add publish config
frehner 38ec2af
Fix readmes (#2)
frehner 9e3aab2
Add CoC and update package description
frehner 042b07a
Fix docs
frehner f11fe15
Simplify the logic for external video urls (#3)
frehner 2c5d34d
Remove unnecessary tsconfig items (#4)
frehner 5ec9c3d
Update README.md
rennyG 3e807d0
Fix issues with formatting and filename
frehner 7e106f4
update dependencies (#5)
frehner ffd44dd
README updates for content type and pkg name (#6)
rennyG a3bda06
Update README (#7)
elisenyang a36e228
CI action for publishing the next version automatically (#8)
frehner 3c54a21
Publish next2 (#9)
frehner 41caf55
Try manually doing the publish now (#10)
frehner f4a0aa5
Go into dir so script can find package.json (#11)
frehner 1e3ce50
Try this configs
frehner 7fb60a6
Change ts moduleresolution (#13)
frehner b9c3940
Feat/cart provider (#12)
lordofthecactus 71fa977
udpate readmes (#18)
elisenyang 51c4896
Fix issue with file output not being correct (#16)
frehner 0b95868
fix publishing?
frehner 44bd568
cleanup script
frehner 72a7e80
update naming for workflow
frehner a40228a
remove from npmrc and add to script
frehner a189e32
show an error when next publish doesn't work
frehner eb1f780
fix cd script
frehner 9c25a6c
Make the URLs a little more permanent. (#19)
frehner 702df8f
Fix TS typings on moduleResolution: node (#20)
frehner 117ad0e
[ci] release 2022-7 (#15)
github-actions[bot] 00ba187
Update to 2022-10
frehner de1d160
Update package.json version
frehner 72f8a5c
Fix output bundles, maybe. (#22)
frehner ee2d59c
Convert project to CJS with ESM files ending in .mjs (#23)
frehner 256f5b7
move script to .mjs
frehner 5229051
And update reference to mjs script
frehner 71b78b0
Initial release of 2022-10 (#24)
frehner a4507ec
[ci] release 2022-10 (#25)
github-actions[bot] 2250b0d
externalize the deps (#29)
frehner 3eab955
Revert package updates as it causes issues still in nextjs (#31)
frehner 1ccbd1c
metafieldParser() (#45)
frehner a34f44d
Create CartCost (#46)
lordofthecactus df7320b
Adding NextJS as an e2e testing point / app (#49)
frehner 3055303
Update issue templates
elisenyang 5b3f529
Update issue templates
elisenyang 140c89a
format fixing :)
frehner f7a3932
Update the types for MediaFile to allow className (#57)
frehner 8005144
Add <AddToCartButton /> component (#58)
cartogram fc01865
Move base button (#59)
cartogram d31be71
Cart checkout button (#60)
cartogram 6c9d0f7
use basebutton on checkoutbutton (#61)
cartogram f1cb723
Buy now button (#62)
cartogram 3add3be
include xstate in builds (#64)
frehner 80c454e
[ci] release 2022-10 (#47)
github-actions[bot] 676eb75
Add node-specific builds using Vite's --ssr flag (#66)
frehner 2822dee
Fix additional issues with node builds (#68)
frehner 0683765
Cart line provider (#48)
cartogram ccfbbbd
Add additional functions to ShopifyProvider (#71)
frehner 94fdddd
Add our scalars to the package for other developers (#69)
frehner 2dc6ac4
Add a new utility helper for getting the myshopify domain for the sit…
blittle a6c2b91
[ci] release 2022-10 (#67)
github-actions[bot] 90b5ccf
Update all deps except Vitest and ModelViewer (#74)
frehner ad4aca4
Update MediaFile types (#76)
frehner 84705d0
Add stackblitz links and info to issue template (#72)
frehner 669809a
Update ShopifyProvider to have storeDomain match (#78)
frehner 6a3a0b3
`CartLinePrice` component (#50)
lordofthecactus 996a197
[ci] release 2022-10 (#77)
github-actions[bot] a776e01
Update the types for <Money/> (#80)
frehner f1ffd57
Show development warnings only once (#85)
frandiox b1989c9
Fix main / module fields in package.json (#87)
frehner e0b154a
update workflow files to not used deprecated apis (#88)
frehner 6fa0f49
Saving progress (#90)
frehner 6bfff92
[ci] release 2022-10 (#81)
github-actions[bot] c45d147
remove file that prevents publishing
frehner de1429e
Fix/cart optimistic (#93)
lordofthecactus f570f72
add graphql comments, remove duplicated query, add new field names (#94)
frehner 203abf9
Fixes issues with require() calls in non-node envs (#99)
frehner d2e5d4e
[ci] release 2022-10 (#96)
github-actions[bot] 3d3d123
Add final changelog (#109)
frehner 2163c6c
[ci] release 2022-10 (#110)
github-actions[bot] c1359eb
Final for reals, but with readme updates now (#112)
frehner f0614cd
[ci] release 2022-10 (#113)
github-actions[bot] da3387a
Start work on 2023-01
frehner ea3e88e
Update instances in code of 2022-10
frehner 8ee1ffb
Update the schema and types
frehner 9bff83c
Update to shopifyDomain to only provide exactly what is passed in
frehner 541cac7
Deprecated the old metafield parser and updated it to the new way
frehner cfd8626
Update package.json version
frehner ebab9ba
Update readmes
frehner 6783a31
Get flattenConnection return types better. (#118)
frehner 5c16c78
Readme cleanup a bit
frehner ea3959b
Update all possible deps
frehner de6362b
[React Storefront Kit]: Rename product, `npm` package, and GitHub rep…
mcvinci 9e022a4
Documentation setup (#101)
frehner 49fd663
Get publishing back on
frehner 15d5616
update changelog name
frehner 3555603
Remove migration text
frehner 8b463ac
[ci] release 2023-01 (#123)
github-actions[bot] a6e373a
Small changelog updates
frehner 2ea046f
add additional note to contributing
frehner 16b6b81
Shopify analytics (#108)
wizardlyhel 79126b4
[ci] release 2023-01 (#124)
github-actions[bot] 58f5c66
Update README.md
elisenyang 12b3239
Update README.md
elisenyang 736cc41
Fix bug in storefront client. (#125)
frehner f47933b
[ci] release 2023-01 (#126)
github-actions[bot] 5c5c6b6
Update docs and cleanup references (#127)
frehner e4124cf
update(packages): Updated Generate-docs package to solve errors from …
739cc1a
Updating the docs links to work (#131)
frehner 65d5bb2
Adding docs for AddToCart and BuyNow buttons (#132)
frehner 5748052
Update README.md
elisenyang 6184517
Adds CartLinePrice and CartCost components to index.ts (#134)
frehner 18c9bb1
Update README.md
elisenyang 2849b93
Adding docs for cartlineprovider (#141)
frehner 6fc7abf
getting cartprovider docs up (#142)
frehner 2231836
Graphql ts docs (#143)
frehner af84387
Add docs for flatten connection (#144)
frehner 84f439d
Enforce alphabetical exports only in index.ts (#145)
frehner 804365f
Add parse-metafield docs (#149)
frehner 8d8ab13
Adding analytics docs (#138)
frehner 99392f9
Update the SFAPI docs to use satisfies (#151)
frehner 7a27dfa
Add useMoney docs (#152)
frehner ec6abbb
Update README.md
elisenyang 2e7c3af
update reference landing page (#146)
d35dc8b
update landing page (#153)
elisenyang f959cc8
Fix some documentation issues (#154)
frehner afa2524
Cleanup some docs and how they're presented (#155)
frehner 3309706
Update ShopifyProvider with flattened props (#156)
frehner 40438a0
Renaming it again to hydrogen-react (#157)
frehner f8b4774
[ci] release 2023-01 (#135)
github-actions[bot] 3ab603c
remove duplicated info
frehner b8757bd
Update the umd global variable name (#159)
frehner eb1656f
Tweak docs (#161)
wizardlyhel c8c9aa3
Make better button docs (#164)
frehner 344c4ed
Tweak docs 2 (#163)
wizardlyhel e9d32d4
Update the docs for any Money-related components (#165)
frehner 185d165
Last bit of small cleanup (#166)
frehner 07971b3
Fix flattenConnection doc (#168)
wizardlyhel 78118e0
Landing page fixes (#167)
johndcollett 15f1499
fix links to storefront schema (#169)
frehner 9d39d7b
landing page typo (#170)
johndcollett b6e54bd
Update README.md
elisenyang 6225d33
Deprecate CartLinePrice (#173)
frehner b8efad0
Fix some docs (#175)
wizardlyhel ee2d134
Lint updates (#174)
frehner 2bb8c81
Migrate cartlinequantityadjustbutton (#180)
frehner 8a75ef6
[ci] release 2023-01 (#160)
github-actions[bot] 8e0752f
Updating the readmes to use the official docs more (#182)
frehner 9f025d3
Fix two small docs issues (#183)
frehner 35b1986
Fix UMD builds by defining process.env.NODE_ENV (#188)
frehner 37d036f
Fix bug in storefront-client checking on the server (#195)
frehner 67da795
Fix issue with props on cartlinequantityadjustbutton (#196)
frehner 0152f3d
Update all the deps besides model-viewer (#199)
frehner 8302b55
Npm migration (#201)
frehner 51b73d1
[ci] release 2023-01 (#197)
github-actions[bot] 42ace72
prep for migration and renaming to hydrogen-react
frehner 1a0dc0c
integrate
frehner 7ca6891
step 1: migrated hydrogen-react source code
frehner 293495d
Get the dev command working from monorepo root
frehner cde3165
Merge branch '2023-01' into integrate-hydrogen-react
frehner 607ddf1
dev scripts working with reloads
frehner 9bf5461
CI checks are passing locally for the most part
frehner 6db28b5
Merge branch '2023-01' into integrate-hydrogen-react
frehner 8ed057f
Get ci:checks script working
frehner 8d5a3f4
Update docs and readme for new repo location
frehner dd240a5
Update issue templates to better include hydrogen-react
frehner 295eab1
Update Hydrogen readme to make room for multiple packages
frehner 03dcc0b
Add a versioning section
frehner 7ef939e
update entry.server.tsx based on new remix template
lordofthecactus 6da7cf3
Revert "update entry.server.tsx based on new remix template"
lordofthecactus ba12e34
Update README.md
frehner e0a1dfc
PR feedback
frehner 8f71141
remove npm version
frehner 6d7ca12
Merge branch '2023-01' into integrate-hydrogen-react
frehner d85ba01
triggering a revalidation maybe?
frehner 6c65426
Revert "triggering a revalidation maybe?"
frehner 246c29d
try with turbo platform workaround?
frehner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
build | ||
node_modules | ||
bin | ||
*.d.ts | ||
*.d.ts | ||
dist | ||
coverage | ||
packages/hydrogen-react/codegen.ts | ||
packages/hydrogen-react/vite.config.ts | ||
packages/hydrogen-react/vitest.setup.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# This file should be part of the demo-store template, but the GraphQL VSCode plugin doesn't actually look at folders when searching for this file, so it has to live at the root. | ||
# There is a duplicated file in templates/demo-store/ , and it's kept there so that if someone were to spin up the demo-store on their own then it would be included and "just work" | ||
schema: node_modules/@shopify/hydrogen-react/storefront.schema.json | ||
schema: packages/hydrogen-react/storefront.schema.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
node_modules | ||
build | ||
packages/cli/oclif.manifest.json | ||
dist | ||
packages/hydrogen-react/storefront.schema.json | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is in the
prettier
job, so the name needed to be updated.