stable

Clone or download

Read-only

request #16642 Bump slugify from 1.3.6 to 1.4.5

No functional changes Changelog: - https://github.com/simov/slugify/releases/tag/v1.4.0 - https://github.com/simov/slugify/releases/tag/v1.4.1 - https://github.com/simov/slugify/releases/tag/v1.4.2 - https://github.com/simov/slugify/releases/tag/v1.4.3 - https://github.com/simov/slugify/releases/tag/v1.4.4 - https://github.com/simov/slugify/releases/tag/v1.4.5 I'm not sure to understand why, but in previous version call with '-' were properly replaced in tests. It does no longer works with the bump, it seems that we should use the replacement character '_' and not '-' in order to have our test suite works. (BTW in both cases it works properly on UI). Change-Id: I1932bf7f89838550ec0f5bfd59ed97140cda0c5c

Modified Files

Name
M plugins/tracker/package-lock.json +3 −3 Go to diff View file
M plugins/tracker/package.json +1 −1 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/helpers/shortname-slugifier.ts +16 −15 Go to diff View file
M src/package-lock.json +3 −3 Go to diff View file
M src/package.json +1 −1 Go to diff View file