• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

geosolutions-it / MapStore2 / 27602294354
76%

Build:
DEFAULT BRANCH: master
Ran 16 Jun 2026 07:53AM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
27602294354

push

github

web-flow
Bump uuid from 3.0.1 to 14.0.0 (#12314)

* Bump uuid from 3.0.1 to 14.0.0

Bumps [uuid](https://github.com/uuidjs/uuid) from 3.0.1 to 14.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v3.0.1...v14.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Migrate uuid imports to named ESM exports for v14 compatibility

Sub-path imports (uuid/v1, uuid/v4) and the default export were removed
in uuid v7. Replace all 72 affected files with named imports:
- import X from 'uuid/v1'  →  import { v1 as X } from 'uuid'
- import X from 'uuid'     →  import { v4 as X } from 'uuid' (v4 usage)
- import X from 'uuid'     →  import { v1 as X } from 'uuid' (v1 usage)
- require('uuid/v1')       →  import { v1 as X } from 'uuid'

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Fix uuid imports with double quotes missed by initial codemod

ChartAxisOptions.jsx, QueryParamsUtils.js, WidgetsUtils.js used double
quotes — sed pattern only matched single quotes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Convert stylesTemplates.js to ESM exports

File used require('uuid/v1') + module.exports (CommonJS). After uuid
migration, mixed import+module.exports broke ESLint import/named analysis.
Convert to full ESM: named export const for baseTemplates and customTemplates.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* Fix uuid method calls missed by codemod

identify.js used uuid.v1() and uuid() (v4) from the same default import.
Codemod only changed the import to v4 but left uuid.v1() call broken.
Fix: import both { v1 as uuidv1, v4 as uuid }, replace uuid.v1() with uuidv1().

DrawSupportUtils-test.js: test data used uuid.v1() via v4-imported uuid.
Fix: import v1 directly.

Co-Au... (continued)
Source Files on build 27602294354
Detailed source file information is not available for this build.
  • Back to Repo
  • b7cd87a6 on github
  • Prev Build on master (#27560121607)
  • Next Build on master (#27602302908)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc