@langri-sha/projen-lint-synthesized 0.4.1 → 0.5.1
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 +67 -1
- package/CHANGELOG.md +23 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/index.ts +1 -1
- /package/{readme → readme.md} +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,73 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-lint-synthesized",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Sat, 27 Jul 2024 15:49:10 GMT",
|
|
6
|
+
"version": "0.5.1",
|
|
7
|
+
"tag": "@langri-sha/projen-lint-synthesized_v0.5.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
13
|
+
"commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
|
|
14
|
+
"comment": "chore(deps): fix(deps): update dependency debug to v4.3.6"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"none": [
|
|
18
|
+
{
|
|
19
|
+
"author": "filip.dupanovic@gmail.com",
|
|
20
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
21
|
+
"commit": "d542415a6b2c2c339a8367c77b925842000f9f9a",
|
|
22
|
+
"comment": "feat(workspace): Exclude compiling test modules"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "Fri, 26 Jul 2024 21:00:28 GMT",
|
|
29
|
+
"version": "0.5.0",
|
|
30
|
+
"tag": "@langri-sha/projen-lint-synthesized_v0.5.0",
|
|
31
|
+
"comments": {
|
|
32
|
+
"none": [
|
|
33
|
+
{
|
|
34
|
+
"author": "filip.dupanovic@gmail.com",
|
|
35
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
36
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
37
|
+
"comment": "feat(projen): Add Git ignore patterns"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"author": "filip.dupanovic@gmail.com",
|
|
41
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
42
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
43
|
+
"comment": "feat(workspace): Migrate documentation pathnames"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"patch": [
|
|
47
|
+
{
|
|
48
|
+
"author": "email not defined",
|
|
49
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
50
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
51
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.84.7"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"author": "email not defined",
|
|
55
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
56
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
57
|
+
"comment": "chore(deps): chore(deps): update dependency projen to v0.84.6"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"minor": [
|
|
61
|
+
{
|
|
62
|
+
"author": "filip.dupanovic@gmail.com",
|
|
63
|
+
"package": "@langri-sha/projen-lint-synthesized",
|
|
64
|
+
"commit": "d58e2b444358fb65166d0878c185220c6e0a7bb0",
|
|
65
|
+
"comment": "feat(workspace): Harden Projen component types"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"date": "Wed, 17 Jul 2024 10:48:16 GMT",
|
|
6
72
|
"version": "0.4.1",
|
|
7
73
|
"tag": "@langri-sha/projen-lint-synthesized_v0.4.1",
|
|
8
74
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,33 @@
|
|
|
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 Sat, 27 Jul 2024 15:49:10 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.5.1
|
|
8
|
+
|
|
9
|
+
Sat, 27 Jul 2024 15:49:10 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- chore(deps): fix(deps): update dependency debug to v4.3.6 (email not defined)
|
|
14
|
+
|
|
15
|
+
## 0.5.0
|
|
16
|
+
|
|
17
|
+
Fri, 26 Jul 2024 21:00:28 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- feat(workspace): Harden Projen component types (filip.dupanovic@gmail.com)
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- chore(deps): chore(deps): update dependency projen to v0.84.7 (email not defined)
|
|
26
|
+
- chore(deps): chore(deps): update dependency projen to v0.84.6 (email not defined)
|
|
27
|
+
|
|
7
28
|
## 0.4.1
|
|
8
29
|
|
|
9
|
-
Wed, 17 Jul 2024 10:
|
|
30
|
+
Wed, 17 Jul 2024 10:48:16 GMT
|
|
10
31
|
|
|
11
32
|
### Patches
|
|
12
33
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAW,MAAM,QAAQ,CAAA;AAI3C,MAAM,WAAW,sBAAsB;IACrC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAW,MAAM,QAAQ,CAAA;AAI3C,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,MAAM,CAAC,CAAA;CACnE;AAED;;GAEG;AACH,qBAAa,eAAgB,SAAQ,SAAS;;gBAI1C,KAAK,EAAE,qBAAqB,CAAC,OAAO,SAAS,CAAC,CAAC,CAAC,CAAC,EACjD,OAAO,CAAC,EAAE,sBAAsB;IASzB,cAAc,IAAI,IAAI;CA4DhC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-lint-synthesized",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
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.
|
|
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.
|
|
34
|
+
"projen": "0.84.8"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"projen": "^0.
|
|
37
|
+
"projen": "^0.84.0"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
package/src/index.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { Component, Project } from 'projen'
|
|
|
9
9
|
const debug = createDebug('projen-lint-synthesized')
|
|
10
10
|
|
|
11
11
|
export interface LintSynthesizedOptions {
|
|
12
|
-
[pattern: string]: string | ((files: string[]) => string)
|
|
12
|
+
readonly [pattern: string]: string | ((files: string[]) => string)
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
/**
|
/package/{readme → readme.md}
RENAMED
|
File without changes
|