@springfield/ham-radio-api 16.3.1 → 16.3.3

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 +16 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## <small>16.3.3 (2025-12-17)</small>
2
+
3
+ * ci: update Node.js version from 22 to 24 ([2d65aaf](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/2d65aaf))
4
+ * fix: update dependencies ([98279fe](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/98279fe))
5
+ * Merge branch 'renovate/oxlint-1.x' into 'main' ([bdabeb1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/bdabeb1))
6
+ * Merge branch 'renovate/yarn-monorepo' into 'main' ([71996a0](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/71996a0))
7
+ * chore(deps): update dependency oxlint to v1.25.0 ([bcadbcd](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/bcadbcd))
8
+ * chore(deps): update yarn to v4.11.0 ([20fb8e7](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/20fb8e7))
9
+
10
+ ## [16.3.2](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.3.1...v16.3.2) (2025-10-29)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** update dependency loglayer to ^6.10.0 ([01a5ce9](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/commit/01a5ce9c60e01fc4695cec744deab3b227424533))
16
+
1
17
  ## [16.3.1](https://gitlab.com/springfield-ham-radio/app/ham-radio-api/compare/v16.3.0...v16.3.1) (2025-10-15)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@springfield/ham-radio-api",
3
- "version": "16.3.1",
3
+ "version": "16.3.3",
4
4
  "author": "Bryan Hunt",
5
- "packageManager": "yarn@4.10.3",
5
+ "packageManager": "yarn@4.12.0",
6
6
  "main": "dist/index.js",
7
7
  "type": "module",
8
8
  "types": "dist/index.d.ts",
@@ -49,19 +49,19 @@
49
49
  "access": "public"
50
50
  },
51
51
  "devDependencies": {
52
- "@commitlint/cli": "19.8.1",
53
- "@commitlint/config-conventional": "19.8.1",
52
+ "@commitlint/cli": "20.2.0",
53
+ "@commitlint/config-conventional": "20.2.0",
54
54
  "@semantic-release/changelog": "6.0.3",
55
55
  "@semantic-release/git": "10.0.1",
56
- "@semantic-release/gitlab": "13.2.8",
56
+ "@semantic-release/gitlab": "13.2.9",
57
57
  "husky": "9.1.7",
58
- "oxlint": "1.15.0",
59
- "semantic-release": "23.1.1",
58
+ "oxlint": "1.33.0",
59
+ "semantic-release": "25.0.2",
60
60
  "semantic-release-yarn": "3.0.2",
61
- "typescript": "5.9.2"
61
+ "typescript": "5.9.3"
62
62
  },
63
63
  "dependencies": {
64
- "loglayer": "^6.9.1",
64
+ "loglayer": "^8.2.0",
65
65
  "ts-brand": "^0.2.0"
66
66
  }
67
67
  }