Commit Graph

15831 Commits

Author SHA1 Message Date
Minh Nguyễn
6cfd1cf6fc Include route number in label of named route relations (#10478)
* iD#8707 Show ref in the name of route relations

* Avoid combining PTv2-formatted name with ref

* Pair name with other tags when labeling routes

---------

Co-authored-by: Kyle Hensel <k.y.l.e@outlook.co.nz>
2024-11-03 16:38:00 -08:00
Martin Raifer
5024feafe8 Fix flickering when switching between background imagery layers
and make switching backgrounds snappier
2024-10-21 18:31:07 +02:00
dependabot[bot]
d48205cb32 Bump esbuild from 0.23.1 to 0.24.0 (#10503)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.24.0.
- [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.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: esbuild
  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>
2024-10-17 15:59:49 +02:00
Martin Raifer
c8f325dc69 update changelog 2024-10-16 14:30:16 +02:00
Martin Raifer
e6f60247bd add Ladin (ISO 639-3: lld) language
https://en.wikipedia.org/wiki/Ladin_language

common in certain regions in northern Italy, see
https://wiki.openstreetmap.org/wiki/Multilingual_names#S%C3%BCdtirol_-_Alto_Adige_(South_Tyrol)_and_Trentino
2024-10-16 14:19:27 +02:00
Martin Raifer
e7f56cf7f5 see b4e55c202 2024-10-16 13:52:28 +02:00
Martin Raifer
b4e55c2027 backport fixes from PR#10452 missing in merge e839b6307 2024-10-16 13:49:03 +02:00
Kyle Hensel
108893c624 enable --no-isolate to speed up unit tests
This required fixing deferred code that was running after the unit test had unmounted
2024-10-16 13:42:51 +02:00
Martin Raifer
e839b63079 Merge branch 'kh/vitest' into develop 2024-10-16 13:37:20 +02:00
dependabot[bot]
e0f025df2d Bump osm-community-index from 5.8.0 to 5.8.1 (#10461)
Bumps [osm-community-index](https://github.com/osmlab/osm-community-index) from 5.8.0 to 5.8.1.
- [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.8.0...v5.8.1)

---
updated-dependencies:
- dependency-name: osm-community-index
  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>
2024-10-16 13:05:33 +02:00
dependabot[bot]
a070036f07 Bump body-parser from 1.20.0 to 1.20.3 (#10462)
Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.0 to 1.20.3.
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.0...1.20.3)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-16 13:03:57 +02:00
dependabot[bot]
2a110efc0f Bump postcss from 8.4.44 to 8.4.47 (#10463)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.44 to 8.4.47.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.44...8.4.47)

---
updated-dependencies:
- dependency-name: postcss
  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>
2024-10-16 13:02:49 +02:00
dependabot[bot]
5cad7a0827 Bump cookie and socket.io (#10493)
Bumps [cookie](https://github.com/jshttp/cookie) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.

Updates `cookie` from 0.4.2 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.2)

Updates `socket.io` from 4.7.4 to 4.8.0
- [Release notes](https://github.com/socketio/socket.io/releases)
- [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io/compare/4.7.4...socket.io@4.8.0)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: socket.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-16 13:02:32 +02:00
dependabot[bot]
b8a068a53f Bump eslint from 9.9.1 to 9.12.0 (#10487)
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.1 to 9.12.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/v9.9.1...v9.12.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>
2024-10-16 13:00:31 +02:00
dependabot[bot]
2c6ffc1b68 Bump marked from 14.1.0 to 14.1.3 (#10498)
Bumps [marked](https://github.com/markedjs/marked) from 14.1.0 to 14.1.3.
- [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/v14.1.0...v14.1.3)

---
updated-dependencies:
- dependency-name: marked
  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>
2024-10-16 13:00:15 +02:00
Minh Nguyễn
37939c869a wmf-sitematrix v0.2.0 (#10489) 2024-10-11 12:53:08 +02:00
Winston Sung
4dcb7f2f51 Update language data for Sinitic languages
Bug: #10488
Change-Id: I0ca3cd8b2a82a7edeff70b4be7678e0699214ccc
2024-10-09 09:33:06 -07:00
Martin Raifer
72643ba10b update changelog with v2.30.4 patch release notes 2024-10-07 11:38:06 +02:00
Martin Raifer
b68694de32 add missing changelog entry for an older version 2024-10-05 17:27:02 +02:00
Martin Raifer
a6a07221f5 update changelog with v2.30.3 patch release notes 2024-10-02 15:09:32 +02:00
Nekzuris
0ce8136279 Render parking space partial fill thinner (#10442) 2024-09-03 16:24:37 +02:00
dependabot[bot]
0fa689d850 Bump marked from 14.0.0 to 14.1.0 (#10437)
Bumps [marked](https://github.com/markedjs/marked) from 14.0.0 to 14.1.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/v14.0.0...v14.1.0)

---
updated-dependencies:
- dependency-name: marked
  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>
2024-09-03 14:51:32 +02:00
dependabot[bot]
18f793cb31 Bump @transifex/api from 7.1.2 to 7.1.3 (#10445)
Bumps [@transifex/api](https://github.com/transifex/transifex-javascript) from 7.1.2 to 7.1.3.
- [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/v7.1.2...v7.1.3)

---
updated-dependencies:
- dependency-name: "@transifex/api"
  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>
2024-09-03 14:51:17 +02:00
dependabot[bot]
a109613c76 Bump eslint from 9.9.0 to 9.9.1 (#10438)
Bumps [eslint](https://github.com/eslint/eslint) from 9.9.0 to 9.9.1.
- [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/v9.9.0...v9.9.1)

---
updated-dependencies:
- dependency-name: eslint
  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>
2024-09-03 14:50:57 +02:00
dependabot[bot]
dd19221678 Bump postcss from 8.4.41 to 8.4.44 (#10450)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.41 to 8.4.44.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.41...8.4.44)

---
updated-dependencies:
- dependency-name: postcss
  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>
2024-09-03 14:50:45 +02:00
Martin Raifer
9990a7bc23 Merge pull request #10431 from openstreetmap/kh/dep-cycle
fix cyclic dependencies
2024-09-03 13:19:14 +02:00
Kyle Hensel
7bc94d6f4b migrate unit tests to vitest 2024-09-03 19:23:21 +10:00
Kyle Hensel
7afecd39ec minor tweaks to make some tests pass 2024-09-03 19:23:21 +10:00
Kyle Hensel
90c4241723 fix dependency cycle caused by utilDisplayLabel importing presetManager 2024-08-24 11:34:46 +10:00
Martin Raifer
9469ee2e24 update deprecated html meta property, fixes #10425 2024-08-23 11:40:54 +02:00
Martin Raifer
34bb143561 fix undefined translation string, see #10417 2024-08-22 13:54:23 +02:00
Martin Raifer
31bef9f064 fix calculation of non-node feature extents, fixes #10417 2024-08-22 13:52:24 +02:00
dependabot[bot]
6f5c0d4c72 Bump rbush from 4.0.0 to 4.0.1 (#10421)
Bumps [rbush](https://github.com/mourner/rbush) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/mourner/rbush/releases)
- [Commits](https://github.com/mourner/rbush/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: rbush
  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>
2024-08-22 13:49:38 +02:00
Martin Raifer
d5ece67ebc rotate Mapbox imagery API tokens 2024-08-21 17:25:48 +02:00
Tobias
bc2065eb4d Docs: Link to issue "choose" page (#10398) 2024-08-21 13:32:13 +02:00
Tobias
63b96c86e2 Docs: Wording update (#10396) 2024-08-21 13:31:36 +02:00
Tobias
fe767091af Docs: Remove reference to mobile (#10397) 2024-08-21 13:29:51 +02:00
dependabot[bot]
fc7a15d0a3 Bump core-js-bundle from 3.38.0 to 3.38.1 (#10416)
Bumps [core-js-bundle](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js-bundle) from 3.38.0 to 3.38.1.
- [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.38.1/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>
2024-08-21 13:14:39 +02:00
Martin Raifer
d74c9866fb add missing link to changelog 2024-08-21 12:20:33 +02:00
Martin Raifer
942f0a0648 fix note not loading when both id and map hash parameters are set 2024-08-21 11:15:43 +02:00
Martin Raifer
c909ca76ca add missing link to changelog 2024-08-21 10:41:47 +02:00
Martin Raifer
84e2d93c3d Set development version number 2024-08-21 10:30:48 +02:00
Martin Raifer
fedfbea74a v2.30.0 2024-08-21 10:22:31 +02:00
Martin Raifer
7e7e8846d1 update translations 2024-08-21 10:19:20 +02:00
Martin Raifer
3e36b29ff5 update assets 2024-08-21 10:17:20 +02:00
Martin Raifer
e1a7d2857a upgrade id-tagging-schema repo to v6.8 2024-08-19 12:21:10 +02:00
dependabot[bot]
f925434ab2 Bump esbuild from 0.23.0 to 0.23.1 (#10413)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.0 to 0.23.1.
- [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.23.0...v0.23.1)

---
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>
2024-08-19 12:20:44 +02:00
Kyℓe Hensel
c6e6b4240a configure vscode i18n extension (#10409)
and add recommended vscode extensions
2024-08-16 19:28:34 +02:00
Tobias
342eeb5cc5 Docs: simplify/modernize bug reporting, remove dead link (#10399)
* Github now supports videos, which are the better way to share animations.
* debugbrowser dot com: This website is not what is used to be anymore
2024-08-16 19:22:48 +02:00
dependabot[bot]
5fcd2b74e7 Bump eslint from 9.8.0 to 9.9.0 (#10402)
Bumps [eslint](https://github.com/eslint/eslint) from 9.8.0 to 9.9.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/v9.8.0...v9.9.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>
2024-08-16 19:20:55 +02:00