Skip to content

Commit 6a42791

Browse files
committed
chore(release): publish
- @alma-oss/commitlint-config@3.0.0 - @alma-oss/eslint-config-jest@4.0.0-alpha.3
1 parent e50bdc7 commit 6a42791

4 files changed

Lines changed: 33 additions & 2 deletions

File tree

packages/commitlint-config/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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+
## 3.0.0 (2026-03-18)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- **commitlint:** Node.js v18 is now unsupported for this package. Use v20 or higher.
11+
- **commitlint:** change license from BSD-3-Clause to MIT
12+
- **commitlint:** the package is provided as an ESM only
13+
- **commitlint:** abandon usage of the `@lmc-eu/conventional-changelog-lmc`
14+
- **commitlint:** drop support of Node.js v16
15+
16+
### Features
17+
18+
- **commitlint:** change library organization to alma-oss ([3260ea8](https://github.com/lmc-eu/code-quality-tools/commit/3260ea8b9a1665cf57a6082553f18f943371f8ff))
19+
- **commitlint:** drop support for Node.js v18 ([8636c2b](https://github.com/lmc-eu/code-quality-tools/commit/8636c2bf7951f1db313b3cfcb6e41b9f517368a8))
20+
21+
### Dependencies
22+
23+
- **commitlint:** upgrade to commitlint v19 ([a652e79](https://github.com/lmc-eu/code-quality-tools/commit/a652e7994f97b0e94ba382ee330a3488a0f0ab79))
24+
- Update dependency @commitlint/config-conventional to v19 ([e7b89f7](https://github.com/lmc-eu/code-quality-tools/commit/e7b89f7f6ed158394756a37286df9821c24b7f96))
25+
26+
### Chores
27+
28+
- Release [CI-SKIP] ([3c46231](https://github.com/lmc-eu/code-quality-tools/commit/3c462316bd70cf3e9652656fc688ced332d0d47a))
29+
- Release [CI-SKIP] ([d60a333](https://github.com/lmc-eu/code-quality-tools/commit/d60a333a00598de3ac59f112e8aeb01da61994b2))
30+
631
<a name="2.0.4"></a>
732

833
## [2.0.4](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/commitlint-config@2.0.3...@lmc-eu/commitlint-config@2.0.4) (2025-08-13)

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alma-oss/commitlint-config",
3-
"version": "2.0.4",
3+
"version": "3.0.0",
44
"description": "Alma's configuration for commitlint",
55
"keywords": [
66
"commitlint",

packages/eslint-config-jest/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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+
## [4.0.0-alpha.3](https://github.com/lmc-eu/code-quality-tools/compare/@alma-oss/eslint-config-jest@4.0.0-alpha.2...@alma-oss/eslint-config-jest@4.0.0-alpha.3) (2026-03-18)
7+
8+
### Features
9+
10+
- **eslint-config-jest:** introduce Jest as a peer dependency ([e50bdc7](https://github.com/lmc-eu/code-quality-tools/commit/e50bdc7ae929b293d43a8475d784ac8442561bef))
11+
612
<a name="4.0.0-alpha.2"></a>
713

814
# [4.0.0-alpha.2](https://github.com/lmc-eu/code-quality-tools/compare/@alma-oss/eslint-config-jest@4.0.0-alpha.1...@alma-oss/eslint-config-jest@4.0.0-alpha.2) (2026-03-18)

packages/eslint-config-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alma-oss/eslint-config-jest",
3-
"version": "4.0.0-alpha.2",
3+
"version": "4.0.0-alpha.3",
44
"description": "Alma's ESlint configuration for projects using Jest as test runner",
55
"keywords": [
66
"eslint",

0 commit comments

Comments
 (0)