eslint-plugin-graphile-export 0.0.2-alpha.3 → 0.0.2-beta.2
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.md +24 -8
- package/README.md +1 -0
- package/dist/common.d.ts +0 -3
- package/dist/common.d.ts.map +1 -1
- package/dist/common.js.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,34 @@
|
|
|
1
1
|
# eslint-plugin-graphile-export
|
|
2
2
|
|
|
3
|
+
## 0.0.2-beta.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#496](https://github.com/benjie/crystal/pull/496)
|
|
8
|
+
[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
|
|
9
|
+
Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
|
|
10
|
+
through major versions).
|
|
11
|
+
|
|
12
|
+
## 0.0.2-beta.1
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
|
|
17
|
+
Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
|
|
18
|
+
|
|
3
19
|
## 0.0.2-alpha.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
- [#406](https://github.com/benjie/
|
|
8
|
-
[`ecd7598f1`](https://github.com/benjie/
|
|
23
|
+
- [#406](https://github.com/benjie/crystal/pull/406)
|
|
24
|
+
[`ecd7598f1`](https://github.com/benjie/crystal/commit/ecd7598f1a12c724e744249246eec7b882198a8a)
|
|
9
25
|
Thanks [@benjie](https://github.com/benjie)! - More docs for graphile-export
|
|
10
26
|
|
|
11
27
|
## 0.0.2-alpha.2
|
|
12
28
|
|
|
13
29
|
### Patch Changes
|
|
14
30
|
|
|
15
|
-
- [`7f857950a`](https://github.com/benjie/
|
|
31
|
+
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
|
|
16
32
|
Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
|
|
17
33
|
TypeScript/tslib
|
|
18
34
|
|
|
@@ -20,7 +36,7 @@
|
|
|
20
36
|
|
|
21
37
|
### Patch Changes
|
|
22
38
|
|
|
23
|
-
- [`759ad403d`](https://github.com/benjie/
|
|
39
|
+
- [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
|
|
24
40
|
Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
|
|
25
41
|
https://postgraphile.org/news/2023-04-26-version-5-alpha
|
|
26
42
|
|
|
@@ -28,8 +44,8 @@
|
|
|
28
44
|
|
|
29
45
|
### Patch Changes
|
|
30
46
|
|
|
31
|
-
- [#260](https://github.com/benjie/
|
|
32
|
-
[`d5312e6b9`](https://github.com/benjie/
|
|
47
|
+
- [#260](https://github.com/benjie/crystal/pull/260)
|
|
48
|
+
[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
|
|
33
49
|
Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
|
|
34
50
|
|
|
35
51
|
## 0.0.2-0.1
|
|
@@ -42,6 +58,6 @@
|
|
|
42
58
|
|
|
43
59
|
### Patch Changes
|
|
44
60
|
|
|
45
|
-
- [#125](https://github.com/benjie/
|
|
46
|
-
[`91f2256b3`](https://github.com/benjie/
|
|
61
|
+
- [#125](https://github.com/benjie/crystal/pull/125)
|
|
62
|
+
[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
|
|
47
63
|
Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
|
package/README.md
CHANGED
|
@@ -28,6 +28,7 @@ And please give some love to our featured sponsors 🤩:
|
|
|
28
28
|
</tr><tr>
|
|
29
29
|
<td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
|
|
30
30
|
<td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
|
|
31
|
+
<td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
|
|
31
32
|
</tr></table>
|
|
32
33
|
|
|
33
34
|
<em>\* Sponsors the entire Graphile suite</em>
|
package/dist/common.d.ts
CHANGED
|
@@ -3,9 +3,6 @@ import type { Rule } from "eslint";
|
|
|
3
3
|
import type { Expression as ESTreeExpression } from "estree";
|
|
4
4
|
declare module "eslint" {
|
|
5
5
|
namespace Rule {
|
|
6
|
-
interface RuleMetaData {
|
|
7
|
-
hasSuggestions: boolean;
|
|
8
|
-
}
|
|
9
6
|
interface RuleContext {
|
|
10
7
|
getSource(node: Expression | ESTreeExpression): string;
|
|
11
8
|
}
|
package/dist/common.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../src/common.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACnC,OAAO,KAAK,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAE7D,OAAO,QAAQ,QAAQ,CAAC;IACtB,UAAU,IAAI,CAAC;QACb,UAAU,
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../src/common.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AACnC,OAAO,KAAK,EAAE,UAAU,IAAI,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAE7D,OAAO,QAAQ,QAAQ,CAAC;IACtB,UAAU,IAAI,CAAC;QACb,UAAU,WAAW;YACnB,SAAS,CAAC,IAAI,EAAE,UAAU,GAAG,gBAAgB,GAAG,MAAM,CAAC;SACxD;KACF;CACF;AAED,wBAAgB,aAAa,CAC3B,OAAO,EAAE,IAAI,CAAC,WAAW,EACzB,OAAO,EAAE;IAAE,cAAc,EAAE,OAAO,CAAA;CAAE,EACpC,OAAO,EAAE,IAAI,CAAC,gBAAgB,QAU/B;AAED;;;;;;;;;GASG;AACH,wBAAgB,2BAA2B,CACzC,KAAK,EAAE,IAAI,GAAG,IAAI,CAAC,mBAAmB,EACtC,MAAM,EAAE,IAAI,4CAwCb"}
|
package/dist/common.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../src/common.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../src/common.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-graphile-export",
|
|
3
|
-
"version": "0.0.2-
|
|
3
|
+
"version": "0.0.2-beta.2",
|
|
4
4
|
"description": "ESLint plugin to help ensure your schema is exportable by graphile-export",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://graphile.org/",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"tslib": "^2.
|
|
28
|
+
"tslib": "^2.6.2"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=16"
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"dist"
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/types": "^7.
|
|
41
|
-
"@types/eslint": "^
|
|
42
|
-
"@types/estree": "^
|
|
43
|
-
"@types/jest": "^
|
|
44
|
-
"jest": "^
|
|
40
|
+
"@babel/types": "^7.22.11",
|
|
41
|
+
"@types/eslint": "^8.44.2",
|
|
42
|
+
"@types/estree": "^1.0.1",
|
|
43
|
+
"@types/jest": "^29.5.4",
|
|
44
|
+
"jest": "^29.6.4",
|
|
45
45
|
"ts-node": "^10.9.1",
|
|
46
|
-
"typescript": "^5.
|
|
46
|
+
"typescript": "^5.2.2"
|
|
47
47
|
}
|
|
48
48
|
}
|