Skip to content

Commit 8f7a3af

Browse files
committed
chore: update packages
1 parent 2f10ba9 commit 8f7a3af

File tree

728 files changed

+13054
-14334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

728 files changed

+13054
-14334
lines changed

.eslintignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

.eslintrc.cjs

Lines changed: 0 additions & 12 deletions
This file was deleted.

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// managed-by-autotool
2+
3+
import eslintConfigCore from '@alexaegis/eslint-config-core';
4+
5+
export default [...eslintConfigCore];

package.json

Lines changed: 43 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"node": ">=18.10.0",
3737
"pnpm": ">=8.0.0"
3838
},
39-
"packageManager": "pnpm@8.15.5",
39+
"packageManager": "pnpm@9.1.2",
4040
"workspaces": [
4141
"solutions/typescript/libs/*",
4242
"solutions/typescript/2015/*",
@@ -87,58 +87,54 @@
8787
"typedoc_": "typedoc"
8888
},
8989
"devDependencies": {
90-
"@alexaegis/autotool-plugin-commitlint": "^0.10.4",
91-
"@alexaegis/autotool-plugin-depcheck": "^0.10.4",
92-
"@alexaegis/autotool-plugin-editorconfig": "^0.10.4",
93-
"@alexaegis/autotool-plugin-eslint": "^0.10.4",
94-
"@alexaegis/autotool-plugin-git": "^0.10.4",
95-
"@alexaegis/autotool-plugin-github": "^0.10.4",
96-
"@alexaegis/autotool-plugin-husky": "^0.10.4",
97-
"@alexaegis/autotool-plugin-ncu": "^0.10.4",
98-
"@alexaegis/autotool-plugin-prettier": "^0.10.4",
99-
"@alexaegis/autotool-plugin-publint": "^0.10.4",
100-
"@alexaegis/autotool-plugin-remark": "^0.10.4",
101-
"@alexaegis/autotool-plugin-standard-version": "^0.10.4",
102-
"@alexaegis/autotool-plugin-stylelint": "^0.10.4",
103-
"@alexaegis/autotool-plugin-svelte": "^0.10.4",
104-
"@alexaegis/autotool-plugin-ts": "^0.10.4",
105-
"@alexaegis/autotool-plugin-turbo": "^0.10.4",
106-
"@alexaegis/autotool-plugin-typedoc": "^0.10.4",
107-
"@alexaegis/autotool-plugin-vite": "^0.10.4",
108-
"@alexaegis/autotool-plugin-vitest": "^0.10.4",
109-
"@alexaegis/autotool-plugin-vscode": "^0.10.4",
110-
"@alexaegis/autotool-plugin-workspace": "^0.10.4",
111-
"@alexaegis/coverage-tools": "^0.9.1",
112-
"@alexaegis/eslint-config-core": "^0.10.4",
113-
"@alexaegis/nuke": "^0.10.4",
114-
"@alexaegis/stylelint-config": "^0.10.4",
115-
"@alexaegis/ts": "^0.10.4",
90+
"@alexaegis/autotool-plugin-commitlint": "^0.11.4",
91+
"@alexaegis/autotool-plugin-depcheck": "^0.11.4",
92+
"@alexaegis/autotool-plugin-editorconfig": "^0.11.4",
93+
"@alexaegis/autotool-plugin-eslint": "^0.11.4",
94+
"@alexaegis/autotool-plugin-git": "^0.11.4",
95+
"@alexaegis/autotool-plugin-github": "^0.11.4",
96+
"@alexaegis/autotool-plugin-husky": "^0.11.4",
97+
"@alexaegis/autotool-plugin-ncu": "^0.11.4",
98+
"@alexaegis/autotool-plugin-prettier": "^0.11.4",
99+
"@alexaegis/autotool-plugin-publint": "^0.11.4",
100+
"@alexaegis/autotool-plugin-remark": "^0.11.4",
101+
"@alexaegis/autotool-plugin-standard-version": "^0.11.4",
102+
"@alexaegis/autotool-plugin-stylelint": "^0.11.4",
103+
"@alexaegis/autotool-plugin-svelte": "^0.11.4",
104+
"@alexaegis/autotool-plugin-ts": "^0.11.4",
105+
"@alexaegis/autotool-plugin-turbo": "^0.11.4",
106+
"@alexaegis/autotool-plugin-typedoc": "^0.11.4",
107+
"@alexaegis/autotool-plugin-vite": "^0.11.4",
108+
"@alexaegis/autotool-plugin-vitest": "^0.11.4",
109+
"@alexaegis/autotool-plugin-vscode": "^0.11.4",
110+
"@alexaegis/autotool-plugin-workspace": "^0.11.4",
111+
"@alexaegis/coverage-tools": "^0.10.0",
112+
"@alexaegis/eslint-config-core": "^0.11.4",
113+
"@alexaegis/nuke": "^0.11.4",
114+
"@alexaegis/stylelint-config": "^0.11.4",
115+
"@alexaegis/ts": "^0.11.4",
116116
"@lcov-viewer/cli": "^1.3.0",
117-
"@types/eslint": "^8.56.6",
118-
"@types/node": "^20.11.30",
119-
"@typescript-eslint/eslint-plugin": "^7.3.1",
120-
"@typescript-eslint/parser": "^7.3.1",
121-
"@vitest/coverage-v8": "^1.4.0",
122-
"autotool": "^0.5.0",
123-
"commit-and-tag-version": "^12.2.0",
124-
"commitlint": "^19.2.1",
117+
"@types/eslint": "^8.56.10",
118+
"@types/node": "^20.12.12",
119+
"@vitest/coverage-v8": "^1.6.0",
120+
"autotool": "^0.6.1",
121+
"commit-and-tag-version": "^12.4.1",
122+
"commitlint": "^19.3.0",
125123
"depcheck": "^1.4.7",
126-
"eslint": "^8.57.0",
124+
"eslint": "^9.3.0",
127125
"husky": "^9.0.11",
128126
"lint-staged": "^15.2.2",
129-
"npm-check-updates": "^16.14.17",
127+
"npm-check-updates": "^16.14.20",
130128
"prettier": "^3.2.5",
131-
"prettier-plugin-svelte": "^3.2.2",
132-
"prettier-plugin-tailwindcss": "^0.5.12",
133129
"remark": "^15.0.1",
134-
"remark-cli": "^12.0.0",
135-
"stylelint": "^16.2.1",
136-
"svelte-check": "^3.6.8",
130+
"remark-cli": "^12.0.1",
131+
"stylelint": "^16.5.0",
132+
"svelte-check": "^3.7.1",
137133
"ts-node": "^10.9.2",
138-
"turbo": "^1.13.0",
139-
"turbo-ignore": "^1.13.0",
140-
"typedoc": "^0.25.12",
141-
"typescript": "^5.4.3",
142-
"vitest": "^1.4.0"
134+
"turbo": "^1.13.3",
135+
"turbo-ignore": "^1.13.3",
136+
"typedoc": "^0.25.13",
137+
"typescript": "^5.4.5",
138+
"vitest": "^1.6.0"
143139
}
144140
}

0 commit comments

Comments
 (0)