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

chore(templates): bring deno template in line with other templates #3221

Merged
merged 1 commit into from
May 18, 2022

Conversation

MichaelDeBoey
Copy link
Member

No description provided.

Copy link
Contributor

@pcattori pcattori left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of these changes are preferences (like import ordering and such) that don't affect the correctness, readability, or maintainability of the user's code.

I'd prefer if this PR just included:

  • updates to the version specs in the import map
  • link to the Remix config docs in remix.config.js
  • importing hydrate as a named export in entry.client.tsx

templates/deno/.vscode/resolve_npm_imports.json Outdated Show resolved Hide resolved
templates/deno/app/entry.server.tsx Outdated Show resolved Hide resolved
templates/deno/package.json Outdated Show resolved Hide resolved
templates/deno/remix.config.js Outdated Show resolved Hide resolved
templates/deno/remix.config.js Show resolved Hide resolved
templates/deno/remix.config.js Show resolved Hide resolved
templates/deno/app/entry.client.tsx Show resolved Hide resolved
@MichaelDeBoey MichaelDeBoey force-pushed the update-deno-template branch 3 times, most recently from a6d9f26 to 4de79c0 Compare May 18, 2022 19:01
@MichaelDeBoey MichaelDeBoey requested a review from pcattori May 18, 2022 19:04
@MichaelDeBoey MichaelDeBoey force-pushed the update-deno-template branch 2 times, most recently from a0d2423 to ed2b800 Compare May 18, 2022 19:30
@pcattori
Copy link
Contributor

@MichaelDeBoey we probably want to target main now since 1.5.0 got released and this is a template change

@MichaelDeBoey MichaelDeBoey force-pushed the update-deno-template branch from ed2b800 to eb7114e Compare May 18, 2022 20:29
@MichaelDeBoey MichaelDeBoey changed the base branch from dev to main May 18, 2022 20:30
@MichaelDeBoey MichaelDeBoey requested a review from pcattori May 18, 2022 20:30
@pcattori pcattori merged commit 717ddda into remix-run:main May 18, 2022
@MichaelDeBoey MichaelDeBoey deleted the update-deno-template branch May 18, 2022 20:53
pcattori added a commit that referenced this pull request May 19, 2022
* fix(templates/vercel): add `index.js.map` to `.gitignore` (#3216)

* Add `index.js.map` to `.gitignore`

In the Vercel template,  `/api/index.js.map` should also be ignored along with `/api/index.js`. Otherwise, that mapping file would be committed into version control, which is not desired.

* Sign CLA

* fix(scripts): Prevent publishing without a tag (#3223)

* move decisions

* docs: add `decisions/index.md` and frontmatter (#3226)

Co-authored-by: Pedro Cattori <pcattori@gmail.com>
(cherry picked from commit e809206)

* docs(server-runtime): update link for deno server runtime package (#3228)

since it's now a proper package

* chore(templates): bring `deno` template in line with other templates (#3221)

* docs: fix links to decision docs (#3231)

* chore: update Deno import maps on release

Co-authored-by: Jiahao <8275280+jiahao-c@users.noreply.github.com>
Co-authored-by: Chance Strickland <hi@chance.dev>
Co-authored-by: Ryan Florence <rpflorence@gmail.com>
Co-authored-by: Logan McAnsh <logan@mcan.sh>
Co-authored-by: Pedro Cattori <pcattori@gmail.com>
christophertrudel pushed a commit to christophertrudel/remix that referenced this pull request May 21, 2022
* fix(templates/vercel): add `index.js.map` to `.gitignore` (remix-run#3216)

* Add `index.js.map` to `.gitignore`

In the Vercel template,  `/api/index.js.map` should also be ignored along with `/api/index.js`. Otherwise, that mapping file would be committed into version control, which is not desired.

* Sign CLA

* fix(scripts): Prevent publishing without a tag (remix-run#3223)

* move decisions

* docs: add `decisions/index.md` and frontmatter (remix-run#3226)

Co-authored-by: Pedro Cattori <pcattori@gmail.com>
(cherry picked from commit e809206)

* docs(server-runtime): update link for deno server runtime package (remix-run#3228)

since it's now a proper package

* chore(templates): bring `deno` template in line with other templates (remix-run#3221)

* docs: fix links to decision docs (remix-run#3231)

* chore: update Deno import maps on release

Co-authored-by: Jiahao <8275280+jiahao-c@users.noreply.github.com>
Co-authored-by: Chance Strickland <hi@chance.dev>
Co-authored-by: Ryan Florence <rpflorence@gmail.com>
Co-authored-by: Logan McAnsh <logan@mcan.sh>
Co-authored-by: Pedro Cattori <pcattori@gmail.com>
eastlondoner pushed a commit to eastlondoner/remix that referenced this pull request Jun 8, 2022
justjavac pushed a commit to justjavac/remix that referenced this pull request Jun 11, 2022
* fix(templates/vercel): add `index.js.map` to `.gitignore` (remix-run#3216)

* Add `index.js.map` to `.gitignore`

In the Vercel template,  `/api/index.js.map` should also be ignored along with `/api/index.js`. Otherwise, that mapping file would be committed into version control, which is not desired.

* Sign CLA

* fix(scripts): Prevent publishing without a tag (remix-run#3223)

* move decisions

* docs: add `decisions/index.md` and frontmatter (remix-run#3226)

Co-authored-by: Pedro Cattori <pcattori@gmail.com>
(cherry picked from commit e809206)

* docs(server-runtime): update link for deno server runtime package (remix-run#3228)

since it's now a proper package

* chore(templates): bring `deno` template in line with other templates (remix-run#3221)

* docs: fix links to decision docs (remix-run#3231)

* chore: update Deno import maps on release

Co-authored-by: Jiahao <8275280+jiahao-c@users.noreply.github.com>
Co-authored-by: Chance Strickland <hi@chance.dev>
Co-authored-by: Ryan Florence <rpflorence@gmail.com>
Co-authored-by: Logan McAnsh <logan@mcan.sh>
Co-authored-by: Pedro Cattori <pcattori@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants