mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 07:46:58 +02:00
bundle package-lock
see https://github.com/openstreetmap/id-tagging-schema/pull/800#discussion_r1133820018
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
/node_modules/
|
||||
/.tx/tmp/
|
||||
npm-debug.log
|
||||
package-lock.json
|
||||
.env
|
||||
|
||||
transifex.auth
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
Generated
+15849
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user