Skip to content

Commit 8df35a7

Browse files
authored
Merge branch 'main' into renovate/major-24-github-actions
2 parents 1e68017 + 19425f3 commit 8df35a7

File tree

15 files changed

+201
-10
lines changed

15 files changed

+201
-10
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
GIT_AUTHOR_NAME: "GitHub Actions Shell"
274274
EMAIL: "github-actions[bot]@users.noreply.github.com"
275275

276-
- uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d" # v3.0.0
276+
- uses: "pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda" # v4.1.0
277277
with:
278278
run_install: false
279279

packages/browserslist-config-anolilab/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## browserslist-config-anolilab [6.0.0](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.14...browserslist-config-anolilab@6.0.0) (2025-05-26)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **browserslist:** changed ssr from node 16 to 22
6+
Signed-off-by: prisis <d.bannert@anolilab.de>
7+
8+
### Features
9+
10+
* **browserslist:** changed ssr from node 16 to 22, updated dev dependencies, allowed node 23 ([1bccf62](https://github.com/anolilab/javascript-style-guide/commit/1bccf629533f30efd19bc447814c7e38175c4af1))
11+
12+
### Miscellaneous Chores
13+
14+
* **browserslist-config-anolilab:** updated dev dependencies ([9a30cbf](https://github.com/anolilab/javascript-style-guide/commit/9a30cbf5d92c90dfb1f652ac9e62c39b1306e1a6))
15+
* remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
16+
* update browserslist-config dependencies to latest versions ([d796cbf](https://github.com/anolilab/javascript-style-guide/commit/d796cbf141e7d52a4eaa3a3649dbad745953390e))
17+
* update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
18+
* updated dev dependencies ([89cb5c7](https://github.com/anolilab/javascript-style-guide/commit/89cb5c72b14fc27041783804f1098c2ecfc3cc33))
19+
20+
### Continuous Integration
21+
22+
* fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
23+
124
## browserslist-config-anolilab [5.0.14](https://github.com/anolilab/javascript-style-guide/compare/browserslist-config-anolilab@5.0.13...browserslist-config-anolilab@5.0.14) (2023-12-22)
225

326

packages/browserslist-config-anolilab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserslist-config-anolilab",
3-
"version": "5.0.14",
3+
"version": "6.0.0",
44
"description": "Shareable browserlist config for Anolilab projects.",
55
"keywords": [
66
"browserslist",

packages/commitlint-config/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## @anolilab/commitlint-config [6.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@5.0.3...@anolilab/commitlint-config@6.0.0) (2025-05-26)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **commitlint-config:** changed post-install script to a bin command call
6+
Signed-off-by: prisis <d.bannert@anolilab.de>
7+
8+
### Features
9+
10+
* **commitlint-config:** removed post-install script, updated dependencies, allowed node 23 ([35f4f31](https://github.com/anolilab/javascript-style-guide/commit/35f4f318cab3df9d76dd91e96f175dc9764b3b02))
11+
12+
### Bug Fixes
13+
14+
* **commitlint-config:** removed @anolilab/package-json-utils ([c4df0ab](https://github.com/anolilab/javascript-style-guide/commit/c4df0ab17cd3682dbd5f02b494e50744fd7d7d06))
15+
* **commitlint-config:** updated commitlint dependencies and dev dependencies ([7549010](https://github.com/anolilab/javascript-style-guide/commit/75490101685b03cf63bfdf6deac1bd7acf0b9405))
16+
17+
### Miscellaneous Chores
18+
19+
* **deps:** update commitlint monorepo to ^18.4.4 (patch) ([#812](https://github.com/anolilab/javascript-style-guide/issues/812)) ([c3a8140](https://github.com/anolilab/javascript-style-guide/commit/c3a8140da4a8b5b21453172c8a07bedc9c1f0b1f))
20+
* remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
21+
* update commitlint-config dependencies to latest versions ([3ea318f](https://github.com/anolilab/javascript-style-guide/commit/3ea318ffa52ee17147213caba02944e9158fa3bd))
22+
* update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
23+
* updated dev dependencies ([89cb5c7](https://github.com/anolilab/javascript-style-guide/commit/89cb5c72b14fc27041783804f1098c2ecfc3cc33))
24+
25+
### Continuous Integration
26+
27+
* fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
28+
129
## @anolilab/commitlint-config [5.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/commitlint-config@5.0.2...@anolilab/commitlint-config@5.0.3) (2023-12-22)
230

331

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": "@anolilab/commitlint-config",
3-
"version": "5.0.3",
3+
"version": "6.0.0",
44
"description": "Anolilab´s shareable coding standard config for commitlint.",
55
"keywords": [
66
"anolilab",

packages/eslint-config/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## @anolilab/eslint-config [16.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@15.0.3...@anolilab/eslint-config@16.0.0) (2025-05-26)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* updated eslint from v8 to v9
6+
7+
### Features
8+
9+
* refactor eslint ([#884](https://github.com/anolilab/javascript-style-guide/issues/884)) ([4703162](https://github.com/anolilab/javascript-style-guide/commit/470316245f931998b61daef16a66b4880117c5fe))
10+
11+
### Miscellaneous Chores
12+
13+
* **eslint-config:** enhance eslint-config documentation and update typegen script ([191db2d](https://github.com/anolilab/javascript-style-guide/commit/191db2d48bc3a2b34ed827a8241b9962f23152c8))
14+
* **eslint-config:** update dependencies to latest versions ([2126b90](https://github.com/anolilab/javascript-style-guide/commit/2126b90cb05820fa36f344f59d9032c16f86a549))
15+
* update eslint-config dependencies for workspace compatibility ([84be11d](https://github.com/anolilab/javascript-style-guide/commit/84be11ddcc3aa0a5c243ab427076363ff778fc35))
16+
* update eslint-config dependencies to latest versions ([c5d267f](https://github.com/anolilab/javascript-style-guide/commit/c5d267fce1eb6d917d59fc83e2e7a996b887ae23))
17+
18+
### Continuous Integration
19+
20+
* fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
21+
22+
23+
### Dependencies
24+
25+
* **@anolilab/prettier-config:** upgraded to 6.0.0
26+
127
## @anolilab/eslint-config [15.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/eslint-config@15.0.2...@anolilab/eslint-config@15.0.3) (2023-12-22)
228

329

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/eslint-config",
3-
"version": "15.0.3",
3+
"version": "16.0.0",
44
"description": "ESLint shareable config for the Anolilab JavaScript style guide.",
55
"keywords": [
66
"anolilab",
@@ -171,7 +171,7 @@
171171
"yaml-eslint-parser": "^1.3.0"
172172
},
173173
"devDependencies": {
174-
"@anolilab/prettier-config": "workspace:*",
174+
"@anolilab/prettier-config": "6.0.0",
175175
"@anolilab/semantic-release-preset": "10.0.5",
176176
"@eslint-react/eslint-plugin": "^1.50.0",
177177
"@eslint/config-inspector": "^1.0.2",

packages/lint-staged-config/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## @anolilab/lint-staged-config [3.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.7...@anolilab/lint-staged-config@3.0.0) (2025-05-26)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **lint-staged-config:** a new defineConfig func is used to configure, all group exports where removed.
6+
Signed-off-by: prisis <d.bannert@anolilab.de>
7+
8+
### Features
9+
10+
* **lint-staged-config:** added support for nano-staged ([e58cae1](https://github.com/anolilab/javascript-style-guide/commit/e58cae1e8343e068a4112f05dc3fe013bd88b7ae))
11+
* **lint-staged-config:** create a new defineConfig func to configure lint-staged or nano-staged, with better dx then have the config inside package.json ([8d269ad](https://github.com/anolilab/javascript-style-guide/commit/8d269adfe55de1c0b41a6242b182f395f44735c8))
12+
13+
### Bug Fixes
14+
15+
* **lint-staged-config:** updated @visulima/fs and package and all dev deps ([fc53693](https://github.com/anolilab/javascript-style-guide/commit/fc5369341bbc30f2704d864adacdaa56c5ffdcca))
16+
* refactored post-install to a bin call, fixed wrong namings ([#847](https://github.com/anolilab/javascript-style-guide/issues/847)) ([37ec01e](https://github.com/anolilab/javascript-style-guide/commit/37ec01e583932f92728b494d2fba91e30c8a9f34))
17+
18+
### Miscellaneous Chores
19+
20+
* clean update after code changes ([c1ec624](https://github.com/anolilab/javascript-style-guide/commit/c1ec6245a20abfcf1e1d717e148464480f59262c))
21+
* remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
22+
* update lint-staged-config dependencies for compatibility ([b6c656d](https://github.com/anolilab/javascript-style-guide/commit/b6c656d3d22f5cb358468c61c30ccc4bdc22b8ea))
23+
* update lint-staged-config dependencies to latest versions ([5b4e12f](https://github.com/anolilab/javascript-style-guide/commit/5b4e12f9f162ea30cb7757de55375bf53b9031c3))
24+
* update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
25+
26+
### Continuous Integration
27+
28+
* fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
29+
130
## @anolilab/lint-staged-config [2.1.7](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/lint-staged-config@2.1.6...@anolilab/lint-staged-config@2.1.7) (2023-12-22)
231

332

packages/lint-staged-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/lint-staged-config",
3-
"version": "2.1.7",
3+
"version": "3.0.0",
44
"description": "Shareable Lint-Staged Config for any project.",
55
"keywords": [
66
"anolilab",

packages/prettier-config/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## @anolilab/prettier-config [6.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.14...@anolilab/prettier-config@6.0.0) (2025-05-26)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **prettier-config:** changed post-install script to a bin command call, removed support for prettier v2
6+
Signed-off-by: prisis <d.bannert@anolilab.de>
7+
8+
### Features
9+
10+
* **prettier-config:** removed post-install script, updated dev-dependencies, allowed node 23 ([d1866a0](https://github.com/anolilab/javascript-style-guide/commit/d1866a01bfd816d84f58a024f369af9d9aa1f386))
11+
12+
### Bug Fixes
13+
14+
* **prettier-config:** removed @anolilab/package-json-utils ([804c365](https://github.com/anolilab/javascript-style-guide/commit/804c36534afec53996e2a87c84b243245a4a9649))
15+
16+
### Miscellaneous Chores
17+
18+
* clean update after code changes ([c1ec624](https://github.com/anolilab/javascript-style-guide/commit/c1ec6245a20abfcf1e1d717e148464480f59262c))
19+
* **prettier-config:** updated dev dependencies ([18b59d1](https://github.com/anolilab/javascript-style-guide/commit/18b59d125945bcbfc9d233824b24b98722f11d15))
20+
* remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
21+
* update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
22+
* update prettier-config dependencies to latest versions ([ae0c554](https://github.com/anolilab/javascript-style-guide/commit/ae0c554c57416b606e72b6c28ed65cf9d056bc73))
23+
* updated dev dependencies ([89cb5c7](https://github.com/anolilab/javascript-style-guide/commit/89cb5c72b14fc27041783804f1098c2ecfc3cc33))
24+
25+
### Continuous Integration
26+
27+
* fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
28+
129
## @anolilab/prettier-config [5.0.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/prettier-config@5.0.13...@anolilab/prettier-config@5.0.14) (2023-12-22)
230

331

packages/prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/prettier-config",
3-
"version": "5.0.14",
3+
"version": "6.0.0",
44
"description": "Prettier shareable config for Anolilab.",
55
"keywords": [
66
"css",

packages/stylelint-config/CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## @anolilab/stylelint-config [7.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.14...@anolilab/stylelint-config@7.0.0) (2025-05-26)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **styylelint-config:** changed post-install script to a bin command call
6+
Signed-off-by: prisis <d.bannert@anolilab.de>
7+
8+
### Features
9+
10+
* **styylelint-config:** removed post-install script, updated dependencies, allowed node 23 and ([821fb74](https://github.com/anolilab/javascript-style-guide/commit/821fb743e7ee726673e55992982753b1337845b8))
11+
12+
### Bug Fixes
13+
14+
* **stylelint-config:** removed @anolilab/package-json-utils, using cwd of the command call ([244eeb7](https://github.com/anolilab/javascript-style-guide/commit/244eeb7dc41599bdf2a03fabd5ce33454866effa))
15+
* **stylelint-config:** updated stylelint-config-clean-order to v7 and dev deps ([531c48d](https://github.com/anolilab/javascript-style-guide/commit/531c48d00fc17f4b9e86d5cfc7af7d03cb6ca306))
16+
17+
### Miscellaneous Chores
18+
19+
* remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
20+
* **stylelint-config:** updated dev dependencies ([1704a5d](https://github.com/anolilab/javascript-style-guide/commit/1704a5d12029246f8f0ddd6c2843e5c86fd489bc))
21+
* update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
22+
* update stylelint-config dependencies to latest versions ([9b0de0c](https://github.com/anolilab/javascript-style-guide/commit/9b0de0c07e830e3d6844e5bfa819296c1b06acea))
23+
* update stylelint-config to use CommonJS and ESM formats ([bd54894](https://github.com/anolilab/javascript-style-guide/commit/bd54894231d51185f5594905ed20474085952802))
24+
25+
### Continuous Integration
26+
27+
* fixed build workflow ([622591f](https://github.com/anolilab/javascript-style-guide/commit/622591f129fea0d30129d45346e49795169accd2))
28+
29+
30+
### Dependencies
31+
32+
* **browserslist-config-anolilab:** upgraded to 6.0.0
33+
134
## @anolilab/stylelint-config [6.0.14](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/stylelint-config@6.0.13...@anolilab/stylelint-config@6.0.14) (2023-12-22)
235

336

packages/stylelint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/stylelint-config",
3-
"version": "6.0.14",
3+
"version": "7.0.0",
44
"description": "Stylelint shareable config for the Anolilab stylesheet guide.",
55
"keywords": [
66
"css",
@@ -187,7 +187,7 @@
187187
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
188188
},
189189
"dependencies": {
190-
"browserslist-config-anolilab": "5.0.14",
190+
"browserslist-config-anolilab": "6.0.0",
191191
"stylelint-config-clean-order": "^7.0.0",
192192
"stylelint-config-standard": "^38.0.0",
193193
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",

packages/textlint-config/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## @anolilab/textlint-config [9.0.0](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@8.0.16...@anolilab/textlint-config@9.0.0) (2025-05-26)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **textlint-config:** changed post-install script to a bin command call
6+
Signed-off-by: prisis <d.bannert@anolilab.de>
7+
8+
### Features
9+
10+
* **textlint-config:** removed post-install script, updated dependencies, allowed node 23 ([6e5c48f](https://github.com/anolilab/javascript-style-guide/commit/6e5c48f3cb4775b2622fea0ee6f609c009200f3a))
11+
12+
### Bug Fixes
13+
14+
* **textlint-config:** removed @anolilab/package-json-utils, using cwd of the command call ([fccfef0](https://github.com/anolilab/javascript-style-guide/commit/fccfef0cf8d40d53159f997436e07931ba5f14bf))
15+
* **textlint-config:** removed check for ci ([f5a8ea5](https://github.com/anolilab/javascript-style-guide/commit/f5a8ea5201a06f4506c13238483028f0f6267c15))
16+
* **textlint-config:** updated textlint rule dependencies ([7c9ff23](https://github.com/anolilab/javascript-style-guide/commit/7c9ff2319bd633f4df2fc042a43be0dd38025553))
17+
* **textlint-config:** updated textlint-rule-apostrophe to v3, @textlint/ast-node-types and @textlint/types to v14.4.2 and all dev deps ([a536b62](https://github.com/anolilab/javascript-style-guide/commit/a536b62d6f5016a0b5956d3031d3ed66ce72c721))
18+
19+
### Miscellaneous Chores
20+
21+
* remove deprecated ESLint and Prettier configurations, update project structure and dependencies ([7b269ed](https://github.com/anolilab/javascript-style-guide/commit/7b269eda93e7dbede5fbdb536dec518dab2bc54b))
22+
* update node engine compatibility across multiple packages ([8755783](https://github.com/anolilab/javascript-style-guide/commit/8755783d4be3199bd602ede7d83628f83be3f358))
23+
* update textlint-config dependencies to latest versions ([f94e05c](https://github.com/anolilab/javascript-style-guide/commit/f94e05c221edc0e57ef71b1d0b4e9d2cc66c082a))
24+
125
## @anolilab/textlint-config [8.0.16](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/textlint-config@8.0.15...@anolilab/textlint-config@8.0.16) (2023-12-22)
226

327

packages/textlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anolilab/textlint-config",
3-
"version": "8.0.16",
3+
"version": "9.0.0",
44
"description": "Anolilab Coding Standard for text linting.",
55
"keywords": [
66
"anolilab",

0 commit comments

Comments
 (0)