mirror of
https://github.com/scratchfoundation/scratch-parser.git
synced 2025-07-10 21:34:03 -04:00
chore(deps): update commitlint monorepo
This commit is contained in:
parent
d48cf54938
commit
b8ba51a70f
2 changed files with 50 additions and 59 deletions
103
package-lock.json
generated
103
package-lock.json
generated
|
@ -14,9 +14,9 @@
|
|||
"pify": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "7.2.1",
|
||||
"@commitlint/config-conventional": "7.1.2",
|
||||
"@commitlint/travis-cli": "7.2.1",
|
||||
"@commitlint/cli": "7.6.1",
|
||||
"@commitlint/config-conventional": "7.6.0",
|
||||
"@commitlint/travis-cli": "7.6.1",
|
||||
"babel-eslint": "10.1.0",
|
||||
"benchmark": "2.1.4",
|
||||
"cz-conventional-changelog": "2.1.0",
|
||||
|
@ -370,23 +370,23 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli": {
|
||||
"version": "7.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-7.2.1.tgz",
|
||||
"integrity": "sha512-PUHWGoQOx8m6ZSpZPSHb+YISFAvW7jiWvCJOQiViKHZC8CLKu4bjyc/AwP8gBte0RsTGAu1ekiitp5Q0NcLGcA==",
|
||||
"version": "7.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-7.6.1.tgz",
|
||||
"integrity": "sha512-HEJwQ/aK0AOcAwn77ZKbb/GZhlGxBSPhtVp07uoJFVqM12l2Ia2JHA+MTpfHCFdVahKyYGREZgxde6LyKyG8aQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@commitlint/format": "^7.2.1",
|
||||
"@commitlint/lint": "^7.2.1",
|
||||
"@commitlint/load": "^7.2.1",
|
||||
"@commitlint/read": "^7.1.2",
|
||||
"@commitlint/format": "^7.6.1",
|
||||
"@commitlint/lint": "^7.6.0",
|
||||
"@commitlint/load": "^7.6.1",
|
||||
"@commitlint/read": "^7.6.0",
|
||||
"babel-polyfill": "6.26.0",
|
||||
"chalk": "2.3.1",
|
||||
"get-stdin": "5.0.1",
|
||||
"lodash.merge": "4.6.1",
|
||||
"lodash.pick": "4.4.0",
|
||||
"get-stdin": "7.0.0",
|
||||
"lodash": "4.17.11",
|
||||
"meow": "5.0.0",
|
||||
"resolve-from": "^4.0.0",
|
||||
"resolve-global": "^0.1.0"
|
||||
"resolve-from": "5.0.0",
|
||||
"resolve-global": "1.0.0"
|
||||
},
|
||||
"bin": {
|
||||
"commitlint": "lib/cli.js"
|
||||
|
@ -400,6 +400,7 @@
|
|||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz",
|
||||
"integrity": "sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ansi-styles": "^3.2.0",
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
|
@ -409,11 +410,22 @@
|
|||
"node": ">=4"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/cli/node_modules/resolve-from": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
|
||||
"integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/config-conventional": {
|
||||
"version": "7.1.2",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-7.1.2.tgz",
|
||||
"integrity": "sha512-DmA4ixkpv03qA1TVs1Bl25QsVym2bPL6pKapesALWIVggG3OpwqGZ55vN75Tx8xZoG7LFKrVyrt7kwhA7X8njQ==",
|
||||
"dev": true
|
||||
"version": "7.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-7.6.0.tgz",
|
||||
"integrity": "sha512-1Gnv5p3tc1VsEK25oTIRBO86czLtX6s/jeLNPAQRzdCnyEmsxkbx/sfoUJ1dwv7v8W++xckVnnuvdZv2Hp8yCw==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@commitlint/ensure": {
|
||||
"version": "7.6.0",
|
||||
|
@ -578,18 +590,6 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/resolve-extends/node_modules/resolve-global": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz",
|
||||
"integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"global-dirs": "^0.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/@commitlint/rules": {
|
||||
"version": "7.6.0",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-7.6.0.tgz",
|
||||
|
@ -627,12 +627,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@commitlint/travis-cli": {
|
||||
"version": "7.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-7.2.1.tgz",
|
||||
"integrity": "sha512-ePNYSDCALqMq9lu8QqR6Lcn46Llhj7S8PN3YqbSKw5vE3f8ZYAmi5wEfZrxfvPcek3qVFW9b4XsZ0QidRdUpQQ==",
|
||||
"version": "7.6.1",
|
||||
"resolved": "https://registry.npmjs.org/@commitlint/travis-cli/-/travis-cli-7.6.1.tgz",
|
||||
"integrity": "sha512-oDtO0T0BIJs+nXxubdSaPRVni4RZ9SQA2N7gPDfsSzEVJZMqp23FOX/IO/K3dJS49Q9dbK6wqBl8jmSlva8r1w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@commitlint/cli": "^7.2.1",
|
||||
"@commitlint/cli": "^7.6.1",
|
||||
"babel-runtime": "6.26.0",
|
||||
"execa": "0.9.0"
|
||||
},
|
||||
|
@ -5322,12 +5323,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/get-stdin": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
|
||||
"integrity": "sha512-jZV7n6jGE3Gt7fgSTJoz91Ak5MuTLwMwkoYdjxuJ/AmjIsE1UC03y/IWkZCQGEvVNS9qoRNwy5BCqxImv0FVeA==",
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz",
|
||||
"integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.12.0"
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/get-stream": {
|
||||
|
@ -6672,18 +6674,6 @@
|
|||
"integrity": "sha512-worNHGKLDetmcEYDvh2stPCrrQRkP20E4l0iIS7F8EvzMqBBi7ltvFN5m1HvTf1P7Jk1txKhvFcmYsCr8O2F1Q==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/lodash.merge": {
|
||||
"version": "4.6.1",
|
||||
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz",
|
||||
"integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/lodash.pick": {
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz",
|
||||
"integrity": "sha512-hXt6Ul/5yWjfklSGvLQl8vM//l3FtyHZeuelpzK6mm99pNvN9yTDruNZPEJZD1oWrqo+izBmB7oUfWgcCX7s4Q==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/lodash.set": {
|
||||
"version": "4.3.2",
|
||||
"resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz",
|
||||
|
@ -16357,15 +16347,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/resolve-global": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-0.1.0.tgz",
|
||||
"integrity": "sha512-lnKV4jmhQ+FIMjYJjuiDWby1EvafgWxbN0n4IjGEK/IJeiRyVlU8Xe1AHs2aEn+AI6+1JAsEHXb6gWWhHWHMpw==",
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-1.0.0.tgz",
|
||||
"integrity": "sha512-zFa12V4OLtT5XUX/Q4VLvTfBf+Ok0SPc1FNGM/z9ctUdiU618qwKpWnd0CHs3+RqROfyEg/DhuHbMWYqcgljEw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"global-dirs": "^0.1.0"
|
||||
"global-dirs": "^0.1.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/retry": {
|
||||
|
|
|
@ -25,9 +25,9 @@
|
|||
"pify": "^4.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "7.2.1",
|
||||
"@commitlint/config-conventional": "7.1.2",
|
||||
"@commitlint/travis-cli": "7.2.1",
|
||||
"@commitlint/cli": "7.6.1",
|
||||
"@commitlint/config-conventional": "7.6.0",
|
||||
"@commitlint/travis-cli": "7.6.1",
|
||||
"babel-eslint": "10.1.0",
|
||||
"benchmark": "2.1.4",
|
||||
"cz-conventional-changelog": "2.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue