2
2
mirror of https://github.com/Thream/website.git synced 2024-07-06 18:40:12 +02:00

chore: update semantic-release tooling

This commit is contained in:
Théo LUDWIG 2023-12-28 05:12:38 +01:00
parent e94eccf2c5
commit 0c5a86595e
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
3 changed files with 1133 additions and 1517 deletions

View File

@ -5,7 +5,7 @@
"editor.bracketPairColorization.enabled": true, "editor.bracketPairColorization.enabled": true,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll": true "source.fixAll": "explicit"
}, },
"eslint.options": { "eslint.options": {
"ignorePath": ".gitignore" "ignorePath": ".gitignore"

2640
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -64,9 +64,9 @@
"universal-cookie": "6.1.1" "universal-cookie": "6.1.1"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "18.0.0", "@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.0.0", "@commitlint/config-conventional": "18.4.3",
"@saithodev/semantic-release-backmerge": "3.2.1", "@saithodev/semantic-release-backmerge": "4.0.1",
"@semantic-release/git": "10.0.1", "@semantic-release/git": "10.0.1",
"@tsconfig/strictest": "2.0.2", "@tsconfig/strictest": "2.0.2",
"@types/emoji-mart": "3.0.11", "@types/emoji-mart": "3.0.11",
@ -101,7 +101,7 @@
"postcss": "8.4.31", "postcss": "8.4.31",
"prettier": "3.0.3", "prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6", "prettier-plugin-tailwindcss": "0.5.6",
"semantic-release": "21.1.1", "semantic-release": "22.0.12",
"start-server-and-test": "2.0.1", "start-server-and-test": "2.0.1",
"tailwindcss": "3.3.3", "tailwindcss": "3.3.3",
"typescript": "5.2.2" "typescript": "5.2.2"