@form8ion/javascript 10.3.1 → 10.3.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.
Files changed (1) hide show
  1. package/package.json +10 -8
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@form8ion/javascript",
3
3
  "description": "JavaScript language plugin for the @form8ion toolset",
4
4
  "license": "MIT",
5
- "version": "10.3.1",
5
+ "version": "10.3.2",
6
6
  "engines": {
7
7
  "node": "^16.13.0 || >=18.0.0"
8
8
  },
@@ -27,6 +27,7 @@
27
27
  "lint:sensitive": "ban",
28
28
  "lint:peer": "npm ls >/dev/null",
29
29
  "lint:engines": "ls-engines",
30
+ "lint:publish": "publint",
30
31
  "generate:md": "remark . --output",
31
32
  "pregenerate:md": "run-s build",
32
33
  "prepare": "husky install",
@@ -57,7 +58,7 @@
57
58
  },
58
59
  "dependencies": {
59
60
  "@form8ion/codecov": "^4.0.0",
60
- "@form8ion/commit-convention": "^5.1.1",
61
+ "@form8ion/commit-convention": "^5.2.0",
61
62
  "@form8ion/config-file": "^1.0.1",
62
63
  "@form8ion/core": "^2.0.0",
63
64
  "@form8ion/eslint": "^4.0.0",
@@ -84,10 +85,10 @@
84
85
  },
85
86
  "devDependencies": {
86
87
  "@babel/register": "7.18.9",
87
- "@cucumber/cucumber": "8.9.1",
88
+ "@cucumber/cucumber": "8.10.0",
88
89
  "@form8ion/babel-preset": "1.6.99",
89
- "@form8ion/commitlint-config": "1.0.40",
90
- "@form8ion/eslint-config": "5.0.17",
90
+ "@form8ion/commitlint-config": "1.0.43",
91
+ "@form8ion/eslint-config": "5.0.22",
91
92
  "@form8ion/eslint-config-cucumber": "1.4.1",
92
93
  "@form8ion/eslint-config-mocha": "2.0.3",
93
94
  "@form8ion/remark-lint-preset": "4.0.2",
@@ -100,17 +101,18 @@
100
101
  "cross-env": "7.0.3",
101
102
  "cz-conventional-changelog": "3.3.0",
102
103
  "gherkin-lint": "4.2.2",
103
- "husky": "8.0.2",
104
+ "husky": "8.0.3",
104
105
  "js-yaml": "4.1.0",
105
- "lockfile-lint": "4.9.6",
106
+ "lockfile-lint": "4.10.0",
106
107
  "ls-engines": "0.8.0",
107
108
  "mocha": "10.2.0",
108
109
  "mock-fs": "5.2.0",
109
110
  "npm-run-all": "4.1.5",
111
+ "publint": "0.1.8",
110
112
  "remark-cli": "11.0.0",
111
113
  "remark-toc": "8.0.1",
112
114
  "remark-usage": "10.0.1",
113
- "rimraf": "3.0.2",
115
+ "rimraf": "4.0.7",
114
116
  "rollup": "2.79.1",
115
117
  "rollup-plugin-auto-external": "2.0.0",
116
118
  "sinon": "15.0.1",