@xylabs/ts-scripts-yarn3 3.11.11 → 3.11.13
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/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +17 -17
package/dist/index.d.mts
CHANGED
|
@@ -242,9 +242,9 @@ declare const updateYarnVersion: () => number;
|
|
|
242
242
|
|
|
243
243
|
declare const yarn3Only: () => number;
|
|
244
244
|
|
|
245
|
-
declare const checkResult: (name: string, result: number, level?:
|
|
245
|
+
declare const checkResult: (name: string, result: number, level?: "error" | "warn", exitOnFail?: boolean) => void;
|
|
246
246
|
|
|
247
|
-
declare const createBuildConfig: (location: string, module:
|
|
247
|
+
declare const createBuildConfig: (location: string, module: "ESNext" | "CommonJS", target: "ESNext" | "ES6", outDirSuffix: string) => Record<string, any> | undefined;
|
|
248
248
|
|
|
249
249
|
declare const defaultBuildConfig: {
|
|
250
250
|
compilerOptions: {
|
package/dist/index.d.ts
CHANGED
|
@@ -242,9 +242,9 @@ declare const updateYarnVersion: () => number;
|
|
|
242
242
|
|
|
243
243
|
declare const yarn3Only: () => number;
|
|
244
244
|
|
|
245
|
-
declare const checkResult: (name: string, result: number, level?:
|
|
245
|
+
declare const checkResult: (name: string, result: number, level?: "error" | "warn", exitOnFail?: boolean) => void;
|
|
246
246
|
|
|
247
|
-
declare const createBuildConfig: (location: string, module:
|
|
247
|
+
declare const createBuildConfig: (location: string, module: "ESNext" | "CommonJS", target: "ESNext" | "ES6", outDirSuffix: string) => Record<string, any> | undefined;
|
|
248
248
|
|
|
249
249
|
declare const defaultBuildConfig: {
|
|
250
250
|
compilerOptions: {
|
package/package.json
CHANGED
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"@rollup/plugin-commonjs": "^26.0.1",
|
|
61
61
|
"@rollup/plugin-json": "^6.1.0",
|
|
62
62
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
63
|
-
"@types/node": "^20.14.
|
|
63
|
+
"@types/node": "^20.14.10",
|
|
64
64
|
"@types/yargs": "^17.0.32",
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
66
|
-
"@typescript-eslint/parser": "^7.
|
|
67
|
-
"@xylabs/tsconfig": "
|
|
68
|
-
"@xylabs/tsconfig-dom": "
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
66
|
+
"@typescript-eslint/parser": "^7.16.0",
|
|
67
|
+
"@xylabs/tsconfig": "^3.11.13",
|
|
68
|
+
"@xylabs/tsconfig-dom": "^3.11.13",
|
|
69
69
|
"async-mutex": "^0.5.0",
|
|
70
70
|
"chalk": "^4.1.2",
|
|
71
71
|
"cosmiconfig": "^9.0.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"eslint-config-prettier": "^9.1.0",
|
|
76
76
|
"eslint-plugin-prettier": "^5.1.3",
|
|
77
77
|
"eslint-plugin-sonarjs": "^1.0.3",
|
|
78
|
-
"glob": "^10.4.
|
|
78
|
+
"glob": "^10.4.5",
|
|
79
79
|
"jest": "^29.7.0",
|
|
80
80
|
"jest-extended": "^4.0.2",
|
|
81
81
|
"jest-mock-extended": "^3.0.7",
|
|
@@ -88,21 +88,21 @@
|
|
|
88
88
|
"npm-package-json-lint": "^8.0.0",
|
|
89
89
|
"npm-package-json-lint-config-default": "^7.0.1",
|
|
90
90
|
"parse-git-config": "^3.0.0",
|
|
91
|
-
"prettier": "^3.3.
|
|
91
|
+
"prettier": "^3.3.3",
|
|
92
92
|
"publint": "^0.2.8",
|
|
93
93
|
"reflect-metadata": "^0.2.2",
|
|
94
94
|
"rimraf": "^4.4.1",
|
|
95
|
-
"rollup": "^4.18.
|
|
95
|
+
"rollup": "^4.18.1",
|
|
96
96
|
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
|
|
97
97
|
"rollup-plugin-node-externals": "^7.1.2",
|
|
98
98
|
"supertest": "^7.0.0",
|
|
99
|
-
"ts-jest": "^29.
|
|
99
|
+
"ts-jest": "^29.2.2",
|
|
100
100
|
"ts-node": "^10.9.2",
|
|
101
101
|
"ts-prune": "^0.10.3",
|
|
102
102
|
"tsc-prog": "^2.3.0",
|
|
103
103
|
"tslib": "^2.6.3",
|
|
104
104
|
"tsup": "^8.1.0",
|
|
105
|
-
"typedoc": "^0.
|
|
105
|
+
"typedoc": "^0.26.4",
|
|
106
106
|
"types-package-json": "^2.0.39",
|
|
107
107
|
"yargs": "^17.7.2"
|
|
108
108
|
},
|
|
@@ -110,16 +110,16 @@
|
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@types/eslint": "^8.56.10",
|
|
112
112
|
"@types/license-checker": "^25.0.6",
|
|
113
|
-
"@types/lodash": "^4.17.
|
|
113
|
+
"@types/lodash": "^4.17.6",
|
|
114
114
|
"@types/parse-git-config": "^3.0.4",
|
|
115
|
-
"@xylabs/eslint-config": "
|
|
116
|
-
"@xylabs/tsconfig": "
|
|
117
|
-
"eslint": "^9.
|
|
115
|
+
"@xylabs/eslint-config": "^3.11.13",
|
|
116
|
+
"@xylabs/tsconfig": "^3.11.13",
|
|
117
|
+
"eslint": "^9.7.0",
|
|
118
118
|
"publint": "^0.2.8",
|
|
119
|
-
"typescript": "^5.
|
|
119
|
+
"typescript": "^5.5.3"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|
|
122
|
-
"eslint": "
|
|
122
|
+
"eslint": "*",
|
|
123
123
|
"typescript": "^5"
|
|
124
124
|
},
|
|
125
125
|
"peerDependenciesMeta": {
|
|
@@ -173,6 +173,6 @@
|
|
|
173
173
|
"package-clean": "echo Not cleaning..."
|
|
174
174
|
},
|
|
175
175
|
"sideEffects": false,
|
|
176
|
-
"version": "3.11.
|
|
176
|
+
"version": "3.11.13",
|
|
177
177
|
"type": "commonjs"
|
|
178
178
|
}
|