File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2828 "build" : " tsc --project tsconfig.build.json" ,
2929 "build:clean" : " rimraf dist && yarn build" ,
3030 "build:docs" : " typedoc" ,
31- "lint" : " yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check" ,
31+ "lint" : " yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies --check && yarn lint:changelog" ,
32+ "lint:changelog" : " auto-changelog validate" ,
3233 "lint:dependencies" : " depcheck && yarn dedupe" ,
3334 "lint:eslint" : " eslint . --cache --ext js,ts" ,
3435 "lint:fix" : " yarn lint:eslint --fix && yarn lint:misc --write && yarn lint:dependencies" ,
Original file line number Diff line number Diff line change @@ -933,7 +933,7 @@ __metadata:
933933 languageName : node
934934 linkType : hard
935935
936- " @metamask/auto-changelog@npm:^3.1 .0 " :
936+ " @metamask/auto-changelog@npm:^3.2 .0 " :
937937 version : 3.2.0
938938 resolution : " @metamask/auto-changelog@npm:3.2.0"
939939 dependencies :
@@ -1001,7 +1001,7 @@ __metadata:
10011001 resolution : " @metamask/rpc-errors@workspace:."
10021002 dependencies :
10031003 " @lavamoat/allow-scripts " : ^2.0.3
1004- " @metamask/auto-changelog " : ^3.1 .0
1004+ " @metamask/auto-changelog " : ^3.2 .0
10051005 " @metamask/eslint-config " : ^11.1.0
10061006 " @metamask/eslint-config-jest " : ^11.1.0
10071007 " @metamask/eslint-config-nodejs " : ^11.1.0
You can’t perform that action at this time.
0 commit comments