Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/great-moles-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@commencis/lint-staged-config': major
'@commencis/commitlint-config': major
'@commencis/eslint-plugin': major
'@commencis/ts-config': major
'@commencis/stylelint-config': minor
'@commencis/prettier-config': minor
'@commencis/eslint-config': minor
---

- [Release]: Final stable versions before breaking changes.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.20
24.11
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ The repository is structured as a monorepo, which allows for managing all the pa

#### Node.js

Before you begin, ensure you have `node: >= 22.20` installed on your system.
Before you begin, ensure you have `node: >=24.11` installed on your system.

#### pnpm

This project uses `pnpm@10.17.1` as the package manager. You can install it either by activating with `corepack` which is the recommended way:
This project uses `pnpm@10.24.0` as the package manager. You can install it either by activating with `corepack` which is the recommended way:

```bash
corepack prepare pnpm@10.17.1 --activate
corepack prepare pnpm@10.24.0 --activate
corepack enable pnpm
```

Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"license": "Apache-2.0",
"type": "module",
"engines": {
"node": ">= 22.20"
"node": ">=24.11"
},
"packageManager": "pnpm@10.23.0",
"packageManager": "pnpm@10.24.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "turbo run dev",
Expand All @@ -46,21 +46,21 @@
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "2.29.7",
"@changesets/cli": "2.29.8",
"@commencis/commitlint-config": "1.2.0",
"@commencis/eslint-config": "2.3.0",
"@commencis/lint-staged-config": "1.2.0",
"@commencis/prettier-config": "2.0.0",
"@commencis/ts-config": "0.0.2",
"@commitlint/cli": "20.0.0",
"@commitlint/cli": "20.1.0",
"@svitejs/changesets-changelog-github-compact": "1.2.0",
"@vitest/coverage-v8": "3.2.4",
"eslint": "9.36.0",
"@vitest/coverage-v8": "4.0.14",
"eslint": "9.39.1",
"husky": "9.1.7",
"lint-staged": "16.2.1",
"prettier": "3.6.2",
"turbo": "2.5.8",
"typescript": "5.9.2",
"vitest": "3.2.4"
"lint-staged": "16.2.7",
"prettier": "3.7.3",
"turbo": "2.6.1",
"typescript": "5.9.3",
"vitest": "4.0.14"
}
}
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"devDependencies": {
"@commencis/ts-config": "0.0.2",
"@commitlint/types": "20.0.0",
"tsup": "8.5.0",
"typescript": "5.9.2"
"tsup": "8.5.1",
"typescript": "5.9.3"
}
}
18 changes: 9 additions & 9 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,24 @@
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@eslint/js": "9.36.0",
"@next/eslint-plugin-next": "15.5.4",
"@typescript-eslint/utils": "8.44.1",
"@eslint/js": "9.39.1",
"@next/eslint-plugin-next": "15.5.6",
"@typescript-eslint/utils": "8.48.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-vue": "10.5.0",
"globals": "16.4.0",
"typescript-eslint": "8.44.1"
"eslint-plugin-vue": "10.6.2",
"globals": "16.5.0",
"typescript-eslint": "8.48.0"
},
"devDependencies": {
"@commencis/ts-config": "0.0.2",
"eslint": "9.36.0",
"tsup": "8.5.0",
"typescript": "5.9.2"
"eslint": "9.39.1",
"tsup": "8.5.1",
"typescript": "5.9.3"
},
"peerDependencies": {
"eslint": ">= 9.7"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@typescript-eslint/utils": "8.44.1"
"@typescript-eslint/utils": "8.48.0"
},
"devDependencies": {
"@commencis/ts-config": "0.0.2",
"tsup": "8.5.0",
"typescript": "5.9.2"
"tsup": "8.5.1",
"typescript": "5.9.3"
}
}
6 changes: 3 additions & 3 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
},
"devDependencies": {
"@commencis/ts-config": "0.0.2",
"lint-staged": "16.2.1",
"tsup": "8.5.0",
"typescript": "5.9.2"
"lint-staged": "16.2.7",
"tsup": "8.5.1",
"typescript": "5.9.3"
}
}
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"devDependencies": {
"@commencis/ts-config": "0.0.2",
"prettier": "3.6.2",
"tsup": "8.5.0",
"typescript": "5.9.2"
"prettier": "3.7.3",
"tsup": "8.5.1",
"typescript": "5.9.3"
},
"peerDependencies": {
"prettier": ">= 3.5"
Expand Down
6 changes: 3 additions & 3 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"postcss-styled-syntax": "0.7.1",
"stylelint-config-html": "1.1.0",
"stylelint-config-prettier-scss": "1.0.0",
"stylelint-config-standard": "39.0.0",
"stylelint-config-standard": "39.0.1",
"stylelint-config-standard-scss": "16.0.0",
"stylelint-order": "7.0.0"
},
"devDependencies": {
"@commencis/ts-config": "0.0.2",
"tsup": "8.5.0",
"typescript": "5.9.2"
"tsup": "8.5.1",
"typescript": "5.9.3"
},
"peerDependencies": {
"stylelint": ">=16.23.1"
Expand Down
Loading