Grant
be71ce0772
Revert "Bump esbuild from 0.14.54 to 0.15.6"
2022-09-01 16:22:42 +03:00
Grant
6c27b224fb
Revert "Bump @fortawesome/fontawesome-svg-core from 6.1.2 to 6.2.0"
2022-09-01 16:22:01 +03:00
Grant
5fe92a25de
Revert "Bump marked from 4.0.19 to 4.1.0"
2022-09-01 16:21:44 +03:00
Grant
b85eb3a8d8
Merge pull request #9261 from openstreetmap/dependabot/npm_and_yarn/esbuild-0.15.6
...
Bump esbuild from 0.14.54 to 0.15.6
2022-09-01 15:20:35 +02:00
Grant
684f379bb6
Merge pull request #9266 from openstreetmap/dependabot/npm_and_yarn/marked-4.1.0
...
Bump marked from 4.0.19 to 4.1.0
2022-09-01 15:20:23 +02:00
Grant
1f0634d7e1
Merge pull request #9265 from openstreetmap/dependabot/npm_and_yarn/fortawesome/fontawesome-svg-core-6.2.0
...
Bump @fortawesome/fontawesome-svg-core from 6.1.2 to 6.2.0
2022-09-01 15:20:13 +02:00
dependabot[bot]
71870402d9
Bump marked from 4.0.19 to 4.1.0
...
Bumps [marked](https://github.com/markedjs/marked ) from 4.0.19 to 4.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/v4.0.19...v4.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 >
2022-08-31 09:05:57 +00:00
dependabot[bot]
5d8fdc779b
Bump @fortawesome/fontawesome-svg-core from 6.1.2 to 6.2.0
...
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome ) from 6.1.2 to 6.2.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits )
---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-svg-core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 09:04:36 +00:00
dependabot[bot]
a3f529de95
Bump esbuild from 0.14.54 to 0.15.6
...
Bumps [esbuild](https://github.com/evanw/esbuild ) from 0.14.54 to 0.15.6.
- [Release notes](https://github.com/evanw/esbuild/releases )
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md )
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.54...v0.15.6 )
---
updated-dependencies:
- dependency-name: esbuild
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-30 09:04:43 +00:00
Mukesh Jaiswal
448c8b914c
plop
2022-08-23 19:37:54 +02:00
mukesh
7a2ab8aeaa
Draft: still in progress
2022-08-03 15:37:09 +02:00
Martin Raifer
a2cacaaf24
Don't auto-suggest undocumented tag values which have fewer than 100 uses
...
* previously, this check was based on the "fraction" of the respective tag value, which excluded more values for common tag keys, but fewer for less common ones.
* this sets a limit of 100 uses for undocumented tags (key=value pairs)
* tags with a wiki page are always allowed
* this harmonizes the heuristic of which tags to show between preset fields and the raw tag editor (previously, there was an additional `count > 10` filter present in combo fields, which is now uncessary)
closes #9227
2022-08-01 19:10:18 +02:00
Martin Raifer
1efdcb60ba
update osmose service:
...
* change API requests to use `.geojson` ending
* drop issue type 8360-1, which doesn't seem top be supported anymore
fixes #9208
2022-07-21 11:47:49 +02:00
Martin Raifer
4b40ec81c6
linter fix
2022-07-19 19:31:59 +02:00
Martin Raifer
6d84857731
drop unused import
2022-07-19 19:31:28 +02:00
Martin Raifer
841789621f
defer initializing background after ui has fully loaded
...
this makes sure that the map extent is known when deciding which background imagery to load (e.g. which are valid in the viewport or which is the "best" one)
2022-07-19 19:17:27 +02:00
Martin Raifer
eb18de83a9
fix crash caused by wrongly set title of validation fix
2022-07-19 19:14:05 +02:00
Martin Raifer
dbfc090e0f
make sure ui and map (extent) are properly loaded when setting background
2022-07-19 18:59:51 +02:00
Martin Raifer
9c951aa235
fix regression which caused fist validation fix to revert to "ignore"
...
regressed in 8bb1d39431
2022-07-19 17:38:20 +02:00
Martin Raifer
0c1d4c7c44
Merge remote-tracking branch 'faebebin/fix/9176-connect-features-crossing-with-pedestrian-signals' into develop
2022-07-19 16:38:18 +02:00
Martin Raifer
60eead24ca
use proper map extent when choosing imagery sources
2022-07-19 13:28:46 +02:00
Martin Raifer
6f5a195188
drop console.log
2022-07-19 13:12:39 +02:00
Martin Raifer
6526d655f6
further tweak and add tests for last map location restore
...
see #9146
2022-07-19 13:04:44 +02:00
Martin Raifer
67c65887b6
simplify map location restore, see #9146
2022-07-19 12:02:03 +02:00
Martin Raifer
981628bfd1
Merge remote-tracking branch 'bvercelli99/remember-location-hash' into develop
2022-07-19 11:31:33 +02:00
Martin Raifer
645d73a76e
Merge remote-tracking branch 'k-yle/render-ref-as-label' into develop
2022-07-19 11:27:17 +02:00
Gabor Hodi
71a77393c0
Remove double spaces and fix links in Architecture.md ( #8996 )
2022-07-19 11:16:04 +02:00
Daniele Basso
8a7b0cf43f
Update Workflows ( #9057 )
...
Co-authored-by: Daniele Basso <daniele05.bass@gmail.com >
Co-authored-by: Martin Raifer <martin@raifer.tech >
2022-07-19 11:11:32 +02:00
Martin Raifer
c2a54f0f92
Merge pull request #9076 from renancleyson-dev/fix-imagery-unselected
...
Fix iD using invalid user selected imagery
2022-07-15 19:04:23 +02:00
Martin Raifer
eee346e7dc
apply "is background valid" on "last used" instead of "requested" layer
2022-07-15 18:57:50 +02:00
Renan Cleyson
ce67f5390b
Fixes CHANGELOG.md
2022-07-15 18:57:50 +02:00
Renan
1313e4b21e
Fix iD using invalid user selected imagery
2022-07-15 18:54:49 +02:00
dependabot[bot]
fc77a56942
Bump mocha from 9.2.2 to 10.0.0, closes #9132
...
Bumps [mocha](https://github.com/mochajs/mocha ) from 9.2.2 to 10.0.0.
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v9.2.2...v10.0.0 )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-15 17:07:16 +02:00
Martin Raifer
ad22c451ff
add changelog entry for #9141
2022-07-15 16:50:02 +02:00
Kyℓe Hensel
81f3b0666c
support incrementing cardinal directions with the 🔼 / 🔽 buttons ( #9141 )
2022-07-15 16:48:47 +02:00
Nickolas Gupton
0904178cbe
Update issue template for Bug reports ( #9162 )
2022-07-15 16:45:06 +02:00
dependabot[bot]
42a985bdfc
Bump @tmcw/togeojson from 4.7.0 to 5.2.1, closes #9170
...
Bumps [@tmcw/togeojson](https://github.com/placemarkio/togeojson ) from 4.7.0 to 5.2.1.
- [Release notes](https://github.com/placemarkio/togeojson/releases )
- [Commits](https://github.com/placemarkio/togeojson/commits )
---
updated-dependencies:
- dependency-name: "@tmcw/togeojson"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-07-15 16:41:54 +02:00
Naveen
2bf047fa64
chore: Set permissions for GitHub actions ( #9177 )
...
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com >
2022-07-15 16:33:57 +02:00
Martin Raifer
fe91e9a5a4
update changlog with upgraded libraries
2022-07-15 16:31:58 +02:00
dependabot[bot]
0b021085c6
Bump @mapbox/maki from 7.2.0 to 8.0.0 ( #9199 )
...
Bumps [@mapbox/maki](https://github.com/mapbox/maki ) from 7.2.0 to 8.0.0.
- [Release notes](https://github.com/mapbox/maki/releases )
- [Changelog](https://github.com/mapbox/maki/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mapbox/maki/compare/v7.2.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: "@mapbox/maki"
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>
2022-07-15 16:28:49 +02:00
Holger Jeromin
ce89fd6836
Fix link to discussion tab ( #9204 )
2022-07-15 16:27:57 +02:00
Martin Raifer
03d6bb0f55
fix some boundaries not hidden by the filter, closes #9171
2022-07-15 16:24:05 +02:00
Martin Raifer
7c9b47edb5
fix typo in flash module, make linter happy
2022-07-11 20:26:05 +02:00
Martin Raifer
b61dfe7b8c
Merge branch 'label-rendering' into develop
2022-07-11 19:20:38 +02:00
Martin Raifer
379faf83d4
add #9172 to changelog
2022-07-11 19:18:26 +02:00
Kyℓe Hensel
027fc1ef9e
fix rendering of proposed bridges ( #9172 )
2022-07-11 13:27:22 +02:00
dependabot[bot]
7a4f02a0ef
Bump d3 from 7.4.5 to 7.6.1 ( #9194 )
...
Bumps [d3](https://github.com/d3/d3 ) from 7.4.5 to 7.6.1.
- [Release notes](https://github.com/d3/d3/releases )
- [Changelog](https://github.com/d3/d3/blob/main/CHANGES.md )
- [Commits](https://github.com/d3/d3/compare/v7.4.5...v7.6.1 )
---
updated-dependencies:
- dependency-name: d3
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>
2022-07-11 13:18:33 +02:00
mukesh
16280638b5
plop
2022-06-29 18:51:33 +02:00
Martin Raifer
7d546a8f60
refactor further modules to not rely on html injection
2022-06-24 19:31:41 +02:00
Martin Raifer
209cc23d92
don't inject html code in preset names
2022-06-24 19:11:00 +02:00