Skip to content

Applying changes from https://github.com/remix-run/remix/pull/2266#2

Closed
danny-yu wants to merge 659 commits intoeastlondoner:mainfrom
danny-yu:gcloud-functions-gen2
Closed

Applying changes from https://github.com/remix-run/remix/pull/2266#2
danny-yu wants to merge 659 commits intoeastlondoner:mainfrom
danny-yu:gcloud-functions-gen2

Conversation

@danny-yu
Copy link
Copy Markdown

@danny-yu danny-yu commented Jun 6, 2022

Applying changes from remix-run#2266

chaance and others added 30 commits April 14, 2022 09:43
…n#2805)

* fix(templates/deno): make `renderToString` export available from `react-dom/server`

* fix(templates/deno): pin remix dependency versions to `@latest`

* fix(templates/deno): only import a single version of react (18.0.0)

upgrading to Remix v1.4.0 makes esm.sh compile Remix deps with React v18.0.0

* fix(templates/deno): typo: `Sign` -> `SignFunction`, `Unsign` -> `UnsignFunction`

* fix(templates/deno): running `start` script

`node/internal_bindings` is a unstable interface. see
denoland/std#2108

* fix(templates/deno): remove `lib`s in Deno's `compilerOptions`

fixes remix-run#2402

* fix(templates/deno): app should depend on `remix-deno` runtime, not `@remix-run/server-runtime`

* fix(templates/deno): pin remix versions to v1.4.0

now that we are using `deps/`, remix versions are centralized and easy
to update
…run#2763)

* fix(cli): don't use system path separator on remote repo URLs
* ci(test): set PLAYWRIGHT_BROWSERS_PATH=0

This will download the browser binaries in the node_modules directory and cache them with the package code

Signed-off-by: Logan McAnsh <logan@mcan.sh>
(cherry picked from commit 652c72f)

* ci: update caching

Signed-off-by: Logan McAnsh <logan@mcan.sh>
(cherry picked from commit ab0c8f8)
a copy of remix-run#2780 and remix-run#2789 for dev

(cherry picked from commit 8c071d7)
(cherry picked from commit a7c6a49)
* Update blog.md

* Update docs/tutorials/blog.md

* Update docs/tutorials/blog.md

* Update docs/tutorials/blog.md

Co-authored-by: Kent C. Dodds <me+github@kentcdodds.com>
* docs: add docs on ?index query param

* Fix typo

Co-authored-by: Mehdi Achour <machour@gmail.com>

* clarify wording

* docs: add links from axction, Form, useFetcher sections

* remove trailing slash from example

Co-authored-by: Mehdi Achour <machour@gmail.com>
Co-authored-by: Mehdi Achour <machour@gmail.com>
* adds windows to our testing workflow
* fixes lots of cross-compat testing issues 
* replaces some snapshot tests w/ direct string checks
* fixes bugs in the CLI that should address concerns of Windows users

Co-authored-by: Jacob Ebey <jacob.ebey@live.com>
pcattori and others added 26 commits May 21, 2022 10:05
…ode_modules/` (remix-run#3278)

`@remix-run/deno` code is already an ESM Deno module, so it should not be processed
by a Deno-friendly CDN expecting a CJS Node package.
* feat(templates/deno): deploy to deno deploy

* feat(templates/deno): recommend the deno extension for vscode

* docs(templates/deno): explain how to setup type hints within editor

* ci(deno-deploy): add deploy test for deno deploy
…x-run#3268)

* Add EdgeDB example

* Add name to contributors

* Finalize README

* Update readme

* Add mention of EdgeDB jokes variant to readme
`format` and `lint` only ignore `node_modules`
…ent (remix-run#3356)

Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
)

* ci: do not automatically add `name` field in `package.json` for apps

* refactor(templates): remove unused `name` field from `package.json`

* refactor(examples): remove unused `name` field from `package.json`
@danny-yu danny-yu closed this Jun 6, 2022
@danny-yu danny-yu deleted the gcloud-functions-gen2 branch June 6, 2022 21:48
@danny-yu danny-yu restored the gcloud-functions-gen2 branch June 6, 2022 21:48
MichaelDeBoey pushed a commit that referenced this pull request Aug 3, 2022
* S3 file upload (#1)

* Implemented S3 upload

* Updated README

* Cleaned up dependencies

* Revert "S3 file upload (#1)" (#2)

This reverts commit df2359c.

* S3 file upload (#3)

* Implemented S3 upload

* Updated README

* Cleaned up dependencies

* Update contributors.yml

* S3 file upload (#4)

* Implemented S3 upload

* Updated README

* Updated README

* Cleaned up dependencies

* Fixed dependencies

* Refactored from useActionData to useFetcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.