@xylabs/ts-scripts-yarn3 3.12.2 → 3.12.4

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.
Files changed (1) hide show
  1. package/package.json +16 -21
package/package.json CHANGED
@@ -60,20 +60,22 @@
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.10",
63
+ "@swc/core": "^1.7.0",
64
+ "@types/node": "^20.14.11",
64
65
  "@types/yargs": "^17.0.32",
65
- "@typescript-eslint/eslint-plugin": "^7.16.0",
66
- "@typescript-eslint/parser": "^7.16.0",
67
- "@xylabs/tsconfig": "^3.12.2",
68
- "@xylabs/tsconfig-dom": "^3.12.2",
66
+ "@typescript-eslint/eslint-plugin": "^7.16.1",
67
+ "@typescript-eslint/parser": "^7.16.1",
68
+ "@xylabs/tsconfig": "^3.12.4",
69
+ "@xylabs/tsconfig-dom": "^3.12.4",
69
70
  "async-mutex": "^0.5.0",
70
71
  "chalk": "^4.1.2",
71
72
  "cosmiconfig": "^9.0.0",
72
73
  "cosmiconfig-typescript-loader": "^5.0.0",
73
74
  "cpy": "^8.1.2",
74
75
  "depcheck": "^1.4.7",
76
+ "eslint": "^9.7.0",
75
77
  "eslint-config-prettier": "^9.1.0",
76
- "eslint-plugin-prettier": "^5.1.3",
78
+ "eslint-plugin-prettier": "^5.2.1",
77
79
  "eslint-plugin-sonarjs": "^1.0.3",
78
80
  "glob": "^10.4.5",
79
81
  "jest": "^29.7.0",
@@ -89,19 +91,19 @@
89
91
  "npm-package-json-lint-config-default": "^7.0.1",
90
92
  "parse-git-config": "^3.0.0",
91
93
  "prettier": "^3.3.3",
92
- "publint": "^0.2.8",
94
+ "publint": "^0.2.9",
93
95
  "reflect-metadata": "^0.2.2",
94
96
  "rimraf": "^4.4.1",
95
97
  "rollup": "^4.18.1",
96
98
  "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.23",
97
99
  "rollup-plugin-node-externals": "^7.1.2",
98
100
  "supertest": "^7.0.0",
99
- "ts-jest": "^29.2.2",
101
+ "ts-jest": "^29.2.3",
100
102
  "ts-node": "^10.9.2",
101
103
  "ts-prune": "^0.10.3",
102
104
  "tsc-prog": "^2.3.0",
103
105
  "tslib": "^2.6.3",
104
- "tsup": "^8.1.0",
106
+ "tsup": "^8.1.2",
105
107
  "typedoc": "^0.26.4",
106
108
  "types-package-json": "^2.0.39",
107
109
  "yargs": "^17.7.2"
@@ -110,23 +112,16 @@
110
112
  "devDependencies": {
111
113
  "@types/eslint": "^8.56.10",
112
114
  "@types/license-checker": "^25.0.6",
113
- "@types/lodash": "^4.17.6",
115
+ "@types/lodash": "^4.17.7",
114
116
  "@types/parse-git-config": "^3.0.4",
115
- "@xylabs/eslint-config": "^3.12.2",
116
- "@xylabs/tsconfig": "^3.12.2",
117
- "eslint": "^9.7.0",
118
- "publint": "^0.2.8",
117
+ "@xylabs/eslint-config": "^3.12.4",
118
+ "@xylabs/tsconfig": "^3.12.4",
119
+ "publint": "^0.2.9",
119
120
  "typescript": "^5.5.3"
120
121
  },
121
122
  "peerDependencies": {
122
- "eslint": "*",
123
123
  "typescript": "^5"
124
124
  },
125
- "peerDependenciesMeta": {
126
- "eslint": {
127
- "optional": true
128
- }
129
- },
130
125
  "homepage": "https://xylabs.com",
131
126
  "keywords": [
132
127
  "xylabs",
@@ -173,6 +168,6 @@
173
168
  "package-clean": "echo Not cleaning..."
174
169
  },
175
170
  "sideEffects": false,
176
- "version": "3.12.2",
171
+ "version": "3.12.4",
177
172
  "type": "commonjs"
178
173
  }