Skip to content

Commit 138edb6

Browse files
Jason3Sgithub-actions[bot]
authored andcommitted
chore: Prepare Release v9.1.6
1 parent 64202ec commit 138edb6

File tree

29 files changed

+649
-3
lines changed

29 files changed

+649
-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.1.5",
3-
"version": "9.1.5",
4-
"tag": "v9.1.5"
2+
"name": "v9.1.6",
3+
"version": "9.1.6",
4+
"tag": "v9.1.6"
55
}

CHANGELOG.md

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,95 @@
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.1.6 (2025-07-19)
7+
8+
<details>
9+
<summary>refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)</summary>
10+
11+
### refactor: Support url based cache entries ([#7639](https://github.com/streetsidesoftware/cspell/pull/7639))
12+
13+
---
14+
15+
</details>
16+
17+
### Fixes
18+
19+
<details>
20+
<summary>fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)</summary>
21+
22+
### fix: Remove `flat-cache` dependency ([#7636](https://github.com/streetsidesoftware/cspell/pull/7636))
23+
24+
`flat-cache` v6 is not compatible with the cspell cache. Since `flat-cache` was mostly a pass through to `flatted`, it was better to just replace it.
25+
26+
---
27+
28+
</details>
29+
30+
<details>
31+
<summary>refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)</summary>
32+
33+
### refactor: move towards caching URLs ([#7634](https://github.com/streetsidesoftware/cspell/pull/7634))
34+
35+
---
36+
37+
</details>
38+
39+
<details>
40+
<summary>fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)</summary>
41+
42+
### fix: Support async cache ([#7631](https://github.com/streetsidesoftware/cspell/pull/7631))
43+
44+
---
45+
46+
</details>
47+
48+
<details>
49+
<summary>fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)</summary>
50+
51+
### fix: Replace file-entry-cache ([#6579](https://github.com/streetsidesoftware/cspell/pull/6579))
52+
53+
Deprecating the use of file-entry-cache.
54+
55+
v10 of `file-entry-cache` breaks the spell checker and bloats the cache size.
56+
57+
This PR is the first step in reducing the dependency upon file-entry-cache and its dependencies.
58+
59+
---
60+
61+
</details>
62+
63+
<details>
64+
<summary>fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)</summary>
65+
66+
### fix: Clean cspell-lib type exports ([#7615](https://github.com/streetsidesoftware/cspell/pull/7615))
67+
68+
---
69+
70+
</details>
71+
72+
### Dictionary Updates
73+
74+
<details>
75+
<summary>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)</summary>
76+
77+
### fix: Workflow Bot -- Update Dictionaries (main) ([#7618](https://github.com/streetsidesoftware/cspell/pull/7618))
78+
79+
# Update Dictionaries (main)
80+
81+
## Summary
82+
83+
```
84+
integration-tests/snapshots/vitest-dev/vitest/report.yaml | 10 ++--------
85+
integration-tests/snapshots/vitest-dev/vitest/snapshot.txt | 5 +----
86+
packages/cspell-bundled-dicts/package.json | 2 +-
87+
pnpm-lock.yaml | 12 ++++++------
88+
4 files changed, 10 insertions(+), 19 deletions(-)
89+
```
90+
91+
---
92+
93+
</details>
94+
695
## v9.1.5 (2025-07-13)
796

897
### Fixes

packages/Samples/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.6 (2025-07-19)
7+
8+
- refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)
9+
10+
### Fixes
11+
12+
- fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)
13+
- refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)
14+
15+
- fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)
16+
- fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)
17+
18+
- fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)
19+
20+
### Dictionary Updates
21+
22+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)
23+
624
## v9.1.5 (2025-07-13)
725

826
### Fixes

packages/cspell-bundled-dicts/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.6 (2025-07-19)
7+
8+
- refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)
9+
10+
### Fixes
11+
12+
- fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)
13+
- refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)
14+
15+
- fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)
16+
- fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)
17+
18+
- fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)
19+
20+
### Dictionary Updates
21+
22+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)
23+
624
## v9.1.5 (2025-07-13)
725

826
### Fixes

packages/cspell-config-lib/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.6 (2025-07-19)
7+
8+
- refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)
9+
10+
### Fixes
11+
12+
- fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)
13+
- refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)
14+
15+
- fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)
16+
- fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)
17+
18+
- fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)
19+
20+
### Dictionary Updates
21+
22+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)
23+
624
## v9.1.5 (2025-07-13)
725

826
### Fixes

packages/cspell-dictionary/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.6 (2025-07-19)
7+
8+
- refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)
9+
10+
### Fixes
11+
12+
- fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)
13+
- refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)
14+
15+
- fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)
16+
- fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)
17+
18+
- fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)
19+
20+
### Dictionary Updates
21+
22+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)
23+
624
## v9.1.5 (2025-07-13)
725

826
### Fixes

packages/cspell-eslint-plugin/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.6 (2025-07-19)
7+
8+
- refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)
9+
10+
### Fixes
11+
12+
- fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)
13+
- refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)
14+
15+
- fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)
16+
- fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)
17+
18+
- fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)
19+
20+
### Dictionary Updates
21+
22+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)
23+
624
## v9.1.5 (2025-07-13)
725

826
### Fixes

packages/cspell-filetypes/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.6 (2025-07-19)
7+
8+
- refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)
9+
10+
### Fixes
11+
12+
- fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)
13+
- refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)
14+
15+
- fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)
16+
- fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)
17+
18+
- fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)
19+
20+
### Dictionary Updates
21+
22+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)
23+
624
## v9.1.5 (2025-07-13)
725

826
### Fixes

packages/cspell-gitignore/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.6 (2025-07-19)
7+
8+
- refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)
9+
10+
### Fixes
11+
12+
- fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)
13+
- refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)
14+
15+
- fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)
16+
- fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)
17+
18+
- fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)
19+
20+
### Dictionary Updates
21+
22+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)
23+
624
## v9.1.5 (2025-07-13)
725

826
### Fixes

packages/cspell-glob/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.1.6 (2025-07-19)
7+
8+
- refactor: Support url based cache entries (<a href="https://github.com/streetsidesoftware/cspell/pull/7639">#7639</a>)
9+
10+
### Fixes
11+
12+
- fix: Remove `flat-cache` dependency (<a href="https://github.com/streetsidesoftware/cspell/pull/7636">#7636</a>)
13+
- refactor: move towards caching URLs (<a href="https://github.com/streetsidesoftware/cspell/pull/7634">#7634</a>)
14+
15+
- fix: Support async cache (<a href="https://github.com/streetsidesoftware/cspell/pull/7631">#7631</a>)
16+
- fix: Replace file-entry-cache (<a href="https://github.com/streetsidesoftware/cspell/pull/6579">#6579</a>)
17+
18+
- fix: Clean cspell-lib type exports (<a href="https://github.com/streetsidesoftware/cspell/pull/7615">#7615</a>)
19+
20+
### Dictionary Updates
21+
22+
- fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/pull/7618">#7618</a>)
23+
624
## v9.1.5 (2025-07-13)
725

826
### Fixes

0 commit comments

Comments
 (0)