Sourced from uuid's releases.
v14.0.0
14.0.0 (2026-04-19)
⚠ BREAKING CHANGES
Features
Bug Fixes
- expect
cryptoto be global everywhere (requires node@20+) (#935) (f2c235f)- Use GITHUB_TOKEN for release-please and enable npm provenance (#925) (ffa3138)
v13.0.2
13.0.2 (2026-05-04)
Bug Fixes
- rerelease to fix provenance. (49ccb35)
v13.0.1
13.0.1 (2026-04-27)
Bug Fixes
- backport fix for GHSA-w5hq-g745-h8pq (9d27ddf)
v13.0.0
13.0.0 (2025-09-08)
⚠ BREAKING CHANGES
- make browser exports the default (#901)
Bug Fixes
v12.0.1
12.0.1 (2026-04-29)
... (truncated)
Sourced from uuid's changelog.
14.0.0 (2026-04-19)
Security
- Fixes GHSA-w5hq-g745-h8pq:
v3(),v5(), andv6()did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalidoffsetwas provided. ARangeErroris now thrown ifoffset < 0oroffset + 16 > buf.length.⚠ BREAKING CHANGES
cryptois now expected to be globally defined (requires node@20+) (#935)- drop node@18 support (#934)
- upgrade minimum supported TypeScript version to 5.4.3, in keeping with the project's policy of supporting TypeScript versions released within the last two years
13.0.0 (2025-09-08)
⚠ BREAKING CHANGES
- make browser exports the default (#901)
Bug Fixes
12.0.0 (2025-09-05)
⚠ BREAKING CHANGES
Features
- add node@24 to ci matrix (#879) (42b6178)
- drop node@16 support (#883) (0f38cf1)
- remove CommonJS support (#886) (ae786e2)
- update to typescript@5.2 (#887) (c7ee405)
Bug Fixes
11.1.0 (2025-02-19)
... (truncated)
7c1ea08
chore(main): release 14.0.0 (#926)3d2c5b0
Merge commit from forkf2c235f
fix!: expect crypto to be global everywhere (requires
node@20+) (#935)529ef08
chore: upgrade TypeScript and fixup types (#927)086fd79
chore: update dependencies (#933)dc4ddb8
feat!: drop node@18 support (#934)0f1f9c9
chore: switch to Biome for parsing and linting (#932)e2879e6
chore: use maintained version of npm-run-all (#930)ffa3138
fix: Use GITHUB_TOKEN for release-please and enable npm provenance (#925)0423d49
docs: remove obsolete v1 option notes (#915)This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.
This version adds prepare script that runs during
installation. Review the package contents before updating.
Sourced from nyc's releases.
nyc: v18.0.0
18.0.0 (2026-02-22)
⚠ BREAKING CHANGES
- deps: transitive dependencies now require node 20 || >=22.
Bug Fixes
nyc: v17.1.0
17.1.0 (2024-09-19)
Features
Bug Fixes
nyc: v17.0.0
17.0.0 (2024-04-19)
⚠ BREAKING CHANGES
- minimum Node version now 18
Bug Fixes
Build System
- minimum Node version now 18 (9ef340e)
Sourced from nyc's changelog.
18.0.0 (2026-02-22)
⚠ BREAKING CHANGES
- deps: transitive dependencies now require node 20 || >=22.
Bug Fixes
17.1.0 (2024-09-19)
Features
Bug Fixes
17.0.0 (2024-04-19)
⚠ BREAKING CHANGES
- minimum Node version now 18
Bug Fixes
Build System
- minimum Node version now 18 (9ef340e)
16.0.0 (2024-04-10)
⚠ BREAKING CHANGES
- minimum Node version now 18
Bug Fixes
... (truncated)
3ce6d97
chore(main): release nyc 18.0.0 (#1613)b9f6781
build: publication is now manual again due to changes in tokens0707729
fix(deps)!: update dependencies pulling in old glob (#1612)41f4476
chore(main): release nyc 17.1.0 (#1572)d338985
chore(deps-dev): bump requirejs from 2.3.6 to 2.3.7 (#1582)af74d1e
feat(deps): bump foreground-child from ^2.0.0 to ^3.0.0 (#1546)ae657b6
fix: reduce size of serialized JSON output (#1570)b6a9484
chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1571)b86edbc
chore(deps-dev): bump ws from 8.16.0 to 8.17.1 (#1568)fee2821
chore(main): release nyc 17.0.0 (#1558)0604e47
Sync eng/common directory with azure-sdk-tools for PR 13235 (#36861)85a1361
Silence 1ESPT non-blocking error (#36342)a6ce3c7
[Identity] Bump MSAL dependency to v5 (#37685)6d2d180
restore assets.json from @azure/storage-blob_12.31.0980d126
[Identity] Prepare release Oct 25 (#36121)29a8eab
Azure.Communication.Email 1.1.0 - 2025-09-01 (#36008)05a9860
[notification-hubs] fix TypeError when parsing
AppleTemplateRegistrationDescr...cdbd31b
[EngSys] automatic pnpm update (#36119)953fcf9
Sync eng/common directory with azure-sdk-tools for PR 12337 (#36113)259da84
[Identity] Remove inappropriate @internal tags from
non-exported members (#36...Sourced from markdown-it's changelog.
[14.3.0] - 2026-07-02
Changed
- Reworked build pipeline & tools.
- Added source maps.
- Bumped
linkify-itto 5.0.2.Fixed
- Preserve backslash-space hard line breaks, matching CommonMark 6.7, #1185.
[14.2.0] - 2026-05-24
Added
isPunctCharCodeto utilities.Fixed
- Don't end HTML comment blocks on a blank line, #1155.
- Properly recognize astral chars (surrogates) in delimiter scans for emphasis-like markers, #1072. Big thanks to
@tats-ufor his global efforts with improving CJK support.- Preserve unicode whitespaces when trimm headings/paragraphs, #1074.
- More strict entities decode to avoid false positives
;, #1096.- Restore block parser state on fail in
lheadingrule, #1131.Security
- Fixed poor smartquotes perfomance on > 70k quotes in single block
- Bumped linkify-it to 5.0.1 with fixed potential perfomance issues.
[14.1.1] - 2026-01-11
Security
- Fixed regression from v13 in linkify inline rule. Specific patterns could cause high CPU use. Thanks to
@ltduc147for report.[14.1.0] - 2024-03-19
Changed
- Updated CM spec compatibility to 0.31.2, #1009.
Fixed
- Fixed quadratic complexity when parsing references, #996.
- Fixed quadratic output size with pathological user input in tables, #1000.
[14.0.0] - 2023-12-08
Changed
- Drop ancient browsers support (use
.fromCodePointand other features).- Rewrite to ESM (including all plugins/deps). CJS fallback still available. No signatures changed, except
markdown-it-emojiplugin.- Dropped
dist/folder from repo, build on package publish.
... (truncated)
ff0ee08
14.3.0 released52e2749
Bump linkify-it / vite deps56c2404
fix: keep backslash-space hard line break (CommonMark 6.7) (#1185)0fbb18b
Bump vite from 8.0.14 to 8.0.16 (#1181)83450e2
Rework benchmark deps and bump versions57a6863
benchmark => tinybench7608db1
Update CI config9d8eb42
Added package-lock and updated versions to latest possible0aee70d
lint: enable @stylistic/no-multi-spaces rule8878985
lint => neostandardSourced from @vscode/vsce's releases.
v3.9.2
Changes:
- #1283: fix: skip APIScan
- #1282: chore: bump CI to Node 22 and fix build
- #1279: Bump the
uuidtest fixture version to100.0.0- #1278: Bump tmp from 0.2.4 to 0.2.6
- #1277: Bump qs from 6.14.2 to 6.15.2
- #1276: Bump uuid and
@azure/msal-node- #1274: Run npm audit fix
- #1272: Bump fast-uri from 3.0.6 to 3.1.2
- #1267: Bump minimatch from 10.2.2 to 10.2.3
- #1247: Update minimatch dependency to v10
This list of changes was auto generated.
v3.9.2-4
Changes:
- #1283: fix: skip APIScan
- #1282: chore: bump CI to Node 22 and fix build
- #1279: Bump the
uuidtest fixture version to100.0.0- #1278: Bump tmp from 0.2.4 to 0.2.6
- #1277: Bump qs from 6.14.2 to 6.15.2
- #1276: Bump uuid and
@azure/msal-nodeThis list of changes was auto generated.
v3.9.2-3
Changes:
- #1274: Run npm audit fix
This list of changes was auto generated.
v3.9.2-2
Changes:
- #1272: Bump fast-uri from 3.0.6 to 3.1.2
This list of changes was auto generated.
... (truncated)
f7501f2
fix: skip APIScan (#1283)7cd3244
chore: bump CI to Node 22 and fix build (#1282)df1a68e
Bump the uuid test fixture version to 100.0.0
(#1279)3a5786e
Merge pull request #1278
from microsoft/dependabot/npm_and_yarn/tmp-0.2.64954e08
Bump tmp from 0.2.4 to 0.2.654dce87
Bump qs from 6.14.2 to 6.15.2 (#1277)86fc2d6
Bump uuid and @azure/msal-node (#1276)4699582
Run npm audit fix and update lockfile (#1274)e003a0a
Merge pull request #1272
from microsoft/dependabot/npm_and_yarn/fast-uri-3.1.274ab7a9
Bump fast-uri from 3.0.6 to 3.1.2This version was pushed to npm by microsoft1es, a new
releaser for @vscode/vsce since your current version.
Sourced from actions/setup-node's releases.
v7.0.0
What's Changed
Enhancements:
- Add cache-primary-key and cache-matched-key as outputs by
@gowridurgadin actions/setup-node#1577- Migrate to ESM and upgrade dependencies by
@gowridurgadin actions/setup-node#1574Bug fixes:
- Remove dummy NODE_AUTH_TOKEN export by
@gowridurgadin actions/setup-node#1558- Only use
mirrorTokeningetManifestif it's provided by@deigain actions/setup-node#1548Documentation updates:
- Add documentation for publishing to npm with Trusted Publisher (OIDC) by
@chiranjib-swainin actions/setup-node#1536- docs: Update restore-only cache documentation by
@priya-kinthaliin actions/setup-node#1550- docs: Update caching recommendations to mitigate cache poisoning risks by
@chiranjib-swainin actions/setup-node#1567Dependency update:
- Upgrade
@actions/cacheto 5.1.0, log cache write denied by@jasonginin actions/setup-node#1569New Contributors
@chiranjib-swainmade their first contribution in actions/setup-node#1536@deigamade their first contribution in actions/setup-node#1548@jasonginmade their first contribution in actions/setup-node#1569Full Changelog: https://github.com/actions/setup-node/compare/v6...v7.0.0
v6.5.0
What's Changed
- Update
@actions/cacheto 5.1.0 and add security overrides for undici and fast-xml-parser by@HarithaVattikutiin actions/setup-node#1579Full Changelog: https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0
v6.4.0
What's Changed
Dependency updates:
- Upgrade
@actionsdependencies by@Copilotin actions/setup-node#1525- Update Node.js versions in versions.yml and bump package to v6.4.0 by
@priya-kinthaliin actions/setup-node#1533New Contributors
@Copilotmade their first contribution in actions/setup-node#1525Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.4.0
v6.3.0
What's Changed
Enhancements:
- Support parsing
devEnginesfield by@susnuxin actions/setup-node#1283
... (truncated)
8207627
Migrate to ESM and upgrade dependencies (#1574)04be95c
Add cache-primary-key and cache-matched-key as outputs (#1577)7c2c68d
docs: Update caching recommendations to mitigate cache poisoning risks
(#1567)6a61c03
Merge pull request #1569
from jasongin/update-actions-cache-5.1.030eb73b
Resolve high-severity audit issues4e1a87a
Update dist360237f
Strict equality4f8aac5
Bump @actions/cache to 5.1.0, log cache write deniedf4a67bb
Only use mirrorToken in getManifest if it's
provided (#1548)0355742
Remove dummy NODE_AUTH_TOKEN export (#1558)Sourced from actions/setup-node's releases.
v7.0.0
What's Changed
Enhancements:
- Add cache-primary-key and cache-matched-key as outputs by
@gowridurgadin actions/setup-node#1577- Migrate to ESM and upgrade dependencies by
@gowridurgadin actions/setup-node#1574Bug fixes:
- Remove dummy NODE_AUTH_TOKEN export by
@gowridurgadin actions/setup-node#1558- Only use
mirrorTokeningetManifestif it's provided by@deigain actions/setup-node#1548Documentation updates:
- Add documentation for publishing to npm with Trusted Publisher (OIDC) by
@chiranjib-swainin actions/setup-node#1536- docs: Update restore-only cache documentation by
@priya-kinthaliin actions/setup-node#1550- docs: Update caching recommendations to mitigate cache poisoning risks by
@chiranjib-swainin actions/setup-node#1567Dependency update:
- Upgrade
@actions/cacheto 5.1.0, log cache write denied by@jasonginin actions/setup-node#1569New Contributors
@chiranjib-swainmade their first contribution in actions/setup-node#1536@deigamade their first contribution in actions/setup-node#1548@jasonginmade their first contribution in actions/setup-node#1569Full Changelog: https://github.com/actions/setup-node/compare/v6...v7.0.0
v6.5.0
What's Changed
- Update
@actions/cacheto 5.1.0 and add security overrides for undici and fast-xml-parser by@HarithaVattikutiin actions/setup-node#1579Full Changelog: https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0
v6.4.0
What's Changed
Dependency updates:
- Upgrade
@actionsdependencies by@Copilotin actions/setup-node#1525- Update Node.js versions in versions.yml and bump package to v6.4.0 by
@priya-kinthaliin actions/setup-node#1533New Contributors
@Copilotmade their first contribution in actions/setup-node#1525Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.4.0
v6.3.0
What's Changed
Enhancements:
- Support parsing
devEnginesfield by@susnuxin actions/setup-node#1283
... (truncated)
8207627
Migrate to ESM and upgrade dependencies (#1574)04be95c
Add cache-primary-key and cache-matched-key as outputs (#1577)7c2c68d
docs: Update caching recommendations to mitigate cache poisoning risks
(#1567)6a61c03
Merge pull request #1569
from jasongin/update-actions-cache-5.1.030eb73b
Resolve high-severity audit issues4e1a87a
Update dist360237f
Strict equality4f8aac5
Bump @actions/cache to 5.1.0, log cache write deniedf4a67bb
Only use mirrorToken in getManifest if it's
provided (#1548)0355742
Remove dummy NODE_AUTH_TOKEN export (#1558)Sourced from actions/setup-node's releases.
v7.0.0
What's Changed
Enhancements:
- Add cache-primary-key and cache-matched-key as outputs by
@gowridurgadin actions/setup-node#1577- Migrate to ESM and upgrade dependencies by
@gowridurgadin actions/setup-node#1574Bug fixes:
- Remove dummy NODE_AUTH_TOKEN export by
@gowridurgadin actions/setup-node#1558- Only use
mirrorTokeningetManifestif it's provided by@deigain actions/setup-node#1548Documentation updates:
- Add documentation for publishing to npm with Trusted Publisher (OIDC) by
@chiranjib-swainin actions/setup-node#1536- docs: Update restore-only cache documentation by
@priya-kinthaliin actions/setup-node#1550- docs: Update caching recommendations to mitigate cache poisoning risks by
@chiranjib-swainin actions/setup-node#1567Dependency update:
- Upgrade
@actions/cacheto 5.1.0, log cache write denied by@jasonginin actions/setup-node#1569New Contributors
@chiranjib-swainmade their first contribution in actions/setup-node#1536@deigamade their first contribution in actions/setup-node#1548@jasonginmade their first contribution in actions/setup-node#1569Full Changelog: https://github.com/actions/setup-node/compare/v6...v7.0.0
v6.5.0
What's Changed
- Update
@actions/cacheto 5.1.0 and add security overrides for undici and fast-xml-parser by@HarithaVattikutiin actions/setup-node#1579Full Changelog: https://github.com/actions/setup-node/compare/v6.4.0...v6.5.0
v6.4.0
What's Changed
Dependency updates:
- Upgrade
@actionsdependencies by@Copilotin actions/setup-node#1525- Update Node.js versions in versions.yml and bump package to v6.4.0 by
@priya-kinthaliin actions/setup-node#1533New Contributors
@Copilotmade their first contribution in actions/setup-node#1525Full Changelog: https://github.com/actions/setup-node/compare/v6...v6.4.0
v6.3.0
What's Changed
Enhancements:
- Support parsing
devEnginesfield by@susnuxin actions/setup-node#1283
... (truncated)
8207627
Migrate to ESM and upgrade dependencies (#1574)04be95c
Add cache-primary-key and cache-matched-key as outputs (#1577)7c2c68d
docs: Update caching recommendations to mitigate cache poisoning risks
(#1567)6a61c03
Merge pull request #1569
from jasongin/update-actions-cache-5.1.030eb73b
Resolve high-severity audit issues4e1a87a
Update dist360237f
Strict equality4f8aac5
Bump @actions/cache to 5.1.0, log cache write deniedf4a67bb
Only use mirrorToken in getManifest if it's
provided (#1548)0355742
Remove dummy NODE_AUTH_TOKEN export (#1558)Sourced from ws's releases.
7.5.12
Bug fixes
- Backported a2f4e7c0 and f197ac65 to the v7.x release line (fb8a1935, deec2114).
7.5.11
Bug fixes
- Backported 2b2abd45 to the 7.x release line (e14c4586).
Sourced from mheap/github-action-required-labels's releases.
v5.6.0
What's Changed
- Bump GitHub client to v7 by
@VincentLangletin mheap/github-action-required-labels#96New Contributors
@VincentLangletmade their first contribution in mheap/github-action-required-labels#96Full Changelog: https://github.com/mheap/github-action-required-labels/compare/v5.5.2...v5.6.0
23e10fd
Automatic compilation6e4081e
Replace nock with undici in tests + bump GH client to v7 (#96)Sourced from brettcannon/check-for-changed-files's releases.
v1.2.2
What's Changed
- Update to Node 24 by
@brettcannonin brettcannon/check-for-changed-files#113Full Changelog: https://github.com/brettcannon/check-for-changed-files/compare/v1.2.1...v1.2.2
d85c64d
Update to Node 24 (#113)4596825
Delete .github/dependabot.yml8d00177
Bump actions/checkout from 5 to 6 (#110)76821d3
Bump actions/setup-node from 5 to 6 (#109)86cf392
Bump the npm_and_yarn group across 1 directory with 5 updates (#108)4474273
Bump actions/setup-node from 4 to 5 (#107)b98ade9
Bump actions/checkout from 4 to 5 (#105)093cf4a
Bump undici in the npm_and_yarn group across 1 directory (#103)1ab30c5
Bump esbuild from 0.20.2 to 0.25.0 in the npm_and_yarn group (#102)5726793
Bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group (#101)Sourced from actions/setup-python's releases.
v7.0.0
What's Changed
Enhancements
- Migrate to ESM and upgrade dependencies by
@priyagupta108in actions/setup-python#1330- Pin SHA commits and update docs with latest versions by
@HarithaVattikutiin actions/setup-python#1338- Remove the pip-install input by
@gowridurgadin actions/setup-python#1336Bug Fix
- Fix to Classify stderr warning messages as warnings instead of errors in annotations by
@lmvysakhin actions/setup-python#1335- Validate and retry manifest fetch to prevent silent failures by
@priyagupta108in actions/setup-python#1332Dependency Upgrade
- Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data by
@dependabotin actions/setup-python#1328- Remove EOL Python versions and Bumps numpy text fixture by
@priya-kinthaliin actions/setup-python#1333- Upgrade
@actions/cacheto 6.2.0 by@philip-gaiin actions/setup-python#1337New Contributors
@lmvysakhmade their first contribution in actions/setup-python#1335@philip-gaimade their first contribution in actions/setup-python#1337Full Changelog: https://github.com/actions/setup-python/compare/v6...v7.0.0
v6.3.0
What's Changed
Enhancement
- Add RHEL support and include Linux distro in cache keys by
@priyagupta108in actions/setup-python#1323- Fix pip cache error handling on Windows by
@priyagupta108in actions/setup-python#1040Dependency update
- Upgrade minimatch from 3.1.2 to 3.1.5 by
@dependabotin actions/setup-python#1281- Upgrade actions dependencies by
@gowridurgadwith@Copilotin actions/setup-python#1303- Upgrade
@actions/cacheto 5.1.0, log cache write denied by@jasonginin actions/setup-python#1324- Upgrade dependency versions and test workflow configuration by
@HarithaVattikutiin actions/setup-python#1322Documentation
- Update advanced-usage.md by
@Dunky-Zin actions/setup-python#811New Contributors
@gowridurgadwith@Copilotmade their first contribution in actions/setup-python#1303@jasonginmade their first contribution in actions/setup-python#1324@Dunky-Zmade their first contribution in actions/setup-python#811Full Changelog: https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0
v6.2.0
What's Changed
Dependency Upgrades
- Upgrade dependencies to Node 24 compatible versions by
@salmanmkcin actions/setup-python#1259
... (truncated)
5fda3b9
Pin SHA commits and update docs with latest versions (#1338)4ab7e95
Merge pull request #1337
from actions/philip-gai/bump-actions-cache-6-2-00f3a009
Remove the pip-install input (#1336)f8cf429
Migrate to ESM and upgrade dependencies (#1330)54baeea
Validate and retry manifest fetch to prevent silent failures (#1332)c709277
Annotation code fix (#1335)6849080
remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46
Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data
(#1328)Sourced from actions/setup-python's releases.
v7.0.0
What's Changed
Enhancements
- Migrate to ESM and upgrade dependencies by
@priyagupta108in actions/setup-python#1330- Pin SHA commits and update docs with latest versions by
@HarithaVattikutiin actions/setup-python#1338- Remove the pip-install input by
@gowridurgadin actions/setup-python#1336Bug Fix
- Fix to Classify stderr warning messages as warnings instead of errors in annotations by
@lmvysakhin actions/setup-python#1335- Validate and retry manifest fetch to prevent silent failures by
@priyagupta108in actions/setup-python#1332Dependency Upgrade
- Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data by
@dependabotin actions/setup-python#1328- Remove EOL Python versions and Bumps numpy text fixture by
@priya-kinthaliin actions/setup-python#1333- Upgrade
@actions/cacheto 6.2.0 by@philip-gaiin actions/setup-python#1337New Contributors
@lmvysakhmade their first contribution in actions/setup-python#1335@philip-gaimade their first contribution in actions/setup-python#1337Full Changelog: https://github.com/actions/setup-python/compare/v6...v7.0.0
v6.3.0
What's Changed
Enhancement
- Add RHEL support and include Linux distro in cache keys by
@priyagupta108in actions/setup-python#1323- Fix pip cache error handling on Windows by
@priyagupta108in actions/setup-python#1040Dependency update
- Upgrade minimatch from 3.1.2 to 3.1.5 by
@dependabotin actions/setup-python#1281- Upgrade actions dependencies by
@gowridurgadwith@Copilotin actions/setup-python#1303- Upgrade
@actions/cacheto 5.1.0, log cache write denied by@jasonginin actions/setup-python#1324- Upgrade dependency versions and test workflow configuration by
@HarithaVattikutiin actions/setup-python#1322Documentation
- Update advanced-usage.md by
@Dunky-Zin actions/setup-python#811New Contributors
@gowridurgadwith@Copilotmade their first contribution in actions/setup-python#1303@jasonginmade their first contribution in actions/setup-python#1324@Dunky-Zmade their first contribution in actions/setup-python#811Full Changelog: https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0
v6.2.0
What's Changed
Dependency Upgrades
- Upgrade dependencies to Node 24 compatible versions by
@salmanmkcin actions/setup-python#1259
... (truncated)
5fda3b9
Pin SHA commits and update docs with latest versions (#1338)4ab7e95
Merge pull request #1337
from actions/philip-gai/bump-actions-cache-6-2-00f3a009
Remove the pip-install input (#1336)f8cf429
Migrate to ESM and upgrade dependencies (#1330)54baeea
Validate and retry manifest fetch to prevent silent failures (#1332)c709277
Annotation code fix (#1335)6849080
remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46
Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data
(#1328)