Skip to content

Commit 7112fa0

Browse files
committed
v5.10.0
1 parent edb1814 commit 7112fa0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+255
-73
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Roll back update to `@cspell/dict-en-gb@2` ([#1712](https://github.com/streetsidesoftware/cspell/issues/1712)) ([edb1814](https://github.com/streetsidesoftware/cspell/commit/edb18141b5aea8c5fc09221b79340c8e8ab46a74))
12+
13+
14+
15+
16+
617
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
718

819

integration-tests/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
**Note:** Version bump only for package cspell-integration-tests
9+
10+
11+
12+
13+
614
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
715

816

integration-tests/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cspell-integration-tests",
33
"private": true,
4-
"version": "5.10.0-alpha.6",
4+
"version": "5.10.0",
55
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
66
"bin": {
77
"cspell-integration-tests": "tester.js"
@@ -38,7 +38,7 @@
3838
"@types/node": "^16.9.1",
3939
"@types/rimraf": "^3.0.2",
4040
"@types/shelljs": "^0.8.9",
41-
"cspell": "^5.10.0-alpha.6",
41+
"cspell": "^5.10.0",
4242
"jest": "^27.2.0"
4343
},
4444
"main": "tester.js",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"test-packages/*",
55
"integration-tests"
66
],
7-
"version": "5.10.0-alpha.6"
7+
"version": "5.10.0"
88
}

packages/cspell-bundled-dicts/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Roll back update to `@cspell/dict-en-gb@2` ([#1712](https://github.com/streetsidesoftware/cspell/issues/1712)) ([edb1814](https://github.com/streetsidesoftware/cspell/commit/edb18141b5aea8c5fc09221b79340c8e8ab46a74))
12+
13+
14+
15+
16+
617
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
718

819

packages/cspell-bundled-dicts/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cspell-bundled-dicts/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-bundled-dicts",
3-
"version": "5.10.0-alpha.6",
3+
"version": "5.10.0",
44
"description": "Dictionaries bundled with cspell",
55
"publishConfig": {
66
"access": "public"
@@ -84,7 +84,7 @@
8484
"node": ">=12.13.0"
8585
},
8686
"devDependencies": {
87-
"@cspell/cspell-tools": "^5.10.0-alpha.6",
88-
"@cspell/cspell-types": "^5.10.0-alpha.6"
87+
"@cspell/cspell-tools": "^5.10.0",
88+
"@cspell/cspell-types": "^5.10.0"
8989
}
9090
}

packages/cspell-dynamic-loader/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
**Note:** Version bump only for package @cspell/cspell-dynamic-loader
9+
10+
11+
12+
13+
614
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
715

816

packages/cspell-dynamic-loader/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cspell-dynamic-loader/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"version": "5.10.0-alpha.6",
7+
"version": "5.10.0",
88
"description": "Load cspell or cspell-lib on demand",
99
"main": "dist/index.js",
1010
"typings": "dist/index.d.ts",
@@ -49,8 +49,8 @@
4949
"import-fresh": "^3.3.0"
5050
},
5151
"devDependencies": {
52-
"cspell": "^5.10.0-alpha.6",
53-
"cspell-lib": "^5.10.0-alpha.6",
52+
"cspell": "^5.10.0",
53+
"cspell-lib": "^5.10.0",
5454
"jest": "^27.2.0",
5555
"rimraf": "^3.0.2",
5656
"typescript": "^4.4.3"

packages/cspell-glob/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
**Note:** Version bump only for package cspell-glob
9+
10+
11+
12+
13+
614
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
715

816

packages/cspell-glob/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cspell-glob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-glob",
3-
"version": "5.10.0-alpha.6",
3+
"version": "5.10.0",
44
"description": "Glob matcher for cspell",
55
"keywords": [
66
"cspell",

packages/cspell-io/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
**Note:** Version bump only for package cspell-io
9+
10+
11+
12+
13+
614
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
715

816

packages/cspell-io/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cspell-io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-io",
3-
"version": "5.10.0-alpha.6",
3+
"version": "5.10.0",
44
"description": "A library of useful I/O functions used across various cspell tools.",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

packages/cspell-json-reporter/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
**Note:** Version bump only for package @cspell/cspell-json-reporter
9+
10+
11+
12+
13+
614
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
715

816

packages/cspell-json-reporter/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cspell-json-reporter/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-json-reporter",
3-
"version": "5.10.0-alpha.6",
3+
"version": "5.10.0",
44
"description": "JSON reporter for CSpell",
55
"author": "Jason Dent",
66
"license": "MIT",
@@ -38,12 +38,12 @@
3838
"update-snapshot": "jest --updateSnapshot"
3939
},
4040
"dependencies": {
41-
"@cspell/cspell-types": "^5.10.0-alpha.6",
41+
"@cspell/cspell-types": "^5.10.0",
4242
"mkdirp": "^1.0.4"
4343
},
4444
"devDependencies": {
4545
"@types/mkdirp": "^1.0.2",
46-
"cspell": "^5.10.0-alpha.6"
46+
"cspell": "^5.10.0"
4747
},
4848
"engines": {
4949
"node": ">=12.0.0"

packages/cspell-lib/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
**Note:** Version bump only for package cspell-lib
9+
10+
11+
12+
13+
614
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
715

816

packages/cspell-lib/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cspell-lib/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-lib",
3-
"version": "5.10.0-alpha.6",
3+
"version": "5.10.0",
44
"description": "A library of useful functions used across various cspell tools.",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -47,15 +47,15 @@
4747
},
4848
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
4949
"dependencies": {
50-
"@cspell/cspell-bundled-dicts": "^5.10.0-alpha.6",
51-
"@cspell/cspell-types": "^5.10.0-alpha.6",
50+
"@cspell/cspell-bundled-dicts": "^5.10.0",
51+
"@cspell/cspell-types": "^5.10.0",
5252
"clear-module": "^4.1.1",
5353
"comment-json": "^4.1.1",
5454
"configstore": "^5.0.1",
5555
"cosmiconfig": "^7.0.1",
56-
"cspell-glob": "^5.10.0-alpha.6",
57-
"cspell-io": "^5.10.0-alpha.6",
58-
"cspell-trie-lib": "^5.10.0-alpha.6",
56+
"cspell-glob": "^5.10.0",
57+
"cspell-io": "^5.10.0",
58+
"cspell-trie-lib": "^5.10.0",
5959
"find-up": "^5.0.0",
6060
"fs-extra": "^10.0.0",
6161
"gensequence": "^3.1.1",

packages/cspell-tools/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
**Note:** Version bump only for package @cspell/cspell-tools
9+
10+
11+
12+
13+
614
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
715

816

packages/cspell-tools/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cspell-tools/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-tools",
3-
"version": "5.10.0-alpha.6",
3+
"version": "5.10.0",
44
"description": "Tools to assist with the development of cSpell",
55
"typings": "dist/index.d.ts",
66
"publishConfig": {
@@ -46,12 +46,12 @@
4646
"homepage": "https://github.com/streetsidesoftware/cspell#readme",
4747
"dependencies": {
4848
"commander": "^8.2.0",
49-
"cspell-io": "^5.10.0-alpha.6",
50-
"cspell-trie-lib": "^5.10.0-alpha.6",
49+
"cspell-io": "^5.10.0",
50+
"cspell-trie-lib": "^5.10.0",
5151
"fs-extra": "^10.0.0",
5252
"gensequence": "^3.1.1",
5353
"glob": "^7.1.7",
54-
"hunspell-reader": "^5.10.0-alpha.6"
54+
"hunspell-reader": "^5.10.0"
5555
},
5656
"engines": {
5757
"node": ">=12.13.0"

packages/cspell-trie-lib/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [5.10.0](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.6...v5.10.0) (2021-09-17)
7+
8+
**Note:** Version bump only for package cspell-trie-lib
9+
10+
11+
12+
13+
614
# [5.10.0-alpha.6](https://github.com/streetsidesoftware/cspell/compare/v5.10.0-alpha.5...v5.10.0-alpha.6) (2021-09-17)
715

816

packages/cspell-trie-lib/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cspell-trie-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-trie-lib",
3-
"version": "5.10.0-alpha.6",
3+
"version": "5.10.0",
44
"description": "Trie Data Structure to support cspell.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)