@balena/pinejs 16.2.0-build-joshbwlng-tasks-046f828587ae6d1889a3ae3298b3e44e96c74f90-1 → 16.2.0-build-joshbwlng-tasks-a83c83b4c78803915d0cb6297cc8cc1862622d08-1

Sign up to get free protection for your applications and to get access to all the features.
package/.husky/pre-commit CHANGED
@@ -1,4 +1,2 @@
1
- #!/usr/bin/env sh
2
- . "$(dirname -- "$0")/_/husky.sh"
3
1
 
4
2
  npx --no lint-staged
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Add async tasks
3
- hash: 046f828587ae6d1889a3ae3298b3e44e96c74f90
3
+ hash: a83c83b4c78803915d0cb6297cc8cc1862622d08
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: minor
@@ -9,7 +9,33 @@
9
9
  nested: []
10
10
  version: 16.2.0
11
11
  title: ""
12
- date: 2024-04-11T00:21:31.545Z
12
+ date: 2024-04-15T01:28:02.918Z
13
+ - commits:
14
+ - subject: Update dependency husky to v9
15
+ hash: 715d2dd993591d449bca7ece48f069ed6994c8c7
16
+ body: |
17
+ Update husky from 8.0.3 to 9.0.11
18
+ footer:
19
+ Change-type: patch
20
+ change-type: patch
21
+ author: Self-hosted Renovate Bot
22
+ nested: []
23
+ version: 16.1.2
24
+ title: ""
25
+ date: 2024-04-14T04:09:27.077Z
26
+ - commits:
27
+ - subject: Update dependency @balena/lint to v8
28
+ hash: 02ba2563aa4ac82ad90accc30534f744c00a0c16
29
+ body: |
30
+ Update @balena/lint from 7.3.0 to 8.0.0
31
+ footer:
32
+ Change-type: patch
33
+ change-type: patch
34
+ author: Self-hosted Renovate Bot
35
+ nested: []
36
+ version: 16.1.1
37
+ title: ""
38
+ date: 2024-04-11T22:45:27.398Z
13
39
  - commits:
14
40
  - subject: Add support for prettifying index constraint errors with their
15
41
  description
package/CHANGELOG.md CHANGED
@@ -5,10 +5,20 @@ 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.2.0
8
- ## (2024-04-11)
8
+ ## (2024-04-15)
9
9
 
10
10
  * Add async tasks [Josh Bowling]
11
11
 
12
+ # v16.1.2
13
+ ## (2024-04-14)
14
+
15
+ * Update dependency husky to v9 [Self-hosted Renovate Bot]
16
+
17
+ # v16.1.1
18
+ ## (2024-04-11)
19
+
20
+ * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
21
+
12
22
  # v16.1.0
13
23
  ## (2024-04-02)
14
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "16.2.0-build-joshbwlng-tasks-046f828587ae6d1889a3ae3298b3e44e96c74f90-1",
3
+ "version": "16.2.0-build-joshbwlng-tasks-a83c83b4c78803915d0cb6297cc8cc1862622d08-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 { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && npm run build",
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",
16
16
  "build": "grunt build",
17
17
  "webpack-browser": "grunt browser",
18
18
  "webpack-module": "grunt module",
@@ -65,7 +65,7 @@
65
65
  "typed-error": "^3.2.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@balena/lint": "^7.2.4",
68
+ "@balena/lint": "^8.0.0",
69
69
  "@faker-js/faker": "^8.3.1",
70
70
  "@types/busboy": "^1.5.3",
71
71
  "@types/chai": "^4.3.11",
@@ -90,7 +90,7 @@
90
90
  "grunt-text-replace": "^0.4.0",
91
91
  "grunt-ts": "^6.0.0-beta.22",
92
92
  "grunt-webpack": "^6.0.0",
93
- "husky": "^8.0.3",
93
+ "husky": "^9.0.0",
94
94
  "json-schema-to-ts": "^3.0.1",
95
95
  "lint-staged": "^15.2.0",
96
96
  "load-grunt-tasks": "^5.1.0",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-04-11T00:21:32.212Z"
150
+ "publishedAt": "2024-04-15T01:28:03.598Z"
151
151
  }
152
152
  }