@langri-sha/projen-lint-staged 0.1.0 → 0.2.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 +22 -2
- package/{lib → dist}/index.d.ts.map +1 -1
- package/{lib → dist}/index.js +1 -1
- package/{lib → dist}/index.js.map +1 -1
- package/package.json +15 -7
- package/src/index.ts +1 -1
- /package/{lib → dist}/index.d.ts +0 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,73 @@
|
|
|
2
2
|
"name": "@langri-sha/projen-lint-staged",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 17 Jul 2024 10:45:28 GMT",
|
|
6
|
+
"version": "0.2.1",
|
|
7
|
+
"tag": "@langri-sha/projen-lint-staged_v0.2.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "filip.dupanovic@gmail.com",
|
|
12
|
+
"package": "@langri-sha/projen-lint-staged",
|
|
13
|
+
"commit": "c4b7573f367c165d7c67ed5f259ad53ec9ea5672",
|
|
14
|
+
"comment": "fix(workspace): Use correct GitHub directory"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"none": [
|
|
18
|
+
{
|
|
19
|
+
"author": "filip.dupanovic@gmail.com",
|
|
20
|
+
"package": "@langri-sha/projen-lint-staged",
|
|
21
|
+
"commit": "c4b7573f367c165d7c67ed5f259ad53ec9ea5672",
|
|
22
|
+
"comment": "feat(root): Migrate to ESM"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"author": "filip.dupanovic@gmail.com",
|
|
26
|
+
"package": "@langri-sha/projen-lint-staged",
|
|
27
|
+
"commit": "c4b7573f367c165d7c67ed5f259ad53ec9ea5672",
|
|
28
|
+
"comment": "feat(eslint-config): Add `import/order` rule"
|
|
29
|
+
}
|
|
30
|
+
]
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"date": "Mon, 08 Jul 2024 21:43:05 GMT",
|
|
35
|
+
"version": "0.2.0",
|
|
36
|
+
"tag": "@langri-sha/projen-lint-staged_v0.2.0",
|
|
37
|
+
"comments": {
|
|
38
|
+
"none": [
|
|
39
|
+
{
|
|
40
|
+
"author": "filip.dupanovic@gmail.com",
|
|
41
|
+
"package": "@langri-sha/projen-lint-staged",
|
|
42
|
+
"commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
|
|
43
|
+
"comment": "feat(tsconfig): Use `${configDir}`"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"author": "filip.dupanovic@gmail.com",
|
|
47
|
+
"package": "@langri-sha/projen-lint-staged",
|
|
48
|
+
"commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
|
|
49
|
+
"comment": "feat(workspace): Add repository path"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"minor": [
|
|
53
|
+
{
|
|
54
|
+
"author": "filip.dupanovic@gmail.com",
|
|
55
|
+
"package": "@langri-sha/projen-lint-staged",
|
|
56
|
+
"commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
|
|
57
|
+
"comment": "feat(workspace): Use `vitest`"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"patch": [
|
|
61
|
+
{
|
|
62
|
+
"author": "filip.dupanovic@gmail.com",
|
|
63
|
+
"package": "@langri-sha/projen-lint-staged",
|
|
64
|
+
"commit": "94472e1a79e065f4ef9c4e668453e9266b428281",
|
|
65
|
+
"comment": "fix(projen): Use correct output directory"
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"date": "Sat, 15 Jun 2024 09:09:05 GMT",
|
|
6
72
|
"version": "0.1.0",
|
|
7
73
|
"tag": "@langri-sha/projen-lint-staged_v0.1.0",
|
|
8
74
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,32 @@
|
|
|
1
1
|
# Change Log - @langri-sha/projen-lint-staged
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
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.2.1
|
|
8
|
+
|
|
9
|
+
Wed, 17 Jul 2024 10:45:28 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- fix(workspace): Use correct GitHub directory (filip.dupanovic@gmail.com)
|
|
14
|
+
|
|
15
|
+
## 0.2.0
|
|
16
|
+
|
|
17
|
+
Mon, 08 Jul 2024 21:43:05 GMT
|
|
18
|
+
|
|
19
|
+
### Minor changes
|
|
20
|
+
|
|
21
|
+
- feat(workspace): Use `vitest` (filip.dupanovic@gmail.com)
|
|
22
|
+
|
|
23
|
+
### Patches
|
|
24
|
+
|
|
25
|
+
- fix(projen): Use correct output directory (filip.dupanovic@gmail.com)
|
|
26
|
+
|
|
7
27
|
## 0.1.0
|
|
8
28
|
|
|
9
|
-
Sat, 15 Jun 2024 09:
|
|
29
|
+
Sat, 15 Jun 2024 09:09:05 GMT
|
|
10
30
|
|
|
11
31
|
### Minor changes
|
|
12
32
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACtC,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAA;AAGrD;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAA;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAED,qBAAa,UAAW,SAAQ,QAAQ;;IAEtC,MAAM,EAAE,MAAM,CAAA;gBAEF,OAAO,EAAE,OAAO,EAAE,OAAO,GAAE,iBAAsB;cAY1C,iBAAiB,CAAC,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,SAAS;CAmBvE"}
|
package/{lib → dist}/index.js
RENAMED
|
@@ -10,8 +10,8 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
|
|
|
10
10
|
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
11
11
|
};
|
|
12
12
|
var _LintStaged_extends;
|
|
13
|
-
import serialize from 'serialize-javascript';
|
|
14
13
|
import { FileBase } from 'projen';
|
|
14
|
+
import serialize from 'serialize-javascript';
|
|
15
15
|
export class LintStaged extends FileBase {
|
|
16
16
|
constructor(project, options = {}) {
|
|
17
17
|
const filename = options.filename ?? 'lint-staged.config.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,OAAO,EAAE,QAAQ,EAAsB,MAAM,QAAQ,CAAA;AACrD,OAAO,SAAS,MAAM,sBAAsB,CAAA;AAwB5C,MAAM,OAAO,UAAW,SAAQ,QAAQ;IAItC,YAAY,OAAgB,EAAE,UAA6B,EAAE;QAC3D,MAAM,QAAQ,GAAG,OAAO,CAAC,QAAQ,IAAI,uBAAuB,CAAA;QAE5D,KAAK,CAAC,OAAO,EAAE,QAAQ,EAAE;YACvB,QAAQ,EAAE,IAAI;YACd,MAAM,EAAE,IAAI;SACb,CAAC,CAAA;QATJ,sCAAiB;QAWf,uBAAA,IAAI,uBAAY,OAAO,CAAC,OAAO,MAAA,CAAA;QAC/B,IAAI,CAAC,MAAM,GAAG,OAAO,CAAC,MAAM,IAAI,EAAE,CAAA;IACpC,CAAC;IAEkB,iBAAiB,CAAC,CAAY;QAC/C,MAAM,MAAM,GAAW;YACrB,GAAG,IAAI,CAAC,MAAM;SACf,CAAA;QAED,MAAM,UAAU,GAAG,SAAS,CAAC,MAAM,EAAE;YACnC,MAAM,EAAE,IAAI;SACb,CAAC,CAAA;QAEF,OAAO,GACL,uBAAA,IAAI,2BAAS,CAAC,CAAC,CAAC,yBAAyB,uBAAA,IAAI,2BAAS,OAAO,CAAC,CAAC,CAAC,EAClE;;QAEI,uBAAA,IAAI,2BAAS,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE;QACnC,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC;;;KAGtB,CAAA;IACH,CAAC;CACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@langri-sha/projen-lint-staged",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.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-lint-staged"
|
|
11
|
+
},
|
|
4
12
|
"license": "MIT",
|
|
5
13
|
"author": {
|
|
6
14
|
"name": "Filip Dupanović",
|
|
@@ -9,16 +17,16 @@
|
|
|
9
17
|
"organization": false
|
|
10
18
|
},
|
|
11
19
|
"type": "module",
|
|
12
|
-
"main": "
|
|
20
|
+
"main": "dist/index.js",
|
|
13
21
|
"scripts": {
|
|
14
|
-
"prepublishOnly": "rm -rf
|
|
22
|
+
"prepublishOnly": "rm -rf dist; tsc --project tsconfig.build.json"
|
|
15
23
|
},
|
|
16
24
|
"dependencies": {
|
|
17
25
|
"serialize-javascript": "6.0.2"
|
|
18
26
|
},
|
|
19
27
|
"devDependencies": {
|
|
20
|
-
"@langri-sha/
|
|
21
|
-
"@langri-sha/
|
|
28
|
+
"@langri-sha/tsconfig": "0.10.1",
|
|
29
|
+
"@langri-sha/vitest": "0.1.1",
|
|
22
30
|
"@types/serialize-javascript": "5.0.4"
|
|
23
31
|
},
|
|
24
32
|
"peerDependencies": {
|
|
@@ -28,6 +36,6 @@
|
|
|
28
36
|
"publishConfig": {
|
|
29
37
|
"access": "public"
|
|
30
38
|
},
|
|
31
|
-
"//": "~~ Generated by projen. To modify, edit .projenrc.
|
|
32
|
-
"types": "
|
|
39
|
+
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\".",
|
|
40
|
+
"types": "dist/index.d.ts"
|
|
33
41
|
}
|
package/src/index.ts
CHANGED
/package/{lib → dist}/index.d.ts
RENAMED
|
File without changes
|