Commit Graph

5661 Commits

Author SHA1 Message Date
Dillon Kearns
73d38cf37e Use Lamdera NPM package in examples and template. 2024-01-09 16:30:04 -08:00
Dillon Kearns
a943466b93 Fix codemod import insertion in case where there is an exposing import. 2024-01-09 16:15:04 -08:00
Dillon Kearns
304b91b8d2 Add whitespace around import in codemod to prevent import on same lines. 2024-01-09 15:37:41 -08:00
Dillon Kearns
3838eb61ac Install Lamdera NPM dependency in docs folder. 2024-01-09 15:30:45 -08:00
Dillon Kearns
54d490f3fd Bump Node version. 2024-01-09 15:18:54 -08:00
Dillon Kearns
5faa3098b8 Remove no-optional. 2024-01-09 15:16:55 -08:00
Dillon Kearns
493d4d7371 Try Lamdera NPM package for docs site. 2024-01-09 15:13:41 -08:00
Dillon Kearns
45da98187c Regenerate docs.json. 2024-01-09 15:11:05 -08:00
Dillon Kearns
0359e382a6 Restore single function with a deprecation warning. 2024-01-09 15:10:47 -08:00
Dillon Kearns
2acff2f37b Bump dependencies. 2024-01-09 15:02:15 -08:00
Dillon Kearns
3749d89845 Bump dependencies. 2024-01-09 15:01:32 -08:00
Dillon Kearns
66c7c58fb3 Update dependencies. 2024-01-09 14:58:56 -08:00
Dillon Kearns
5f97940839 Use Windows-compatible file URL instead of path for import. Fixes #446. 2024-01-09 14:23:28 -08:00
Dillon Kearns
cf55583108 Update AddStaticRoute script. 2024-01-09 13:27:27 -08:00
Dillon Kearns
e8221ff85f Use Node 20. 2024-01-08 19:09:22 -08:00
Dillon Kearns
97feb350b1 Update package-lock file. 2024-01-08 19:08:20 -08:00
Dillon Kearns
72e7c527ae Try skipping some tests to fix CI. 2024-01-08 19:01:27 -08:00
Dillon Kearns
e0dde580c0 Use different type variable name to ensure type annotations are valid (seems to be an elm-codegen bug). 2024-01-08 18:38:02 -08:00
Dillon Kearns
2ada76058e Update package-lock. 2024-01-08 14:44:59 -08:00
Dillon Kearns
324e5bddae Update hashing test to catch new base64 encoded hashing, and check in changes to preload directives. 2024-01-08 14:31:17 -08:00
Dillon Kearns
35ba44c929 Update dependencies. 2024-01-08 12:54:44 -08:00
Dillon Kearns
1aa0eb8a39 Only apply dead code elimination codemod to files in temp copy of app/ folder, skip any other files to avoid changing user-owned files.
Fixes #441.
2024-01-08 12:48:43 -08:00
Dillon Kearns
8de01463e1 Update dependencies. 2024-01-08 12:26:05 -08:00
Dillon Kearns
92ed40d6ad Update dependencies. 2024-01-08 12:26:05 -08:00
Dillon Kearns
58dd16da6f Update NPM dependencies. 2024-01-08 12:26:05 -08:00
Dillon Kearns
e1ca5d24b6 Update some Elm dependencies. 2024-01-08 12:26:05 -08:00
Dillon Kearns
db8ef4663d Update dependencies in template. 2024-01-08 12:26:05 -08:00
Dillon Kearns
3f7c23e5b6 Remove incorrect param generated by route scaffolding helper. Add a static route generator script. Upgrade some dependencies. 2024-01-08 12:26:05 -08:00
Dillon Kearns
27c0e3b71f
Merge pull request #444 from adamdicarlo0/fix-expand-apiroute-example
Fix and expand ApiRoute example code
2024-01-02 10:51:35 -08:00
Dillon Kearns
3bde097420
Merge pull request #440 from miniBill/patch-1
Update gitignore: elm-pages-cli.js -> elm-pages-cli.mjs
2023-11-15 10:03:26 -08:00
Adam DiCarlo
174589e585
Fix and expand ApiRoute example code
Removed `Server.Request.map4` (no longer exists), and added multiple
path parameters to illustrate how they're used.
2023-11-14 14:21:05 -08:00
Dillon Kearns
12116506b3
Merge pull request #443 from adamdicarlo0/fix-ignored-promise
Fix un-awaited Promise.all in runElmReviewCodeMod
2023-11-14 10:10:55 -08:00
Adam DiCarlo
c1904b4b15
Fix un-awaited Promise.all in runElmReviewCodeMod 2023-11-14 09:51:35 -08:00
Leonardo Taglialegne
c7dd88ee57
Update gitignore: elm-pages-cli.js -> elm-pages-cli.mjs 2023-11-14 15:03:24 +01:00
Dillon Kearns
c38469240e
Merge pull request #434 from dillonkearns/update-elm-codegen
Bump elm-codegen dependency.
2023-11-03 12:38:47 -07:00
Dillon Kearns
55daf0ec39 Bump elm-codegen in end-to-end/scripts folder. 2023-11-03 12:36:48 -07:00
Dillon Kearns
e9248b2cbb Update ErrorPage to show message for 500 errors. Fixes #429. 2023-11-03 12:30:18 -07:00
Dillon Kearns
8df40c475c Bump elm-codegen dependency. 2023-11-03 11:09:57 -07:00
Dillon Kearns
6f1d060148 Remove reference to old API function. 2023-10-31 10:43:40 -07:00
Dillon Kearns
57dccef433 Update changelog. 2023-10-24 12:14:16 -07:00
Dillon Kearns
5c987dc7db 3.0.9 2023-10-24 12:13:09 -07:00
Dillon Kearns
c39e67a599 Add check for "SubmitEvent" to prevent error in older browsers.
Fixes #427.
2023-10-24 12:13:03 -07:00
Dillon Kearns
679c37f598
Merge pull request #426 from tanyabouman/remove-docs-index
docs: remove `content/docs.md` and `content/index.md`
2023-10-12 12:23:47 -07:00
Tanya Bouman
7850c973d3 docs: remove content/docs.md and content/index.md
These look like old files that are no longer used.
The current content for `content/index.md` is at `app/Route/Index.elm`
and for `content/docs.md` is in `content/docs/what-is-elm-pages.md`
2023-10-12 15:03:17 -04:00
Dillon Kearns
685f0efc28
Merge pull request #401 from georgesboris/patch-4
Fix button links on elm-pages.com
2023-10-04 16:55:21 -07:00
Dillon Kearns
43a3af1ad4 Support both external and internal links in docs site with prefetching for internal. 2023-10-04 16:49:42 -07:00
Dillon Kearns
35bf525e79 Update versions for cypress and cypress github-actions. 2023-10-04 13:39:08 -07:00
Dillon Kearns
444252600a
Merge pull request #425 from tanyabouman/secrets-succeed
remove Secrets.succeed because it no longer exists
2023-10-02 09:15:53 -07:00
Dillon Kearns
d471a53f9e Update Y0hy0h username to j-maas.
Fixes #424.
2023-09-27 10:32:05 -07:00
Dillon Kearns
51f6a6ac21
Update .all-contributorsrc 2023-09-27 09:19:19 -07:00