remark-preset-lint-crowdstrike 1.0.2 → 3.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/README.md +0 -1
- package/package.json +21 -16
- package/CHANGELOG.md +0 -12
package/README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
# remark-preset-lint-crowdstrike
|
2
2
|
|
3
3
|
[](https://badge.fury.io/js/remark-preset-lint-crowdstrike)
|
4
|
-
[](https://travis-ci.org/CrowdStrike/remark-preset-lint-crowdstrike)
|
5
4
|
|
6
5
|
[remark-lint](https://github.com/remarkjs/remark-lint) preset for [CrowdStrike](https://www.crowdstrike.com)
|
package/package.json
CHANGED
@@ -1,18 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"name": "remark-preset-lint-crowdstrike",
|
3
|
-
"version": "
|
3
|
+
"version": "3.0.0",
|
4
4
|
"description": "remark-lint preset for CrowdStrike",
|
5
5
|
"main": "index.js",
|
6
6
|
"files": [
|
7
7
|
"index.js"
|
8
8
|
],
|
9
9
|
"scripts": {
|
10
|
-
"lint:git": "commitlint",
|
10
|
+
"lint:git": "commitlint --default-branch main",
|
11
11
|
"lint:js": "eslint . --ext js,json",
|
12
12
|
"lint:md": "remark -f README.md",
|
13
|
-
"release": "standard-version
|
13
|
+
"release": "standard-version",
|
14
14
|
"test": "yarn lint:git && yarn lint:js && yarn lint:md"
|
15
15
|
},
|
16
|
+
"standard-version": {
|
17
|
+
"scripts": {
|
18
|
+
"posttag": "git push --follow-tags --atomic"
|
19
|
+
}
|
20
|
+
},
|
16
21
|
"repository": {
|
17
22
|
"type": "git",
|
18
23
|
"url": "git+ssh://git@github.com/CrowdStrike/remark-preset-lint-crowdstrike.git"
|
@@ -24,27 +29,27 @@
|
|
24
29
|
},
|
25
30
|
"homepage": "https://github.com/CrowdStrike/remark-preset-lint-crowdstrike#readme",
|
26
31
|
"engines": {
|
27
|
-
"node": ">=
|
32
|
+
"node": ">=16.13"
|
28
33
|
},
|
29
34
|
"dependencies": {
|
30
35
|
"remark-lint-heading-whitespace": "^1.0.0",
|
31
36
|
"remark-lint-no-url-trailing-slash": "^3.0.1",
|
32
|
-
"remark-preset-lint-consistent": "^
|
33
|
-
"remark-preset-lint-recommended": "^
|
34
|
-
"remark-validate-links": "^
|
37
|
+
"remark-preset-lint-consistent": "^4.0.0",
|
38
|
+
"remark-preset-lint-recommended": "^5.0.0",
|
39
|
+
"remark-validate-links": "^10.0.2"
|
35
40
|
},
|
36
41
|
"devDependencies": {
|
37
|
-
"@crowdstrike/commitlint": "^
|
38
|
-
"eslint": "^
|
39
|
-
"eslint-config-crowdstrike": "
|
40
|
-
"eslint-config-crowdstrike-node": "
|
41
|
-
"eslint-plugin-json-files": "0.
|
42
|
-
"eslint-plugin-node": "^
|
43
|
-
"remark-cli": "^
|
42
|
+
"@crowdstrike/commitlint": "^7.0.0",
|
43
|
+
"eslint": "^8.0.0",
|
44
|
+
"eslint-config-crowdstrike": "10.1.0",
|
45
|
+
"eslint-config-crowdstrike-node": "3.0.1",
|
46
|
+
"eslint-plugin-json-files": "3.0.0",
|
47
|
+
"eslint-plugin-node": "^11.0.0",
|
48
|
+
"remark-cli": "^11.0.0",
|
44
49
|
"renovate-config-standard": "^2.0.0",
|
45
|
-
"standard-version": "^
|
50
|
+
"standard-version": "^9.0.0"
|
46
51
|
},
|
47
52
|
"peerDependencies": {
|
48
|
-
"remark-cli": "
|
53
|
+
"remark-cli": "11"
|
49
54
|
}
|
50
55
|
}
|
package/CHANGELOG.md
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4
|
-
|
5
|
-
### [1.0.2](https://github.com/CrowdStrike/remark-preset-lint-crowdstrike/compare/v1.0.1...v1.0.2) (2019-09-12)
|
6
|
-
|
7
|
-
|
8
|
-
### Bug Fixes
|
9
|
-
|
10
|
-
* add `remark-cli` as a peer dep ([2ffb8c5](https://github.com/CrowdStrike/remark-preset-lint-crowdstrike/commit/2ffb8c5))
|
11
|
-
|
12
|
-
### [1.0.1](https://github.com/CrowdStrike/remark-preset-lint-crowdstrike/compare/v1.0.0...v1.0.1) (2019-09-11)
|