Skip to content

Commit

Permalink
v8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
streetsidesoftware[bot] committed Aug 17, 2024
1 parent c3eb155 commit 2e050b4
Show file tree
Hide file tree
Showing 127 changed files with 317 additions and 67 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.13.3",
"version": "8.14.0",
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
"bin": {
"cspell-integration-tests": "tester.js",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"./test-packages/*/*",
"./integration-tests"
],
"version": "8.13.3",
"version": "8.14.0",
"command": {
"version": {
"allowBranch": "main",
Expand Down
4 changes: 4 additions & 0 deletions packages/Samples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/Samples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-tools-samples",
"version": "8.13.3",
"version": "8.14.0",
"description": "Sample files used during unit tests",
"private": true,
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-bundled-dicts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.13.3",
"version": "8.14.0",
"description": "Dictionaries bundled with cspell",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-code-snippets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-code-snippets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/cspell-code-snippets",
"version": "8.13.3",
"version": "8.14.0",
"description": "Code snippets and data structures.",
"private": true,
"files": [],
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-config-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-config-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-config-lib",
"version": "8.13.3",
"version": "8.14.0",
"description": "CSpell Config library",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-dictionary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-dictionary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-dictionary",
"version": "8.13.3",
"version": "8.14.0",
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
"type": "module",
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.13.3",
"version": "8.14.0",
"description": "CSpell ESLint plugin",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-filetypes/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)
5 changes: 2 additions & 3 deletions packages/cspell-filetypes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/filetypes",
"version": "8.13.3",
"version": "8.14.0",
"description": "Library to determine file types based upon the file name.",
"keywords": [
"cspell",
Expand Down Expand Up @@ -46,6 +46,5 @@
},
"engines": {
"node": ">=18"
},
"dependencies": {}
}
}
4 changes: 4 additions & 0 deletions packages/cspell-gitignore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-gitignore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-gitignore",
"version": "8.13.3",
"version": "8.14.0",
"description": "Gitignore Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-glob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
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": "8.13.3",
"version": "8.14.0",
"description": "Glob matcher for cspell",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
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": "8.13.3",
"version": "8.14.0",
"description": "Grammar parsing support for cspell",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-io/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
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": "8.13.3",
"version": "8.14.0",
"description": "A library of useful I/O functions used across various cspell tools.",
"type": "module",
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-json-reporter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.13.3",
"version": "8.14.0",
"description": "JSON reporter for CSpell",
"author": "Jason Dent",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspell-lib",
"version": "8.13.3",
"version": "8.14.0",
"description": "A library of useful functions used across various cspell tools.",
"type": "module",
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-normalize-json/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)
3 changes: 1 addition & 2 deletions packages/cspell-normalize-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cspell/normalize-json",
"version": "8.13.3",
"version": "8.14.0",
"description": "A library to normalize JSON objects to reduce the size.",
"keywords": [
"cspell",
Expand Down Expand Up @@ -48,7 +48,6 @@
"engines": {
"node": ">=18"
},
"dependencies": {},
"devDependencies": {
"@cspell/filetypes": "workspace:*"
}
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-pipe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-pipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "8.13.3",
"version": "8.14.0",
"description": "Library to make working with Iterators/AsyncIterators easier.",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-resolver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "8.13.3",
"version": "8.14.0",
"description": "Library to help resolve module locations.",
"keywords": [
"cspell",
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-service-bus/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-service-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "8.13.3",
"version": "8.14.0",
"description": "A Library for connecting requests to services that can fulfill them.",
"keywords": [
"cspell"
Expand Down
4 changes: 4 additions & 0 deletions packages/cspell-strong-weak-map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 8.14.0 (2024-08-17)

* chore: Update Integration Test Performance Data (#6113) ([c3eb155](https://github.com/streetsidesoftware/cspell/commit/c3eb155)), closes [#6113](https://github.com/streetsidesoftware/cspell/issues/6113)

## <small>8.13.3 (2024-08-12)</small>

* chore: Update Integration Test Performance Data (#6079) ([dd28ef5](https://github.com/streetsidesoftware/cspell/commit/dd28ef5)), closes [#6079](https://github.com/streetsidesoftware/cspell/issues/6079)
Expand Down
2 changes: 1 addition & 1 deletion packages/cspell-strong-weak-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "8.13.3",
"version": "8.14.0",
"description": "A Map with weakly referenced values.",
"keywords": [
"Map",
Expand Down
Loading

0 comments on commit 2e050b4

Please sign in to comment.