Skip to content

chore: Prepare Release v10.0.2 (auto-deploy)#8883

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-draft
Open

chore: Prepare Release v10.0.2 (auto-deploy)#8883
github-actions[bot] wants to merge 1 commit into
mainfrom
release-draft

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Release v10.0.2

Release Notes

Details

Fixes

fix: Handle Windows UNC Long Path Names (#8914)

fix: Handle Windows UNC Long Path Names (#8914)

Pull request overview

This PR improves cspell-url’s handling of Windows long/UNC path formats by adding long-path prefix utilities and ensuring FileUrlBuilder can generate correct file: URLs for UNC/extended-length paths. It also adds fixtures and tests to exercise long-path behavior.

Changes:

  • Add Windows long-path/UNC prefix helpers (\\?\, \\?\UNC\, \\.\) and normalization (fixLongPathPrefix) in fileUrl.mts.
  • Update FileUrlBuilder to special-case UNC/extended-length paths when converting to file: URLs.
  • Add long-path fixtures and new tests that read and convert long Windows paths/URLs.

Related to:


Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#8881)

fix: Workflow Bot -- Update Dictionaries (main) (#8881)

Update Dictionaries (main)

Summary

 .../iluwatar/java-design-patterns/report.yaml      |   5 +-
 .../iluwatar/java-design-patterns/snapshot.txt     |   5 +-
 integration-tests/snapshots/mdx-js/mdx/report.yaml |   7 +-
 .../snapshots/mdx-js/mdx/snapshot.txt              |   7 +-
 .../snapshots/sveltejs/svelte/report.yaml          |   3 +-
 .../snapshots/sveltejs/svelte/snapshot.txt         |   3 +-
 packages/cspell-bundled-dicts/package.json         |  18 ++--
 pnpm-lock.yaml                                     | 112 ++++++++++++---------
 8 files changed, 84 insertions(+), 76 deletions(-)

Version Information

  • Tag: v10.0.2
  • Version: 10.0.2

Summary

 .release.json                                    |  6 +--
 CHANGELOG.md                                     | 55 ++++++++++++++++++++++++
 packages/cspell-bundled-dicts/CHANGELOG.md       | 10 +++++
 packages/cspell-config-lib/CHANGELOG.md          | 10 +++++
 packages/cspell-dictionary/CHANGELOG.md          | 10 +++++
 packages/cspell-eslint-plugin/CHANGELOG.md       | 10 +++++
 packages/cspell-filetypes/CHANGELOG.md           | 10 +++++
 packages/cspell-gitignore/CHANGELOG.md           | 10 +++++
 packages/cspell-glob/CHANGELOG.md                | 10 +++++
 packages/cspell-grammar/CHANGELOG.md             | 10 +++++
 packages/cspell-io/CHANGELOG.md                  | 10 +++++
 packages/cspell-json-reporter/CHANGELOG.md       | 10 +++++
 packages/cspell-lib/CHANGELOG.md                 | 10 +++++
 packages/cspell-normalize-json/CHANGELOG.md      | 10 +++++
 packages/cspell-performance-monitor/CHANGELOG.md | 10 +++++
 packages/cspell-pipe/CHANGELOG.md                | 10 +++++
 packages/cspell-resolver/CHANGELOG.md            | 10 +++++
 packages/cspell-service-bus/CHANGELOG.md         | 10 +++++
 packages/cspell-strong-weak-map/CHANGELOG.md     | 10 +++++
 packages/cspell-tools-alias/CHANGELOG.md         | 10 +++++
 packages/cspell-tools/CHANGELOG.md               | 10 +++++
 packages/cspell-trie-lib/CHANGELOG.md            | 10 +++++
 packages/cspell-trie/CHANGELOG.md                | 10 +++++
 packages/cspell-types/CHANGELOG.md               | 10 +++++
 packages/cspell-url/CHANGELOG.md                 | 10 +++++
 packages/cspell-worker/CHANGELOG.md              | 10 +++++
 packages/cspell/CHANGELOG.md                     | 55 ++++++++++++++++++++++++
 packages/dynamic-import/CHANGELOG.md             | 10 +++++
 packages/flatpack-json/CHANGELOG.md              | 10 +++++
 packages/hunspell-reader/CHANGELOG.md            | 10 +++++
 packages/rpc/CHANGELOG.md                        | 10 +++++
 31 files changed, 393 insertions(+), 3 deletions(-)

@github-actions github-actions Bot force-pushed the release-draft branch 11 times, most recently from e2365b7 to f088fac Compare June 8, 2026 19:50
@github-actions github-actions Bot force-pushed the release-draft branch 13 times, most recently from f4eaae7 to 4efce74 Compare June 15, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants