Skip to content

Commit

Permalink
v5.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Oct 31, 2021
1 parent 8bc7b1c commit 3e9973c
Show file tree
Hide file tree
Showing 71 changed files with 294 additions and 81 deletions.
16 changes: 16 additions & 0 deletions 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.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)


### Bug Fixes

* adjust the AWS integration test to match repo changes. ([#1912](https://github.com/streetsidesoftware/cspell/issues/1912)) ([5918f32](https://github.com/streetsidesoftware/cspell/commit/5918f324999cceef6f935a0a7b994a3a9f216147))
* Change `--wordsOnly` option to `--words-only` ([#1928](https://github.com/streetsidesoftware/cspell/issues/1928)) ([aac621f](https://github.com/streetsidesoftware/cspell/commit/aac621f46b6f1f60185e33cd06d9aab06438bf8f))
* In Document settings. ([#1925](https://github.com/streetsidesoftware/cspell/issues/1925)) ([01c12ce](https://github.com/streetsidesoftware/cspell/commit/01c12ce4113516527abfa0ef9b7fa7a883c18520)), closes [#1628](https://github.com/streetsidesoftware/cspell/issues/1628) [#1629](https://github.com/streetsidesoftware/cspell/issues/1629)
* Remove unnecessary dependency ([#1929](https://github.com/streetsidesoftware/cspell/issues/1929)) ([8bc7b1c](https://github.com/streetsidesoftware/cspell/commit/8bc7b1cc801afe50cbe765af183d187fe2bb6dd9))
* Update software terms ([#1909](https://github.com/streetsidesoftware/cspell/issues/1909)) ([b9c8263](https://github.com/streetsidesoftware/cspell/commit/b9c8263f90afd1a4d961ac7227b0699c64b54333))
* Update software terms and integration snapshots. ([#1916](https://github.com/streetsidesoftware/cspell/issues/1916)) ([0248330](https://github.com/streetsidesoftware/cspell/commit/0248330d0bf25e563bebba64333942bc04ca0275))





## [5.12.3](https://github.com/streetsidesoftware/cspell/compare/v5.12.2...v5.12.3) (2021-10-08)


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

## [5.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)


### Bug Fixes

* adjust the AWS integration test to match repo changes. ([#1912](https://github.com/streetsidesoftware/cspell/issues/1912)) ([5918f32](https://github.com/streetsidesoftware/cspell/commit/5918f324999cceef6f935a0a7b994a3a9f216147))
* Update software terms ([#1909](https://github.com/streetsidesoftware/cspell/issues/1909)) ([b9c8263](https://github.com/streetsidesoftware/cspell/commit/b9c8263f90afd1a4d961ac7227b0699c64b54333))
* Update software terms and integration snapshots. ([#1916](https://github.com/streetsidesoftware/cspell/issues/1916)) ([0248330](https://github.com/streetsidesoftware/cspell/commit/0248330d0bf25e563bebba64333942bc04ca0275))





## [5.12.3](https://github.com/streetsidesoftware/cspell/compare/v5.12.2...v5.12.3) (2021-10-08)


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.12.3",
"version": "5.12.4",
"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.12.3",
"@cspell/cspell-types": "^5.12.4",
"@octokit/rest": "^18.12.0",
"chalk": "^4.1.2",
"commander": "^8.3.0",
Expand All @@ -41,7 +41,7 @@
"@types/node": "^16.11.6",
"@types/rimraf": "^3.0.2",
"@types/shelljs": "^0.8.9",
"cspell": "^5.12.3",
"cspell": "^5.12.4",
"jest": "^27.3.1"
},
"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.12.3"
"version": "5.12.4"
}
12 changes: 12 additions & 0 deletions packages/cspell-bundled-dicts/CHANGELOG.md
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.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)


### Bug Fixes

* Update software terms ([#1909](https://github.com/streetsidesoftware/cspell/issues/1909)) ([b9c8263](https://github.com/streetsidesoftware/cspell/commit/b9c8263f90afd1a4d961ac7227b0699c64b54333))
* Update software terms and integration snapshots. ([#1916](https://github.com/streetsidesoftware/cspell/issues/1916)) ([0248330](https://github.com/streetsidesoftware/cspell/commit/0248330d0bf25e563bebba64333942bc04ca0275))





## [5.12.3](https://github.com/streetsidesoftware/cspell/compare/v5.12.2...v5.12.3) (2021-10-08)

**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.12.3",
"version": "5.12.4",
"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.12.3",
"@cspell/cspell-types": "^5.12.3"
"@cspell/cspell-tools": "^5.12.4",
"@cspell/cspell-types": "^5.12.4"
}
}
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.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)

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





## [5.12.3](https://github.com/streetsidesoftware/cspell/compare/v5.12.2...v5.12.3) (2021-10-08)

**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.12.3",
"version": "5.12.4",
"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.12.3",
"cspell-lib": "^5.12.3",
"cspell": "^5.12.4",
"cspell-lib": "^5.12.4",
"jest": "^27.3.1",
"rimraf": "^3.0.2",
"typescript": "^4.4.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.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)

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





## [5.12.3](https://github.com/streetsidesoftware/cspell/compare/v5.12.2...v5.12.3) (2021-10-08)


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.12.3",
"version": "5.12.4",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down Expand Up @@ -47,7 +47,7 @@
"node": ">=12.13.0"
},
"dependencies": {
"cspell-glob": "^5.12.3",
"cspell-glob": "^5.12.4",
"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.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)

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





## [5.12.3](https://github.com/streetsidesoftware/cspell/compare/v5.12.2...v5.12.3) (2021-10-08)


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.12.3",
"version": "5.12.4",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-grammar/CHANGELOG.md
Expand Up @@ -2,3 +2,7 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)

**Note:** Version bump only for package cspell-grammar
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.

3 changes: 1 addition & 2 deletions packages/cspell-grammar/package.json
@@ -1,6 +1,6 @@
{
"name": "cspell-grammar",
"version": "5.12.3",
"version": "5.12.4",
"private": true,
"description": "Grammar parsing support for cspell",
"keywords": [
Expand Down Expand Up @@ -42,7 +42,6 @@
"engines": {
"node": ">=12.13.0"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^16.11.6",
"jest": "^27.3.1",
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.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)

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





## [5.12.3](https://github.com/streetsidesoftware/cspell/compare/v5.12.2...v5.12.3) (2021-10-08)

**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.12.3",
"version": "5.12.4",
"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.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)


### Bug Fixes

* Remove unnecessary dependency ([#1929](https://github.com/streetsidesoftware/cspell/issues/1929)) ([8bc7b1c](https://github.com/streetsidesoftware/cspell/commit/8bc7b1cc801afe50cbe765af183d187fe2bb6dd9))





## [5.12.3](https://github.com/streetsidesoftware/cspell/compare/v5.12.2...v5.12.3) (2021-10-08)

**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.12.3",
"version": "5.12.4",
"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.12.3",
"@cspell/cspell-types": "^5.12.4",
"mkdirp": "^1.0.4"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cspell-lib/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.12.4](https://github.com/streetsidesoftware/cspell/compare/v5.12.3...v5.12.4) (2021-10-31)


### Bug Fixes

* In Document settings. ([#1925](https://github.com/streetsidesoftware/cspell/issues/1925)) ([01c12ce](https://github.com/streetsidesoftware/cspell/commit/01c12ce4113516527abfa0ef9b7fa7a883c18520)), closes [#1628](https://github.com/streetsidesoftware/cspell/issues/1628) [#1629](https://github.com/streetsidesoftware/cspell/issues/1629)





## [5.12.3](https://github.com/streetsidesoftware/cspell/compare/v5.12.2...v5.12.3) (2021-10-08)

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

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

0 comments on commit 3e9973c

Please sign in to comment.