Skip to content

Commit

Permalink
v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jul 17, 2022
1 parent ffcaeff commit 6b7b2a0
Show file tree
Hide file tree
Showing 92 changed files with 399 additions and 137 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17)


### Bug Fixes

* Add SystemServiceBus ([#3234](https://github.com/streetsidesoftware/cspell/issues/3234)) ([ebf666d](https://github.com/streetsidesoftware/cspell/commit/ebf666d45ae1bc4331d6ff3e9a86e641a693326a))


### Features

* Support a default reporter when linting. ([#3236](https://github.com/streetsidesoftware/cspell/issues/3236)) ([ffcaeff](https://github.com/streetsidesoftware/cspell/commit/ffcaeffc2e7395c99bff7a59e6b2a54ac31de384))





## [6.2.4-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.3...v6.2.4-alpha.0) (2022-07-13)


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.

# [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17)

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





## [6.2.4-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.3...v6.2.4-alpha.0) (2022-07-13)


Expand Down
4 changes: 2 additions & 2 deletions integration-tests/package-lock.json

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

8 changes: 4 additions & 4 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": "6.2.4-alpha.0",
"version": "6.3.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": "^6.2.4-alpha.0",
"@cspell/cspell-types": "^6.3.0",
"@octokit/rest": "^19.0.3",
"chalk": "^4.1.2",
"commander": "^9.3.0",
Expand All @@ -36,13 +36,13 @@
"vscode-uri": "^3.0.3"
},
"devDependencies": {
"@cspell/cspell-bundled-dicts": "^6.2.4-alpha.0",
"@cspell/cspell-bundled-dicts": "^6.3.0",
"@cspell/dict-de-de": "^2.1.0",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.0.3",
"@types/rimraf": "^3.0.2",
"@types/shelljs": "^0.8.11",
"cspell": "^6.2.4-alpha.0",
"cspell": "^6.3.0",
"jest": "^28.1.2"
},
"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": "6.2.4-alpha.0"
"version": "6.3.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.

# [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17)

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





## [6.2.4-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.3...v6.2.4-alpha.0) (2022-07-13)

**Note:** Version bump only for package cspell-tools-samples
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.2.4-alpha.0",
"version": "6.3.0",
"description": "Sample files used during unit tests",
"private": true,
"scripts": {
Expand All @@ -11,6 +11,6 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@cspell/cspell-tools": "^6.2.4-alpha.0"
"@cspell/cspell-tools": "^6.3.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.

# [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17)

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





## [6.2.4-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.3...v6.2.4-alpha.0) (2022-07-13)


Expand Down
4 changes: 2 additions & 2 deletions 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": "6.2.4-alpha.0",
"version": "6.3.0",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -89,7 +89,7 @@
"node": ">=14"
},
"devDependencies": {
"@cspell/cspell-tools": "^6.2.4-alpha.0",
"@cspell/cspell-types": "^6.2.4-alpha.0"
"@cspell/cspell-tools": "^6.3.0",
"@cspell/cspell-types": "^6.3.0"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-config/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.

# [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17)

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





## [6.2.4-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.3...v6.2.4-alpha.0) (2022-07-13)

**Note:** Version bump only for package cspell-config
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-config/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-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-config",
"version": "6.2.4-alpha.0",
"version": "6.3.0",
"description": "CSpell config library",
"private": true,
"keywords": [
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">=14"
},
"dependencies": {
"@cspell/cspell-types": "^6.2.4-alpha.0",
"@cspell/cspell-types": "^6.3.0",
"comment-json": "^4.2.2",
"vscode-uri": "^3.0.3",
"yaml": "^1.10.2"
Expand Down
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.

# [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17)

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





## [6.2.4-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.3...v6.2.4-alpha.0) (2022-07-13)

**Note:** Version bump only for package @cspell/cspell-dynamic-loader
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.2.4-alpha.0",
"version": "6.3.0",
"description": "Load cspell or cspell-lib on demand",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"node": ">=14"
},
"dependencies": {
"cspell": "^6.2.4-alpha.0",
"cspell-lib": "^6.2.4-alpha.0",
"cspell": "^6.3.0",
"cspell-lib": "^6.3.0",
"import-fresh": "^3.3.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-eslint-plugin/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.

# [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17)

**Note:** Version bump only for package @cspell/eslint-plugin





## [6.2.4-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.3...v6.2.4-alpha.0) (2022-07-13)

**Note:** Version bump only for package @cspell/eslint-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-eslint-plugin/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-eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "6.2.4-alpha.0",
"version": "6.3.0",
"description": "[WIP] CSpell ESLint plugin",
"keywords": [
"cspell",
Expand Down Expand Up @@ -72,6 +72,6 @@
"ts-json-schema-generator": "^1.0.0"
},
"dependencies": {
"cspell-lib": "^6.2.4-alpha.0"
"cspell-lib": "^6.3.0"
}
}
8 changes: 8 additions & 0 deletions packages/cspell-gitignore/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.

# [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17)

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





## [6.2.4-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.3...v6.2.4-alpha.0) (2022-07-13)

**Note:** Version bump only for package cspell-gitignore
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.2.4-alpha.0",
"version": "6.3.0",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down Expand Up @@ -47,7 +47,7 @@
"node": ">=14"
},
"dependencies": {
"cspell-glob": "^6.2.4-alpha.0",
"cspell-glob": "^6.3.0",
"find-up": "^5.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cspell-glob/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.

# [6.3.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.4-alpha.0...v6.3.0) (2022-07-17)

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





## [6.2.4-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v6.2.3...v6.2.4-alpha.0) (2022-07-13)

**Note:** Version bump only for package cspell-glob
Expand Down
Loading

0 comments on commit 6b7b2a0

Please sign in to comment.