@langri-sha/projen-typescript-config 0.3.0 → 0.4.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 CHANGED
@@ -2,7 +2,121 @@
2
2
  "name": "@langri-sha/projen-typescript-config",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 15 Jun 2024 09:06:45 GMT",
5
+ "date": "Wed, 17 Jul 2024 10:45:28 GMT",
6
+ "version": "0.4.1",
7
+ "tag": "@langri-sha/projen-typescript-config_v0.4.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@langri-sha/projen-typescript-config",
13
+ "commit": "c4b7573f367c165d7c67ed5f259ad53ec9ea5672",
14
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.11"
15
+ },
16
+ {
17
+ "author": "filip.dupanovic@gmail.com",
18
+ "package": "@langri-sha/projen-typescript-config",
19
+ "commit": "c4b7573f367c165d7c67ed5f259ad53ec9ea5672",
20
+ "comment": "fix(workspace): Use correct GitHub directory"
21
+ }
22
+ ],
23
+ "none": [
24
+ {
25
+ "author": "filip.dupanovic@gmail.com",
26
+ "package": "@langri-sha/projen-typescript-config",
27
+ "commit": "c4b7573f367c165d7c67ed5f259ad53ec9ea5672",
28
+ "comment": "feat(root): Migrate to ESM"
29
+ }
30
+ ]
31
+ }
32
+ },
33
+ {
34
+ "date": "Mon, 08 Jul 2024 21:43:05 GMT",
35
+ "version": "0.4.0",
36
+ "tag": "@langri-sha/projen-typescript-config_v0.4.0",
37
+ "comments": {
38
+ "patch": [
39
+ {
40
+ "author": "filip.dupanovic@gmail.com",
41
+ "package": "@langri-sha/projen-typescript-config",
42
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
43
+ "comment": "fix(projen): Use correct output directory"
44
+ },
45
+ {
46
+ "author": "email not defined",
47
+ "package": "@langri-sha/projen-typescript-config",
48
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
49
+ "comment": "chore(deps): chore(deps): update node.js to v20.15.0"
50
+ },
51
+ {
52
+ "author": "email not defined",
53
+ "package": "@langri-sha/projen-typescript-config",
54
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
55
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.7"
56
+ },
57
+ {
58
+ "author": "email not defined",
59
+ "package": "@langri-sha/projen-typescript-config",
60
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
61
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.10"
62
+ },
63
+ {
64
+ "author": "email not defined",
65
+ "package": "@langri-sha/projen-typescript-config",
66
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
67
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.8"
68
+ },
69
+ {
70
+ "author": "email not defined",
71
+ "package": "@langri-sha/projen-typescript-config",
72
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
73
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.3"
74
+ },
75
+ {
76
+ "author": "email not defined",
77
+ "package": "@langri-sha/projen-typescript-config",
78
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
79
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.5"
80
+ },
81
+ {
82
+ "author": "email not defined",
83
+ "package": "@langri-sha/projen-typescript-config",
84
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
85
+ "comment": "chore(deps): chore(deps): update dependency @types/node to v20.14.6"
86
+ }
87
+ ],
88
+ "none": [
89
+ {
90
+ "author": "filip.dupanovic@gmail.com",
91
+ "package": "@langri-sha/projen-typescript-config",
92
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
93
+ "comment": "feat(tsconfig): Use `${configDir}`"
94
+ },
95
+ {
96
+ "author": "filip.dupanovic@gmail.com",
97
+ "package": "@langri-sha/projen-typescript-config",
98
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
99
+ "comment": "feat(workspace): Add explicit return types"
100
+ },
101
+ {
102
+ "author": "filip.dupanovic@gmail.com",
103
+ "package": "@langri-sha/projen-typescript-config",
104
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
105
+ "comment": "feat(workspace): Add repository path"
106
+ }
107
+ ],
108
+ "minor": [
109
+ {
110
+ "author": "filip.dupanovic@gmail.com",
111
+ "package": "@langri-sha/projen-typescript-config",
112
+ "commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
113
+ "comment": "feat(workspace): Use `vitest`"
114
+ }
115
+ ]
116
+ }
117
+ },
118
+ {
119
+ "date": "Sat, 15 Jun 2024 09:09:05 GMT",
6
120
  "version": "0.3.0",
7
121
  "tag": "@langri-sha/projen-typescript-config_v0.3.0",
8
122
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @langri-sha/projen-typescript-config
2
2
 
3
- This log was last generated on Sat, 15 Jun 2024 09:06:45 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Jul 2024 10:45:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.4.1
8
+
9
+ Wed, 17 Jul 2024 10:45:28 GMT
10
+
11
+ ### Patches
12
+
13
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.11 (email not defined)
14
+ - fix(workspace): Use correct GitHub directory (filip.dupanovic@gmail.com)
15
+
16
+ ## 0.4.0
17
+
18
+ Mon, 08 Jul 2024 21:43:05 GMT
19
+
20
+ ### Minor changes
21
+
22
+ - feat(workspace): Use `vitest` (filip.dupanovic@gmail.com)
23
+
24
+ ### Patches
25
+
26
+ - fix(projen): Use correct output directory (filip.dupanovic@gmail.com)
27
+ - chore(deps): chore(deps): update node.js to v20.15.0 (email not defined)
28
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.7 (email not defined)
29
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.10 (email not defined)
30
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.8 (email not defined)
31
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.3 (email not defined)
32
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.5 (email not defined)
33
+ - chore(deps): chore(deps): update dependency @types/node to v20.14.6 (email not defined)
34
+
7
35
  ## 0.3.0
8
36
 
9
- Sat, 15 Jun 2024 09:06:45 GMT
37
+ Sat, 15 Jun 2024 09:09:05 GMT
10
38
 
11
39
  ### Minor changes
12
40
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oDAAoD,EAAE,MAAM,uBAAuB,CAAA;AACjG,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAErD,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,MAAM,CAAC,EAAE,oDAAoD,GAAG;QAC9D;;WAEG;QACH,UAAU,CAAC,EAAE;YACX;;eAEG;YACH,IAAI,EAAE,MAAM,CAAA;SACb,EAAE,CAAA;KACJ,CAAA;CACF;AAED,qBAAa,gBAAiB,SAAQ,QAAQ;gBAChC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,uBAAuB;cAY3C,iBAAiB,CAClC,QAAQ,EAAE,SAAS,GAClB,MAAM,GAAG,SAAS;IA6CrB;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE;IAI3C;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE;IAI3C;;OAEG;IACH,OAAO,CAAC,GAAG,SAAS,EAAE,MAAM,EAAE;IAI9B;;OAEG;IACH,YAAY,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE;CAQhC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oDAAoD,EAAE,MAAM,uBAAuB,CAAA;AACjG,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAErD,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB,MAAM,CAAC,EAAE,oDAAoD,GAAG;QAC9D;;WAEG;QACH,UAAU,CAAC,EAAE;YACX;;eAEG;YACH,IAAI,EAAE,MAAM,CAAA;SACb,EAAE,CAAA;KACJ,CAAA;CACF;AAED,qBAAa,gBAAiB,SAAQ,QAAQ;gBAChC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,uBAAuB;cAY3C,iBAAiB,CAClC,QAAQ,EAAE,SAAS,GAClB,MAAM,GAAG,SAAS;IA6CrB;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE,GAAG,IAAI;IAIlD;;OAEG;IACH,UAAU,CAAC,GAAG,mBAAmB,EAAE,MAAM,EAAE,GAAG,IAAI;IAIlD;;OAEG;IACH,OAAO,CAAC,GAAG,SAAS,EAAE,MAAM,EAAE,GAAG,IAAI;IAIrC;;OAEG;IACH,YAAY,CAAC,GAAG,KAAK,EAAE,MAAM,EAAE,GAAG,IAAI;CAQvC"}
package/package.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "name": "@langri-sha/projen-typescript-config",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
+ "bugs": {
5
+ "url": "https://github.com/langri-sha/langri-sha.com/issues"
6
+ },
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/langri-sha/langri-sha.com.git",
10
+ "directory": "packages/projen-typescript-config"
11
+ },
4
12
  "license": "MIT",
5
13
  "author": {
6
14
  "name": "Filip Dupanović",
@@ -9,17 +17,17 @@
9
17
  "organization": false
10
18
  },
11
19
  "type": "module",
12
- "main": "lib/index.js",
20
+ "main": "dist/index.js",
13
21
  "scripts": {
14
- "prepublishOnly": "rm -rf lib; tsc --project tsconfig.build.json"
22
+ "prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
15
23
  },
16
24
  "dependencies": {
17
25
  "@schemastore/tsconfig": "0.0.11"
18
26
  },
19
27
  "devDependencies": {
20
- "@langri-sha/jest-test": "0.8.0",
21
- "@langri-sha/tsconfig": "0.10.0",
22
- "@types/node": "20.14.2"
28
+ "@langri-sha/tsconfig": "0.10.1",
29
+ "@langri-sha/vitest": "0.1.1",
30
+ "@types/node": "20.14.11"
23
31
  },
24
32
  "peerDependencies": {
25
33
  "projen": "^0.82.0"
@@ -27,6 +35,6 @@
27
35
  "publishConfig": {
28
36
  "access": "public"
29
37
  },
30
- "//": "~~ Generated by projen. To modify, edit .projenrc.mts and run \"npx projen\".",
31
- "types": "lib/index.d.ts"
38
+ "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\".",
39
+ "types": "dist/index.d.ts"
32
40
  }
package/src/index.ts CHANGED
@@ -80,28 +80,28 @@ export class TypeScriptConfig extends JsonFile {
80
80
  /**
81
81
  * Appends to the list of filenames and patterns to exclude in the program.
82
82
  */
83
- addExclude(...fileNamesOrPatterns: string[]) {
83
+ addExclude(...fileNamesOrPatterns: string[]): void {
84
84
  this.addToArray('exclude', ...fileNamesOrPatterns)
85
85
  }
86
86
 
87
87
  /**
88
88
  * Appends to the list of filenames and patterns to include in the program.
89
89
  */
90
- addInclude(...fileNamesOrPatterns: string[]) {
90
+ addInclude(...fileNamesOrPatterns: string[]): void {
91
91
  this.addToArray('include', ...fileNamesOrPatterns)
92
92
  }
93
93
 
94
94
  /**
95
95
  * Appends to the list of filenames to include in the program.
96
96
  */
97
- addFile(...fileNames: string[]) {
97
+ addFile(...fileNames: string[]): void {
98
98
  this.addToArray('files', ...fileNames)
99
99
  }
100
100
 
101
101
  /**
102
102
  * Adds a reference project.
103
103
  */
104
- addReference(...paths: string[]) {
104
+ addReference(...paths: string[]): void {
105
105
  this.addToArray(
106
106
  'references',
107
107
  ...paths.map((path) => ({
File without changes
File without changes
File without changes