Skip to content

Commit ea18077

Browse files
authored
Merge pull request #661 from TerriaJS/terriajs-8-5-0
Update TerriaJS to `8.5.0` + release TerriaMap `0.1.0`
2 parents 4e53b40 + 097b384 commit ea18077

File tree

3 files changed

+3002
-2146
lines changed

3 files changed

+3002
-2146
lines changed

CHANGES.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

33
### The Next Release
44

5-
- Updated TerriaJS to `8.4.x`.
6-
- Replaced `node-sass` with `sass`. ("both packages expose the same JavaScript API", so no changes should be required)
75
- [The next improvement]
86

7+
### `0.1.0`
8+
9+
**2024-02-08**
10+
11+
- Updated TerriaJS to `8.5.0`.
12+
- **Breaking changes:**
13+
- **Upgraded Cesium to version 6.2.0**
14+
- **Upgraded Typescript to version 5.2.x**
15+
- For full list of changes, see [terriajs/CHANGES.md](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md)
16+
- Replaced `node-sass` with `sass`. (both packages expose the same JavaScript API, so no changes should be required)
17+
- Increase NodeJS minimum version to 16
18+
919
### `0.0.9`
1020

1121
**2023-11-24**

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
]
1414
},
1515
"name": "terriajs-map",
16-
"version": "0.0.9",
16+
"version": "0.1.0",
1717
"description": "Geospatial catalog explorer based on TerriaJS.",
1818
"license": "Apache-2.0",
1919
"engines": {
@@ -24,7 +24,7 @@
2424
"url": "http://github.com/TerriaJS/TerriaMap"
2525
},
2626
"dependencies": {
27-
"terriajs-plugin-api": "0.0.1-alpha.6",
27+
"terriajs-plugin-api": "0.0.1-alpha.16",
2828
"terriajs-plugin-sample": "0.0.1-alpha.7",
2929
"terriajs-server": "^4.0.0"
3030
},
@@ -40,17 +40,20 @@
4040
"@types/node": "^18.15.11"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.22.9",
44-
"@babel/eslint-parser": "^7.12.16",
45-
"@babel/preset-env": "^7.22.9",
46-
"@babel/preset-react": "^7.22.5",
43+
"@babel/core": "^7.23.5",
44+
"@babel/eslint-parser": "^7.23.3",
45+
"@babel/preset-env": "^7.23.5",
46+
"@babel/preset-react": "^7.23.3",
47+
"@typescript-eslint/eslint-plugin": "^6.12.0",
48+
"@typescript-eslint/parser": "^6.12.0",
4749
"babel-loader": "^8.2.3",
4850
"babel-plugin-jsx-control-statements": "^4.0.0",
4951
"css-loader": "^2.1.0",
5052
"ejs": "^2.5.2",
5153
"eslint": "^7.20.0",
52-
"eslint-plugin-jsx-control-statements": "^2.2.1",
54+
"eslint-config-prettier": "^9.1.0",
5355
"eslint-plugin-react": "^7.19.0",
56+
"eslint-plugin-react-hooks": "^4.6.0",
5457
"file-loader": "^3.0.1",
5558
"fork-ts-checker-notifier-webpack-plugin": "^6.0.0",
5659
"fork-ts-checker-webpack-plugin": "^6.0.0",
@@ -74,13 +77,13 @@
7477
"semver": "^5.0.0",
7578
"style-loader": "^0.23.1",
7679
"svg-sprite-loader": "4.1.3",
77-
"terriajs": "8.4.0",
78-
"terriajs-cesium": "1.92.0-tile-error-provider-fix-2",
80+
"terriajs": "8.5.0",
81+
"terriajs-cesium": "6.2.0",
7982
"ts-loader": "^5.3.3",
80-
"typescript": "^4.9.5",
83+
"typescript": "~5.2.0",
8184
"urijs": "^1.18.12",
8285
"url-loader": "^1.1.2",
83-
"webpack": "~4.46.0",
86+
"webpack": "~4.47.0",
8487
"webpack-cli": "^3.3.11",
8588
"webpack-dev-server": "^3.1.14",
8689
"yargs": "^11.0.0"

0 commit comments

Comments
 (0)