Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/). This project mirrors the Elm version. So version 0.19.1-revisionX of this project will be compatible with Elm 0.19.1.
The format is based on [Keep a Changelog](http://keepachangelog.com/). This project mirrors the Elm version. So version 0.19.2-revisionX of this project will be compatible with Elm 0.19.2.

## 0.19.1-revision17 - 2025-11-18

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ If you want to run your tests on Travis CI, [here's a good starter `.travis.yml`
```yml
language: elm
elm:
- 0.19.1
- 0.19.2
```

Here is an example [`travis.yml`](https://github.com/rtfeldman/elm-css/blob/master/.travis.yml) configuration file for running tests in CI.
2 changes: 1 addition & 1 deletion elm-tooling.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"elm": "0.19.1",
"elm": "0.19.2",
"elm-format": "0.8.5",
"elm-json": "0.2.13"
}
Expand Down
2 changes: 1 addition & 1 deletion elm/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": {
"elm/core": "1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion elm/review/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": {
"elm/core": "1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion example-application-no-tests/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion example-application-src/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion example-application/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"src",
"tests"
],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": {
"elm/browser": "1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/ElmHome.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function defaultWindowsElmHome() /*: string */ {

function packagePath(pkg /*: string */) /*: string */ {
const parts = splitAuthorPkg(pkg);
return path.join(elmHome(), '0.19.1', 'packages', parts.author, parts.pkg);
return path.join(elmHome(), '0.19.2', 'packages', parts.author, parts.pkg);
}

function splitAuthorPkg(pkgIdentifier /*: string */) /*: {
Expand Down
4 changes: 2 additions & 2 deletions lib/Generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function generateElmJson(
const testElmJson = {
type: 'application',
'source-directories': sourceDirs,
'elm-version': '0.19.1',
'elm-version': '0.19.2',
dependencies: Solve.getDependenciesCached(dependencyProvider, project),
'test-dependencies': {
direct: {},
Expand Down Expand Up @@ -148,7 +148,7 @@ function getMainModule(generatedCodeDir /*: string */) /*: {
path:
// We'll be putting the generated Main in something like this:
//
// my-project-name/elm-stuff/generated-code/elm-community/elm-test/0.19.1-revisionX/src/Test/Generated/Main.elm
// my-project-name/elm-stuff/generated-code/elm-community/elm-test/0.19.2-revisionX/src/Test/Generated/Main.elm
path.join(getGeneratedSrcDir(generatedCodeDir), ...moduleName) + '.elm',
};
}
Expand Down
25 changes: 10 additions & 15 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 @@ -57,7 +57,7 @@
"devDependencies": {
"@eslint/js": "9.20.0",
"elm-review": "2.13.1",
"elm-tooling": "1.15.1",
"elm-tooling": "1.18.0",
"eslint": "9.20.1",
"eslint-plugin-mocha": "10.5.0",
"flow-bin": "0.180.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": {
"elm/core": "1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/install/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": {
"elm/core": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/install/test-elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": {
"elm/core": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/templates/application/elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": {
"elm/browser": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/write-elm-json/elm.input.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"nonStandardFieldStart": 1,
"type": "application",
"source-directories": [ "src" ],
"elm-version": "0.19.1",
"elm-version": "0.19.2",
"dependencies": {
"direct": { "elm/core": "1.0.0" },
"indirect": {}
Expand Down
Loading