Skip to content

Commit 124eea2

Browse files
author
streetsidesoftware[bot]
committed
v7.0.1
1 parent 221b59b commit 124eea2

File tree

114 files changed

+412
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+412
-61
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

814
**Note:** Version bump only for package cspell-monorepo

integration-tests/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

integration-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cspell-integration-tests",
33
"private": true,
4-
"version": "7.0.0",
4+
"version": "7.0.1",
55
"description": "Integration tests for cspell. It will execute cspell against various repositories and compare the results.",
66
"bin": {
77
"cspell-integration-tests": "tester.js",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"./test-packages/*/*",
77
"./integration-tests"
88
],
9-
"version": "7.0.0",
9+
"version": "7.0.1",
1010
"command": {
1111
"version": {
1212
"allowBranch": "main",

packages/Samples/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

packages/Samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-tools-samples",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Sample files used during unit tests",
55
"private": true,
66
"scripts": {

packages/cspell-bundled-dicts/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

packages/cspell-bundled-dicts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-bundled-dicts",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Dictionaries bundled with cspell",
55
"publishConfig": {
66
"access": "public"

packages/cspell-code-snippets/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

814
**Note:** Version bump only for package @cspell/cspell-code-snippets

packages/cspell-code-snippets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-code-snippets",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Code snippets and data structures.",
55
"private": true,
66
"files": [],

packages/cspell-config-lib/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

packages/cspell-config-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-config-lib",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "CSpell Config library",
55
"keywords": [
66
"cspell",

packages/cspell-dictionary/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

814
**Note:** Version bump only for package cspell-dictionary

packages/cspell-dictionary/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-dictionary",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "A spelling dictionary library useful for checking words and getting suggestions.",
55
"type": "module",
66
"types": "dist/index.d.ts",

packages/cspell-eslint-plugin/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

packages/cspell-eslint-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "7.0.0",
6+
"version": "7.0.1",
77
"description": "CSpell ESLint plugin",
88
"keywords": [
99
"cspell",

packages/cspell-gitignore/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

packages/cspell-gitignore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-gitignore",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Gitignore Glob matcher for cspell",
55
"keywords": [
66
"cspell",

packages/cspell-glob/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

packages/cspell-glob/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-glob",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Glob matcher for cspell",
55
"keywords": [
66
"cspell",

packages/cspell-grammar/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

packages/cspell-grammar/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-grammar",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "Grammar parsing support for cspell",
55
"keywords": [
66
"cspell",

packages/cspell-io/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

packages/cspell-io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-io",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "A library of useful I/O functions used across various cspell tools.",
55
"type": "commonjs",
66
"module": "dist/esm/index.mjs",

packages/cspell-json-reporter/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

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

packages/cspell-json-reporter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cspell/cspell-json-reporter",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "JSON reporter for CSpell",
55
"author": "Jason Dent",
66
"license": "MIT",

packages/cspell-lib/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

814
**Note:** Version bump only for package cspell-lib

packages/cspell-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cspell-lib",
3-
"version": "7.0.0",
3+
"version": "7.0.1",
44
"description": "A library of useful functions used across various cspell tools.",
55
"type": "module",
66
"types": "dist/api/api.d.ts",

packages/cspell-pipe/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

814
**Note:** Version bump only for package @cspell/cspell-pipe

packages/cspell-pipe/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "7.0.0",
6+
"version": "7.0.1",
77
"description": "Library to make working with Iterators/AsyncIterators easier.",
88
"keywords": [
99
"cspell",

packages/cspell-resolver/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
12+
# Change Log

packages/cspell-resolver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "7.0.0",
6+
"version": "7.0.1",
77
"description": "Library to help resolve module locations.",
88
"keywords": [
99
"cspell",

packages/cspell-service-bus/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

814
**Note:** Version bump only for package @cspell/cspell-service-bus

packages/cspell-service-bus/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "7.0.0",
6+
"version": "7.0.1",
77
"description": "A Library for connecting requests to services that can fulfill them.",
88
"keywords": [
99
"cspell"

packages/cspell-strong-weak-map/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

814
**Note:** Version bump only for package @cspell/strong-weak-map

packages/cspell-strong-weak-map/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "7.0.0",
6+
"version": "7.0.1",
77
"description": "A Map with weakly referenced values.",
88
"keywords": [
99
"Map",

packages/cspell-tools/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 7.0.1 (2023-08-21)
7+
8+
### Bug Fixes
9+
10+
* Workflow Bot -- Update Dictionaries (main) ([#4733](https://github.com/streetsidesoftware/cspell/issues/4733)) ([221b59b](https://github.com/streetsidesoftware/cspell/commit/221b59bfe726a3b1fe5f9dcbdef6632983ebebeb))
11+
612
## [7.0.0](https://github.com/streetsidesoftware/cspell/compare/v7.0.1-alpha.9...v7.0.0) (2023-08-10)
713

814
**Note:** Version bump only for package @cspell/cspell-tools

0 commit comments

Comments
 (0)