cborg 4.2.16 → 4.2.18

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.
@@ -12,7 +12,7 @@ jobs:
12
12
  - name: Checkout Repository
13
13
  uses: actions/checkout@v5
14
14
  - name: Use Node.js ${{ matrix.node }}
15
- uses: actions/setup-node@v5.0.0
15
+ uses: actions/setup-node@v6.0.0
16
16
  with:
17
17
  node-version: ${{ matrix.node }}
18
18
  - name: Install Dependencies
@@ -35,7 +35,7 @@ jobs:
35
35
  with:
36
36
  fetch-depth: 0
37
37
  - name: Setup Node.js
38
- uses: actions/setup-node@v5.0.0
38
+ uses: actions/setup-node@v6.0.0
39
39
  with:
40
40
  node-version: lts/*
41
41
  - name: Install dependencies
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## [4.2.18](https://github.com/rvagg/cborg/compare/v4.2.17...v4.2.18) (2025-10-16)
2
+
3
+ ### Trivial Changes
4
+
5
+ * **deps-dev:** bump @semantic-release/github from 11.0.6 to 12.0.0 ([#148](https://github.com/rvagg/cborg/issues/148)) ([de5cbf2](https://github.com/rvagg/cborg/commit/de5cbf2b6cc297fcefce2198fd46195618a32aea))
6
+ * **deps-dev:** bump semantic-release from 24.2.9 to 25.0.0 ([#149](https://github.com/rvagg/cborg/issues/149)) ([4820969](https://github.com/rvagg/cborg/commit/48209690d40cf13b077166e7c61d2013af68daea))
7
+
8
+ ## [4.2.17](https://github.com/rvagg/cborg/compare/v4.2.16...v4.2.17) (2025-10-15)
9
+
10
+ ### Trivial Changes
11
+
12
+ * **deps:** bump actions/setup-node from 5.0.0 to 6.0.0 ([#147](https://github.com/rvagg/cborg/issues/147)) ([e112d5c](https://github.com/rvagg/cborg/commit/e112d5c869f5ba4ac6e3f84ceb260537df921370))
13
+
1
14
  ## [4.2.16](https://github.com/rvagg/cborg/compare/v4.2.15...v4.2.16) (2025-10-14)
2
15
 
3
16
  ### Trivial Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cborg",
3
- "version": "4.2.16",
3
+ "version": "4.2.18",
4
4
  "description": "Fast CBOR with a focus on strictness",
5
5
  "main": "cborg.js",
6
6
  "type": "module",
@@ -31,7 +31,7 @@
31
31
  "@semantic-release/changelog": "^6.0.3",
32
32
  "@semantic-release/commit-analyzer": "^13.0.0",
33
33
  "@semantic-release/git": "^10.0.1",
34
- "@semantic-release/github": "^11.0.0",
34
+ "@semantic-release/github": "^12.0.0",
35
35
  "@semantic-release/npm": "^13.0.0",
36
36
  "@semantic-release/release-notes-generator": "^14.0.1",
37
37
  "@types/chai": "^5.0.0",
@@ -43,7 +43,7 @@
43
43
  "ipld-garbage": "^5.0.0",
44
44
  "mocha": "^11.0.1",
45
45
  "polendina": "^3.2.2",
46
- "semantic-release": "^24.1.1",
46
+ "semantic-release": "^25.0.0",
47
47
  "standard": "^17.1.2",
48
48
  "typescript": "^5.6.2"
49
49
  },