Skip to content

Commit

Permalink
v5.17.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 26, 2022
1 parent a904fdf commit d884218
Show file tree
Hide file tree
Showing 80 changed files with 371 additions and 90 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)


### Bug Fixes

* (cspell-glob) Make sure `cwd` can be set. ([#2316](https://github.com/streetsidesoftware/cspell/issues/2316)) ([80087ac](https://github.com/streetsidesoftware/cspell/commit/80087ac1028d5c34d20274f6d4d2889e485664be))
* (cspell) Mark forbidden and no suggest words ([#2302](https://github.com/streetsidesoftware/cspell/issues/2302)) ([c474cec](https://github.com/streetsidesoftware/cspell/commit/c474cec8e2983979c36b13ee1d33c334f027667f))
* add `--fail-fast` to cspell README.md ([#2340](https://github.com/streetsidesoftware/cspell/issues/2340)) ([5554ecb](https://github.com/streetsidesoftware/cspell/commit/5554ecbcdee4c25998b327918f9461c266558ce0))
* Explicitly import `types` ([#2343](https://github.com/streetsidesoftware/cspell/issues/2343)) ([7131001](https://github.com/streetsidesoftware/cspell/commit/71310012c63b7f77e8276e96f0885e8f7eec7e39)), closes [#2341](https://github.com/streetsidesoftware/cspell/issues/2341)
* Make sure `${cwd}/` works in globs. ([#2315](https://github.com/streetsidesoftware/cspell/issues/2315)) ([2dbe93e](https://github.com/streetsidesoftware/cspell/commit/2dbe93e32119425b0190e388b4a6017f6b71702f))
* Move `suggestionEditCosts` into `dictionaryInformation` ([#2296](https://github.com/streetsidesoftware/cspell/issues/2296)) ([021e781](https://github.com/streetsidesoftware/cspell/commit/021e7819c8b53e6f6b91b92723f581e4641eb224))


### Features

* add `--fail-fast` cli option ([#2338](https://github.com/streetsidesoftware/cspell/issues/2338)) ([7c17c22](https://github.com/streetsidesoftware/cspell/commit/7c17c226f8037f7d90cf64277f1ff8e1815e1750)), closes [#2294](https://github.com/streetsidesoftware/cspell/issues/2294)
* Add `failFast` config option to exit as soon as an issue encountered ([#2307](https://github.com/streetsidesoftware/cspell/issues/2307)) ([26dd25a](https://github.com/streetsidesoftware/cspell/commit/26dd25af41ea6a15e98f82b1853e942e333085c0))
* Add cli command to show suggestions. ([#2299](https://github.com/streetsidesoftware/cspell/issues/2299)) ([1db4777](https://github.com/streetsidesoftware/cspell/commit/1db47775e7903a9b5838bdc5b49229258f5e683b))
* Support REPL style reading from stdin ([#2342](https://github.com/streetsidesoftware/cspell/issues/2342)) ([78bf751](https://github.com/streetsidesoftware/cspell/commit/78bf751930dff94320326e97b91fea2a39edc6e1)), closes [#2294](https://github.com/streetsidesoftware/cspell/issues/2294)
* Support using `stdin` for trace. ([#2300](https://github.com/streetsidesoftware/cspell/issues/2300)) ([7967ffe](https://github.com/streetsidesoftware/cspell/commit/7967ffec9f2dbbed0bf73eb8f2e648e9f67a7f95))





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)


Expand Down
8 changes: 8 additions & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)

**Note:** Version bump only for package cspell-integration-tests





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)

**Note:** Version bump only for package cspell-integration-tests
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
"version": "5.16.0",
"version": "5.17.0-alpha.0",
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
"bin": {
"cspell-integration-tests": "tester.js"
Expand All @@ -24,7 +24,7 @@
"author": "Jason Dent",
"license": "MIT",
"dependencies": {
"@cspell/cspell-types": "^5.16.0",
"@cspell/cspell-types": "^5.17.0-alpha.0",
"@octokit/rest": "^18.12.0",
"chalk": "^4.1.2",
"commander": "^8.3.0",
Expand All @@ -41,7 +41,7 @@
"@types/node": "^17.0.12",
"@types/rimraf": "^3.0.2",
"@types/shelljs": "^0.8.11",
"cspell": "^5.16.0",
"cspell": "^5.17.0-alpha.0",
"jest": "^27.4.7"
},
"main": "tester.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"test-packages/*",
"integration-tests"
],
"version": "5.16.0"
"version": "5.17.0-alpha.0"
}
8 changes: 8 additions & 0 deletions packages/Samples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)

**Note:** Version bump only for package cspell-tools-samples





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)

**Note:** Version bump only for package cspell-tools-samples
Expand Down
2 changes: 1 addition & 1 deletion packages/Samples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/Samples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-tools-samples",
"version": "5.16.0",
"version": "5.17.0-alpha.0",
"description": "Sample files used during unit tests",
"private": true,
"scripts": {
Expand All @@ -11,6 +11,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-tools": "^5.16.0"
"@cspell/cspell-tools": "^5.17.0-alpha.0"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-bundled-dicts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)

**Note:** Version bump only for package @cspell/cspell-bundled-dicts





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)

**Note:** Version bump only for package @cspell/cspell-bundled-dicts
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-bundled-dicts",
"version": "5.16.0",
"version": "5.17.0-alpha.0",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -85,7 +85,7 @@
"node": ">=12.13.0"
},
"devDependencies": {
"@cspell/cspell-tools": "^5.16.0",
"@cspell/cspell-types": "^5.16.0"
"@cspell/cspell-tools": "^5.17.0-alpha.0",
"@cspell/cspell-types": "^5.17.0-alpha.0"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-dynamic-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)

**Note:** Version bump only for package @cspell/cspell-dynamic-loader





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)

**Note:** Version bump only for package @cspell/cspell-dynamic-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-dynamic-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cspell-dynamic-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "5.16.0",
"version": "5.17.0-alpha.0",
"description": "Load cspell or cspell-lib on demand",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -48,8 +48,8 @@
"import-fresh": "^3.3.0"
},
"devDependencies": {
"cspell": "^5.16.0",
"cspell-lib": "^5.16.0",
"cspell": "^5.17.0-alpha.0",
"cspell-lib": "^5.17.0-alpha.0",
"jest": "^27.4.7",
"rimraf": "^3.0.2",
"typescript": "^4.5.5"
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-gitignore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)


### Features

* Support REPL style reading from stdin ([#2342](https://github.com/streetsidesoftware/cspell/issues/2342)) ([78bf751](https://github.com/streetsidesoftware/cspell/commit/78bf751930dff94320326e97b91fea2a39edc6e1)), closes [#2294](https://github.com/streetsidesoftware/cspell/issues/2294)





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)

**Note:** Version bump only for package cspell-gitignore
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-gitignore/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cspell-gitignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-gitignore",
"version": "5.16.0",
"version": "5.17.0-alpha.0",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down Expand Up @@ -47,7 +47,7 @@
"node": ">=12.13.0"
},
"dependencies": {
"cspell-glob": "^5.16.0",
"cspell-glob": "^5.17.0-alpha.0",
"find-up": "^5.0.0"
},
"devDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/cspell-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)


### Bug Fixes

* (cspell-glob) Make sure `cwd` can be set. ([#2316](https://github.com/streetsidesoftware/cspell/issues/2316)) ([80087ac](https://github.com/streetsidesoftware/cspell/commit/80087ac1028d5c34d20274f6d4d2889e485664be))
* Make sure `${cwd}/` works in globs. ([#2315](https://github.com/streetsidesoftware/cspell/issues/2315)) ([2dbe93e](https://github.com/streetsidesoftware/cspell/commit/2dbe93e32119425b0190e388b4a6017f6b71702f))





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)

**Note:** Version bump only for package cspell-glob
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-glob/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-glob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-glob",
"version": "5.16.0",
"version": "5.17.0-alpha.0",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)

**Note:** Version bump only for package cspell-grammar





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)

**Note:** Version bump only for package cspell-grammar
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-grammar/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-grammar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-grammar",
"version": "5.16.0",
"version": "5.17.0-alpha.0",
"private": true,
"description": "Grammar parsing support for cspell",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-io/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)

**Note:** Version bump only for package cspell-io





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)

**Note:** Version bump only for package cspell-io
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-io/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cspell-io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-io",
"version": "5.16.0",
"version": "5.17.0-alpha.0",
"description": "A library of useful I/O functions used across various cspell tools.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-json-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.17.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.16.0...v5.17.0-alpha.0) (2022-01-26)

**Note:** Version bump only for package @cspell/cspell-json-reporter





# [5.16.0](https://github.com/streetsidesoftware/cspell/compare/v5.15.3...v5.16.0) (2022-01-20)

**Note:** Version bump only for package @cspell/cspell-json-reporter
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-json-reporter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/cspell-json-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-json-reporter",
"version": "5.16.0",
"version": "5.17.0-alpha.0",
"description": "JSON reporter for CSpell",
"author": "Jason Dent",
"license": "MIT",
Expand Down Expand Up @@ -38,7 +38,7 @@
"update-snapshot": "jest --updateSnapshot"
},
"dependencies": {
"@cspell/cspell-types": "^5.16.0",
"@cspell/cspell-types": "^5.17.0-alpha.0",
"mkdirp": "^1.0.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d884218

Please sign in to comment.