@cluerise/tools 5.1.4 → 5.1.6

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.
@@ -1 +1 @@
1
- v24.4.0
1
+ v24.4.1
@@ -26,6 +26,10 @@ node_modules/
26
26
  .envrc
27
27
  .envrc.*
28
28
 
29
+ # Fonts
30
+ *.ttf
31
+ *.woff2
32
+
29
33
  # Git
30
34
  .git/
31
35
 
@@ -34,6 +38,13 @@ hooks/*
34
38
  !hooks/*.js
35
39
  !hooks/*.ts
36
40
 
41
+ # Images
42
+ *.avif
43
+ *.ico
44
+ *.png
45
+ *.svg
46
+ *.webp
47
+
37
48
  # Lock files
38
49
  pnpm-lock.yaml
39
50
  package-lock.json
@@ -344,6 +344,7 @@ export default defineConfig([
344
344
  '**/*.po',
345
345
 
346
346
  // Images
347
+ '**/*.avif',
347
348
  '**/*.ico',
348
349
  '**/*.png',
349
350
  '**/*.svg',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cluerise/tools",
3
- "version": "5.1.4",
3
+ "version": "5.1.6",
4
4
  "description": "Tools for maintaining TypeScript projects.",
5
5
  "author": "Branislav Holý <brano@holy.am>",
6
6
  "repository": "github:cluerise/tools",
@@ -25,17 +25,17 @@
25
25
  "@eslint/js": "9.31.0",
26
26
  "@eslint/json": "0.13.0",
27
27
  "@eslint/markdown": "7.0.0",
28
- "@html-eslint/eslint-plugin": "0.42.0",
29
- "@html-eslint/parser": "0.42.0",
28
+ "@html-eslint/eslint-plugin": "0.43.0",
29
+ "@html-eslint/parser": "0.43.0",
30
30
  "@typescript-eslint/parser": "8.37.0",
31
31
  "conventional-changelog-conventionalcommits": "9.1.0",
32
32
  "eslint": "9.31.0",
33
- "eslint-config-prettier": "10.1.5",
33
+ "eslint-config-prettier": "10.1.8",
34
34
  "eslint-import-resolver-typescript": "4.4.4",
35
35
  "eslint-plugin-import": "2.32.0",
36
- "eslint-plugin-prettier": "5.5.1",
36
+ "eslint-plugin-prettier": "5.5.3",
37
37
  "eslint-plugin-simple-import-sort": "12.1.1",
38
- "eslint-plugin-unicorn": "59.0.1",
38
+ "eslint-plugin-unicorn": "60.0.0",
39
39
  "eslint-plugin-yml": "1.18.0",
40
40
  "glob": "11.0.3",
41
41
  "globals": "16.3.0",