Skip to content

Commit 7fb0032

Browse files
committed
Chore: Release [CI-SKIP]
- @lmc-eu/eslint-config-base@3.1.2 - @lmc-eu/eslint-config-graphql@3.0.5 - @lmc-eu/eslint-config-jest@3.0.5 - @lmc-eu/eslint-config-react@2.0.5 - @lmc-eu/eslint-config-typescript@2.1.4 - @almacareer/stylelint-config@9.0.1
1 parent eaa0aed commit 7fb0032

File tree

12 files changed

+64
-10
lines changed

12 files changed

+64
-10
lines changed

packages/eslint-config-base/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
<a name="3.1.2"></a>
7+
8+
## [3.1.2](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-base@3.1.1...@lmc-eu/eslint-config-base@3.1.2) (2024-08-21)
9+
10+
### Bug Fixes
11+
12+
- **eslint-config-base:** Allow `mjs` and `cjs` extension for all configs ([eaa0aed](https://github.com/lmc-eu/code-quality-tools/commit/eaa0aed))
13+
- **eslint-config-base:** Allow `mjs` and `cjs` extension for ESlint config ([472303c](https://github.com/lmc-eu/code-quality-tools/commit/472303c))
14+
15+
**Note:** Version bump only for package @lmc-eu/eslint-config-base
16+
617
<a name="3.1.1"></a>
718

819
## [3.1.1](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-base@3.1.0...@lmc-eu/eslint-config-base@3.1.1) (2024-08-09)

packages/eslint-config-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lmc-eu/eslint-config-base",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "LMC's ESlint configuration preset",
55
"keywords": [
66
"eslint",

packages/eslint-config-graphql/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
<a name="3.0.5"></a>
7+
8+
## [3.0.5](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-graphql@3.0.4...@lmc-eu/eslint-config-graphql@3.0.5) (2024-08-21)
9+
10+
Miscellaneous changes
11+
12+
**Note:** Version bump only for package @lmc-eu/eslint-config-graphql
13+
614
<a name="3.0.4"></a>
715

816
## [3.0.4](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-graphql@3.0.3...@lmc-eu/eslint-config-graphql@3.0.4) (2024-08-09)

packages/eslint-config-graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lmc-eu/eslint-config-graphql",
33
"description": "LMC's ESLint config for javascript applications that use GraphQL and Apollo client.",
4-
"version": "3.0.4",
4+
"version": "3.0.5",
55
"author": "Tomas Litera <tomas.litera@lmc.eu>",
66
"keywords": [
77
"config",
@@ -28,7 +28,7 @@
2828
"main": "index.js",
2929
"dependencies": {
3030
"@graphql-eslint/eslint-plugin": "^3.19.1",
31-
"@lmc-eu/eslint-config-base": "^3.1.1",
31+
"@lmc-eu/eslint-config-base": "^3.1.2",
3232
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
3333
},
3434
"peerDependencies": {

packages/eslint-config-jest/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
<a name="3.0.5"></a>
7+
8+
## [3.0.5](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-jest@3.0.4...@lmc-eu/eslint-config-jest@3.0.5) (2024-08-21)
9+
10+
Miscellaneous changes
11+
12+
**Note:** Version bump only for package @lmc-eu/eslint-config-jest
13+
614
<a name="3.0.4"></a>
715

816
## [3.0.4](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-jest@3.0.3...@lmc-eu/eslint-config-jest@3.0.4) (2024-08-09)

packages/eslint-config-jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lmc-eu/eslint-config-jest",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "LMC's ESlint configuration for projects using Jest as test runner",
55
"keywords": [
66
"eslint",
@@ -26,7 +26,7 @@
2626
"url": "https://github.com/lmc-eu/code-quality-tools/issues"
2727
},
2828
"dependencies": {
29-
"@lmc-eu/eslint-config-base": "^3.1.1",
29+
"@lmc-eu/eslint-config-base": "^3.1.2",
3030
"eslint-plugin-jest": "^27.0.0",
3131
"eslint-plugin-jest-formatting": "^3.1.0"
3232
},

packages/eslint-config-react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
<a name="2.0.5"></a>
7+
8+
## [2.0.5](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-react@2.0.4...@lmc-eu/eslint-config-react@2.0.5) (2024-08-21)
9+
10+
Miscellaneous changes
11+
12+
**Note:** Version bump only for package @lmc-eu/eslint-config-react
13+
614
<a name="2.0.4"></a>
715

816
## [2.0.4](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-react@2.0.3...@lmc-eu/eslint-config-react@2.0.4) (2024-08-09)

packages/eslint-config-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lmc-eu/eslint-config-react",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "LMC's ESlint configuration for React projects",
55
"keywords": [
66
"eslint",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@babel/core": "^7.16.5",
3030
"@babel/eslint-parser": "^7.16.5",
31-
"@lmc-eu/eslint-config-base": "^3.1.1",
31+
"@lmc-eu/eslint-config-base": "^3.1.2",
3232
"eslint-config-airbnb": "^19.0.2"
3333
},
3434
"peerDependencies": {

packages/eslint-config-typescript/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
<a name="2.1.4"></a>
7+
8+
## [2.1.4](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-typescript@2.1.3...@lmc-eu/eslint-config-typescript@2.1.4) (2024-08-21)
9+
10+
Miscellaneous changes
11+
12+
**Note:** Version bump only for package @lmc-eu/eslint-config-typescript
13+
614
<a name="2.1.3"></a>
715

816
## [2.1.3](https://github.com/lmc-eu/code-quality-tools/compare/@lmc-eu/eslint-config-typescript@2.1.2...@lmc-eu/eslint-config-typescript@2.1.3) (2024-08-09)

packages/eslint-config-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lmc-eu/eslint-config-typescript",
33
"description": "LMC's ESLint config for TypeScript projects",
4-
"version": "2.1.3",
4+
"version": "2.1.4",
55
"keywords": [
66
"config",
77
"eslint",
@@ -26,7 +26,7 @@
2626
},
2727
"main": "index.js",
2828
"dependencies": {
29-
"@lmc-eu/eslint-config-base": "^3.1.1",
29+
"@lmc-eu/eslint-config-base": "^3.1.2",
3030
"@typescript-eslint/eslint-plugin": "^6.0.0",
3131
"@typescript-eslint/parser": "^6.0.0",
3232
"eslint-import-resolver-typescript": "^3.2.7"

0 commit comments

Comments
 (0)