Skip to content

Commit

Permalink
v5.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 7, 2022
1 parent 9f37575 commit 04d6137
Show file tree
Hide file tree
Showing 77 changed files with 343 additions and 85 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)


### Bug Fixes

* Invalidate cache when config has changed ([#2160](https://github.com/streetsidesoftware/cspell/issues/2160)) ([705c638](https://github.com/streetsidesoftware/cspell/commit/705c638bb305ab448e04d231d03a4310561eb6d1))
* make config file version `0.2` by default. ([#2186](https://github.com/streetsidesoftware/cspell/issues/2186)) ([ed8af60](https://github.com/streetsidesoftware/cspell/commit/ed8af604a6a71de5707fbb324e2c248d2f08ccf0))
* Update dictionaries ([#2173](https://github.com/streetsidesoftware/cspell/issues/2173)) ([d82aeb6](https://github.com/streetsidesoftware/cspell/commit/d82aeb62d3b486621222970bc606ae885694000f))


### Features

* Add support for cache options in config files. ([#2184](https://github.com/streetsidesoftware/cspell/issues/2184)) ([7256919](https://github.com/streetsidesoftware/cspell/commit/7256919ea4c4d8a924e21906f602fb160e2f96c9))
* Remove 40 character limit on spell checking words ([#2175](https://github.com/streetsidesoftware/cspell/issues/2175)) ([5769a0e](https://github.com/streetsidesoftware/cspell/commit/5769a0e9dbab5f68633e57345271c741cd611dad))





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**Note:** Version bump only for package cspell-monorepo
Expand Down
16 changes: 16 additions & 0 deletions integration-tests/CHANGELOG.md
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)


### Bug Fixes

* Update dictionaries ([#2173](https://github.com/streetsidesoftware/cspell/issues/2173)) ([d82aeb6](https://github.com/streetsidesoftware/cspell/commit/d82aeb62d3b486621222970bc606ae885694000f))


### Features

* Remove 40 character limit on spell checking words ([#2175](https://github.com/streetsidesoftware/cspell/issues/2175)) ([5769a0e](https://github.com/streetsidesoftware/cspell/commit/5769a0e9dbab5f68633e57345271c741cd611dad))





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**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
@@ -1,7 +1,7 @@
{
"name": "cspell-integration-tests",
"private": true,
"version": "5.14.0",
"version": "5.15.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.14.0",
"@cspell/cspell-types": "^5.15.0",
"@octokit/rest": "^18.12.0",
"chalk": "^4.1.2",
"commander": "^8.3.0",
Expand All @@ -41,7 +41,7 @@
"@types/node": "^17.0.8",
"@types/rimraf": "^3.0.2",
"@types/shelljs": "^0.8.10",
"cspell": "^5.14.0",
"cspell": "^5.15.0",
"jest": "^27.4.6"
},
"main": "tester.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,5 +4,5 @@
"test-packages/*",
"integration-tests"
],
"version": "5.14.0"
"version": "5.15.0"
}
8 changes: 8 additions & 0 deletions packages/Samples/CHANGELOG.md
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.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)

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





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**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
@@ -1,6 +1,6 @@
{
"name": "cspell-tools-samples",
"version": "5.14.0",
"version": "5.15.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.14.0"
"@cspell/cspell-tools": "^5.15.0"
}
}
11 changes: 11 additions & 0 deletions packages/cspell-bundled-dicts/CHANGELOG.md
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.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)


### Bug Fixes

* Update dictionaries ([#2173](https://github.com/streetsidesoftware/cspell/issues/2173)) ([d82aeb6](https://github.com/streetsidesoftware/cspell/commit/d82aeb62d3b486621222970bc606ae885694000f))





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**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
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-bundled-dicts",
"version": "5.14.0",
"version": "5.15.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.14.0",
"@cspell/cspell-types": "^5.14.0"
"@cspell/cspell-tools": "^5.15.0",
"@cspell/cspell-types": "^5.15.0"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-dynamic-loader/CHANGELOG.md
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.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)

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





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**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
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "5.14.0",
"version": "5.15.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.14.0",
"cspell-lib": "^5.14.0",
"cspell": "^5.15.0",
"cspell-lib": "^5.15.0",
"jest": "^27.4.6",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-gitignore/CHANGELOG.md
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.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)

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





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**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
@@ -1,6 +1,6 @@
{
"name": "cspell-gitignore",
"version": "5.14.0",
"version": "5.15.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.14.0",
"cspell-glob": "^5.15.0",
"find-up": "^5.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-glob/CHANGELOG.md
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.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)

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





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**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
@@ -1,6 +1,6 @@
{
"name": "cspell-glob",
"version": "5.14.0",
"version": "5.15.0",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-grammar/CHANGELOG.md
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.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)

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





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**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
@@ -1,6 +1,6 @@
{
"name": "cspell-grammar",
"version": "5.14.0",
"version": "5.15.0",
"private": true,
"description": "Grammar parsing support for cspell",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-io/CHANGELOG.md
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.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)

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





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**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
@@ -1,6 +1,6 @@
{
"name": "cspell-io",
"version": "5.14.0",
"version": "5.15.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
11 changes: 11 additions & 0 deletions packages/cspell-json-reporter/CHANGELOG.md
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.15.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0...v5.15.0) (2022-01-07)


### Features

* Add support for cache options in config files. ([#2184](https://github.com/streetsidesoftware/cspell/issues/2184)) ([7256919](https://github.com/streetsidesoftware/cspell/commit/7256919ea4c4d8a924e21906f602fb160e2f96c9))





# [5.14.0](https://github.com/streetsidesoftware/cspell/compare/v5.14.0-alpha.0...v5.14.0) (2021-12-29)

**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
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-json-reporter",
"version": "5.14.0",
"version": "5.15.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.14.0",
"@cspell/cspell-types": "^5.15.0",
"mkdirp": "^1.0.4"
},
"devDependencies": {
Expand Down

0 comments on commit 04d6137

Please sign in to comment.