foxts 3.1.1 → 3.2.0

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 +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foxts",
3
- "version": "3.1.1",
3
+ "version": "3.2.0",
4
4
  "description": "Opinionated collection of common TypeScript utils by @SukkaW",
5
5
  "repository": {
6
6
  "url": "https://github.com/SukkaW/foxts"
@@ -318,7 +318,8 @@
318
318
  "types": "./dist/cjs/string-join.d.ts",
319
319
  "default": "./dist/cjs/string-join.js"
320
320
  }
321
- }
321
+ },
322
+ "./compare-source": {}
322
323
  },
323
324
  "sideEffects": false,
324
325
  "keywords": [
@@ -329,7 +330,7 @@
329
330
  "author": "SukkaW <https://skk.moe>",
330
331
  "license": "MIT",
331
332
  "devDependencies": {
332
- "@eslint-sukka/node": "^6.18.2",
333
+ "@eslint-sukka/node": "^6.19.0",
333
334
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
334
335
  "@mitata/counters": "^0.0.8",
335
336
  "@monyone/aho-corasick": "^1.0.4",
@@ -342,7 +343,7 @@
342
343
  "@types/lodash.escape": "^4.0.9",
343
344
  "@types/lodash.escaperegexp": "^4.1.9",
344
345
  "@types/mocha": "^10.0.10",
345
- "@types/node": "^22.15.3",
346
+ "@types/node": "^22.15.17",
346
347
  "@types/regex-escape": "^3.4.1",
347
348
  "@types/sinon": "^17.0.4",
348
349
  "bumpp": "^10.1.0",
@@ -352,9 +353,9 @@
352
353
  "escape-html": "^1.0.3",
353
354
  "escape-regexp": "^0.0.1",
354
355
  "escape-string-regexp": "4",
355
- "eslint": "^9.25.1",
356
- "eslint-config-sukka": "^6.18.2",
357
- "eslint-formatter-sukka": "^6.18.2",
356
+ "eslint": "^9.26.0",
357
+ "eslint-config-sukka": "^6.19.0",
358
+ "eslint-formatter-sukka": "^6.19.0",
358
359
  "expect": "^29.7.0",
359
360
  "fastscan": "^1.0.6",
360
361
  "fdir": "^6.4.4",
@@ -363,7 +364,7 @@
363
364
  "lodash.escape": "^4.0.1",
364
365
  "lodash.escaperegexp": "^4.1.2",
365
366
  "mitata": "^1.0.34",
366
- "mocha": "^11.1.0",
367
+ "mocha": "^11.2.2",
367
368
  "modern-ahocorasick": "^2.0.4",
368
369
  "nyc": "^17.1.0",
369
370
  "regex-escape": "^3.4.11",