From e22d8b0487a6bbb08d4a73a6d7d561e8aed02f66 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:45:42 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 10 +++++----- CHANGELOG.md | 21 +++++++++++++++++++++ dictionaries/bash/CHANGELOG.md | 9 +++++++++ dictionaries/bash/package.json | 2 +- dictionaries/cspell/CHANGELOG.md | 10 ++++++++++ dictionaries/cspell/package.json | 2 +- dictionaries/npm/CHANGELOG.md | 9 +++++++++ dictionaries/npm/package.json | 2 +- dictionaries/shell/CHANGELOG.md | 7 +++++++ dictionaries/shell/package.json | 2 +- package.json | 2 +- 11 files changed, 66 insertions(+), 10 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f295be7fb71..234c38a2571 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { - ".": "33.7.3", + ".": "33.8.0", "dictionaries/ada": "4.1.1", "dictionaries/aws": "4.0.17", - "dictionaries/bash": "4.2.2", + "dictionaries/bash": "4.2.3", "dictionaries/bg_BG": "3.0.8", "dictionaries/ca": "3.1.2", "dictionaries/city-names-finland": "3.0.6", @@ -52,7 +52,7 @@ "dictionaries/nb_NO": "2.0.6", "dictionaries/nl_NL": "2.4.2", "dictionaries/node": "5.0.9", - "dictionaries/npm": "5.2.38", + "dictionaries/npm": "5.2.39", "dictionaries/php": "4.1.1", "dictionaries/pl_PL": "3.0.6", "dictionaries/powershell": "5.0.15", @@ -81,7 +81,7 @@ "dictionaries/ar": "1.1.7", "dictionaries/markdown": "2.0.16", "dictionaries/gaming-terms": "1.1.2", - "dictionaries/shell": "1.1.2", + "dictionaries/shell": "1.2.0", "dictionaries/svelte": "1.0.7", "dictionaries/k8s": "1.0.12", "dictionaries/en_shared": "1.0.51", @@ -114,7 +114,7 @@ "dictionaries/google": "1.0.9", "dictionaries/people-names": "1.1.16", "dictionaries/flutter": "1.1.1", - "dictionaries/cspell": "2.0.59", + "dictionaries/cspell": "2.0.60", "dictionaries/mk": "1.0.3", "dictionaries/gis": "1.0.3", "dictionaries/pokemon": "1.0.3", diff --git a/CHANGELOG.md b/CHANGELOG.md index d842de66d14..8fdc5ab9e51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Release Notes +## [33.8.0](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@33.7.3...cspell-dicts@33.8.0) (2026-04-08) + + +### Features + +* Add environment variables and shopt options to bash dictionary ([#5408](https://github.com/streetsidesoftware/cspell-dicts/issues/5408)) ([0cb48cd](https://github.com/streetsidesoftware/cspell-dicts/commit/0cb48cdf3bb1c959bfad93dc428bd0ff3d3e918e)) + + +### Updates and Bug Fixes + +* Workflow Bot -- Update Dictionaries ([#5380](https://github.com/streetsidesoftware/cspell-dicts/issues/5380)) ([afd87a0](https://github.com/streetsidesoftware/cspell-dicts/commit/afd87a05cf5167ff7dd428c39708ea3751d4dd2e)) +* Workflow Bot -- Update Dictionaries ([#5397](https://github.com/streetsidesoftware/cspell-dicts/issues/5397)) ([8a138b1](https://github.com/streetsidesoftware/cspell-dicts/commit/8a138b1fa2aa7de677d25e82b942793cd7fcec30)) +* Workflow Bot -- Update Dictionaries ([#5401](https://github.com/streetsidesoftware/cspell-dicts/issues/5401)) ([cc921c4](https://github.com/streetsidesoftware/cspell-dicts/commit/cc921c4eae38014416b5b2aeb4ffd64965bd4402)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @cspell/dict-cspell-bundle bumped to 2.0.60 + ## [33.7.3](https://github.com/streetsidesoftware/cspell-dicts/compare/cspell-dicts@33.7.2...cspell-dicts@33.7.3) (2026-03-26) diff --git a/dictionaries/bash/CHANGELOG.md b/dictionaries/bash/CHANGELOG.md index ddd38441644..57c406f0d01 100644 --- a/dictionaries/bash/CHANGELOG.md +++ b/dictionaries/bash/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.2.3](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-bash@4.2.2...@cspell/dict-bash@4.2.3) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cspell/dict-shell bumped to 1.2.0 + ## [4.2.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-bash@4.2.1...@cspell/dict-bash@4.2.2) (2025-10-26) diff --git a/dictionaries/bash/package.json b/dictionaries/bash/package.json index d037d41e291..14abfdc2433 100644 --- a/dictionaries/bash/package.json +++ b/dictionaries/bash/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-bash", - "version": "4.2.2", + "version": "4.2.3", "description": "Bash dictionary for cspell.", "publishConfig": { "access": "public", diff --git a/dictionaries/cspell/CHANGELOG.md b/dictionaries/cspell/CHANGELOG.md index ee79113e27e..0a2e0ff539d 100644 --- a/dictionaries/cspell/CHANGELOG.md +++ b/dictionaries/cspell/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [2.0.60](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.59...@cspell/dict-cspell-bundle@2.0.60) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @cspell/dict-bash bumped to 4.2.3 + * @cspell/dict-npm bumped to 5.2.39 + ## [2.0.59](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-cspell-bundle@2.0.58...@cspell/dict-cspell-bundle@2.0.59) (2026-03-26) diff --git a/dictionaries/cspell/package.json b/dictionaries/cspell/package.json index 314dfc76fe0..d07321654dc 100644 --- a/dictionaries/cspell/package.json +++ b/dictionaries/cspell/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-cspell-bundle", - "version": "2.0.59", + "version": "2.0.60", "private": false, "description": "Dictionaries included with the CSpell Command Line tool.", "publishConfig": { diff --git a/dictionaries/npm/CHANGELOG.md b/dictionaries/npm/CHANGELOG.md index 87850a0ddce..307146bab3b 100644 --- a/dictionaries/npm/CHANGELOG.md +++ b/dictionaries/npm/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.39](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.2.38...@cspell/dict-npm@5.2.39) (2026-04-08) + + +### Updates and Bug Fixes + +* Workflow Bot -- Update Dictionaries ([#5380](https://github.com/streetsidesoftware/cspell-dicts/issues/5380)) ([afd87a0](https://github.com/streetsidesoftware/cspell-dicts/commit/afd87a05cf5167ff7dd428c39708ea3751d4dd2e)) +* Workflow Bot -- Update Dictionaries ([#5397](https://github.com/streetsidesoftware/cspell-dicts/issues/5397)) ([8a138b1](https://github.com/streetsidesoftware/cspell-dicts/commit/8a138b1fa2aa7de677d25e82b942793cd7fcec30)) +* Workflow Bot -- Update Dictionaries ([#5401](https://github.com/streetsidesoftware/cspell-dicts/issues/5401)) ([cc921c4](https://github.com/streetsidesoftware/cspell-dicts/commit/cc921c4eae38014416b5b2aeb4ffd64965bd4402)) + ## [5.2.38](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-npm@5.2.37...@cspell/dict-npm@5.2.38) (2026-03-22) diff --git a/dictionaries/npm/package.json b/dictionaries/npm/package.json index 2d40ab3b1de..f9e13dcd6fb 100644 --- a/dictionaries/npm/package.json +++ b/dictionaries/npm/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-npm", - "version": "5.2.38", + "version": "5.2.39", "description": "Dictionary of common NPM packages for cspell.", "publishConfig": { "access": "public", diff --git a/dictionaries/shell/CHANGELOG.md b/dictionaries/shell/CHANGELOG.md index 0856bf1bf9f..40aa7ad72de 100644 --- a/dictionaries/shell/CHANGELOG.md +++ b/dictionaries/shell/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-shell@1.1.2...@cspell/dict-shell@1.2.0) (2026-04-08) + + +### Features + +* Add environment variables and shopt options to bash dictionary ([#5408](https://github.com/streetsidesoftware/cspell-dicts/issues/5408)) ([0cb48cd](https://github.com/streetsidesoftware/cspell-dicts/commit/0cb48cdf3bb1c959bfad93dc428bd0ff3d3e918e)) + ## [1.1.2](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-shell@1.1.1...@cspell/dict-shell@1.1.2) (2025-10-26) diff --git a/dictionaries/shell/package.json b/dictionaries/shell/package.json index b69bd6f1585..f150779610f 100644 --- a/dictionaries/shell/package.json +++ b/dictionaries/shell/package.json @@ -1,6 +1,6 @@ { "name": "@cspell/dict-shell", - "version": "1.1.2", + "version": "1.2.0", "description": "Shell Script dictionary for cspell.", "publishConfig": { "access": "public", diff --git a/package.json b/package.json index 1d02500df2d..e8fe3db40ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cspell-dicts", - "version": "33.7.3", + "version": "33.8.0", "private": true, "packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8", "scripts": {