Martin Raifer
2023-03-13 13:49:00 +01:00
parent d3fa96068a
commit 4783d61a10
4 changed files with 15853 additions and 4 deletions
+2 -2
View File
@@ -26,6 +26,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm clean-install
- run: npm run all
- run: npm run test
- run: npm run test
-1
View File
@@ -5,7 +5,6 @@
/node_modules/
/.tx/tmp/
npm-debug.log
package-lock.json
.env
transifex.auth
+2 -1
View File
@@ -52,7 +52,8 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Render "oneway" arrows for features with `waterway=pressurized`, `waterway=spillway`, `seamark:type=two-way_route` or `seamark:type=recommended_traffic_lane` ([#9492], thanks [@k-yle])
* Render "right-side" arrows for features with lifecycle prefixes ([#9493], thanks [@k-yle])
#### :hammer: Development
* Upgrade dependencies: `fortawesome` to v6.3, `which-polygon` to v2.2.1, `glob` to v9.2
* Upgrade dependencies: `fortawesome` to v6.3, `which-polygon` to v2.2.1, `glob` to v9.2, `temaki` to v5.3
* Bundle `package.json` file in repository for faster `clean-install` builds
[#9482]: https://github.com/openstreetmap/iD/pull/9482
[#9492]: https://github.com/openstreetmap/iD/pull/9492
+15849
View File
File diff suppressed because it is too large Load Diff