@knapsack/rendering-utils 4.97.0--canary.7880.5727930.0 → 4.97.1--canary.8a54156.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.
package/.lintstagedrc.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  import { dirname } from 'node:path';
2
2
  import { fileURLToPath } from 'node:url';
3
3
 
4
- import defaultConfig, { buildEslintCommand } from '../../.lintstagedrc.mjs';
4
+ import defaultConfig from '../../.lintstagedrc.mjs';
5
5
 
6
6
  const __dirname = dirname(fileURLToPath(import.meta.url));
7
7
 
8
8
  export default {
9
- '*.{ts,tsx,js,jsx,cjs,mjs,mts,cts}': buildEslintCommand(__dirname),
9
+ '*.{ts,tsx,js,jsx,cjs,mjs,mts,cts}': `cd ${__dirname} && ./node_modules/.bin/eslint`,
10
10
  ...defaultConfig,
11
11
  };
@@ -35,10 +35,10 @@ marked(): headerIds and headerPrefix parameters enabled by default, but are depr
35
35
  marked(): mangle parameter is enabled by default, but is deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-mangle, or disable by setting `{mangle: false}`.
36
36
  marked(): headerIds and headerPrefix parameters enabled by default, but are deprecated since version 5.0.0, and will be removed in the future. To clear this warning, install https://www.npmjs.com/package/marked-gfm-heading-id, or disable by setting `{headerIds: false}`.
37
37
 
38
- ✓ src/blocks-to-html.test.ts (34 tests) 260ms
38
+ ✓ src/blocks-to-html.test.ts (34 tests) 252ms
39
39
 
40
40
   Test Files  1 passed (1)
41
41
   Tests  34 passed (34)
42
-  Start at  00:31:06
43
-  Duration  1.85s (transform 167ms, setup 0ms, import 1.40s, tests 260ms, environment 0ms)
42
+  Start at  23:04:44
43
+  Duration  1.89s (transform 226ms, setup 0ms, import 1.43s, tests 252ms, environment 0ms)
44
44
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/rendering-utils",
3
3
  "description": "",
4
- "version": "4.97.0--canary.7880.5727930.0",
4
+ "version": "4.97.1--canary.8a54156.0",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -25,16 +25,16 @@
25
25
  "test": "vitest run"
26
26
  },
27
27
  "dependencies": {
28
- "@knapsack/tiptap-utils": "4.97.0--canary.7880.5727930.0",
29
- "@knapsack/utils": "4.97.0--canary.7880.5727930.0",
28
+ "@knapsack/tiptap-utils": "4.97.1--canary.8a54156.0",
29
+ "@knapsack/utils": "4.97.1--canary.8a54156.0",
30
30
  "isomorphic-dompurify": "^1.13.0",
31
31
  "marked": "^6.0.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@knapsack/eslint-config-starter": "4.97.0--canary.7880.5727930.0",
35
- "@knapsack/prettier-config": "4.97.0--canary.7880.5727930.0",
36
- "@knapsack/types": "4.97.0--canary.7880.5727930.0",
37
- "@knapsack/typescript-config-starter": "4.97.0--canary.7880.5727930.0",
34
+ "@knapsack/eslint-config-starter": "4.97.1--canary.8a54156.0",
35
+ "@knapsack/prettier-config": "4.97.1--canary.8a54156.0",
36
+ "@knapsack/types": "4.97.1--canary.8a54156.0",
37
+ "@knapsack/typescript-config-starter": "4.97.1--canary.8a54156.0",
38
38
  "@types/node": "^24.13.2",
39
39
  "eslint": "^9.20.0",
40
40
  "typescript": "^6.0.3",
@@ -49,5 +49,5 @@
49
49
  "directory": "libs/rendering-utils",
50
50
  "type": "git"
51
51
  },
52
- "gitHead": "57279300a3d70b8a5c5fc7d6612fa916df958406"
52
+ "gitHead": "8a54156ac432aa243ea8497c357d0423f225d2f3"
53
53
  }