vitest-config-silverwind 10.4.0 → 10.4.2

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ function uniquePluginName(plugin) {
28
28
  return `${plugin.name}-${apply}-${String(plugin.enforce)}`;
29
29
  }
30
30
  function dedupePlugins(libPlugins, userPlugins) {
31
- const seen = /* @__PURE__ */ new Set([]);
31
+ const seen = /* @__PURE__ */ new Set();
32
32
  const ret = [];
33
33
  for (const plugin of [...userPlugins, ...libPlugins]) {
34
34
  const name = plugin ? uniquePluginName(plugin) : null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitest-config-silverwind",
3
- "version": "10.4.0",
3
+ "version": "10.4.2",
4
4
  "description": "Shared vitest configuration",
5
5
  "author": "silverwind <me@silverwind.io>",
6
6
  "repository": "silverwind/vitest-config-silverwind",
@@ -17,22 +17,22 @@
17
17
  "node": ">=20"
18
18
  },
19
19
  "dependencies": {
20
- "jest-extended": "6.0.0"
20
+ "jest-extended": "7.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@types/node": "24.9.1",
24
- "eslint": "9.38.0",
25
- "eslint-config-silverwind": "108.0.3",
23
+ "@types/node": "24.10.0",
24
+ "eslint": "9.39.1",
25
+ "eslint-config-silverwind": "110.0.0",
26
26
  "js-yaml": "4.1.0",
27
- "tsdown": "0.15.9",
28
- "tsdown-config-silverwind": "1.4.0",
27
+ "tsdown": "0.16.0",
28
+ "tsdown-config-silverwind": "1.5.2",
29
29
  "typescript": "5.9.3",
30
30
  "typescript-config-silverwind": "12.0.0",
31
- "updates": "16.8.1",
32
- "versions": "14.0.1",
31
+ "updates": "16.9.1",
32
+ "versions": "14.0.2",
33
33
  "vite-plugin-dts": "4.5.4",
34
34
  "vite-string-plugin": "^1.4.6",
35
- "vitest": "4.0.1"
35
+ "vitest": "4.0.7"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "happy-dom": "*"