@naturalcycles/dev-lib 20.14.1 → 20.15.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.
@@ -205,12 +205,12 @@
205
205
  ],
206
206
  "unicorn/no-accessor-recursion": 2,
207
207
  "unicorn/prefer-string-slice": 2,
208
- "unicorn/no-unnecessary-array-flat-depth": [2],
209
- "unicorn/no-unnecessary-slice-end": [2],
210
- "unicorn/no-unreadable-array-destructuring": [2],
211
- "unicorn/no-unreadable-iife": [2],
212
- "unicorn/no-useless-collection-argument": [2],
213
- "unicorn/no-useless-promise-resolve-reject": [2],
208
+ "unicorn/no-unnecessary-array-flat-depth": 2,
209
+ "unicorn/no-unnecessary-slice-end": 2,
210
+ "unicorn/no-unreadable-array-destructuring": 2,
211
+ "unicorn/no-unreadable-iife": 2,
212
+ "unicorn/no-useless-collection-argument": 2,
213
+ "unicorn/no-useless-promise-resolve-reject": 2,
214
214
  "unicorn/numeric-separators-style": [
215
215
  2,
216
216
  {
@@ -234,24 +234,24 @@
234
234
  }
235
235
  ],
236
236
  "unicorn/prefer-add-event-listener": [2, {}],
237
- "unicorn/prefer-array-index-of": [2],
238
- "unicorn/prefer-bigint-literals": [2],
239
- "unicorn/prefer-blob-reading-methods": [2],
240
- "unicorn/prefer-dom-node-append": [2],
241
- "unicorn/prefer-dom-node-dataset": [2],
242
- "unicorn/prefer-dom-node-remove": [2],
243
- "unicorn/prefer-dom-node-text-content": [2],
244
- "unicorn/prefer-event-target": [2],
245
- "unicorn/prefer-logical-operator-over-ternary": [2],
246
- "unicorn/prefer-modern-dom-apis": [2],
247
- "unicorn/prefer-native-coercion-functions": [2],
237
+ "unicorn/prefer-array-index-of": 2,
238
+ "unicorn/prefer-bigint-literals": 2,
239
+ "unicorn/prefer-blob-reading-methods": 2,
240
+ "unicorn/prefer-dom-node-append": 2,
241
+ "unicorn/prefer-dom-node-dataset": 2,
242
+ "unicorn/prefer-dom-node-remove": 2,
243
+ "unicorn/prefer-dom-node-text-content": 2,
244
+ "unicorn/prefer-event-target": 2,
245
+ "unicorn/prefer-logical-operator-over-ternary": 2,
246
+ "unicorn/prefer-modern-dom-apis": 2,
247
+ "unicorn/prefer-native-coercion-functions": 2,
248
248
  "unicorn/prefer-object-from-entries": [2, {}],
249
- "unicorn/prefer-optional-catch-binding": [2],
250
- "unicorn/prefer-reflect-apply": [2],
251
- "unicorn/prefer-string-raw": [2],
252
- "unicorn/prefer-string-trim-start-end": [2],
253
- "unicorn/prefer-type-error": [2],
254
- "unicorn/require-array-join-separator": [2],
249
+ "unicorn/prefer-optional-catch-binding": 2,
250
+ "unicorn/prefer-reflect-apply": 2,
251
+ "unicorn/prefer-string-raw": 2,
252
+ "unicorn/prefer-string-trim-start-end": 2,
253
+ "unicorn/prefer-type-error": 2,
254
+ "unicorn/require-array-join-separator": 2,
255
255
  "unicorn/switch-case-braces": [2, "always"],
256
256
  "unicorn/text-encoding-identifier-case": [
257
257
  2,
@@ -259,18 +259,22 @@
259
259
  "withDash": false
260
260
  }
261
261
  ],
262
- "vitest/no-duplicate-hooks": [2],
263
- "vitest/no-focused-tests": [2],
264
- "vitest/no-identical-title": [2],
265
- "vitest/no-test-return-statement": [2],
266
- "vitest/prefer-hooks-in-order": [2],
267
- "vitest/prefer-hooks-on-top": [2],
268
- "vitest/prefer-mock-promise-shorthand": [2],
269
- "vitest/prefer-to-have-length": [2],
270
- "vitest/require-to-throw-message": [2],
262
+ "vitest/no-duplicate-hooks": 2,
263
+ "vitest/no-focused-tests": 2,
264
+ "vitest/no-identical-title": 2,
265
+ "vitest/no-test-return-statement": 2,
266
+ "vitest/prefer-hooks-in-order": 2,
267
+ "vitest/prefer-hooks-on-top": 2,
268
+ "vitest/prefer-mock-promise-shorthand": 2,
269
+ "vitest/prefer-to-have-length": 2,
270
+ "vitest/require-to-throw-message": 2,
271
271
  "vitest/valid-describe-callback": 0,
272
272
  "vitest/valid-expect": 0,
273
273
  "vitest/no-import-node-test": 2,
274
+ "vitest/no-mocks-import": 2,
275
+ "vitest/prefer-spy-on": 2,
276
+ "vitest/prefer-to-be": 2,
277
+ "vitest/prefer-to-contain": 2,
274
278
  "jest/consistent-test-it": [
275
279
  2,
276
280
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
3
  "type": "module",
4
- "version": "20.14.1",
4
+ "version": "20.15.0",
5
5
  "dependencies": {
6
6
  "@biomejs/biome": "^2",
7
7
  "@commitlint/cli": "^20",