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.
Files changed (3) hide show
  1. package/README.md +0 -1
  2. package/package.json +21 -16
  3. package/CHANGELOG.md +0 -12
package/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # remark-preset-lint-crowdstrike
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/remark-preset-lint-crowdstrike.svg)](https://badge.fury.io/js/remark-preset-lint-crowdstrike)
4
- [![Build Status](https://travis-ci.org/CrowdStrike/remark-preset-lint-crowdstrike.svg?branch=master)](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": "1.0.2",
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 && git push --follow-tags && npm publish",
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": ">=8.10"
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": "^2.0.3",
33
- "remark-preset-lint-recommended": "^3.0.3",
34
- "remark-validate-links": "^9.0.0"
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": "^1.0.3",
38
- "eslint": "^6.0.1",
39
- "eslint-config-crowdstrike": "^1.0.0",
40
- "eslint-config-crowdstrike-node": "^2.0.0",
41
- "eslint-plugin-json-files": "0.7.0",
42
- "eslint-plugin-node": "^10.0.0",
43
- "remark-cli": "^7.0.0",
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": "^7.0.0"
50
+ "standard-version": "^9.0.0"
46
51
  },
47
52
  "peerDependencies": {
48
- "remark-cli": "7"
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)