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