@langri-sha/projen-lint-synthesized 0.5.1 → 0.5.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 +58 -1
- package/CHANGELOG.md +20 -2
- package/package.json +11 -11
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,64 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-lint-synthesized",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sun, 19 Jul 2026 09:48:59 GMT",
|
|
6
|
+
"version": "0.5.3",
|
|
7
|
+
"tag": "@langri-sha/projen-lint-synthesized_v0.5.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
13
|
+
"commit": "aba78d67f7644a3646ef775e93c468a954a94382",
|
|
14
|
+
"comment": "fix(deps): update dependency debug to v4.4.3"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "email not defined",
|
|
18
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
19
|
+
"commit": "aba78d67f7644a3646ef775e93c468a954a94382",
|
|
20
|
+
"comment": "chore(deps): update dependency prettier to v3.8.3"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "email not defined",
|
|
24
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
25
|
+
"commit": "aba78d67f7644a3646ef775e93c468a954a94382",
|
|
26
|
+
"comment": "fix(deps): update dependency minimatch to v10.2.5"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Sun, 17 May 2026 20:22:40 GMT",
|
|
33
|
+
"version": "0.5.2",
|
|
34
|
+
"tag": "@langri-sha/projen-lint-synthesized_v0.5.2",
|
|
35
|
+
"comments": {
|
|
36
|
+
"patch": [
|
|
37
|
+
{
|
|
38
|
+
"author": "email not defined",
|
|
39
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
40
|
+
"commit": "73442d20a396b8a9538e071a6f05d671c557c89e",
|
|
41
|
+
"comment": "build(deps): Bump minimatch from 10.0.1 to 10.2.1"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Tue, 10 Sep 2024 10:39:17 GMT",
|
|
48
|
+
"version": "0.5.1",
|
|
49
|
+
"tag": "@langri-sha/projen-lint-synthesized_v0.5.1",
|
|
50
|
+
"comments": {
|
|
51
|
+
"none": [
|
|
52
|
+
{
|
|
53
|
+
"author": "filip.dupanovic@gmail.com",
|
|
54
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
55
|
+
"commit": "ed5540272c92323003c8a7fc1a315b7580a1a2c9",
|
|
56
|
+
"comment": "feat(projen): Post-upgrade updates"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"date": "Sat, 27 Jul 2024 15:50:16 GMT",
|
|
6
63
|
"version": "0.5.1",
|
|
7
64
|
"tag": "@langri-sha/projen-lint-synthesized_v0.5.1",
|
|
8
65
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-lint-synthesized
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Sun, 19 Jul 2026 09:48:59 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.5.3
|
|
8
|
+
|
|
9
|
+
Sun, 19 Jul 2026 09:48:59 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- fix(deps): update dependency debug to v4.4.3 (email not defined)
|
|
14
|
+
- chore(deps): update dependency prettier to v3.8.3 (email not defined)
|
|
15
|
+
- fix(deps): update dependency minimatch to v10.2.5 (email not defined)
|
|
16
|
+
|
|
17
|
+
## 0.5.2
|
|
18
|
+
|
|
19
|
+
Sun, 17 May 2026 20:22:40 GMT
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- build(deps): Bump minimatch from 10.0.1 to 10.2.1 (email not defined)
|
|
24
|
+
|
|
7
25
|
## 0.5.1
|
|
8
26
|
|
|
9
|
-
Sat, 27 Jul 2024 15:
|
|
27
|
+
Sat, 27 Jul 2024 15:50:16 GMT
|
|
10
28
|
|
|
11
29
|
### Patches
|
|
12
30
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-lint-synthesized",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"bugs": {
|
|
5
|
-
"url": "https://github.com/langri-sha/
|
|
5
|
+
"url": "https://github.com/langri-sha/projen/issues"
|
|
6
6
|
},
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/langri-sha/
|
|
9
|
+
"url": "git+https://github.com/langri-sha/projen.git",
|
|
10
10
|
"directory": "packages/projen-lint-synthesized"
|
|
11
11
|
},
|
|
12
12
|
"license": "MIT",
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"debug": "4.3
|
|
25
|
+
"debug": "4.4.3",
|
|
26
26
|
"execa": "8.0.1",
|
|
27
|
-
"minimatch": "10.
|
|
27
|
+
"minimatch": "10.2.5"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@langri-sha/tsconfig": "0.10.1",
|
|
31
|
-
"@langri-sha/vitest": "0.1.1",
|
|
32
|
-
"@types/debug": "4.1.
|
|
33
|
-
"prettier": "3.
|
|
34
|
-
"projen": "0.
|
|
30
|
+
"@langri-sha/tsconfig": "^0.10.1",
|
|
31
|
+
"@langri-sha/vitest": "^0.1.1",
|
|
32
|
+
"@types/debug": "4.1.13",
|
|
33
|
+
"prettier": "3.8.3",
|
|
34
|
+
"projen": "0.86.5"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"projen": "^0.
|
|
37
|
+
"projen": "^0.86.0"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|