@form8ion/javascript 11.8.0 → 11.10.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/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": "11.8.0",
5
+ "version": "11.10.0",
6
6
  "engines": {
7
7
  "node": "^16.14.0 || >=18.0.0"
8
8
  },
@@ -90,17 +90,17 @@
90
90
  "devDependencies": {
91
91
  "@babel/register": "7.22.5",
92
92
  "@cucumber/cucumber": "9.4.0",
93
- "@form8ion/babel-preset": "1.6.108",
93
+ "@form8ion/babel-preset": "1.6.110",
94
94
  "@form8ion/commitlint-config": "1.0.55",
95
- "@form8ion/eslint-config": "6.0.1",
95
+ "@form8ion/eslint-config": "6.0.3",
96
96
  "@form8ion/eslint-config-cucumber": "1.4.1",
97
97
  "@form8ion/eslint-config-mocha": "3.0.0",
98
98
  "@form8ion/remark-lint-preset": "6.0.0",
99
- "@rollup/plugin-node-resolve": "15.1.0",
99
+ "@rollup/plugin-node-resolve": "15.2.1",
100
100
  "@travi/any": "2.1.8",
101
- "ban-sensitive-files": "1.9.19",
101
+ "ban-sensitive-files": "1.10.0",
102
102
  "c8": "8.0.1",
103
- "chai": "4.3.7",
103
+ "chai": "4.3.8",
104
104
  "chai-as-promised": "7.1.1",
105
105
  "cross-env": "7.0.3",
106
106
  "cz-conventional-changelog": "3.3.0",
@@ -108,12 +108,12 @@
108
108
  "husky": "8.0.3",
109
109
  "jest-when": "3.6.0",
110
110
  "js-yaml": "4.1.0",
111
- "lockfile-lint": "4.12.0",
111
+ "lockfile-lint": "4.12.1",
112
112
  "ls-engines": "0.9.0",
113
113
  "mocha": "10.2.0",
114
114
  "mock-fs": "5.2.0",
115
- "npm-run-all": "4.1.5",
116
- "publint": "0.2.0",
115
+ "npm-run-all2": "6.0.6",
116
+ "publint": "0.2.2",
117
117
  "remark-cli": "11.0.0",
118
118
  "remark-toc": "8.0.1",
119
119
  "remark-usage": "10.0.1",
@@ -122,6 +122,6 @@
122
122
  "rollup-plugin-auto-external": "2.0.0",
123
123
  "sinon": "15.2.0",
124
124
  "testdouble": "3.18.0",
125
- "vitest": "0.34.1"
125
+ "vitest": "0.34.3"
126
126
  }
127
127
  }