-
Notifications
You must be signed in to change notification settings - Fork 1
/
elm-upgrade-2019-08-02T164652.331Z.log
executable file
·39 lines (33 loc) · 1.8 KB
/
elm-upgrade-2019-08-02T164652.331Z.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
INFO: Found elm at node_modules/.bin/elm
INFO: Found elm 0.19.0
INFO: Found elm-format at node_modules/.bin/elm-format
INFO: Found elm-format 0.8.1
INFO: Cleaning ./elm-stuff before upgrading
INFO: Converting elm-package.json -> elm.json
INFO: Detected an application project (this project has no exposed modules)
INFO: Installing latest version of elm-community/list-extra
INFO: Switching from elm-lang/core (deprecated) to elm/core
INFO: Installing latest version of elm/core
INFO: Detected use of elm-lang/core#Json.Decode; installing elm/json
INFO: Detected use of elm-lang/core#Regex; installing elm/regex
INFO: Switching from elm-lang/html (deprecated) to elm/html
INFO: Installing latest version of elm/html
INFO: Switching from elm-lang/http (deprecated) to elm/http
INFO: Installing latest version of elm/http
INFO: Switching from evancz/elm-markdown (deprecated) to elm-explorations/markdown
INFO: Installing latest version of elm-explorations/markdown
INFO: Installing latest version of league/unique-id
INFO: Installing latest version of lovasoa/elm-csv
INFO: Installing latest version of truqu/elm-base64
INFO: Upgrading *.elm files in src/elm/
SUCCESS! Your project's dependencies and code have been upgraded.
However, your project may not yet compile due to API changes in your
dependencies.
See <https://github.com/elm/compiler/blob/master/upgrade-docs/0.19.md>
and the documentation for your dependencies for more information.
Here are some common upgrade steps that you will need to do manually:
- elm/core
- [ ] Replace uses of toString with String.fromInt, String.fromFloat, or Debug.toString as appropriate
- elm/html
- [ ] If you used Html.program*, install elm/browser and switch to Browser.element or Browser.document
- [ ] If you used Html.beginnerProgram, install elm/browser and switch Browser.sandbox