File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 4.0.0-alpha.1 " ></a >
7+
8+ # [ 4.0.0-alpha.1] ( https://github.com/lmc-eu/code-quality-tools/compare/@alma-oss/eslint-config-base@4.0.0-alpha.0...@alma-oss/eslint-config-base@4.0.0-alpha.1 ) (2025-08-15)
9+
10+ ### Bug Fixes
11+
12+ - ** eslint-config-base:** Remove unsupported ` __dirname ` in ESM ([ 382bfcc] ( https://github.com/lmc-eu/code-quality-tools/commit/382bfcc ) )
13+
14+ ** Note:** Version bump only for package @alma-oss/eslint-config-base
15+
616<a name =" 4.0.0-alpha.0 " ></a >
717
818# 4.0.0-alpha.0 (2025-08-13)
Original file line number Diff line number Diff line change 11{
22 "name" : " @alma-oss/eslint-config-base" ,
3- "version" : " 4.0.0-alpha.0 " ,
3+ "version" : " 4.0.0-alpha.1 " ,
44 "description" : " Alma's ESlint configuration preset" ,
55 "keywords" : [
66 " eslint" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 4.0.0-alpha.1 " ></a >
7+
8+ # [ 4.0.0-alpha.1] ( https://github.com/lmc-eu/code-quality-tools/compare/@alma-oss/eslint-config-jest@4.0.0-alpha.0...@alma-oss/eslint-config-jest@4.0.0-alpha.1 ) (2025-08-15)
9+
10+ ### Bug Fixes
11+
12+ - ** eslint-config-jest:** Add missing config name property ([ 278d83e] ( https://github.com/lmc-eu/code-quality-tools/commit/278d83e ) )
13+
14+ ** Note:** Version bump only for package @alma-oss/eslint-config-jest
15+
616<a name =" 4.0.0-alpha.0 " ></a >
717
818# 4.0.0-alpha.0 (2025-08-13)
Original file line number Diff line number Diff line change 11{
22 "name" : " @alma-oss/eslint-config-jest" ,
3- "version" : " 4.0.0-alpha.0 " ,
3+ "version" : " 4.0.0-alpha.1 " ,
44 "description" : " Alma's ESlint configuration for projects using Jest as test runner" ,
55 "keywords" : [
66 " eslint" ,
3030 "url" : " https://github.com/lmc-eu/code-quality-tools/issues"
3131 },
3232 "dependencies" : {
33- "@alma-oss/eslint-config-base" : " ^4.0.0-alpha.0 " ,
33+ "@alma-oss/eslint-config-base" : " ^4.0.0-alpha.1 " ,
3434 "@eslint/compat" : " ^1.3.1" ,
3535 "@eslint/eslintrc" : " ^3.3.1" ,
3636 "eslint-plugin-jest" : " ^29.0.1" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 3.0.0-alpha.1 " ></a >
7+
8+ # [ 3.0.0-alpha.1] ( https://github.com/lmc-eu/code-quality-tools/compare/@alma-oss/eslint-config-react@3.0.0-alpha.0...@alma-oss/eslint-config-react@3.0.0-alpha.1 ) (2025-08-15)
9+
10+ ### Bug Fixes
11+
12+ - ** eslint-config-react:** Remove unsupported ` __dirname ` from ESM ([ 26a5edf] ( https://github.com/lmc-eu/code-quality-tools/commit/26a5edf ) )
13+
14+ ### Documentation
15+
16+ - ** eslint-config-react:** Update readme according the new flat config support ([ 4b4079f] ( https://github.com/lmc-eu/code-quality-tools/commit/4b4079f ) )
17+
18+ ** Note:** Version bump only for package @alma-oss/eslint-config-react
19+
620<a name =" 3.0.0-alpha.0 " ></a >
721
822# 3.0.0-alpha.0 (2025-08-13)
Original file line number Diff line number Diff line change 11{
22 "name" : " @alma-oss/eslint-config-react" ,
3- "version" : " 3.0.0-alpha.0 " ,
3+ "version" : " 3.0.0-alpha.1 " ,
44 "description" : " Alma's ESLint configuration for React projects" ,
55 "keywords" : [
66 " eslint" ,
3434 },
3535 "type" : " module" ,
3636 "dependencies" : {
37- "@alma-oss/eslint-config-base" : " ^4.0.0-alpha.0 " ,
37+ "@alma-oss/eslint-config-base" : " ^4.0.0-alpha.1 " ,
3838 "@babel/core" : " ^7.16.5" ,
3939 "@babel/eslint-parser" : " ^7.16.5" ,
4040 "@eslint/eslintrc" : " ^3.3.1" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 3.0.0-alpha.1 " ></a >
7+
8+ # [ 3.0.0-alpha.1] ( https://github.com/lmc-eu/code-quality-tools/compare/@alma-oss/eslint-config-typescript@3.0.0-alpha.0...@alma-oss/eslint-config-typescript@3.0.0-alpha.1 ) (2025-08-15)
9+
10+ ### Bug Fixes
11+
12+ - ** eslint-config-typescript:** Add typescript parser for react extensions ([ 6b14b1a] ( https://github.com/lmc-eu/code-quality-tools/commit/6b14b1a ) )
13+
14+ ### Documentation
15+
16+ - ** eslint-config-typescript:** Update readme according the new flat config support ([ df4f158] ( https://github.com/lmc-eu/code-quality-tools/commit/df4f158 ) )
17+
18+ ### Features
19+
20+ - ** eslint-config-typescript:** Introduce package entrypoints through ` exports ` ([ c9be43d] ( https://github.com/lmc-eu/code-quality-tools/commit/c9be43d ) )
21+
22+ ** Note:** Version bump only for package @alma-oss/eslint-config-typescript
23+
624<a name =" 3.0.0-alpha.0 " ></a >
725
826# 3.0.0-alpha.0 (2025-08-13)
Original file line number Diff line number Diff line change 11{
22 "name" : " @alma-oss/eslint-config-typescript" ,
33 "description" : " Alma's ESLint config for TypeScript projects" ,
4- "version" : " 3.0.0-alpha.0 " ,
4+ "version" : " 3.0.0-alpha.1 " ,
55 "keywords" : [
66 " config" ,
77 " eslint" ,
3232 "./optional" : " ./optional.js"
3333 },
3434 "dependencies" : {
35- "@alma-oss/eslint-config-base" : " ^4.0.0-alpha.0 " ,
36- "@alma-oss/eslint-config-react" : " ^3.0.0-alpha.0 " ,
35+ "@alma-oss/eslint-config-base" : " ^4.0.0-alpha.1 " ,
36+ "@alma-oss/eslint-config-react" : " ^3.0.0-alpha.1 " ,
3737 "@typescript-eslint/eslint-plugin" : " ^8.39.0" ,
3838 "@typescript-eslint/parser" : " ^8.39.0" ,
3939 "eslint-import-resolver-typescript" : " ^3.2.7" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 9.1.2 " ></a >
7+
8+ ## [ 9.1.2] ( https://github.com/lmc-eu/code-quality-tools/compare/@almacareer/stylelint-config@9.1.1...@almacareer/stylelint-config@9.1.2 ) (2025-08-15)
9+
10+ ### Dependencies
11+
12+ - Update all non-major dependencies ([ a64ad4c] ( https://github.com/lmc-eu/code-quality-tools/commit/a64ad4c ) )
13+
14+ ** Note:** Version bump only for package @almacareer/stylelint-config
15+
616<a name =" 9.1.1 " ></a >
717
818## [ 9.1.1] ( https://github.com/lmc-eu/code-quality-tools/compare/@almacareer/stylelint-config@9.1.0...@almacareer/stylelint-config@9.1.1 ) (2025-08-13)
Original file line number Diff line number Diff line change 11{
22 "name" : " @almacareer/stylelint-config" ,
3- "version" : " 9.1.1 " ,
3+ "version" : " 9.1.2 " ,
44 "description" : " Alma Career's config for Stylelint" ,
55 "keywords" : [
66 " stylelint" ,
You can’t perform that action at this time.
0 commit comments