Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
655 commits
Select commit Hold shift + click to select a range
9daae8c
fix(cli/migrate): use best version spec as remix version (#2791)
pcattori Apr 14, 2022
e5f151c
Version 1.4.0
chaance Apr 14, 2022
bca8356
Merge branch 'release-v1.4.0' into dev
chaance Apr 14, 2022
649956f
Merge branch 'dev' of github.com:remix-run/remix into dev
chaance Apr 14, 2022
335e25e
Merge branch 'main' of github.com:remix-run/remix
chaance Apr 14, 2022
172042a
chore: format
remix-run-bot Apr 14, 2022
aaac29d
fix(remix-dev): add try/catch to `warnOnceIfEsmOnlyPackage` for when …
mcansh Apr 14, 2022
a7c6a49
ci: opt out of caching deployment test dependencies (#2789)
mcansh Apr 14, 2022
326f642
fix(templates/deno): `build` and `start` run without errors (#2805)
pcattori Apr 14, 2022
889d57e
ci: restore some changes lost in a merge conflict (#2802)
mcansh Apr 14, 2022
e979d01
fix(cli): don't use system path separator on remote repo URLs (#2763)
wKovacs64 Apr 14, 2022
fc18181
ci(test): cache playwright binaries (#2809)
mcansh Apr 15, 2022
1504c72
docs(pages/gotchas): make more clear what's good/bad in `unstable_cre…
MichaelDeBoey Apr 15, 2022
286c784
fix(templates/deno): remix's `createRequestHandler` no longer has a `…
pcattori Apr 15, 2022
c44b6a5
refactor(templates/deno): do not reference removed `deno.json` file (…
pcattori Apr 15, 2022
96d9267
ci: more nightly updates (dev) (#2807)
mcansh Apr 15, 2022
e35fc25
ci(test): cache playwright binaries (dev) (#2771)
mcansh Apr 15, 2022
d1975c6
chore: format
remix-run-bot Apr 15, 2022
86ea04b
docs: add Gitpod quickstart to blog tutorial (#2711)
jacobparis Apr 15, 2022
1ecc506
docs(examples): add real time collaborative text editing using `tipta…
marvinwu Apr 15, 2022
93510e2
chore: format
remix-run-bot Apr 15, 2022
a2e1449
ci(nightly): set up git (#2829)
mcansh Apr 16, 2022
ded2b00
chore: remove `remix-eslint-config` dependencies from root `package.j…
MichaelDeBoey Apr 17, 2022
6ba9269
docs: add docs on ?index query param (#2808)
brophdawg11 Apr 17, 2022
6e4ea4d
chore(remix-eslint-config): cleanup `peerDependencies` (#2742)
MichaelDeBoey Apr 17, 2022
04df323
docs(example): Fix link in google analytics example (#2837)
BenMcH Apr 18, 2022
59248e9
fix: Ensure parent loaders are called on fetchActionRedirect (#2838)
brophdawg11 Apr 18, 2022
1683fe1
chore(test): Add OS matrix to test workflow for Windows (#2814)
chaance Apr 18, 2022
d9e9a0d
chore: format
remix-run-bot Apr 18, 2022
6637555
fix(remix-dev): either use provided env port, or randomize from 3000 …
machour Apr 18, 2022
c0525ef
ci(publish.js): a few more nightly adjustments (#2839)
mcansh Apr 18, 2022
adf5be5
Merge branch 'main' into release-v1.4.1
chaance Apr 18, 2022
91d3c9c
Version 1.4.1-pre.0
chaance Apr 18, 2022
6c256d2
fix workflow comment
chaance Apr 18, 2022
9ef4df0
Version 1.4.1-pre.1
chaance Apr 18, 2022
fc74283
chore(ci): add note to nightly workflow (#2843)
mcansh Apr 18, 2022
4b35900
chore: add debug option to CLI create
chaance Apr 18, 2022
64c2395
chore: tweak CLI debug output
chaance Apr 18, 2022
b8dde4a
Version 1.4.1-pre.2
chaance Apr 18, 2022
abecb7c
chore: add debugging logs
chaance Apr 18, 2022
4dba1db
Version 1.4.1-pre.3
chaance Apr 18, 2022
03d6517
Version 1.4.1
chaance Apr 18, 2022
f2c79e9
Merge branch 'dev' of github.com:remix-run/remix into dev
chaance Apr 18, 2022
48fbbb9
ci: update playwright caching to work across matrix (#2841)
mcansh Apr 18, 2022
9952530
ci: use correct token
mcansh Apr 18, 2022
c7a33d3
chore: format
remix-run-bot Apr 18, 2022
7fd2224
ci(nightly): use correct token
mcansh Apr 18, 2022
77fe7ae
chore: format
remix-run-bot Apr 18, 2022
b4fd6ee
docs(examples): replace `window` check with `document` check in `dark…
MichaelDeBoey Apr 19, 2022
3dfd6c0
chore: Ignore dotfiles in route subdirs too (#2739)
jaidetree Apr 19, 2022
1e18a71
fix(remix-dev/create): use path.split and path.join to always make pa…
mcansh Apr 19, 2022
08aaef9
chore: format
remix-run-bot Apr 19, 2022
54e1a67
chore(templates): ignore dotfiles in route subdirectories too (#2869)
MichaelDeBoey Apr 19, 2022
d5885e9
chore(tests): ignore dotfiles in route subdirectories too (#2872)
MichaelDeBoey Apr 19, 2022
e734011
docs(conventions): ignore dotfiles in route subdirectories too (#2871)
MichaelDeBoey Apr 19, 2022
2d6dc1d
chore(examples): ignore dotfiles in route subdirectories too (#2870)
MichaelDeBoey Apr 19, 2022
aa6ebe0
test: run against node 14 and node 16 (#2873)
mcansh Apr 19, 2022
9e179e5
chore(tests): update bug-report script to use playwright (#2901)
machour Apr 20, 2022
252393e
docs(examples): add styletron example (#2855)
sergiocarneiro Apr 20, 2022
a467de7
chore: format
remix-run-bot Apr 20, 2022
6a88bcd
docs(examples): update `socket.io` example (#2862)
EddyVinck Apr 20, 2022
d4b1ed3
docs(tutorials/jokes): update line highlights (#2939)
kauffmanes Apr 20, 2022
04c7321
ci(nightly): build after updating version
mcansh Apr 20, 2022
cb88d77
chore: format
remix-run-bot Apr 20, 2022
e12d782
fix: re-inline live reload script (#2874)
jacob-ebey Apr 20, 2022
2a9c0a4
chore: format
remix-run-bot Apr 20, 2022
a759aff
ci: add content-type to curl, rename `GITHUB_REF` to `VERSION` (#2945)
mcansh Apr 20, 2022
0e499eb
ci: add content-type to curl, rename `GITHUB_REF` to `VERSION` (#2945)
mcansh Apr 20, 2022
78e0e2b
feat: clean directories before initial builds (#2875)
jacob-ebey Apr 20, 2022
1c03a56
ci(nightly): push tags
mcansh Apr 21, 2022
292f91f
ci(nightly): build after updating version
mcansh Apr 20, 2022
d15288c
ci(nightly): push tags
mcansh Apr 21, 2022
f577afb
chore: format
remix-run-bot Apr 21, 2022
a9f2dde
fix(remix-dev): apply suggested and mandatory tsconfig when values ar…
mcansh Apr 22, 2022
48b5f36
docs(examples): Fix typo in msw README (#2957)
alvinthen Apr 22, 2022
07f2267
ci(nightly,release): use repository-dispatch action (#2964)
mcansh Apr 23, 2022
7bf3f19
fix(nightly,release): update formatting of version (#2975)
mcansh Apr 25, 2022
c34f6af
ci(deployments): disable lockfile usage for bahmutov/npm-install acti…
mcansh Apr 25, 2022
c43ca0b
docs: added BFF document
ryanflorence Apr 26, 2022
44cc2f4
chore: add testing strategy to PR template
kentcdodds Apr 26, 2022
cc69c1b
chore: Remove npm tags from experimental releases (#2990)
chaance Apr 26, 2022
244ee1f
Merge branch 'main' into release-v1.4.2
chaance Apr 27, 2022
5d02336
Version 1.4.2-pre.0
chaance Apr 27, 2022
0cb768f
docs(tutorials/blog): update line highlighting (#2999)
Kilian Apr 27, 2022
b0ffef7
test: increase timeout of test for windows (#3001)
kentcdodds Apr 27, 2022
80d5250
Version 1.4.2
chaance Apr 27, 2022
1e15555
Merge branch 'dev' of github.com:remix-run/remix into dev
chaance Apr 27, 2022
8f3aaf8
Merge branch 'main' of github.com:remix-run/remix
chaance Apr 27, 2022
a35a92b
Merge branch 'release-v1.4.2'
chaance Apr 27, 2022
9cd670f
Revert "feat: clean directories before initial builds (#2875)" (#3005)
jacob-ebey Apr 27, 2022
d99f6b2
Merge branch 'main' into release-v1.4.3
chaance Apr 27, 2022
3a01c03
Version 1.4.3-pre.0
chaance Apr 27, 2022
c9d83d5
Version 1.4.3
chaance Apr 27, 2022
327cd15
chore(remix-dev): resolve `extends` in tsconfig when applying default…
mcansh Apr 28, 2022
cfbd8a2
ci(deployment-tests): update deleting of old arc app (#2988)
mcansh Apr 29, 2022
74b7110
Merge branch 'dev' of github.com:remix-run/remix into dev
chaance Apr 29, 2022
777d70c
docs(examples/google-analytics): Change to getting GA_TRACKING_ID via…
chiangs Apr 29, 2022
2be3373
chore: sort contributors list
remix-cla-bot[bot] Apr 29, 2022
be4c3c6
chore: format
remix-run-bot Apr 29, 2022
e49a3c2
docs: remove misleading information about cache purge on file change …
confix Apr 29, 2022
63328fb
Merge branch 'patch-1' of https://github.com/kbariotis/remix into kba…
chaance Apr 29, 2022
0570d26
Merge branch 'kbariotis-patch-1'
chaance Apr 29, 2022
7e0f3fe
docs(jokes): fix prisma schema misspelling (#3031)
arvindell Apr 29, 2022
2146fac
docs: replace reference to `useIsomorphicLayoutEffect` with code insp…
Aprillion May 2, 2022
7de3fd3
chore: format
remix-run-bot May 2, 2022
be0e1f5
docs(guides/constraints): fix typo (#3045)
cloudy9101 May 2, 2022
bd1a0c6
docs(examples): add `graphql` to `dependencies` of `graphql-api` exam…
achinchen May 2, 2022
7653c62
chore: update development docs
chaance May 2, 2022
10aae83
fix: provide clear error messages for create-remix errors (#3064)
brophdawg11 May 2, 2022
b2f8e44
docs: update blog tutorial headings
kentcdodds May 3, 2022
17d8c4d
Fix typo: persistance -> persistence (#3068)
vkrol May 3, 2022
d6434c3
chore(examples): bring `blog-tutorial` example in line with `indie-st…
MichaelDeBoey May 3, 2022
b017a2d
chore: format
remix-run-bot May 3, 2022
7a1b8d9
docs: replace `{runtime}` in imports with concrete server runtime (#3…
pcattori May 3, 2022
8c40933
fix(remix-dev): support JSX in `.js` route files (#3059)
chaance May 3, 2022
b006e03
chore: format
remix-run-bot May 3, 2022
19998c7
test(replace-remix-imports): use cross-platform `grep` to avoid condi…
pcattori May 3, 2022
96299f6
docs(api/conventions): fix typos (#3077)
JulesBlm May 3, 2022
fd210bf
ci: tweak "found x prs since..." message to include versions (#3039)
mcansh May 3, 2022
ca7db6d
docs(api/conventions): fix typo (#3033)
chenxsan May 3, 2022
8f00953
chore: sort contributors list
remix-cla-bot[bot] May 3, 2022
8eddc74
docs(templates/express): fix `README` (#2441)
dogukanakkaya May 3, 2022
36e3d47
chore: sort contributors list
remix-cla-bot[bot] May 3, 2022
08b3d55
chore: bring `playground` in line with `blues-stack` (#3071)
MichaelDeBoey May 4, 2022
db53fe5
docs(example): add an example of using flash session (#3043)
michaeldebetaz May 4, 2022
6b5d9fb
ci: tweak "found x prs since..." message to include versions (#3039)
mcansh May 3, 2022
ca09de7
chore(remix-eslint-config): comment out replaceRemixImportsOptions as…
mcansh May 5, 2022
3f04b8b
feat(remix-react): clean up which button clicked submit implementatio…
mcansh May 5, 2022
b797f54
chore(remix-dev): only check if dir is empty, not if it exists (#3087)
mcansh May 5, 2022
a28a168
chore: fix unfixable eslint errors (#3097)
mcansh May 5, 2022
0b6a593
chore: format
remix-run-bot May 5, 2022
146acaa
ci(comments): parse pr description for closing keywords as github wil…
mcansh May 5, 2022
099eb67
docs(examples): ignore `routes.d.ts` and generate it automatically in…
frontsideair May 5, 2022
a511d34
docs(examples): remove ignored `routes.d.ts` file from `routes-gen` e…
MichaelDeBoey May 5, 2022
e170824
chore(examples): use helper functions as much as possible in `jokes` …
youbiak May 6, 2022
345f499
ci: bump cli test process timeout (#3079)
brophdawg11 May 6, 2022
dd51c8a
fix: clear build directory before new builds (#3061)
brophdawg11 May 6, 2022
27652ca
ci: bump cli test process timeout (#3079) (#3115)
brophdawg11 May 6, 2022
af3bb12
fix(remix-dev/cli/migrate): directly use `jscodeshift` instead of via…
MichaelDeBoey May 6, 2022
e0d748f
fix: fix rollup playground livereload (#3075)
brophdawg11 May 6, 2022
34577c6
chore: format
remix-run-bot May 6, 2022
b1d72b7
docs: Fix typos (#3121)
emzoumpo May 7, 2022
e6d5a05
test: add test where `form` is descendant of element with stop propag…
penspinner May 8, 2022
20b74b5
chore(templates): ignore lockfiles (#3110)
MichaelDeBoey May 9, 2022
aa32aea
docs(remix-server-runtime): fix `remix-deno` link (#3038)
knowler May 9, 2022
3432d1b
docs(guides/data-loading): fix type inference example (#3144)
konradkalemba May 9, 2022
7703472
fix(remix-dev): fix package manager detection (#3109)
MichaelDeBoey May 9, 2022
527f592
tests: bring fixture templates in line with actual templates (#3135)
MichaelDeBoey May 9, 2022
21c1187
fix(remix-dev/cli/init): only run `npm install` when `package.json` i…
MichaelDeBoey May 9, 2022
72aa038
feat(remix-dev): pass `packageManager` to `remix.init` script (#3076)
MichaelDeBoey May 9, 2022
e17a24a
chore(tests): run against Node v18 (#2982)
MichaelDeBoey May 9, 2022
0ac21d5
chore: add missing `peerDependencies` (#3083)
MichaelDeBoey May 9, 2022
cbd996f
feat(remix-netlify): broaden `peerDependencies` (#3107)
MichaelDeBoey May 9, 2022
4675aef
ci: fix regex when parsing pr body for mentioned issues (#3148)
mcansh May 10, 2022
b7fce0a
ci: create and run each stack upon release (#3026)
mcansh May 10, 2022
2943327
chore(remix-dev): add support for importing `*.webmanifest` files (#3…
mcansh May 10, 2022
484a386
docs(example): add twind example (#3119)
nexxeln May 10, 2022
49a9a22
chore: format
remix-run-bot May 10, 2022
e508390
docs(pages/FAQ): ad another nested object solution for form, using Ra…
alirezabonab May 10, 2022
f66735b
chore: sort contributors list
remix-cla-bot[bot] May 10, 2022
dd549d8
ci: skip tests if PR only touches docs (#3152)
mcansh May 10, 2022
404f3c3
chore(remix-dev): add `@types/npmcli__package-json` to `devDependenci…
MichaelDeBoey May 10, 2022
422625c
chore: format
remix-run-bot May 10, 2022
9ef6a75
docs(guides/styling): fix typo (#3154)
DNLHC May 11, 2022
e4781f5
chore: sort contributors list
remix-cla-bot[bot] May 11, 2022
66fad5f
docs: React Router migration docs (#3018)
chaance May 11, 2022
78ccd75
chore: format
remix-run-bot May 11, 2022
0a410a3
docs(contributing): clarify that template changes go to main (#3162)
machour May 11, 2022
b6c66b8
docs(guides/migrating-react-router-app): small updates (#3168)
MichaelDeBoey May 11, 2022
25c77a2
docs(api/conventions): mention `actionHeaders` in `headers`' argument…
nyarthan May 11, 2022
4dafacf
chore: sort contributors list
remix-cla-bot[bot] May 11, 2022
c1fd693
chore: format
remix-run-bot May 11, 2022
c91f9c5
docs(guides/migrating-react-router-app): fix highlight (#3169)
MichaelDeBoey May 11, 2022
45e4deb
docs(guides/styling): clarify Tailwind example (#3141)
janhoogeveen May 12, 2022
d869473
chore: sort contributors list
remix-cla-bot[bot] May 12, 2022
68c8982
chore(templates): update `tsconfig` (#3013)
mcansh May 13, 2022
725ce35
docs(examples): update `tsconfig` (#3182)
MichaelDeBoey May 13, 2022
8330687
docs: update `tsconfig` (#3183)
MichaelDeBoey May 13, 2022
df1ce05
tests: update `tsconfig` (#3184)
MichaelDeBoey May 13, 2022
51a88ea
chore(templates): update dependencies (#3187)
MichaelDeBoey May 13, 2022
25b4c83
feat: replace node-fetch with @remix-run/web-fetch (#2736)
jacob-ebey May 14, 2022
46717b6
chore: format
remix-run-bot May 14, 2022
a114c40
fix(remix-dev/cli/migrate): fix `packageExports` map (#3189)
MichaelDeBoey May 14, 2022
90e2c06
chore(templates/cloudflare-pages): ignore `/functions/[[path]].js.map…
supachaidev May 14, 2022
aed1ffa
docs(api/remix): remove dot (#3198)
bmadone May 15, 2022
15d18e6
chore: sort contributors list
remix-cla-bot[bot] May 15, 2022
03b86cc
fix(remix-react): avoid duplicate `loader` calls when using `prefetch…
brophdawg11 May 16, 2022
9e5cd6d
chore(remix-dev): default to "just the basics" (#3078)
mcansh May 17, 2022
89327a9
fix(remix-server-runtime): update error message when route doesn't ha…
jacob-ebey May 17, 2022
0c2f007
Merge branch 'main' into release-v1.5.0
chaance May 17, 2022
a7cef33
Version 1.5.0-pre.0
chaance May 17, 2022
1ab9745
fix(remix-dev): re-use `REMIX_DEV_SERVER_WS_PORT` when reloading conf…
mcansh May 17, 2022
0dd7684
chore: format
remix-run-bot May 17, 2022
be4a25e
refactor(remix-dev): clean up custom tsconfig loader (#3074)
F3n67u May 17, 2022
aa39050
feat(compiler): officially support Deno (#3117)
pcattori May 17, 2022
97ed0e1
chore: format
remix-run-bot May 17, 2022
ba6de76
feat(remix-server-runtime): strip `body` from `request` before callin…
jacob-ebey May 17, 2022
5ae81b9
Merge branch 'dev' of github.com:remix-run/remix into release-v1.5.0
chaance May 17, 2022
50b41e1
Version 1.5.0-pre.1
chaance May 17, 2022
8bdd2f8
fix: change how request is "cloned" for loaders (#3218)
jacob-ebey May 17, 2022
8d780ef
feat(remix-deno): export new `@remix-run/server-runtime` upload funct…
MichaelDeBoey May 17, 2022
215a764
Version 1.5.0-pre.2
chaance May 17, 2022
8303a24
feat(remix-dev/cli): let `replace-remix-imports` migration re-install…
MichaelDeBoey May 17, 2022
3eab365
chore(remix-dev): remove suggested `paths` from default tsconfig (#3181)
mcansh May 18, 2022
d141d68
chore: ignore test workflow on scripts change
chaance May 18, 2022
b4fb6c5
fix(scripts): Prevent publishing without a tag (#3223)
chaance May 18, 2022
514c808
chore(remix-server-runtime): warn against using `expires` in `createC…
mcansh May 18, 2022
e822611
Merge branch 'release-v1.5.0' into dev
chaance May 18, 2022
c6dbb6a
Version 1.5.0
chaance May 18, 2022
e809206
docs: add `decisions/index.md` and frontmatter (#3226)
mcansh May 18, 2022
f2fc23d
move decisions out of docs
ryanflorence May 18, 2022
104d07b
chore(create-remix): add deno to template choices (#3233)
mcansh May 18, 2022
6021b28
chore(vscode): add recommended extensions (#3235)
pcattori May 19, 2022
c2731dd
chore: format
remix-run-bot May 19, 2022
4a91049
chore(create-remix): add deno to template choices (#3233)
mcansh May 18, 2022
d1943c1
Version 1.5.1
chaance May 19, 2022
1562c4c
Merge branch 'release-v1.5.0' into dev
chaance May 19, 2022
8becc4a
tests: bring `deno` fixture template in line with actual template (#3…
MichaelDeBoey May 19, 2022
c28e179
chore: update Deno import maps on release (#3225)
MichaelDeBoey May 19, 2022
5b4e0f0
Revert "chore: update Deno import maps on release (#3225)" (#3254)
pcattori May 19, 2022
a96c26a
fix(remix-dev): improve `appTemplate` message (#3249)
nvh95 May 19, 2022
fb17436
chore: format
remix-run-bot May 19, 2022
051b1bd
chore: update Deno import maps on release (#3255)
pcattori May 19, 2022
000f37c
feat(server-runtime): default cookies to sameSite: 'lax' (#2388)
chaance May 19, 2022
d19d888
fix: Improved support for `imageSrcSet` + `imageSizes` in route `link…
chaance May 20, 2022
1d21518
feat(remix-eslint-config): enable deprecated imports warnings (#3285)
MichaelDeBoey May 23, 2022
b96864e
tests: remove `description` & `license` keys from `package.json` (#3289)
MichaelDeBoey May 24, 2022
48fe580
chore: remove unused dependencies from root `package.json` (#3208)
MichaelDeBoey May 24, 2022
c5d6cd2
fix: export additional types (#2876)
chaance May 27, 2022
c5fbde7
fix(remix-dev): fix typos in `server-build.ts`' error message (#3345)
RATIU5 Jun 1, 2022
d2a375f
chore: run `sort-package-json` on packages (#3315)
MichaelDeBoey Jun 1, 2022
a7bff8b
chore: add `engines` field to `package.json` (#3360)
MichaelDeBoey Jun 1, 2022
5f979ca
ci: do not automatically add `name` field in `package.json` for apps …
pcattori Jun 2, 2022
dd06287
chore(playground): use sync methods
chaance Jun 6, 2022
5c4ce07
ci: update needs-response workflow to use official stale action (#3375)
mcansh Jun 7, 2022
7979551
ci: update deployment testing infra (#3359)
mcansh Jun 7, 2022
bc1ee1d
fix(remix-dev): Allow debugging for the remix shorthand (#3391)
machour Jun 7, 2022
c2f6bf4
fix(remix-dev): add `@babel/preset-env` in `dependencies` (#3413)
MichaelDeBoey Jun 8, 2022
3c58185
Adding package for deploying to Google Cloud Functions (gen2)
Mar 7, 2022
99b3dff
gcloud deploy version 0.0.3
Mar 8, 2022
6cdf654
Adding package for deploying to Google Cloud Functions (gen2)
Mar 7, 2022
fda3004
remove unused imports
eastlondoner Jun 8, 2022
c3b82a7
cleanup after rebase on dev
eastlondoner Jun 8, 2022
cf22b7d
reorganise imports
eastlondoner Jun 8, 2022
be3f4f7
update yarn.lock
eastlondoner Jun 8, 2022
ac881d4
Add unit tests
penx Jun 6, 2022
1e3d060
add jest config for google-cloud-functions adapter
eastlondoner Jun 8, 2022
a3670f6
change @google-cloud/functions-framework testing import to one that w…
eastlondoner Jun 8, 2022
585b022
Apply suggestions from code review
penx Jun 6, 2022
2e0d61e
removed express from depedencies, added functions-framework to peer a…
danny-yu Jun 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 8 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
**/tests/__snapshots/
**/node_modules/
!.eslintrc.js
/packages/remix-deno/deno.d.ts
.tmp
/playground
**/__tests__/fixtures

# deno
integration/helpers/deno-template
packages/remix-deno
templates/deno
66 changes: 2 additions & 64 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,70 +1,8 @@
module.exports = {
root: true,
extends: [
require.resolve("./packages/remix-eslint-config/index.js"),
require.resolve("./packages/remix-eslint-config/jest-testing-library.js"),
require.resolve("./packages/remix-eslint-config/internal.js"),
"plugin:markdown/recommended",
],
overrides: [
{
// all ```jsx & ```tsx code blocks in .md files
files: ["**/*.md/*.js", "**/*.md/*.jsx", "**/*.md/*.ts", "**/*.md/*.tsx"],
rules: {
"no-unreachable": "off",
"jsx-a11y/alt-text": "off",
"jsx-a11y/anchor-has-content": "off",
"react/jsx-no-comment-textnodes": "off",
"react/jsx-no-undef": "off",
},
},
{
// all ```ts & ```tsx code blocks in .md files
files: ["**/*.md/*.ts", "**/*.md/*.tsx"],
rules: {
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-unused-vars": "off",
},
},
{
files: [
"packages/create-remix/templates/cloudflare-workers/**/*.js",
"packages/remix-cloudflare-workers/**/*.ts",
],
rules: {
"no-restricted-globals": "off",
},
},
{
files: ["fixtures/gists-app/jest/**/*.js"],
env: {
"jest/globals": true,
},
},
{
files: ["examples/**/*.js", "examples/**/*.jsx"],
rules: {
"no-unused-vars": "off",
},
},
{
files: ["examples/**/*.ts", "examples/**/*.tsx"],
rules: {
"@typescript-eslint/no-unused-vars": "off",
},
},
],
rules: {
"@typescript-eslint/consistent-type-imports": "error",
"import/order": [
"error",
{
"newlines-between": "always",
groups: [
["builtin", "external", "internal"],
["parent", "sibling", "index"],
],
},
],
"jest/no-disabled-tests": "off",
},
plugins: ["markdown"],
};
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🐛 Bug Report
description: Something is wrong with Remix.
labels:
- bug
- "bug:unverified"
body:
- type: markdown
attributes:
Expand Down
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,12 @@ contact_links:
about:
We appreciate you taking the time to improve Remix with your ideas, but we
use the Discussions for this instead of the issues tab 🙂.
- name: 💬 Remix Discord Channel
url: https://rmx.as/discord
about: Interact with other people using Remix 📀
- name: 💬 New Updates (Twitter)
url: https://twitter.com/remix_run
about: Stay up to date with Remix news on twitter
- name: 🍿 Remix YouTube Channel
url: https://rmx.as/youtube
about: Are you a tech lead or wanting to learn more about Remix in depth? Checkout the Remix YouTube Channel
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ Closes: #

- [ ] Docs
- [ ] Tests

Testing Strategy:

<!--
Please explain how you tested this. For example:

> This test covers this code: <link to test>

Or

> I opened up my windows machine and ran this script:
>
> ```
> npx create-remix@0.0.0-experimental-7e420ee3 --template remix my-test
> cd my-test
> npm run dev
> ```
-->
196 changes: 0 additions & 196 deletions .github/workflows/deployment-test.yml

This file was deleted.

Loading