-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
elmPackages.*: update to latest versions #76866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mention individual changes
@@ -4790,57 +4889,49 @@ in | |||
elm-test = nodeEnv.buildNodePackage { | |||
name = "elm-test"; | |||
packageName = "elm-test"; | |||
version = "0.19.1"; | |||
version = "0.19.1-revision2"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
elm-test update
@@ -5576,64 +5666,64 @@ in | |||
elm-upgrade = nodeEnv.buildNodePackage { | |||
name = "elm-upgrade"; | |||
packageName = "elm-upgrade"; | |||
version = "0.19.6"; | |||
version = "0.19.7"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
elm-upgrade
@@ -5956,13 +6046,14 @@ in | |||
elm-xref = nodeEnv.buildNodePackage { | |||
name = "elm-xref"; | |||
packageName = "elm-xref"; | |||
version = "4.0.0"; | |||
version = "4.1.0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
elm-xref
@@ -5996,10 +6091,10 @@ in | |||
"@elm-tooling/elm-language-server" = nodeEnv.buildNodePackage { | |||
name = "_at_elm-tooling_slash_elm-language-server"; | |||
packageName = "@elm-tooling/elm-language-server"; | |||
version = "1.4.4"; | |||
version = "1.4.6"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
elm-language-server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds and seems to be working on NixOS 👍
Intention is to update elm-language-server to 1.4.6
cc @domenkozar I think this can be merged. |
Motivation for this change
Intention is to update elm-language-server to 1.4.6. Executed update script. A bunch of node dependencies are updated.
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @turboMaCk @razzeee @BrianHicks