Skip to content

Commit 536af5d

Browse files
committed
chore(deps): update conventional-changelog to v5.1.0
1 parent 12cd08f commit 536af5d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"format:base": "prettier \"./**/*.{ts,js}\"",
1111
"format:fix": "npm run format:base -- --write",
1212
"format:check": "npm run format:base -- --check",
13-
"test": "jest",
14-
"test:unit": "jest --testPathIgnorePatterns test/git.integration-test.js",
15-
"test:git-integration": "jest --testPathPattern test/git.integration-test.js",
13+
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
14+
"test:unit": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathIgnorePatterns test/git.integration-test.js",
15+
"test:git-integration": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --testPathPattern test/git.integration-test.js",
1616
"release": "bin/cli.js"
1717
},
1818
"repository": "absolute-version/commit-and-tag-version",
@@ -40,10 +40,10 @@
4040
"homepage": "https://github.com/absolute-version/commit-and-tag-version#readme",
4141
"dependencies": {
4242
"chalk": "^2.4.2",
43-
"conventional-changelog": "4.0.0",
43+
"conventional-changelog": "5.1.0",
4444
"conventional-changelog-config-spec": "2.1.0",
45-
"conventional-changelog-conventionalcommits": "6.1.0",
46-
"conventional-recommended-bump": "7.0.1",
45+
"conventional-changelog-conventionalcommits": "7.0.2",
46+
"conventional-recommended-bump": "8.0.0",
4747
"detect-indent": "^6.1.0",
4848
"detect-newline": "^3.1.0",
4949
"dotgitignore": "^2.1.0",

0 commit comments

Comments
 (0)