Skip to content

Commit

Permalink
bump all dependencies, npm run all
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Sep 9, 2024
1 parent fa7b652 commit 72764b8
Show file tree
Hide file tree
Showing 9 changed files with 210 additions and 205 deletions.
372 changes: 183 additions & 189 deletions dist/completeFeatureCollection.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/completeFeatureCollection.min.json

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions dist/resources.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/resources.min.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ en:
openstreetmapzambia: OpenStreetMap Zambia
openstreetmapzimbabwe: OpenStreetMap Zimbabwe
osmmainz: OSM Mainz
swissopenstreetmap: Swiss OpenStreetMap
youthmappersasu: YouthMappersASU
_defaults:
aparat:
Expand Down Expand Up @@ -620,6 +621,9 @@ en:
MapColabora-twitter:
name: Mapeado Colaborativo / Geoinquietos Zaragoza
description: Mapeado Colaborativo / Geoinquietos Zaragoza Twitter Account
MapLYH:
name: MapLYH
description: MapLYH group
mappa-mercia-group:
name: Mappa Mercia local group
description: A home for OpenStreetMap enthusiasts in the Midlands
Expand Down Expand Up @@ -776,6 +780,7 @@ en:
extendedDescription: XMPP room for OSM Delhi; not bridged to any proprietary networks.
OSM-Discord:
name: OpenStreetMap World Discord
description: Unofficial, community-ran Discord server for the global OpenStreetMap community. Regional channels are available.
OSM-Discourse:
name: OpenStreetMap Community Forum
description: A shared place for conversations about OpenStreetMap
Expand Down Expand Up @@ -1017,6 +1022,8 @@ en:
extendedDescription: 'Join #{account} on irc.freenode.org'
vn-mailinglist:
description: Mailing list about OpenStreetMap in Vietnam or in Vietnamese
vn-wiki:
description: '{community} Wiki page'
YerCizenler-TR:
name: Yer Çizenler
description: Yer Çizenler Mapping for Everyone Association
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"build": "run-s build:**",
"build:index": "node scripts/build_index.js",
"dist": "run-p dist:**",
"dist:browser": "esbuild index.mjs --platform=browser --format=iife --global-name=oci --bundle --sourcemap --outfile=./dist/javascript/oci.iife.js",
"dist:cjs": "esbuild index.mjs --platform=node --format=cjs --bundle --sourcemap --external:diacritics --outfile=./dist/javascript/oci.cjs",
"dist:browser": "esbuild index.mjs --log-override:package.json=silent --platform=browser --format=iife --global-name=oci --bundle --sourcemap --outfile=./dist/javascript/oci.iife.js",
"dist:cjs": "esbuild index.mjs --log-override:package.json=silent --platform=node --format=cjs --bundle --sourcemap --external:diacritics --outfile=./dist/javascript/oci.cjs",
"dist:files": "node scripts/dist_files.js",
"icons": "node scripts/build_icons.js",
"lint": "eslint scripts/*.js lib/*.js tests/*.js",
Expand All @@ -65,13 +65,13 @@
"c8": "^10.1.2",
"chalk": "^5.3.0",
"easy-table": "^1.2.0",
"esbuild": "^0.23.0",
"eslint": "^9.7.0",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"fs-extra": "^11.2.0",
"geojson-bounds": "^1.0.4",
"geojson-precision": "^1.0.0",
"glob": "^10.4.5",
"globals": "^15.8.0",
"globals": "^15.9.0",
"http-server": "^14.1.1",
"js-yaml": "^4.1.0",
"json5": "^2.2.3",
Expand Down
2 changes: 1 addition & 1 deletion resources/europe/switzerland/ch-discourse.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "discourse",
"account": "ch",
"locationSet": {"include": ["ch"]},
"languageCodes": ["de", "fr", "it", "en"],
"languageCodes": ["de", "en", "fr", "it"],
"strings": {
"community": "OpenStreetMap Switzerland",
"communityID": "openstreetmapswitzerland"
Expand Down
4 changes: 3 additions & 1 deletion resources/north-america/united_states/MapLYH.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"description": "MapLYH group",
"url": "https://signal.group/#CjQKIL1jGgWB33mnMdfvh55Ku0bn_InsGxfoYDVIYL0Q_6TeEhAWYhTVF5l_8sofCOldYZbW"
},
"contacts": [{"name": "Signal Admin", "email": "[email protected]"}]
"contacts": [
{"name": "Signal Admin", "email": "[email protected]"}
]
}
1 change: 0 additions & 1 deletion resources/world/OSM-Discord.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"tr"
],
"order": 7,
"strings": {"name": "OpenStreetMap World Discord"},
"strings": {
"name": "OpenStreetMap World Discord",
"description": "Unofficial, community-ran Discord server for the global OpenStreetMap community. Regional channels are available."
Expand Down

0 comments on commit 72764b8

Please sign in to comment.