2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-06 21:00:10 +02:00

chore: update semantic-release tooling

This commit is contained in:
Théo LUDWIG 2023-12-28 05:05:32 +01:00
parent e692464bb5
commit 503365b0ef
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B
3 changed files with 1024 additions and 1424 deletions

View File

@ -5,7 +5,7 @@
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.fixAll": true "source.fixAll": "explicit"
}, },
"eslint.options": { "ignorePath": ".gitignore" } "eslint.options": { "ignorePath": ".gitignore" }
} }

2438
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -47,9 +47,9 @@
"read-pkg": "8.1.0" "read-pkg": "8.1.0"
}, },
"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",
"@swc/cli": "0.1.62", "@swc/cli": "0.1.62",
"@swc/core": "1.3.94", "@swc/core": "1.3.94",
@ -75,7 +75,7 @@
"markdownlint-rule-relative-links": "2.1.0", "markdownlint-rule-relative-links": "2.1.0",
"prettier": "3.0.3", "prettier": "3.0.3",
"rimraf": "5.0.5", "rimraf": "5.0.5",
"semantic-release": "21.1.2", "semantic-release": "22.0.12",
"typescript": "5.2.2" "typescript": "5.2.2"
} }
} }