@balena/odata-parser 3.0.4 → 3.0.5

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,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update dependency lint-staged to v15
3
+ hash: 703834a4c358dd348e1ffce797f6e3c37a03941f
4
+ body: |
5
+ Update lint-staged from 13.3.0 to 15.2.2
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ version: 3.0.5
11
+ title: ""
12
+ date: 2024-04-12T03:46:13.235Z
1
13
  - commits:
2
14
  - subject: Update dependency @balena/lint to v8
3
15
  hash: 8048f717367a41233a995096edf2da6710e9e247
@@ -9,7 +21,7 @@
9
21
  author: Self-hosted Renovate Bot
10
22
  version: 3.0.4
11
23
  title: ""
12
- date: 2024-04-10T01:05:41.739Z
24
+ date: 2024-04-12T02:48:22.037Z
13
25
  - commits:
14
26
  - subject: Optimize by moving constant values into global init
15
27
  hash: 94899b779fb879540f3675c3c9d7ca3f9d8af4bf
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v3.0.5
8
+ ## (2024-04-12)
9
+
10
+ * Update dependency lint-staged to v15 [Self-hosted Renovate Bot]
11
+
7
12
  # v3.0.4
8
- ## (2024-04-10)
13
+ ## (2024-04-12)
9
14
 
10
15
  * Update dependency @balena/lint to v8 [Self-hosted Renovate Bot]
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/odata-parser",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "An OData parser written in OMeta",
5
5
  "main": "odata-parser.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  "@types/mocha": "^10.0.1",
22
22
  "chai": "^4.3.7",
23
23
  "husky": "^8.0.3",
24
- "lint-staged": "^13.2.1",
24
+ "lint-staged": "^15.0.0",
25
25
  "lodash": "^4.17.21",
26
26
  "mocha": "^10.2.0",
27
27
  "peggy": "^3.0.2",
@@ -39,6 +39,6 @@
39
39
  "npm": ">=8.1.0"
40
40
  },
41
41
  "versionist": {
42
- "publishedAt": "2024-04-10T01:05:41.842Z"
42
+ "publishedAt": "2024-04-12T03:46:13.342Z"
43
43
  }
44
44
  }