-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelm-upgrade-2019-04-09T194646.786Z.log
56 lines (49 loc) · 2.55 KB
/
elm-upgrade-2019-04-09T194646.786Z.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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 Skinney/murmur3
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#Time; installing elm/time
INFO: Switching from elm-lang/dom (deprecated) to elm/browser
INFO: Installing latest version of elm/browser
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 elm-lang/keyboard (deprecated) to elm/browser
INFO: Installing latest version of elm/browser
INFO: Switching from elm-lang/svg (deprecated) to elm/svg
INFO: Installing latest version of elm/svg
INFO: Switching from elm-lang/window (deprecated) to elm/browser
INFO: Installing latest version of elm/browser
INFO: Installing latest version of fapian/elm-html-aria
WARNING: jinjor/elm-html-parser has not been upgraded to 0.19 yet!
WARNING: knledg/touch-events has not been upgraded to 0.19 yet!
INFO: Installing latest version of rtfeldman/elm-css
INFO: Upgrading *.elm files in src/
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.
WARNING! 2 of your dependencies have not yet been upgraded to
support Elm 0.19.
- https://github.com/jinjor/elm-html-parser
- https://github.com/knledg/touch-events
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
- undefined
- [ ] Read the new documentation here: https://package.elm-lang.org/packages/elm/time/latest/
- [ ] Replace uses of Date and Time with Time.Posix
- elm/browser
- [ ] Change code using Window.* to use Browser.Events.onResize
- 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