@springfield/ham-radio-utils 3.2.1 → 3.2.2

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 (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## <small>3.2.2 (2025-11-01)</small>
2
+
3
+ * Merge branch 'renovate/chai-5.x' into 'main' ([2c843db](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/2c843db))
4
+ * Merge branch 'renovate/chai-6.x' into 'main' ([9546de7](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/9546de7))
5
+ * Merge branch 'renovate/oxlint-1.x' into 'main' ([27fee77](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/27fee77))
6
+ * Merge branch 'renovate/springfield-ham-radio-api-16.x' into 'main' ([c4d2cb3](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/c4d2cb3))
7
+ * chore(deps): update dependency @types/chai to v5.2.3 ([ce690d4](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/ce690d4))
8
+ * chore(deps): update dependency chai to v6.2.0 ([0e36648](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/0e36648))
9
+ * chore(deps): update dependency oxlint to v1.24.0 ([2545952](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/2545952))
10
+ * fix(deps): update dependency @springfield/ham-radio-api to ^16.3.2 ([ab53bbb](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/ab53bbb))
11
+
1
12
  ## <small>3.2.1 (2025-10-15)</small>
2
13
 
3
14
  * Merge branch 'renovate/loglayer-6.x' into 'main' ([146abba](https://gitlab.com/springfield-ham-radio/app/ham-radio-utils/commit/146abba))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@springfield/ham-radio-utils",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "author": "Bryan Hunt",
5
5
  "license": "MIT",
6
6
  "packageManager": "yarn@4.10.3",
@@ -51,7 +51,7 @@
51
51
  "access": "public"
52
52
  },
53
53
  "dependencies": {
54
- "@springfield/ham-radio-api": "^16.3.0",
54
+ "@springfield/ham-radio-api": "^16.3.2",
55
55
  "ajv": "^8.17.1",
56
56
  "ajv-formats": "^3.0.1",
57
57
  "fishery": "^2.3.1",
@@ -64,11 +64,11 @@
64
64
  "@semantic-release/changelog": "6.0.3",
65
65
  "@semantic-release/git": "10.0.1",
66
66
  "@semantic-release/gitlab": "13.2.9",
67
- "@types/chai": "5.2.2",
67
+ "@types/chai": "5.2.3",
68
68
  "@types/sprintf-js": "1.1.4",
69
- "chai": "6.0.1",
69
+ "chai": "6.2.0",
70
70
  "husky": "9.1.7",
71
- "oxlint": "1.15.0",
71
+ "oxlint": "1.24.0",
72
72
  "semantic-release": "24.2.8",
73
73
  "semantic-release-yarn": "3.0.2",
74
74
  "typescript": "5.9.2"