@cluerise/tools 5.3.0 → 5.3.1

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.1
1
+ v24.9.0
@@ -45,6 +45,9 @@ hooks/*
45
45
  *.svg
46
46
  *.webp
47
47
 
48
+ # Lingui
49
+ *.po
50
+
48
51
  # Lock files
49
52
  pnpm-lock.yaml
50
53
  package-lock.json
@@ -60,5 +63,8 @@ etc/
60
63
  # Stryker
61
64
  .stryker-tmp/
62
65
 
66
+ # Swift
67
+ *.swift
68
+
63
69
  # Tests coverage
64
70
  coverage/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cluerise/tools",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "description": "Tools for maintaining TypeScript projects.",
5
5
  "author": "Branislav Holý <brano@holy.am>",
6
6
  "repository": "github:cluerise/tools",
@@ -18,34 +18,34 @@
18
18
  ],
19
19
  "dependencies": {
20
20
  "@actions/core": "1.11.1",
21
- "@commitlint/cli": "19.8.1",
22
- "@commitlint/config-conventional": "19.8.1",
23
- "@commitlint/load": "19.8.1",
24
- "@commitlint/types": "19.8.1",
25
- "@eslint/js": "9.32.0",
26
- "@eslint/json": "0.13.1",
27
- "@eslint/markdown": "7.1.0",
28
- "@html-eslint/eslint-plugin": "0.43.1",
29
- "@html-eslint/parser": "0.43.0",
30
- "@typescript-eslint/parser": "8.38.0",
21
+ "@commitlint/cli": "20.1.0",
22
+ "@commitlint/config-conventional": "20.0.0",
23
+ "@commitlint/load": "20.1.0",
24
+ "@commitlint/types": "20.0.0",
25
+ "@eslint/js": "9.36.0",
26
+ "@eslint/json": "0.13.2",
27
+ "@eslint/markdown": "7.3.0",
28
+ "@html-eslint/eslint-plugin": "0.47.0",
29
+ "@html-eslint/parser": "0.47.0",
30
+ "@typescript-eslint/parser": "8.45.0",
31
31
  "conventional-changelog-conventionalcommits": "9.1.0",
32
- "eslint": "9.32.0",
32
+ "eslint": "9.36.0",
33
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.3",
36
+ "eslint-plugin-prettier": "5.5.4",
37
37
  "eslint-plugin-simple-import-sort": "12.1.1",
38
- "eslint-plugin-unicorn": "60.0.0",
38
+ "eslint-plugin-unicorn": "61.0.2",
39
39
  "eslint-plugin-yml": "1.18.0",
40
40
  "glob": "11.0.3",
41
- "globals": "16.3.0",
42
- "lint-staged": "16.1.2",
41
+ "globals": "16.4.0",
42
+ "lint-staged": "16.2.3",
43
43
  "prettier": "3.6.2",
44
44
  "prettier-plugin-sh": "0.18.0",
45
- "semantic-release": "24.2.7",
45
+ "semantic-release": "24.2.9",
46
46
  "semver": "7.7.2",
47
- "smol-toml": "1.4.1",
48
- "typescript-eslint": "8.38.0",
49
- "zod": "4.0.14"
47
+ "smol-toml": "1.4.2",
48
+ "typescript-eslint": "8.45.0",
49
+ "zod": "4.1.11"
50
50
  }
51
51
  }