Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Nov 16, 2022
1 parent 6217064 commit 19fd317
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 55 deletions.
4 changes: 2 additions & 2 deletions elm-tooling.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.5",
"elm-json": "0.2.10",
"elm-test-rs": "2.0.1"
"elm-json": "0.2.13",
"elm-test-rs": "3.0.0"
}
}
5 changes: 2 additions & 3 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
"vito/elm-ansi": "10.0.1 <= v < 11.0.0"
},
"test-dependencies": {
"avh4/elm-program-test": "3.1.0 <= v < 4.0.0",
"elm-explorations/test": "1.2.2 <= v < 2.0.0",
"the-sett/elm-pretty-printer": "3.0.0 <= v < 4.0.0"
"the-sett/elm-pretty-printer": "3.0.0 <= v < 4.0.0",
"elm-explorations/test": "2.0.1 <= v < 3.0.0"
}
}
14 changes: 7 additions & 7 deletions examples/base-path/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions examples/escaping/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/routing/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"elm/regex": "1.0.0",
"elm/time": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2",
"elm/virtual-dom": "1.0.3",
"elm-community/dict-extra": "2.4.0",
"elm-community/list-extra": "8.3.0",
"elm-community/list-extra": "8.7.0",
"jluckyiv/elm-utc-date-strings": "1.0.0",
"justinmimbs/date": "4.0.1",
"lamdera/codecs": "1.0.0",
Expand All @@ -41,7 +41,7 @@
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
"the-sett/elm-pretty-printer": "3.0.0",
"the-sett/elm-syntax-dsl": "6.0.2",
"turboMaCk/non-empty-list-alias": "1.2.0",
"turboMaCk/non-empty-list-alias": "1.3.1",
"vito/elm-ansi": "10.0.1"
},
"indirect": {
Expand All @@ -58,7 +58,7 @@
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.2.2"
"elm-explorations/test": "2.0.1"
},
"indirect": {
"elm/random": "1.0.0"
Expand Down
14 changes: 7 additions & 7 deletions examples/routing/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions generator/dead-code-review/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,27 @@
"direct": {
"elm/core": "1.0.5",
"elm-community/result-extra": "2.4.0",
"jfmengels/elm-review": "2.4.2",
"stil4m/elm-syntax": "7.2.5"
"jfmengels/elm-review": "2.10.0",
"stil4m/elm-syntax": "7.2.9"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
"elm/project-metadata-utils": "1.0.2",
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2",
"elm-community/list-extra": "8.3.0",
"elm/virtual-dom": "1.0.3",
"elm-community/list-extra": "8.7.0",
"miniBill/elm-unicode": "1.0.2",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/structured-writer": "1.0.3"
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.2.2"
"elm-explorations/test": "2.0.1"
},
"indirect": {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ toImportContext import_ =
rule : Rule
rule =
Rule.newModuleRuleSchemaUsingContextCreator "Pages.Review.DeadCodeEliminateData" initialContext
|> Rule.providesFixesForModuleRule
|> Rule.withExpressionEnterVisitor expressionVisitor
|> Rule.withDeclarationEnterVisitor declarationVisitor
|> Rule.withImportVisitor importVisitor
Expand Down
12 changes: 6 additions & 6 deletions generator/review/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"elm/html": "1.0.0",
"elm/regex": "1.0.0",
"elm-community/result-extra": "2.4.0",
"jfmengels/elm-review": "2.4.2",
"jfmengels/elm-review": "2.10.0",
"mdgriffith/elm-codegen": "2.0.0",
"stil4m/elm-syntax": "7.2.5",
"stil4m/elm-syntax": "7.2.9",
"the-sett/elm-syntax-dsl": "6.0.2"
},
"indirect": {
"Chadtech/elm-bool-extra": "2.4.2",
"elm/bytes": "1.0.8",
"elm/json": "1.1.3",
"elm/parser": "1.1.0",
"elm/project-metadata-utils": "1.0.2",
"elm/random": "1.0.0",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2",
"elm/virtual-dom": "1.0.3",
"elm-community/basics-extra": "4.1.0",
"elm-community/list-extra": "8.3.0",
"elm-community/list-extra": "8.7.0",
"elm-community/maybe-extra": "5.3.0",
"elm-explorations/test": "1.2.2",
"miniBill/elm-unicode": "1.0.2",
"rtfeldman/elm-hex": "1.0.0",
"stil4m/structured-writer": "1.0.3",
Expand All @@ -36,7 +36,7 @@
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "1.2.2"
"elm-explorations/test": "2.0.1"
},
"indirect": {}
}
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"elm-optimize-level-2": "^0.1.5",
"elm-review": "^2.8.2",
"elm-test": "^0.19.1-revision10",
"elm-tooling": "^1.8.0",
"elm-tooling": "^1.10.0",
"elm-verify-examples": "^5.2.0",
"elmi-to-json": "^1.2.0",
"mocha": "^10.0.0",
Expand Down
8 changes: 4 additions & 4 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set -ex;
root=`pwd`
yes | lamdera reset || true
elm-test-rs --compiler=lamdera
cd examples/routing && npm i && npm run build && elm-test-rs --compiler=lamdera && cd $root
(cd generator/dead-code-review && elm-test-rs --compiler=lamdera)
(cd generator/review && elm-test-rs --compiler=lamdera)
npx elm-test-rs --compiler=lamdera
cd examples/routing && npm i && npm run build && npx elm-test-rs --compiler=lamdera && cd $root
(cd generator/dead-code-review && npx elm-test-rs --compiler=lamdera)
(cd generator/review && npx elm-test-rs --compiler=lamdera)
npm run test:snapshot
npx elmi-to-json --version
elm-verify-examples --run-tests --elm-test-args '--compiler=lamdera'
Expand Down
7 changes: 5 additions & 2 deletions tests/StaticHttpRequestsTests.elm
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@ all =
(\actualPorts ->
case actualPorts of
[ ToJsPayload.PageProgress portData ] ->
portData.is404
|> Expect.false "Expected page to be found and rendered"
if portData.is404 then
Expect.fail "Expected page to be found and rendered"

else
Expect.pass

_ ->
Expect.fail <| "Expected exactly 1 port of type PageProgress. Instead, got \n" ++ Debug.toString actualPorts
Expand Down

0 comments on commit 19fd317

Please sign in to comment.