Skip to content

Commit 4a4a6bd

Browse files
authored
Merge pull request #242 from nanotaboada/dependabot/npm_and_yarn/definitelytyped-b871ca1edc
chore(deps-dev): bump the definitelytyped group with 2 updates
2 parents 7aa8ef5 + 8d920ce commit 4a4a6bd

File tree

4 files changed

+62
-52
lines changed

4 files changed

+62
-52
lines changed

.commitlintrc.json

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

commitlint.config.mjs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// .commitlint.config.mjs
2+
import conventional from '@commitlint/config-conventional';
3+
4+
export default {
5+
...conventional,
6+
rules: {
7+
'header-max-length': [2, 'always', 80],
8+
'body-max-line-length': [2, 'always', 80],
9+
},
10+
ignores: [
11+
// skip any commit whose body contains the Dependabot signature
12+
(message) => message.includes('Signed‑off‑by: dependabot[bot]'),
13+
// skip any Dependabot‑style bump header
14+
(message) => /^chore\(deps(-dev)?\): bump /.test(message),
15+
],
16+
};

package-lock.json

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"@types/supertest": "^6.0.3",
4343
"@types/swagger-jsdoc": "^6.0.4",
4444
"@types/swagger-ui-express": "^4.1.8",
45-
"@typescript-eslint/eslint-plugin": "^8.30.1",
46-
"@typescript-eslint/parser": "^8.30.1",
45+
"@typescript-eslint/eslint-plugin": "^8.31.0",
46+
"@typescript-eslint/parser": "^8.31.0",
4747
"commitlint": "^19.8.0",
4848
"eslint": "^9.25.1",
4949
"eslint-config-prettier": "^10.1.2",

0 commit comments

Comments
 (0)