Skip to content

Commit 7aede50

Browse files
chore: Prepare Release v9.3.0 (auto-deploy) (#7936)
Co-authored-by: Jason3S <[email protected]>
1 parent e73900e commit 7aede50

File tree

29 files changed

+577
-3
lines changed

29 files changed

+577
-3
lines changed

.release.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "v9.2.2",
3-
"version": "9.2.2",
4-
"tag": "v9.2.2"
2+
"name": "v9.3.0",
3+
"version": "9.3.0",
4+
"tag": "v9.3.0"
55
}

CHANGELOG.md

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,124 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.3.0 (2025-11-05)
7+
8+
### Features
9+
10+
<details>
11+
<summary>feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961">#7961</a>)</summary>
12+
13+
### feat: Support loading `.ts` and `.mts` config files. ([#7961](https://github.com/streetsidesoftware/cspell/pull/7961))
14+
15+
This PR add support to read TypeScript cspell config files.
16+
17+
Note: TypeScript config files will fail to load when NodeJS version is less than `v22.18.0`.
18+
19+
See: [Node.js — Running TypeScript Natively](https://nodejs.org/en/learn/typescript/run-natively)
20+
21+
---
22+
23+
</details>
24+
25+
### Dictionary Updates
26+
27+
<details>
28+
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950">#7950</a>)</summary>
29+
30+
### fix: Workflow Bot -- Update Dictionaries (main) ([#7950](https://github.com/streetsidesoftware/cspell/pull/7950))
31+
32+
# Update Dictionaries (main)
33+
34+
## Summary
35+
36+
```
37+
.../snapshots/sveltejs/svelte/report.yaml | 3 +-
38+
.../snapshots/sveltejs/svelte/snapshot.txt | 7 +--
39+
packages/cspell-bundled-dicts/package.json | 12 ++--
40+
pnpm-lock.yaml | 68 +++++++++++++---------
41+
4 files changed, 49 insertions(+), 41 deletions(-)
42+
```
43+
44+
---
45+
46+
</details>
47+
48+
<details>
49+
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7940">#7940</a>)</summary>
50+
51+
### fix: Workflow Bot -- Update Dictionaries (main) ([#7940](https://github.com/streetsidesoftware/cspell/pull/7940))
52+
53+
# Update Dictionaries (main)
54+
55+
## Summary
56+
57+
```
58+
.../snapshots/AdaDoom3/AdaDoom3/report.yaml | 3 +-
59+
.../snapshots/AdaDoom3/AdaDoom3/snapshot.txt | 17 ++-
60+
.../Azure/azure-rest-api-specs/report.yaml | 6 +-
61+
.../Azure/azure-rest-api-specs/snapshot.txt | 14 +--
62+
.../MartinThoma/LaTeX-examples/report.yaml | 5 +-
63+
.../MartinThoma/LaTeX-examples/snapshot.txt | 5 +-
64+
.../MicrosoftDocs/PowerShell-Docs/report.yaml | 55 +++------
65+
.../MicrosoftDocs/PowerShell-Docs/snapshot.txt | 21 +---
66+
.../snapshots/TheAlgorithms/Python/report.yaml | 9 +-
67+
.../snapshots/TheAlgorithms/Python/snapshot.txt | 7 +-
68+
.../snapshots/caddyserver/caddy/report.yaml | 4 +-
69+
.../snapshots/caddyserver/caddy/snapshot.txt | 4 +-
70+
.../snapshots/dart-lang/sdk/report.yaml | 20 +---
71+
.../snapshots/dart-lang/sdk/snapshot.txt | 9 +-
72+
.../snapshots/django/django/report.yaml | 6 +-
73+
.../snapshots/django/django/snapshot.txt | 5 +-
74+
.../snapshots/eslint/eslint/report.yaml | 4 +-
75+
.../snapshots/eslint/eslint/snapshot.txt | 3 +-
76+
.../snapshots/flutter/samples/report.yaml | 31 +----
77+
.../snapshots/flutter/samples/snapshot.txt | 29 +----
78+
.../googleapis/google-cloud-cpp/report.yaml | 17 +--
79+
.../googleapis/google-cloud-cpp/snapshot.txt | 15 +--
80+
.../snapshots/ktaranov/sqlserver-kit/report.yaml | 12 +-
81+
.../snapshots/ktaranov/sqlserver-kit/snapshot.txt | 25 ++--
82+
.../snapshots/neovim/nvim-lspconfig/report.yaml | 7 +-
83+
.../snapshots/neovim/nvim-lspconfig/snapshot.txt | 9 +-
84+
.../snapshots/php/php-src/report.yaml | 31 +----
85+
.../snapshots/php/php-src/snapshot.txt | 31 +----
86+
.../snapshots/pycontribs/jira/report.yaml | 3 +-
87+
.../snapshots/pycontribs/jira/snapshot.txt | 3 +-
88+
.../snapshots/slint-ui/slint/report.yaml | 51 +-------
89+
.../snapshots/slint-ui/slint/snapshot.txt | 36 +-----
90+
.../snapshots/wireapp/wire-webapp/report.yaml | 35 +++---
91+
.../snapshots/wireapp/wire-webapp/snapshot.txt | 19 ++-
92+
packages/cspell-bundled-dicts/package.json | 22 ++--
93+
pnpm-lock.yaml | 133 ++++++++++++---------
94+
36 files changed, 184 insertions(+), 522 deletions(-)
95+
```
96+
97+
---
98+
99+
</details>
100+
101+
<details>
102+
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7933">#7933</a>)</summary>
103+
104+
### fix: Workflow Bot -- Update Dictionaries (main) ([#7933](https://github.com/streetsidesoftware/cspell/pull/7933))
105+
106+
# Update Dictionaries (main)
107+
108+
## Summary
109+
110+
```
111+
.../snapshots/ktaranov/sqlserver-kit/report.yaml | 8 +++-
112+
.../snapshots/ktaranov/sqlserver-kit/snapshot.txt | 7 +++-
113+
.../snapshots/slint-ui/slint/report.yaml | 4 +-
114+
.../snapshots/slint-ui/slint/snapshot.txt | 3 +-
115+
packages/cspell-bundled-dicts/package.json | 8 ++--
116+
pnpm-lock.yaml | 45 ++++++++++++----------
117+
6 files changed, 44 insertions(+), 31 deletions(-)
118+
```
119+
120+
---
121+
122+
</details>
123+
6124
## v9.2.2 (2025-10-22)
7125

8126
### Fixes

packages/Samples/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.3.0 (2025-11-05)
7+
8+
### Features
9+
10+
- feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961">#7961</a>)
11+
12+
### Dictionary Updates
13+
14+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950">#7950</a>)
15+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7940">#7940</a>)
16+
17+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7933">#7933</a>)
18+
619
## v9.2.2 (2025-10-22)
720

821
### Fixes

packages/cspell-bundled-dicts/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.3.0 (2025-11-05)
7+
8+
### Features
9+
10+
- feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961">#7961</a>)
11+
12+
### Dictionary Updates
13+
14+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950">#7950</a>)
15+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7940">#7940</a>)
16+
17+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7933">#7933</a>)
18+
619
## v9.2.2 (2025-10-22)
720

821
### Fixes

packages/cspell-config-lib/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.3.0 (2025-11-05)
7+
8+
### Features
9+
10+
- feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961">#7961</a>)
11+
12+
### Dictionary Updates
13+
14+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950">#7950</a>)
15+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7940">#7940</a>)
16+
17+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7933">#7933</a>)
18+
619
## v9.2.2 (2025-10-22)
720

821
### Fixes

packages/cspell-dictionary/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.3.0 (2025-11-05)
7+
8+
### Features
9+
10+
- feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961">#7961</a>)
11+
12+
### Dictionary Updates
13+
14+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950">#7950</a>)
15+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7940">#7940</a>)
16+
17+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7933">#7933</a>)
18+
619
## v9.2.2 (2025-10-22)
720

821
### Fixes

packages/cspell-eslint-plugin/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.3.0 (2025-11-05)
7+
8+
### Features
9+
10+
- feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961">#7961</a>)
11+
12+
### Dictionary Updates
13+
14+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950">#7950</a>)
15+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7940">#7940</a>)
16+
17+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7933">#7933</a>)
18+
619
## v9.2.2 (2025-10-22)
720

821
### Fixes

packages/cspell-filetypes/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.3.0 (2025-11-05)
7+
8+
### Features
9+
10+
- feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961">#7961</a>)
11+
12+
### Dictionary Updates
13+
14+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950">#7950</a>)
15+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7940">#7940</a>)
16+
17+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7933">#7933</a>)
18+
619
## v9.2.2 (2025-10-22)
720

821
### Fixes

packages/cspell-gitignore/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.3.0 (2025-11-05)
7+
8+
### Features
9+
10+
- feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961">#7961</a>)
11+
12+
### Dictionary Updates
13+
14+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950">#7950</a>)
15+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7940">#7940</a>)
16+
17+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7933">#7933</a>)
18+
619
## v9.2.2 (2025-10-22)
720

821
### Fixes

packages/cspell-glob/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## v9.3.0 (2025-11-05)
7+
8+
### Features
9+
10+
- feat: Support loading `.ts` and `.mts` config files. (<a href="https://github.com/streetsidesoftware/cspell/pull/7961">#7961</a>)
11+
12+
### Dictionary Updates
13+
14+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7950">#7950</a>)
15+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7940">#7940</a>)
16+
17+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7933">#7933</a>)
18+
619
## v9.2.2 (2025-10-22)
720

821
### Fixes

0 commit comments

Comments
 (0)