@lage-run/hasher 1.3.1 → 1.3.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,49 @@
2
2
  "name": "@lage-run/hasher",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 Sep 2024 23:24:50 GMT",
5
+ "date": "Wed, 11 Sep 2024 20:52:00 GMT",
6
+ "version": "1.3.3",
7
+ "tag": "@lage-run/hasher_v1.3.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "renovate@whitesourcesoftware.com",
12
+ "package": "@lage-run/hasher",
13
+ "commit": "9ce7c7fcd8001c4c1ec3141097aa5b89f8bf7b37",
14
+ "comment": "Update dependency micromatch to v4.0.8 [SECURITY]"
15
+ },
16
+ {
17
+ "author": "renovate@whitesourcesoftware.com",
18
+ "package": "@lage-run/hasher",
19
+ "commit": "9ce7c7fcd8001c4c1ec3141097aa5b89f8bf7b37",
20
+ "comment": "Update dependency fast-glob to v3.3.2"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Wed, 11 Sep 2024 20:30:48 GMT",
27
+ "version": "1.3.2",
28
+ "tag": "@lage-run/hasher_v1.3.2",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "kchau@microsoft.com",
33
+ "package": "@lage-run/hasher",
34
+ "commit": "3fb589f859c1215e2f3b93bbdb55fae1d5fef116",
35
+ "comment": "yarn 4"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@lage-run/hasher",
40
+ "comment": "Bump @lage-run/logger to v1.3.1",
41
+ "commit": "not available"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Wed, 04 Sep 2024 23:25:05 GMT",
6
48
  "version": "1.3.1",
7
49
  "tag": "@lage-run/hasher_v1.3.1",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @lage-run/hasher
2
2
 
3
- This log was last generated on Wed, 04 Sep 2024 23:24:50 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Wed, 11 Sep 2024 20:52:00 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.3.3
8
+
9
+ Wed, 11 Sep 2024 20:52:00 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency micromatch to v4.0.8 [SECURITY] (renovate@whitesourcesoftware.com)
14
+ - Update dependency fast-glob to v3.3.2 (renovate@whitesourcesoftware.com)
15
+
16
+ ## 1.3.2
17
+
18
+ Wed, 11 Sep 2024 20:30:48 GMT
19
+
20
+ ### Patches
21
+
22
+ - yarn 4 (kchau@microsoft.com)
23
+ - Bump @lage-run/logger to v1.3.1
24
+
7
25
  ## 1.3.1
8
26
 
9
- Wed, 04 Sep 2024 23:24:50 GMT
27
+ Wed, 04 Sep 2024 23:25:05 GMT
10
28
 
11
29
  ### Patches
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/hasher",
3
- "version": "1.3.1",
3
+ "version": "1.3.3",
4
4
  "description": "Hasher for Lage Targets",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -15,14 +15,14 @@
15
15
  "lint": "monorepo-scripts lint"
16
16
  },
17
17
  "dependencies": {
18
+ "@lage-run/logger": "^1.3.1",
18
19
  "@lage-run/target-graph": "^0.8.9",
19
- "@lage-run/logger": "^1.3.0",
20
20
  "execa": "5.1.1",
21
- "workspace-tools": "0.36.4",
22
- "fast-glob": "3.3.1",
21
+ "fast-glob": "3.3.2",
23
22
  "glob-hasher": "^1.4.2",
24
23
  "graceful-fs": "4.2.11",
25
- "micromatch": "4.0.5"
24
+ "micromatch": "4.0.8",
25
+ "workspace-tools": "0.36.4"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@lage-run/monorepo-fixture": "*",