Commit Graph

15445 Commits

Author SHA1 Message Date
Kyle Hensel a876aa010c show empty tag values in multi-selections 2023-11-25 21:54:08 +13:00
dependabot[bot] 407360943c Bump core-js-bundle from 3.33.2 to 3.33.3 (#9987)
Bumps [core-js-bundle](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-bundle) from 3.33.2 to 3.33.3.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.3/packages/core-js-bundle)

---
updated-dependencies:
- dependency-name: core-js-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-23 19:16:22 +01:00
dependabot[bot] c9fe3aff74 Bump eslint from 8.53.0 to 8.54.0 (#9985)
Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-23 19:07:39 +01:00
dependabot[bot] e6c9556775 Bump esbuild from 0.19.5 to 0.19.7 (#9989)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.5 to 0.19.7.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.5...v0.19.7)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-23 19:07:27 +01:00
Martin Raifer ea47581bae show turn restriction editor also when there is only one _to_ way, fixes #9983
as there might exist turn restrictions with that way as _via_.
2023-11-22 16:39:47 +01:00
Martin Raifer ac172a2b0e Don't autocomplete tags like name_1 in raw tag editor, closes #9422 2023-11-17 14:04:24 +01:00
Martin Raifer d4bfbaaf4a Merge branch 'relation-colours' into develop 2023-11-17 13:53:19 +01:00
Martin Raifer 20b72a2b68 only render route colours if the value is a valid color
addresses https://github.com/openstreetmap/iD/pull/9424#discussion_r1046495633
2023-11-17 13:47:16 +01:00
Martin Raifer 41b9cb5da3 Merge branch 'eli-modern-api' into develop 2023-11-17 10:54:49 +01:00
dependabot[bot] 100fc9cacf Bump mapillary-js from 4.1.1 to 4.1.2 (#9980)
Bumps [mapillary-js](https://github.com/mapillary/mapillary-js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/mapillary/mapillary-js/releases)
- [Changelog](https://github.com/mapillary/mapillary-js/blob/v4.1.2/CHANGELOG.md)
- [Commits](https://github.com/mapillary/mapillary-js/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: mapillary-js
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-17 10:36:12 +01:00
Martin Raifer 9cc04d3f0b fix spelling mistakes 2023-11-14 11:26:36 +01:00
Martin Raifer beea585251 Merge branch 'develop' into relation-colours 2023-11-14 10:02:55 +01:00
GPSpilot 0f6439b331 drop outdated feedback link from FAQ.md (#9445)
the old Mapbox feedback link is not working anymore and there does not seem to exist an appropriate replacement for it from their side

---------

Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-11-14 09:58:05 +01:00
Kyℓe Hensel 3b24932bda fix highway=busway not supported in the turn restriction editor (#9633) 2023-11-14 09:53:23 +01:00
Martin Raifer d1ccc7349f show "x" button on the left on rtl scripts 2023-11-14 09:47:54 +01:00
mxxcon 87819ed53f Adds nycdoitt:bin tag to list of tags to keep on building
When extracting a POI from a building or downgrading a building, this update keeps nycdoitt:bin= tag with the building, not extracts it to the node or deletes it.

resolves #8539
2023-11-14 09:42:32 +01:00
Martin Raifer 9cc4f39451 refresh assets 2023-11-14 09:30:54 +01:00
Peter Newman 4690aa9a07 Force colour in github action output (#9692) 2023-11-14 09:25:31 +01:00
TagaSanPedroAko 057b061475 missing fields in PH address format (#9685) 2023-11-14 09:21:14 +01:00
Aviral Singh 3a44c3917b Added address format for Mexico (#9928)
* Added address format for Mexico

* omit "district": not currently used significantly

see http://taginfo.geofabrik.de/north-america:mexico/search?q=addr%3A#keys

---------

Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-11-14 08:56:32 +01:00
Aviral Singh e2b3f522b5 Added address format for South Korea (#9927)
Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-11-14 08:46:28 +01:00
Aviral Singh 2033a0df92 Added address format for Indonesia (#9925)
* Added address format for Indonesia

* split into two lines for space reasons

---------

Co-authored-by: Martin Raifer <martin@raifer.tech>
2023-11-14 08:37:23 +01:00
dependabot[bot] ffa6fa2fb2 Bump marked from 7.0.3 to 10.0.0 (#9976)
Bumps [marked](https://github.com/markedjs/marked) from 7.0.3 to 10.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v7.0.3...v10.0.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-14 08:25:48 +01:00
Martin Raifer 87a05f5815 migrate to osm-auth 2.3 2023-11-14 08:13:44 +01:00
dependabot[bot] 4562b732c9 Bump osm-auth from 2.2.0 to 2.3.0 (#9970)
Bumps [osm-auth](https://github.com/osmlab/osm-auth) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/osmlab/osm-auth/releases)
- [Changelog](https://github.com/osmlab/osm-auth/blob/main/CHANGELOG.md)
- [Commits](https://github.com/osmlab/osm-auth/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: osm-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-14 07:18:57 +01:00
dependabot[bot] 8252e54301 Bump @rapideditor/location-conflation from 1.2.1 to 1.3.0
Bumps [@rapideditor/location-conflation](https://github.com/rapideditor/location-conflation) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/rapideditor/location-conflation/releases)
- [Changelog](https://github.com/rapideditor/location-conflation/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rapideditor/location-conflation/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: "@rapideditor/location-conflation"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 07:14:56 +01:00
Le_Futuriste 100d94955f feat(fields/combo): add navigate button to web links in "chip" fields (#9974)
The common use case is for the `sources` key, often you have multiple URLs separated with semicolon.

This allow to navigate to URL and check them more easily instead of
doing manual work to select the URL copy and paste.

Created with the help of Martin Raifer at the sotmeu2023!
2023-11-13 23:06:05 +01:00
dependabot[bot] c9e9d160c1 Bump eslint from 8.47.0 to 8.53.0 (#9978)
Bumps [eslint](https://github.com/eslint/eslint) from 8.47.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 23:04:53 +01:00
0xAnon0602 555363f3b8 use regular expressions in imagery discard list (#9975) 2023-11-13 21:42:21 +01:00
danieldegroot2 9a794ccdfe Use preferred tile.osm.org URL in examples (#9979) 2023-11-13 21:37:06 +01:00
dependabot[bot] 90fe0befa8 Bump @rapideditor/country-coder from 5.2.1 to 5.2.2 (#9977)
Bumps [@rapideditor/country-coder](https://github.com/rapideditor/country-coder) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/rapideditor/country-coder/releases)
- [Changelog](https://github.com/rapideditor/country-coder/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rapideditor/country-coder/compare/v5.2.1...v5.2.2)

---
updated-dependencies:
- dependency-name: "@rapideditor/country-coder"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-13 21:33:01 +01:00
archpdx 6f0d463f2d Bump min nodejs to version to v18 (#9923) 2023-11-13 14:54:03 +01:00
dependabot[bot] ac9b6c812a Bump @transifex/api from 5.4.0 to 6.0.1 (#9968)
Bumps [@transifex/api](https://github.com/transifex/transifex-javascript) from 5.4.0 to 6.0.1.
- [Release notes](https://github.com/transifex/transifex-javascript/releases)
- [Changelog](https://github.com/transifex/transifex-javascript/blob/master/RELEASE_HOWTO.md)
- [Commits](https://github.com/transifex/transifex-javascript/compare/v5.4.0...v6.0.1)

---
updated-dependencies:
- dependency-name: "@transifex/api"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-12 13:34:35 +01:00
dependabot[bot] 47f5c39c91 Bump cldr-core and cldr-localenames-full (#9969)
Bumps [cldr-core](https://github.com/unicode-cldr/cldr-json) and [cldr-localenames-full](https://github.com/unicode-cldr/cldr-json). These dependencies needed to be updated together.

Updates `cldr-core` from 43.1.0 to 44.0.1
- [Release notes](https://github.com/unicode-cldr/cldr-json/releases)
- [Commits](https://github.com/unicode-cldr/cldr-json/compare/43.1.0...44.0.1)

Updates `cldr-localenames-full` from 43.1.0 to 44.0.1
- [Release notes](https://github.com/unicode-cldr/cldr-json/releases)
- [Commits](https://github.com/unicode-cldr/cldr-json/compare/43.1.0...44.0.1)

---
updated-dependencies:
- dependency-name: cldr-core
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: cldr-localenames-full
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-12 13:28:19 +01:00
Martin Raifer a1241889aa Set development version number 2023-11-10 10:19:52 +01:00
Martin Raifer 64ed8df9e9 use api url from env variables, if specified 2023-11-09 15:12:45 +01:00
dependabot[bot] 8b27d2e7ad Bump esbuild from 0.19.2 to 0.19.5 (#9964)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.2 to 0.19.5.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.2...v0.19.5)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 12:25:29 +01:00
dependabot[bot] 2ce41d50a8 Bump glob from 10.3.3 to 10.3.10 (#9965)
Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.3 to 10.3.10.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/node-glob/compare/v10.3.3...v10.3.10)

---
updated-dependencies:
- dependency-name: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 12:22:27 +01:00
dependabot[bot] f11bc594fa Bump autoprefixer from 10.4.15 to 10.4.16 (#9963)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.15 to 10.4.16.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.15...10.4.16)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 12:22:05 +01:00
dependabot[bot] 168e608f25 Bump whatwg-fetch from 3.6.17 to 3.6.19 (#9962)
Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.17 to 3.6.19.
- [Release notes](https://github.com/github/fetch/releases)
- [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/fetch/compare/v3.6.17...v3.6.19)

---
updated-dependencies:
- dependency-name: whatwg-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-09 12:21:47 +01:00
Dimitar e5efddb216 Hide horizontal scrollbar in upload dialog (#9911)
Resolves #9901
2023-11-08 15:17:15 +01:00
Martin Raifer accbdf35d2 use api.osm.org also for map calls, release as v2.27.3 2023-11-08 12:32:40 +01:00
Martin Raifer b95fb78ce5 v2.27.2 2023-11-08 11:55:31 +01:00
Martin Raifer 0ef7ca7dba finalize changelog of v2.27.2 2023-11-08 11:54:57 +01:00
Martin Raifer 5f51478669 npm run translations 2023-11-08 11:54:45 +01:00
Martin Raifer 01f00b9e6b npm run imagery 2023-11-08 11:52:10 +01:00
Martin Raifer fdcf6369f2 add test to check that user name is properly escaped 2023-11-08 11:42:29 +01:00
Martin Raifer 0ab2eb901b update changelog with recent changes 2023-11-08 11:19:59 +01:00
dependabot[bot] 267f349af2 Bump osm-community-index from 5.5.5 to 5.6.0 (#9870)
Bumps [osm-community-index](https://github.com/osmlab/osm-community-index) from 5.5.5 to 5.6.0.
- [Release notes](https://github.com/osmlab/osm-community-index/releases)
- [Changelog](https://github.com/osmlab/osm-community-index/blob/main/CHANGELOG.md)
- [Commits](https://github.com/osmlab/osm-community-index/compare/v5.5.5...v5.6.0)

---
updated-dependencies:
- dependency-name: osm-community-index
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 11:13:43 +01:00
dependabot[bot] 59a7973f08 Bump node-fetch from 2.6.12 to 2.7.0 (#9865)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.12 to 2.7.0.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.12...v2.7.0)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 11:09:34 +01:00