@digigov/cli-lint 1.0.0-rc.6 → 1.0.0
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 +36 -0
- package/CHANGELOG.md +17 -1
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,42 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-lint",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "1.0.0",
|
|
6
|
+
"tag": "@digigov/cli-lint_v1.0.0",
|
|
7
|
+
"date": "Fri, 15 Dec 2023 15:23:56 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "major refactor"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"major": [
|
|
15
|
+
{
|
|
16
|
+
"comment": "Upgrade versions to v1.0.0-rc"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"comment": "Refactor libs to a generic UI library removing personas organizing"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"patch": [
|
|
23
|
+
{
|
|
24
|
+
"comment": "Update digigov plugin rule to err instead of warn"
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"dependency": [
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"eslint-plugin-digigov\" from `1.0.0-rc.6` to `1.0.0`"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"comment": "Updating dependency \"@digigov/cli\" from `1.0.0-rc.6` to `1.0.0`"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"comment": "Updating dependency \"@digigov/cli-build\" from `1.0.0-rc.6` to `1.0.0`"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
4
40
|
{
|
|
5
41
|
"version": "0.5.34",
|
|
6
42
|
"tag": "@digigov/cli-lint_v0.5.34",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
# Change Log - @digigov/cli-lint
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 15 Dec 2023 15:23:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 1.0.0
|
|
6
|
+
Fri, 15 Dec 2023 15:23:56 GMT
|
|
7
|
+
|
|
8
|
+
### Breaking changes
|
|
9
|
+
|
|
10
|
+
- Upgrade versions to v1.0.0-rc
|
|
11
|
+
- Refactor libs to a generic UI library removing personas organizing
|
|
12
|
+
|
|
13
|
+
### Minor changes
|
|
14
|
+
|
|
15
|
+
- major refactor
|
|
16
|
+
|
|
17
|
+
### Patches
|
|
18
|
+
|
|
19
|
+
- Update digigov plugin rule to err instead of warn
|
|
4
20
|
|
|
5
21
|
## 0.5.34
|
|
6
22
|
Thu, 02 Feb 2023 16:12:09 GMT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/cli-lint",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Lint plugin for Digigov CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "GRNET Devs <devs@lists.grnet.gr>",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"eslint-import-resolver-babel-module": "5.1.2",
|
|
15
15
|
"eslint-plugin-css-modules": "2.11.0",
|
|
16
16
|
"eslint-plugin-cypress": "2.8.1",
|
|
17
|
-
"eslint-plugin-digigov": "1.0.0
|
|
17
|
+
"eslint-plugin-digigov": "1.0.0",
|
|
18
18
|
"eslint-plugin-enzyme": "0.2.0",
|
|
19
19
|
"eslint-plugin-import": "2.20.1",
|
|
20
20
|
"eslint-plugin-jest": "24.1.3",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"publint": "0.1.8"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@digigov/cli": "1.0.0
|
|
37
|
-
"@digigov/cli-build": "1.0.0
|
|
36
|
+
"@digigov/cli": "1.0.0",
|
|
37
|
+
"@digigov/cli-build": "1.0.0",
|
|
38
38
|
"prettier": "2.0.2",
|
|
39
39
|
"eslint": "7.24.0"
|
|
40
40
|
},
|