@balena/pinejs 21.6.3-build-renovate-major-14-commander-9861f4880378a113859388ce5dfc3c073e4310fb-1 → 21.6.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.
@@ -1,8 +1,8 @@
1
1
  - commits:
2
- - subject: Update dependency commander to v14
3
- hash: 9861f4880378a113859388ce5dfc3c073e4310fb
2
+ - subject: Update dependency lint-staged to v16
3
+ hash: 75beac7b22b63eaa059a487da902023354619f88
4
4
  body: |
5
- Update commander from 13.1.0 to 14.0.0
5
+ Update lint-staged from 15.5.2 to 16.1.0
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 21.6.3
12
12
  title: ""
13
- date: 2025-06-02T16:06:10.210Z
13
+ date: 2025-06-02T16:06:07.582Z
14
14
  - commits:
15
15
  - subject: Reduce memory usage for translation models by avoiding cloning
16
16
  hash: 2d2247693c9f91f9abace2e186e5bec36788117d
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.6.3
8
8
  ## (2025-06-02)
9
9
 
10
- * Update dependency commander to v14 [balena-renovate[bot]]
10
+ * Update dependency lint-staged to v16 [balena-renovate[bot]]
11
11
 
12
12
  # v21.6.2
13
13
  ## (2025-06-02)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.3-build-renovate-major-14-commander-9861f4880378a113859388ce5dfc3c073e4310fb-1",
3
+ "version": "21.6.3",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -55,7 +55,7 @@
55
55
  "@types/websql": "^0.0.30",
56
56
  "ajv": "^8.17.1",
57
57
  "busboy": "^1.6.0",
58
- "commander": "^14.0.0",
58
+ "commander": "^13.1.0",
59
59
  "cron-parser": "^5.0.6",
60
60
  "deep-freeze": "^0.0.1",
61
61
  "eventemitter3": "^5.0.1",
@@ -94,7 +94,7 @@
94
94
  "grunt-ts": "^6.0.0-beta.22",
95
95
  "grunt-webpack": "^7.0.0",
96
96
  "husky": "^9.1.7",
97
- "lint-staged": "^15.5.0",
97
+ "lint-staged": "^16.0.0",
98
98
  "load-grunt-tasks": "^5.1.0",
99
99
  "mocha": "^11.2.0",
100
100
  "on-finished": "^2.4.1",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-06-02T16:06:11.319Z"
152
+ "publishedAt": "2025-06-02T16:06:08.603Z"
153
153
  }
154
154
  }