mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Update dependencies.
This commit is contained in:
parent
62170644e1
commit
19fd31793b
@ -2,7 +2,7 @@
|
|||||||
"tools": {
|
"tools": {
|
||||||
"elm": "0.19.1",
|
"elm": "0.19.1",
|
||||||
"elm-format": "0.8.5",
|
"elm-format": "0.8.5",
|
||||||
"elm-json": "0.2.10",
|
"elm-json": "0.2.13",
|
||||||
"elm-test-rs": "2.0.1"
|
"elm-test-rs": "3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
5
elm.json
5
elm.json
@ -76,8 +76,7 @@
|
|||||||
"vito/elm-ansi": "10.0.1 <= v < 11.0.0"
|
"vito/elm-ansi": "10.0.1 <= v < 11.0.0"
|
||||||
},
|
},
|
||||||
"test-dependencies": {
|
"test-dependencies": {
|
||||||
"avh4/elm-program-test": "3.1.0 <= v < 4.0.0",
|
"the-sett/elm-pretty-printer": "3.0.0 <= v < 4.0.0",
|
||||||
"elm-explorations/test": "1.2.2 <= v < 2.0.0",
|
"elm-explorations/test": "2.0.1 <= v < 3.0.0"
|
||||||
"the-sett/elm-pretty-printer": "3.0.0 <= v < 4.0.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
14
examples/base-path/package-lock.json
generated
14
examples/base-path/package-lock.json
generated
@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"../..": {
|
"../..": {
|
||||||
"name": "elm-pages",
|
"name": "elm-pages",
|
||||||
"version": "3.0.0-beta.9",
|
"version": "3.0.0-beta.10",
|
||||||
"integrity": "sha512-VeCbtSNH5CW2G5m/uJcTYSRIQ2Y6bhYTZtRbNftKUBXn/oIMYrB6sqrUqV+WVTBs2hedCQQYZnaeZ/uWxqcIwQ==",
|
"integrity": "sha512-VeCbtSNH5CW2G5m/uJcTYSRIQ2Y6bhYTZtRbNftKUBXn/oIMYrB6sqrUqV+WVTBs2hedCQQYZnaeZ/uWxqcIwQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
@ -58,9 +58,9 @@
|
|||||||
"cypress": "^10.6.0",
|
"cypress": "^10.6.0",
|
||||||
"elm-codegen": "^0.2.0",
|
"elm-codegen": "^0.2.0",
|
||||||
"elm-optimize-level-2": "^0.1.5",
|
"elm-optimize-level-2": "^0.1.5",
|
||||||
"elm-review": "^2.7.4",
|
"elm-review": "^2.8.2",
|
||||||
"elm-test": "^0.19.1-revision9",
|
"elm-test": "^0.19.1-revision10",
|
||||||
"elm-tooling": "^1.8.0",
|
"elm-tooling": "^1.10.0",
|
||||||
"elm-verify-examples": "^5.2.0",
|
"elm-verify-examples": "^5.2.0",
|
||||||
"elmi-to-json": "^1.2.0",
|
"elmi-to-json": "^1.2.0",
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.0.0",
|
||||||
@ -1571,9 +1571,9 @@
|
|||||||
"elm-doc-preview": "^5.0.5",
|
"elm-doc-preview": "^5.0.5",
|
||||||
"elm-hot": "^1.1.6",
|
"elm-hot": "^1.1.6",
|
||||||
"elm-optimize-level-2": "^0.1.5",
|
"elm-optimize-level-2": "^0.1.5",
|
||||||
"elm-review": "^2.7.4",
|
"elm-review": "^2.8.2",
|
||||||
"elm-test": "^0.19.1-revision9",
|
"elm-test": "^0.19.1-revision10",
|
||||||
"elm-tooling": "^1.8.0",
|
"elm-tooling": "^1.10.0",
|
||||||
"elm-verify-examples": "^5.2.0",
|
"elm-verify-examples": "^5.2.0",
|
||||||
"elmi-to-json": "^1.2.0",
|
"elmi-to-json": "^1.2.0",
|
||||||
"esbuild": "^0.15.5",
|
"esbuild": "^0.15.5",
|
||||||
|
14
examples/escaping/package-lock.json
generated
14
examples/escaping/package-lock.json
generated
@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
"../..": {
|
"../..": {
|
||||||
"name": "elm-pages",
|
"name": "elm-pages",
|
||||||
"version": "3.0.0-beta.9",
|
"version": "3.0.0-beta.10",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -55,9 +55,9 @@
|
|||||||
"cypress": "^10.6.0",
|
"cypress": "^10.6.0",
|
||||||
"elm-codegen": "^0.2.0",
|
"elm-codegen": "^0.2.0",
|
||||||
"elm-optimize-level-2": "^0.1.5",
|
"elm-optimize-level-2": "^0.1.5",
|
||||||
"elm-review": "^2.7.4",
|
"elm-review": "^2.8.2",
|
||||||
"elm-test": "^0.19.1-revision9",
|
"elm-test": "^0.19.1-revision10",
|
||||||
"elm-tooling": "^1.8.0",
|
"elm-tooling": "^1.10.0",
|
||||||
"elm-verify-examples": "^5.2.0",
|
"elm-verify-examples": "^5.2.0",
|
||||||
"elmi-to-json": "^1.2.0",
|
"elmi-to-json": "^1.2.0",
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.0.0",
|
||||||
@ -5938,9 +5938,9 @@
|
|||||||
"elm-doc-preview": "^5.0.5",
|
"elm-doc-preview": "^5.0.5",
|
||||||
"elm-hot": "^1.1.6",
|
"elm-hot": "^1.1.6",
|
||||||
"elm-optimize-level-2": "^0.1.5",
|
"elm-optimize-level-2": "^0.1.5",
|
||||||
"elm-review": "^2.7.4",
|
"elm-review": "^2.8.2",
|
||||||
"elm-test": "^0.19.1-revision9",
|
"elm-test": "^0.19.1-revision10",
|
||||||
"elm-tooling": "^1.8.0",
|
"elm-tooling": "^1.10.0",
|
||||||
"elm-verify-examples": "^5.2.0",
|
"elm-verify-examples": "^5.2.0",
|
||||||
"elmi-to-json": "^1.2.0",
|
"elmi-to-json": "^1.2.0",
|
||||||
"esbuild": "^0.15.5",
|
"esbuild": "^0.15.5",
|
||||||
|
@ -25,9 +25,9 @@
|
|||||||
"elm/regex": "1.0.0",
|
"elm/regex": "1.0.0",
|
||||||
"elm/time": "1.0.0",
|
"elm/time": "1.0.0",
|
||||||
"elm/url": "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/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",
|
"jluckyiv/elm-utc-date-strings": "1.0.0",
|
||||||
"justinmimbs/date": "4.0.1",
|
"justinmimbs/date": "4.0.1",
|
||||||
"lamdera/codecs": "1.0.0",
|
"lamdera/codecs": "1.0.0",
|
||||||
@ -41,7 +41,7 @@
|
|||||||
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
|
"rtfeldman/elm-iso8601-date-strings": "1.1.4",
|
||||||
"the-sett/elm-pretty-printer": "3.0.0",
|
"the-sett/elm-pretty-printer": "3.0.0",
|
||||||
"the-sett/elm-syntax-dsl": "6.0.2",
|
"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"
|
"vito/elm-ansi": "10.0.1"
|
||||||
},
|
},
|
||||||
"indirect": {
|
"indirect": {
|
||||||
@ -58,7 +58,7 @@
|
|||||||
},
|
},
|
||||||
"test-dependencies": {
|
"test-dependencies": {
|
||||||
"direct": {
|
"direct": {
|
||||||
"elm-explorations/test": "1.2.2"
|
"elm-explorations/test": "2.0.1"
|
||||||
},
|
},
|
||||||
"indirect": {
|
"indirect": {
|
||||||
"elm/random": "1.0.0"
|
"elm/random": "1.0.0"
|
||||||
|
14
examples/routing/package-lock.json
generated
14
examples/routing/package-lock.json
generated
@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"../..": {
|
"../..": {
|
||||||
"name": "elm-pages",
|
"name": "elm-pages",
|
||||||
"version": "3.0.0-beta.9",
|
"version": "3.0.0-beta.10",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -57,9 +57,9 @@
|
|||||||
"cypress": "^10.6.0",
|
"cypress": "^10.6.0",
|
||||||
"elm-codegen": "^0.2.0",
|
"elm-codegen": "^0.2.0",
|
||||||
"elm-optimize-level-2": "^0.1.5",
|
"elm-optimize-level-2": "^0.1.5",
|
||||||
"elm-review": "^2.7.4",
|
"elm-review": "^2.8.2",
|
||||||
"elm-test": "^0.19.1-revision9",
|
"elm-test": "^0.19.1-revision10",
|
||||||
"elm-tooling": "^1.8.0",
|
"elm-tooling": "^1.10.0",
|
||||||
"elm-verify-examples": "^5.2.0",
|
"elm-verify-examples": "^5.2.0",
|
||||||
"elmi-to-json": "^1.2.0",
|
"elmi-to-json": "^1.2.0",
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.0.0",
|
||||||
@ -1512,9 +1512,9 @@
|
|||||||
"elm-doc-preview": "^5.0.5",
|
"elm-doc-preview": "^5.0.5",
|
||||||
"elm-hot": "^1.1.6",
|
"elm-hot": "^1.1.6",
|
||||||
"elm-optimize-level-2": "^0.1.5",
|
"elm-optimize-level-2": "^0.1.5",
|
||||||
"elm-review": "^2.7.4",
|
"elm-review": "^2.8.2",
|
||||||
"elm-test": "^0.19.1-revision9",
|
"elm-test": "^0.19.1-revision10",
|
||||||
"elm-tooling": "^1.8.0",
|
"elm-tooling": "^1.10.0",
|
||||||
"elm-verify-examples": "^5.2.0",
|
"elm-verify-examples": "^5.2.0",
|
||||||
"elmi-to-json": "^1.2.0",
|
"elmi-to-json": "^1.2.0",
|
||||||
"esbuild": "^0.15.5",
|
"esbuild": "^0.15.5",
|
||||||
|
@ -9,18 +9,19 @@
|
|||||||
"direct": {
|
"direct": {
|
||||||
"elm/core": "1.0.5",
|
"elm/core": "1.0.5",
|
||||||
"elm-community/result-extra": "2.4.0",
|
"elm-community/result-extra": "2.4.0",
|
||||||
"jfmengels/elm-review": "2.4.2",
|
"jfmengels/elm-review": "2.10.0",
|
||||||
"stil4m/elm-syntax": "7.2.5"
|
"stil4m/elm-syntax": "7.2.9"
|
||||||
},
|
},
|
||||||
"indirect": {
|
"indirect": {
|
||||||
|
"elm/bytes": "1.0.8",
|
||||||
"elm/html": "1.0.0",
|
"elm/html": "1.0.0",
|
||||||
"elm/json": "1.1.3",
|
"elm/json": "1.1.3",
|
||||||
"elm/parser": "1.1.0",
|
"elm/parser": "1.1.0",
|
||||||
"elm/project-metadata-utils": "1.0.2",
|
"elm/project-metadata-utils": "1.0.2",
|
||||||
"elm/random": "1.0.0",
|
"elm/random": "1.0.0",
|
||||||
"elm/time": "1.0.0",
|
"elm/time": "1.0.0",
|
||||||
"elm/virtual-dom": "1.0.2",
|
"elm/virtual-dom": "1.0.3",
|
||||||
"elm-community/list-extra": "8.3.0",
|
"elm-community/list-extra": "8.7.0",
|
||||||
"miniBill/elm-unicode": "1.0.2",
|
"miniBill/elm-unicode": "1.0.2",
|
||||||
"rtfeldman/elm-hex": "1.0.0",
|
"rtfeldman/elm-hex": "1.0.0",
|
||||||
"stil4m/structured-writer": "1.0.3"
|
"stil4m/structured-writer": "1.0.3"
|
||||||
@ -28,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
"test-dependencies": {
|
"test-dependencies": {
|
||||||
"direct": {
|
"direct": {
|
||||||
"elm-explorations/test": "1.2.2"
|
"elm-explorations/test": "2.0.1"
|
||||||
},
|
},
|
||||||
"indirect": {}
|
"indirect": {}
|
||||||
}
|
}
|
||||||
|
@ -62,6 +62,7 @@ toImportContext import_ =
|
|||||||
rule : Rule
|
rule : Rule
|
||||||
rule =
|
rule =
|
||||||
Rule.newModuleRuleSchemaUsingContextCreator "Pages.Review.DeadCodeEliminateData" initialContext
|
Rule.newModuleRuleSchemaUsingContextCreator "Pages.Review.DeadCodeEliminateData" initialContext
|
||||||
|
|> Rule.providesFixesForModuleRule
|
||||||
|> Rule.withExpressionEnterVisitor expressionVisitor
|
|> Rule.withExpressionEnterVisitor expressionVisitor
|
||||||
|> Rule.withDeclarationEnterVisitor declarationVisitor
|
|> Rule.withDeclarationEnterVisitor declarationVisitor
|
||||||
|> Rule.withImportVisitor importVisitor
|
|> Rule.withImportVisitor importVisitor
|
||||||
|
@ -11,23 +11,23 @@
|
|||||||
"elm/html": "1.0.0",
|
"elm/html": "1.0.0",
|
||||||
"elm/regex": "1.0.0",
|
"elm/regex": "1.0.0",
|
||||||
"elm-community/result-extra": "2.4.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",
|
"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"
|
"the-sett/elm-syntax-dsl": "6.0.2"
|
||||||
},
|
},
|
||||||
"indirect": {
|
"indirect": {
|
||||||
"Chadtech/elm-bool-extra": "2.4.2",
|
"Chadtech/elm-bool-extra": "2.4.2",
|
||||||
|
"elm/bytes": "1.0.8",
|
||||||
"elm/json": "1.1.3",
|
"elm/json": "1.1.3",
|
||||||
"elm/parser": "1.1.0",
|
"elm/parser": "1.1.0",
|
||||||
"elm/project-metadata-utils": "1.0.2",
|
"elm/project-metadata-utils": "1.0.2",
|
||||||
"elm/random": "1.0.0",
|
"elm/random": "1.0.0",
|
||||||
"elm/time": "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/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-community/maybe-extra": "5.3.0",
|
||||||
"elm-explorations/test": "1.2.2",
|
|
||||||
"miniBill/elm-unicode": "1.0.2",
|
"miniBill/elm-unicode": "1.0.2",
|
||||||
"rtfeldman/elm-hex": "1.0.0",
|
"rtfeldman/elm-hex": "1.0.0",
|
||||||
"stil4m/structured-writer": "1.0.3",
|
"stil4m/structured-writer": "1.0.3",
|
||||||
@ -36,7 +36,7 @@
|
|||||||
},
|
},
|
||||||
"test-dependencies": {
|
"test-dependencies": {
|
||||||
"direct": {
|
"direct": {
|
||||||
"elm-explorations/test": "1.2.2"
|
"elm-explorations/test": "2.0.1"
|
||||||
},
|
},
|
||||||
"indirect": {}
|
"indirect": {}
|
||||||
}
|
}
|
||||||
|
14
package-lock.json
generated
14
package-lock.json
generated
@ -47,7 +47,7 @@
|
|||||||
"elm-optimize-level-2": "^0.1.5",
|
"elm-optimize-level-2": "^0.1.5",
|
||||||
"elm-review": "^2.8.2",
|
"elm-review": "^2.8.2",
|
||||||
"elm-test": "^0.19.1-revision10",
|
"elm-test": "^0.19.1-revision10",
|
||||||
"elm-tooling": "^1.8.0",
|
"elm-tooling": "^1.10.0",
|
||||||
"elm-verify-examples": "^5.2.0",
|
"elm-verify-examples": "^5.2.0",
|
||||||
"elmi-to-json": "^1.2.0",
|
"elmi-to-json": "^1.2.0",
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.0.0",
|
||||||
@ -1957,9 +1957,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/elm-tooling": {
|
"node_modules/elm-tooling": {
|
||||||
"version": "1.8.0",
|
"version": "1.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.10.0.tgz",
|
||||||
"integrity": "sha512-IjMvW/VHqxLidlJSAocBGDBmqiZ1NS0lK/UCMRU4ULEEaTVjpSd/9Dv0mH2ok0H0egSTYx19GnrdL4Lq9h+z+A==",
|
"integrity": "sha512-fMLXs7xHpr6LodtmvVJKepYC6chgSOfe5Hgv8GcFO+Id7O/CuT9+CAfrlzYxvBn91cm6ekWwHFDjPD765v5iBA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"elm-tooling": "index.js"
|
"elm-tooling": "index.js"
|
||||||
@ -8145,9 +8145,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"elm-tooling": {
|
"elm-tooling": {
|
||||||
"version": "1.8.0",
|
"version": "1.10.0",
|
||||||
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.8.0.tgz",
|
"resolved": "https://registry.npmjs.org/elm-tooling/-/elm-tooling-1.10.0.tgz",
|
||||||
"integrity": "sha512-IjMvW/VHqxLidlJSAocBGDBmqiZ1NS0lK/UCMRU4ULEEaTVjpSd/9Dv0mH2ok0H0egSTYx19GnrdL4Lq9h+z+A==",
|
"integrity": "sha512-fMLXs7xHpr6LodtmvVJKepYC6chgSOfe5Hgv8GcFO+Id7O/CuT9+CAfrlzYxvBn91cm6ekWwHFDjPD765v5iBA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"elm-verify-examples": {
|
"elm-verify-examples": {
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
"elm-optimize-level-2": "^0.1.5",
|
"elm-optimize-level-2": "^0.1.5",
|
||||||
"elm-review": "^2.8.2",
|
"elm-review": "^2.8.2",
|
||||||
"elm-test": "^0.19.1-revision10",
|
"elm-test": "^0.19.1-revision10",
|
||||||
"elm-tooling": "^1.8.0",
|
"elm-tooling": "^1.10.0",
|
||||||
"elm-verify-examples": "^5.2.0",
|
"elm-verify-examples": "^5.2.0",
|
||||||
"elmi-to-json": "^1.2.0",
|
"elmi-to-json": "^1.2.0",
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.0.0",
|
||||||
|
8
test.sh
8
test.sh
@ -1,10 +1,10 @@
|
|||||||
set -ex;
|
set -ex;
|
||||||
root=`pwd`
|
root=`pwd`
|
||||||
yes | lamdera reset || true
|
yes | lamdera reset || true
|
||||||
elm-test-rs --compiler=lamdera
|
npx elm-test-rs --compiler=lamdera
|
||||||
cd examples/routing && npm i && npm run build && elm-test-rs --compiler=lamdera && cd $root
|
cd examples/routing && npm i && npm run build && npx elm-test-rs --compiler=lamdera && cd $root
|
||||||
(cd generator/dead-code-review && elm-test-rs --compiler=lamdera)
|
(cd generator/dead-code-review && npx elm-test-rs --compiler=lamdera)
|
||||||
(cd generator/review && elm-test-rs --compiler=lamdera)
|
(cd generator/review && npx elm-test-rs --compiler=lamdera)
|
||||||
npm run test:snapshot
|
npm run test:snapshot
|
||||||
npx elmi-to-json --version
|
npx elmi-to-json --version
|
||||||
elm-verify-examples --run-tests --elm-test-args '--compiler=lamdera'
|
elm-verify-examples --run-tests --elm-test-args '--compiler=lamdera'
|
||||||
|
@ -68,8 +68,11 @@ all =
|
|||||||
(\actualPorts ->
|
(\actualPorts ->
|
||||||
case actualPorts of
|
case actualPorts of
|
||||||
[ ToJsPayload.PageProgress portData ] ->
|
[ ToJsPayload.PageProgress portData ] ->
|
||||||
portData.is404
|
if portData.is404 then
|
||||||
|> Expect.false "Expected page to be found and rendered"
|
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
|
Expect.fail <| "Expected exactly 1 port of type PageProgress. Instead, got \n" ++ Debug.toString actualPorts
|
||||||
|
Loading…
Reference in New Issue
Block a user