eslint-plugin-toml 0.4.0 → 0.4.1

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.
@@ -74,6 +74,7 @@ function defineWrapperListener(coreRule, context, proxyOptions) {
74
74
  getSourceCode() {
75
75
  return proxySourceCode;
76
76
  },
77
+ sourceCode: proxySourceCode,
77
78
  });
78
79
  const tomlListener = (_b = (_a = proxyOptions.createListenerProxy) === null || _a === void 0 ? void 0 : _a.call(proxyOptions, listener)) !== null && _b !== void 0 ? _b : listener;
79
80
  return tomlListener;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-toml",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "This ESLint plugin provides linting rules for TOML.",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -90,12 +90,12 @@
90
90
  "prettier": "^2.2.1",
91
91
  "raw-loader": "^4.0.1",
92
92
  "semver": "^7.3.2",
93
- "stylelint": "^14.9.1",
93
+ "stylelint": "^15",
94
94
  "stylelint-config-recommended-vue": "^1.0.0",
95
- "stylelint-config-standard": "^29.0.0",
96
- "stylelint-stylus": "^0.17.0",
95
+ "stylelint-config-standard": "^33.0.0",
96
+ "stylelint-stylus": "^0.18.0",
97
97
  "ts-node": "^10.0.0",
98
- "typescript": "~4.9.0",
98
+ "typescript": "~5.0.0",
99
99
  "vue-eslint-editor": "^1.1.0",
100
100
  "vue-eslint-parser": "^9.0.0",
101
101
  "vuepress": "^1.5.2"