mirror of
https://github.com/sparksp/elm-format-action.git
synced 2024-11-24 13:32:54 +03:00
Update elm-format
This commit is contained in:
parent
8d7d8a56b2
commit
1af0808862
@ -36,7 +36,7 @@ test('reports errors', () => {
|
||||
}
|
||||
expect(status).toBe(1)
|
||||
expect(stdout.toString()).toBe(
|
||||
'::error file=__tests__/elm/Bad.elm::File is not formatted with elm-format-0.8.3 --elm-version=0.19\n' +
|
||||
'::error file=__tests__/elm/Bad.elm::File is not formatted with elm-format-0.8.4 --elm-version=0.19\n' +
|
||||
'::error::elm-format reported errors with 1 file\n'
|
||||
)
|
||||
})
|
||||
|
@ -36,7 +36,7 @@
|
||||
"@types/node": "^14.14.20",
|
||||
"@typescript-eslint/parser": "^4.12.0",
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"elm-format": "^0.8.3",
|
||||
"elm-format": "^0.8.4",
|
||||
"eslint": "^7.17.0",
|
||||
"eslint-plugin-github": "^4.1.1",
|
||||
"eslint-plugin-jest": "^24.1.3",
|
||||
|
@ -1574,10 +1574,10 @@ ecc-jsbn@~0.1.1:
|
||||
jsbn "~0.1.0"
|
||||
safer-buffer "^2.1.0"
|
||||
|
||||
elm-format@^0.8.3:
|
||||
version "0.8.3"
|
||||
resolved "https://registry.yarnpkg.com/elm-format/-/elm-format-0.8.3.tgz#74a50a6aba69c757752700f9302ccf463c747453"
|
||||
integrity sha512-shXOgfg8F5hDJagP91zJ3QT0PoMbusPfhgEeu3uRofTaN843cFpjZ8qlQip6pFQxtWyQE/P+NMg3vP6lyWI5Mg==
|
||||
elm-format@^0.8.4:
|
||||
version "0.8.4"
|
||||
resolved "https://registry.yarnpkg.com/elm-format/-/elm-format-0.8.4.tgz#8243b6d9eba66708232247e079190a3cdf339dcf"
|
||||
integrity sha512-0KurHC4MBUljdA2Sr+yzcoyAVqCku0LuNpvq5B3UIAlCPZ9PnOW2tUhVnQOCvp9RXngwbnsf18dE48tQ+s8r7g==
|
||||
dependencies:
|
||||
binwrap "^0.2.2"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user