@balena/pinejs 16.1.1-build-renovate-major-husky-a74e31500a0f572fc87a85ec437a55bd22bd2975-1 → 16.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,16 +1,8 @@
1
1
  - commits:
2
- - subject: Update prepare script for husky v9
3
- hash: a74e31500a0f572fc87a85ec437a55bd22bd2975
4
- body: ""
5
- footer:
6
- Change-type: patch
7
- change-type: patch
8
- author: Josh Bowling
9
- nested: []
10
- - subject: Update dependency husky to v9
11
- hash: a8eb6999e57e14444132f22fe9ed427813fb44f8
2
+ - subject: Update dependency @balena/lint to v8
3
+ hash: 02ba2563aa4ac82ad90accc30534f744c00a0c16
12
4
  body: |
13
- Update husky from 8.0.3 to 9.0.11
5
+ Update @balena/lint from 7.3.0 to 8.0.0
14
6
  footer:
15
7
  Change-type: patch
16
8
  change-type: patch
@@ -18,7 +10,7 @@
18
10
  nested: []
19
11
  version: 16.1.1
20
12
  title: ""
21
- date: 2024-04-09T01:55:37.171Z
13
+ date: 2024-04-10T23:58:20.904Z
22
14
  - commits:
23
15
  - subject: Add support for prettifying index constraint errors with their
24
16
  description
package/CHANGELOG.md CHANGED
@@ -5,10 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v16.1.1
8
- ## (2024-04-09)
8
+ ## (2024-04-10)
9
9
 
10
- * Update prepare script for husky v9 [Josh Bowling]
11
- * Update dependency husky to v9 [Self-hosted Renovate Bot]
10
+ * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
12
11
 
13
12
  # v16.1.0
14
13
  ## (2024-04-02)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "16.1.1-build-renovate-major-husky-a74e31500a0f572fc87a85ec437a55bd22bd2975-1",
3
+ "version": "16.1.1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "scripts": {
14
14
  "prepublish": "require-npm4-to-publish",
15
- "prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && npm run build",
15
+ "prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && npm run build",
16
16
  "build": "grunt build",
17
17
  "webpack-browser": "grunt browser",
18
18
  "webpack-module": "grunt module",
@@ -63,7 +63,7 @@
63
63
  "typed-error": "^3.2.2"
64
64
  },
65
65
  "devDependencies": {
66
- "@balena/lint": "^7.2.4",
66
+ "@balena/lint": "^8.0.0",
67
67
  "@faker-js/faker": "^8.3.1",
68
68
  "@types/busboy": "^1.5.3",
69
69
  "@types/chai": "^4.3.11",
@@ -88,7 +88,7 @@
88
88
  "grunt-text-replace": "^0.4.0",
89
89
  "grunt-ts": "^6.0.0-beta.22",
90
90
  "grunt-webpack": "^6.0.0",
91
- "husky": "^9.0.0",
91
+ "husky": "^8.0.3",
92
92
  "lint-staged": "^15.2.0",
93
93
  "load-grunt-tasks": "^5.1.0",
94
94
  "mocha": "^10.2.0",
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2024-04-09T01:55:37.889Z"
147
+ "publishedAt": "2024-04-10T23:58:21.576Z"
148
148
  }
149
149
  }