@form8ion/javascript 12.6.0 → 12.6.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.
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": "12.6.0",
5
+ "version": "12.6.2",
6
6
  "engines": {
7
7
  "node": "^18.17.0 || >=20.6.1"
8
8
  },
@@ -62,8 +62,8 @@
62
62
  "provenance": true
63
63
  },
64
64
  "dependencies": {
65
- "@form8ion/codecov": "^5.0.0",
66
- "@form8ion/commit-convention": "^6.0.0",
65
+ "@form8ion/codecov": "^6.0.0",
66
+ "@form8ion/commit-convention": "^7.0.0",
67
67
  "@form8ion/config-file": "^1.1.1",
68
68
  "@form8ion/core": "^4.0.0",
69
69
  "@form8ion/eslint": "^6.1.0",
@@ -88,40 +88,40 @@
88
88
  "validate-npm-package-name": "^5.0.0"
89
89
  },
90
90
  "devDependencies": {
91
- "@babel/register": "7.23.7",
92
- "@cucumber/cucumber": "10.3.2",
93
- "@form8ion/babel-preset": "1.6.125",
91
+ "@babel/register": "7.24.6",
92
+ "@cucumber/cucumber": "10.9.0",
93
+ "@form8ion/babel-preset": "1.6.135",
94
94
  "@form8ion/commitlint-config": "1.0.76",
95
95
  "@form8ion/eslint-config": "7.0.9",
96
96
  "@form8ion/eslint-config-cucumber": "1.4.1",
97
- "@form8ion/eslint-config-mocha": "3.0.3",
98
- "@form8ion/remark-lint-preset": "6.0.2",
97
+ "@form8ion/eslint-config-mocha": "3.0.6",
98
+ "@form8ion/remark-lint-preset": "6.0.4",
99
99
  "@rollup/plugin-node-resolve": "15.2.3",
100
- "@travi/any": "3.1.0",
101
- "ban-sensitive-files": "1.10.1",
102
- "c8": "9.1.0",
103
- "chai": "4.4.1",
100
+ "@travi/any": "3.1.2",
101
+ "ban-sensitive-files": "1.10.5",
102
+ "c8": "10.1.2",
103
+ "chai": "4.5.0",
104
104
  "cross-env": "7.0.3",
105
105
  "cz-conventional-changelog": "3.3.0",
106
106
  "gherkin-lint": "4.2.4",
107
- "husky": "9.0.11",
107
+ "husky": "9.1.5",
108
108
  "jest-when": "3.6.0",
109
109
  "js-yaml": "4.1.0",
110
- "lockfile-lint": "4.13.2",
111
- "ls-engines": "0.9.1",
112
- "mocha": "10.4.0",
110
+ "lockfile-lint": "4.14.0",
111
+ "ls-engines": "0.9.3",
112
+ "mocha": "10.7.3",
113
113
  "mock-fs": "5.2.0",
114
- "npm-run-all2": "6.1.2",
115
- "publint": "0.2.7",
116
- "remark-cli": "12.0.0",
114
+ "npm-run-all2": "6.2.2",
115
+ "publint": "0.2.10",
116
+ "remark-cli": "12.0.1",
117
117
  "remark-toc": "9.0.0",
118
118
  "remark-usage": "11.0.1",
119
- "rimraf": "5.0.5",
119
+ "rimraf": "6.0.1",
120
120
  "rollup": "2.79.1",
121
121
  "rollup-plugin-auto-external": "2.0.0",
122
- "sinon": "17.0.1",
122
+ "sinon": "18.0.0",
123
123
  "testdouble": "3.20.2",
124
- "vitest": "1.4.0"
124
+ "vitest": "2.0.5"
125
125
  },
126
- "packageManager": "npm@10.5.0+sha256.17ca6e08e7633b624e8f870db81a78f46afe119de62bcaf0a7407574139198fc"
126
+ "packageManager": "npm@10.8.2"
127
127
  }