Skip to content

Commit

Permalink
Merge branch 'release-hotfix' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Dec 5, 2022
2 parents 81bea3f + 7efd080 commit 8171451
Show file tree
Hide file tree
Showing 70 changed files with 939 additions and 1,114 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/merged-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
types: [closed]
branches:
- dev
paths:
- "packages/**"

permissions:
pull-requests: write

jobs:
if_merged:
merged:
name: Add label to merged PR
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
tags:
# only run on `remix` tags
- "remix@*"
- remix@**

jobs:
comment:
Expand Down
9 changes: 8 additions & 1 deletion contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@
- ashleyryan
- ashocean
- athongsavath
- AustinGil
- awthwathje
- axel-habermaier
- BasixKOR
- benwis
- BenMcH
- benwis
- bgschiller
- binajmen
- bmarvinb
Expand All @@ -66,6 +67,7 @@
- ccssmnn
- cephalization
- chaance
- chaukhoa97
- chenc041
- chenxsan
- chiangs
Expand Down Expand Up @@ -118,6 +120,7 @@
- edmundhung
- efkann
- eldarshamukhamedov
- eltociear
- emzoumpo
- eps1lon
- esamattis
Expand Down Expand Up @@ -307,6 +310,7 @@
- mikeybinnswebdesign
- mirzafaizan
- mjackson
- mjangir
- mkrtchian
- mochi-sann
- mohammadhosseinbagheri
Expand Down Expand Up @@ -346,6 +350,7 @@
- phishy
- plastic041
- plondon
- pmbanugo
- princerajroy
- prvnbist
- ptitFicus
Expand All @@ -363,6 +368,7 @@
- roachjc
- robindrost
- roddds
- roj1512
- RomanSavarin
- ronnylt
- rossipedia
Expand Down Expand Up @@ -391,6 +397,7 @@
- sergiodxa
- shairez
- shashankboosi
- shubhaguha
- shumuu
- sidkh
- sidv1905
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Deno has three ways to manage dependencies:
2. [deps.ts](https://deno.land/manual/examples/manage_dependencies)
3. [Import maps](https://deno.land/manual/linking_to_external_code/import_maps)

Additionally, NPM packages can be accessed as Deno modules via [Deno-friendly CDNs](https://deno.land/manual/node/cdns#deno-friendly-cdns) like https://esm.sh .
Additionally, NPM packages can be accessed as Deno modules via [Deno-friendly CDNs](https://deno.land/manual/node/cdns#deno-friendly-cdns) like https://esm.sh.

Remix has some requirements around dependencies:

Expand Down Expand Up @@ -78,7 +78,7 @@ Remix will not yet support import maps.

## Consequences

- URL imports will not be treeshaken
- URL imports will not be treeshaken.
- Users can specify environment via the `NODE_ENV` environment variable at runtime.
- Users won't have to do error-prone, manual dependency resolution.

Expand Down
Loading

0 comments on commit 8171451

Please sign in to comment.