dependency-cruiser 12.7.1-beta-1 → 12.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -11
- package/src/meta.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dependency-cruiser",
|
|
3
|
-
"version": "12.7.1
|
|
3
|
+
"version": "12.7.1",
|
|
4
4
|
"description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"static analysis",
|
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"lint": "npm-run-all --parallel --aggregate-output lint:eslint format:check lint:types",
|
|
99
99
|
"lint:eslint": "eslint bin/dependency-cruise.js bin src test configs tools/**/*.mjs --cache --cache-location node_modules/.cache/eslint/",
|
|
100
100
|
"lint:eslint:fix": "eslint --fix bin src test configs tools/**/*.mjs --cache --cache-location node_modules/.cache/eslint/",
|
|
101
|
+
"lint:eslint:clear-caches": "rm -rf node_modules/.cache/eslint/",
|
|
101
102
|
"lint:fix": "npm-run-all lint:eslint:fix format lint:types:fix",
|
|
102
103
|
"lint:types": "npm-run-all lint:types:tsc lint:types:lint",
|
|
103
104
|
"lint:types:tsc": "tsc --project types/tsconfig.json",
|
|
@@ -132,7 +133,7 @@
|
|
|
132
133
|
"test:load": "hyperfine --warmup 3 --runs 30 \"bin/dependency-cruise.js src bin test configs types tools --ignore-known --validate --no-cache --no-progress\"",
|
|
133
134
|
"test:load:short": "hyperfine --warmup 1 --runs 5 \"bin/dependency-cruise.js src bin test configs types tools --ignore-known --validate --no-cache --no-progress\"",
|
|
134
135
|
"test:watch": "mocha --watch --watch-extensions=json --reporter=min test/\\*\\*/\\*.spec.js",
|
|
135
|
-
"update-dependencies": "npm-run-all upem:update upem:install build:clean build lint:fix depcruise test:cover",
|
|
136
|
+
"update-dependencies": "npm-run-all upem:update upem:install build:clean build lint:eslint:clear-caches lint:fix depcruise test:cover",
|
|
136
137
|
"upem-outdated": "npm outdated --json --long | upem --dry-run",
|
|
137
138
|
"upem:install": "npm install",
|
|
138
139
|
"upem:update": "npm outdated --json --long | upem | pbcopy && pbpaste",
|
|
@@ -172,13 +173,13 @@
|
|
|
172
173
|
"@babel/core": "7.20.12",
|
|
173
174
|
"@babel/plugin-transform-modules-commonjs": "7.20.11",
|
|
174
175
|
"@babel/preset-typescript": "7.18.6",
|
|
175
|
-
"@swc/core": "1.3.
|
|
176
|
+
"@swc/core": "1.3.34",
|
|
176
177
|
"@types/lodash": "4.14.191",
|
|
177
|
-
"@types/node": "18.
|
|
178
|
+
"@types/node": "18.13.0",
|
|
178
179
|
"@types/prompts": "2.4.2",
|
|
179
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
180
|
-
"@typescript-eslint/parser": "5.
|
|
181
|
-
"@vue/compiler-sfc": "3.2.
|
|
180
|
+
"@typescript-eslint/eslint-plugin": "5.51.0",
|
|
181
|
+
"@typescript-eslint/parser": "5.51.0",
|
|
182
|
+
"@vue/compiler-sfc": "3.2.47",
|
|
182
183
|
"c8": "7.12.0",
|
|
183
184
|
"chai": "4.3.7",
|
|
184
185
|
"chai-json-schema": "1.5.1",
|
|
@@ -191,19 +192,19 @@
|
|
|
191
192
|
"eslint-plugin-import": "2.27.5",
|
|
192
193
|
"eslint-plugin-mocha": "10.1.0",
|
|
193
194
|
"eslint-plugin-node": "11.1.0",
|
|
194
|
-
"eslint-plugin-security": "1.7.
|
|
195
|
+
"eslint-plugin-security": "1.7.1",
|
|
195
196
|
"eslint-plugin-unicorn": "^45.0.0",
|
|
196
197
|
"husky": "8.0.3",
|
|
197
198
|
"intercept-stdout": "0.1.2",
|
|
198
|
-
"lint-staged": "13.1.
|
|
199
|
+
"lint-staged": "13.1.1",
|
|
199
200
|
"mocha": "10.2.0",
|
|
200
201
|
"normalize-newline": "^3.0.0",
|
|
201
202
|
"npm-run-all": "4.1.5",
|
|
202
|
-
"prettier": "2.8.
|
|
203
|
+
"prettier": "2.8.4",
|
|
203
204
|
"proxyquire": "2.1.3",
|
|
204
205
|
"shx": "0.3.4",
|
|
205
206
|
"svelte": "3.55.1",
|
|
206
|
-
"symlink-dir": "5.1.
|
|
207
|
+
"symlink-dir": "5.1.1",
|
|
207
208
|
"typescript": "4.9.5",
|
|
208
209
|
"upem": "7.3.1",
|
|
209
210
|
"vue-template-compiler": "2.7.14",
|