Skip to content

Commit

Permalink
v19.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
escapedcat committed Feb 28, 2024
1 parent 5a01f59 commit 9b4ac34
Show file tree
Hide file tree
Showing 52 changed files with 290 additions and 73 deletions.
8 changes: 8 additions & 0 deletions @alias/commitlint-config-angular/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package commitlint-config-angular





# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-angular/package.json
@@ -1,7 +1,7 @@
{
"name": "commitlint-config-angular",
"type": "module",
"version": "19.0.0",
"version": "19.0.3",
"description": "Shareable commitlint config enforcing the angular commit convention",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-angular": "^19.0.0"
"@commitlint/config-angular": "^19.0.3"
},
"devDependencies": {
"@commitlint/utils": "^19.0.0"
Expand Down
8 changes: 8 additions & 0 deletions @alias/commitlint-config-nx-scopes/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package commitlint-config-nx-scopes





# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-nx-scopes/package.json
@@ -1,7 +1,7 @@
{
"name": "commitlint-config-nx-scopes",
"type": "module",
"version": "19.0.0",
"version": "19.0.3",
"description": "Shareable commitlint config enforcing nx project names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-nx-scopes": "^19.0.0"
"@commitlint/config-nx-scopes": "^19.0.3"
},
"devDependencies": {
"@commitlint/utils": "^19.0.0"
Expand Down
8 changes: 8 additions & 0 deletions @alias/commitlint-config-patternplate/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package commitlint-config-patternplate





# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 deletions @alias/commitlint-config-patternplate/package.json
@@ -1,7 +1,7 @@
{
"name": "commitlint-config-patternplate",
"type": "module",
"version": "19.0.0",
"version": "19.0.3",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-patternplate": "^19.0.0"
"@commitlint/config-patternplate": "^19.0.3"
},
"devDependencies": {
"@commitlint/utils": "^19.0.0"
Expand Down
8 changes: 8 additions & 0 deletions @alias/commitlint/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package commitlint





## [19.0.2](https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2) (2024-02-28)

**Note:** Version bump only for package commitlint
Expand Down
6 changes: 3 additions & 3 deletions @alias/commitlint/package.json
@@ -1,7 +1,7 @@
{
"name": "commitlint",
"type": "module",
"version": "19.0.2",
"version": "19.0.3",
"description": "Lint your commit messages",
"files": [
"cli.js"
Expand Down Expand Up @@ -36,8 +36,8 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/cli": "^19.0.2",
"@commitlint/types": "^19.0.0"
"@commitlint/cli": "^19.0.3",
"@commitlint/types": "^19.0.3"
},
"devDependencies": {
"@commitlint/test": "^19.0.0",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/cli/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package @commitlint/cli





## [19.0.2](https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2) (2024-02-28)

**Note:** Version bump only for package @commitlint/cli
Expand Down
12 changes: 6 additions & 6 deletions @commitlint/cli/package.json
@@ -1,7 +1,7 @@
{
"name": "@commitlint/cli",
"type": "module",
"version": "19.0.2",
"version": "19.0.3",
"description": "Lint your commit messages",
"files": [
"index.cjs",
Expand Down Expand Up @@ -48,11 +48,11 @@
"lodash.merge": "^4.6.2"
},
"dependencies": {
"@commitlint/format": "^19.0.0",
"@commitlint/lint": "^19.0.0",
"@commitlint/load": "^19.0.2",
"@commitlint/read": "^19.0.0",
"@commitlint/types": "^19.0.0",
"@commitlint/format": "^19.0.3",
"@commitlint/lint": "^19.0.3",
"@commitlint/load": "^19.0.3",
"@commitlint/read": "^19.0.3",
"@commitlint/types": "^19.0.3",
"execa": "^8.0.1",
"yargs": "^17.0.0"
},
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-angular/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package @commitlint/config-angular





# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-angular/package.json
@@ -1,7 +1,7 @@
{
"name": "@commitlint/config-angular",
"type": "module",
"version": "19.0.0",
"version": "19.0.3",
"description": "Shareable commitlint config enforcing the angular commit convention",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"node": ">=v18"
},
"devDependencies": {
"@commitlint/lint": "^19.0.0",
"@commitlint/lint": "^19.0.3",
"@commitlint/utils": "^19.0.0"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-conventional/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package @commitlint/config-conventional





# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)


Expand Down
6 changes: 3 additions & 3 deletions @commitlint/config-conventional/package.json
@@ -1,7 +1,7 @@
{
"name": "@commitlint/config-conventional",
"type": "module",
"version": "19.0.0",
"version": "19.0.3",
"description": "Shareable commitlint config enforcing conventional commits",
"main": "lib/index.js",
"files": [
Expand Down Expand Up @@ -35,11 +35,11 @@
"node": ">=v18"
},
"devDependencies": {
"@commitlint/lint": "^19.0.0",
"@commitlint/lint": "^19.0.3",
"@commitlint/utils": "^19.0.0"
},
"dependencies": {
"@commitlint/types": "^19.0.0",
"@commitlint/types": "^19.0.3",
"conventional-changelog-conventionalcommits": "^7.0.2"
},
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-nx-scopes/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package @commitlint/config-nx-scopes





# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-nx-scopes/package.json
@@ -1,7 +1,7 @@
{
"name": "@commitlint/config-nx-scopes",
"type": "module",
"version": "19.0.0",
"version": "19.0.3",
"description": "Shareable commitlint config enforcing nx project names as scopes",
"files": [
"index.js"
Expand Down Expand Up @@ -39,7 +39,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/types": "^19.0.0"
"@commitlint/types": "^19.0.3"
},
"devDependencies": {
"@commitlint/test": "^19.0.0",
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-patternplate/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package @commitlint/config-patternplate





# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-patternplate/package.json
@@ -1,7 +1,7 @@
{
"name": "@commitlint/config-patternplate",
"type": "module",
"version": "19.0.0",
"version": "19.0.3",
"description": "Lint your commits, patternplate-style",
"files": [
"index.js"
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=v18"
},
"dependencies": {
"@commitlint/config-angular": "^19.0.0",
"@commitlint/config-angular": "^19.0.3",
"glob": "^10.3.10",
"lodash.merge": "^4.6.2"
},
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/config-validator/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package @commitlint/config-validator





# [19.0.0](https://github.com/conventional-changelog/commitlint/compare/v18.6.2...v19.0.0) (2024-02-27)


Expand Down
4 changes: 2 additions & 2 deletions @commitlint/config-validator/package.json
@@ -1,7 +1,7 @@
{
"name": "@commitlint/config-validator",
"type": "module",
"version": "19.0.0",
"version": "19.0.3",
"description": "config validator for commitlint.config.js",
"main": "lib/validate.js",
"types": "lib/validate.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@commitlint/utils": "^19.0.0"
},
"dependencies": {
"@commitlint/types": "^19.0.0",
"@commitlint/types": "^19.0.3",
"ajv": "^8.11.0"
},
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/core/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package @commitlint/core





## [19.0.2](https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2) (2024-02-28)

**Note:** Version bump only for package @commitlint/core
Expand Down
10 changes: 5 additions & 5 deletions @commitlint/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@commitlint/core",
"type": "module",
"version": "19.0.2",
"version": "19.0.3",
"description": "Lint your commit messages",
"main": "lib/core.js",
"types": "lib/core.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"license": "MIT",
"dependencies": {
"@commitlint/format": "^19.0.0",
"@commitlint/lint": "^19.0.0",
"@commitlint/load": "^19.0.2",
"@commitlint/read": "^19.0.0"
"@commitlint/format": "^19.0.3",
"@commitlint/lint": "^19.0.3",
"@commitlint/load": "^19.0.3",
"@commitlint/read": "^19.0.3"
},
"devDependencies": {
"@commitlint/utils": "^19.0.0"
Expand Down
8 changes: 8 additions & 0 deletions @commitlint/cz-commitlint/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.

## [19.0.3](https://github.com/conventional-changelog/commitlint/compare/v19.0.2...v19.0.3) (2024-02-28)

**Note:** Version bump only for package @commitlint/cz-commitlint





## [19.0.2](https://github.com/conventional-changelog/commitlint/compare/v19.0.1...v19.0.2) (2024-02-28)

**Note:** Version bump only for package @commitlint/cz-commitlint
Expand Down

0 comments on commit 9b4ac34

Please sign in to comment.