@langri-sha/projen-lint-synthesized 0.5.2 → 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 +28 -1
- package/CHANGELOG.md +12 -2
- package/package.json +9 -9
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,34 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-lint-synthesized",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Sun,
|
|
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",
|
|
6
33
|
"version": "0.5.2",
|
|
7
34
|
"tag": "@langri-sha/projen-lint-synthesized_v0.5.2",
|
|
8
35
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-lint-synthesized
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sun,
|
|
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
|
+
|
|
7
17
|
## 0.5.2
|
|
8
18
|
|
|
9
|
-
Sun, 17 May 2026 20:
|
|
19
|
+
Sun, 17 May 2026 20:22:40 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
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,15 +22,15 @@
|
|
|
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.
|
|
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
34
|
"projen": "0.86.5"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|