hotosm / tasking-manager

Tasking Manager - The tool to team up for mapping in OpenStreetMap
https://wiki.openstreetmap.org/wiki/Tasking_Manager
BSD 2-Clause "Simplified" License
504 stars 270 forks source link

Update Rapid from 2.3.1 to 2.4.2 and update name from RapiD to Rapid #6575

Open tsmock opened 4 days ago

tsmock commented 4 days ago

What type of PR is this? (check all applicable)

Describe this PR

Update Rapid to the current latest release (2.4.2) from 2.3.x.

Review Guide

  1. Create a project that uses Rapid
  2. Start task using Rapid
  3. Check that the Rapid version is 2.4.x (bottom right, next to username)

Notes

Note that we dynamically download Rapid usinghttps://cdn.jsdelivr.net/npm/${rapidPackage.name}@~${rapidPackage.version}/dist/. So updating the version in package.json is important.

The version from CDN is restricted by ~ instead of ^ to avoid issues where Rapid changes internals that we depend upon.

sonarcloud[bot] commented 4 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud