@langri-sha/projen-lint-synthesized 0.5.0 → 0.5.2

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,60 @@
2
2
  "name": "@langri-sha/projen-lint-synthesized",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 26 Jul 2024 20:58:04 GMT",
5
+ "date": "Sun, 17 May 2026 20:20:56 GMT",
6
+ "version": "0.5.2",
7
+ "tag": "@langri-sha/projen-lint-synthesized_v0.5.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@langri-sha/projen-lint-synthesized",
13
+ "commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
14
+ "comment": "build(deps): Bump minimatch from 10.0.1 to 10.2.1"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 10 Sep 2024 10:39:17 GMT",
21
+ "version": "0.5.1",
22
+ "tag": "@langri-sha/projen-lint-synthesized_v0.5.1",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "filip.dupanovic@gmail.com",
27
+ "package": "@langri-sha/projen-lint-synthesized",
28
+ "commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
29
+ "comment": "feat(projen): Post-upgrade updates"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Sat, 27 Jul 2024 15:50:16 GMT",
36
+ "version": "0.5.1",
37
+ "tag": "@langri-sha/projen-lint-synthesized_v0.5.1",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "author": "email not defined",
42
+ "package": "@langri-sha/projen-lint-synthesized",
43
+ "commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
44
+ "comment": "chore(deps): fix(deps): update dependency debug to v4.3.6"
45
+ }
46
+ ],
47
+ "none": [
48
+ {
49
+ "author": "filip.dupanovic@gmail.com",
50
+ "package": "@langri-sha/projen-lint-synthesized",
51
+ "commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
52
+ "comment": "feat(workspace): Exclude compiling test modules"
53
+ }
54
+ ]
55
+ }
56
+ },
57
+ {
58
+ "date": "Fri, 26 Jul 2024 21:00:28 GMT",
6
59
  "version": "0.5.0",
7
60
  "tag": "@langri-sha/projen-lint-synthesized_v0.5.0",
8
61
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @langri-sha/projen-lint-synthesized
2
2
 
3
- This log was last generated on Fri, 26 Jul 2024 20:58:04 GMT and should not be manually modified.
3
+ This log was last generated on Sun, 17 May 2026 20:20:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.5.2
8
+
9
+ Sun, 17 May 2026 20:20:56 GMT
10
+
11
+ ### Patches
12
+
13
+ - build(deps): Bump minimatch from 10.0.1 to 10.2.1 (email not defined)
14
+
15
+ ## 0.5.1
16
+
17
+ Sat, 27 Jul 2024 15:50:16 GMT
18
+
19
+ ### Patches
20
+
21
+ - chore(deps): fix(deps): update dependency debug to v4.3.6 (email not defined)
22
+
7
23
  ## 0.5.0
8
24
 
9
- Fri, 26 Jul 2024 20:58:04 GMT
25
+ Fri, 26 Jul 2024 21:00:28 GMT
10
26
 
11
27
  ### Minor changes
12
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-lint-synthesized",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "bugs": {
5
5
  "url": "https://github.com/langri-sha/langri-sha.com/issues"
6
6
  },
@@ -22,7 +22,7 @@
22
22
  "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
23
23
  },
24
24
  "dependencies": {
25
- "debug": "4.3.5",
25
+ "debug": "4.3.6",
26
26
  "execa": "8.0.1",
27
27
  "minimatch": "10.0.1"
28
28
  },
@@ -31,10 +31,10 @@
31
31
  "@langri-sha/vitest": "0.1.1",
32
32
  "@types/debug": "4.1.12",
33
33
  "prettier": "3.3.3",
34
- "projen": "0.84.8"
34
+ "projen": "0.86.5"
35
35
  },
36
36
  "peerDependencies": {
37
- "projen": "^0.84.0"
37
+ "projen": "^0.86.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"