@commencis/eslint-plugin 3.0.1 → 3.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @commencis/eslint-plugin
2
2
 
3
+ ## 3.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: update core dependencies and minimum supported versions ([#433](https://github.com/Commencis/js-toolkit/pull/433))
8
+
9
+ ## 3.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - chore: update core dependencies ([#427](https://github.com/Commencis/js-toolkit/pull/427))
14
+
3
15
  ## 3.0.1
4
16
 
5
17
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -23,7 +23,7 @@ function getDocsUrls(ruleName) {
23
23
 
24
24
  //#endregion
25
25
  //#region src/utils/createRule.ts
26
- const createRule = _typescript_eslint_utils.ESLintUtils.RuleCreator((name$1) => getDocsUrls(name$1));
26
+ const createRule = _typescript_eslint_utils.ESLintUtils.RuleCreator((name) => getDocsUrls(name));
27
27
 
28
28
  //#endregion
29
29
  //#region src/utils/getCopyrightText.ts
@@ -90,7 +90,7 @@ var rules_default = { "copyright-text": copyright_text_default };
90
90
  //#endregion
91
91
  //#region package.json
92
92
  var name = "@commencis/eslint-plugin";
93
- var version = "3.0.1";
93
+ var version = "3.2.0";
94
94
 
95
95
  //#endregion
96
96
  //#region src/index.ts
@@ -112,7 +112,6 @@ Object.assign(plugin.configs, {
112
112
  rules: { "@commencis/copyright-text": "off" }
113
113
  }]
114
114
  });
115
- var src_default = plugin;
116
115
 
117
116
  //#endregion
118
- module.exports = src_default;
117
+ module.exports = plugin;
package/dist/index.mjs CHANGED
@@ -23,7 +23,7 @@ function getDocsUrls(ruleName) {
23
23
 
24
24
  //#endregion
25
25
  //#region src/utils/createRule.ts
26
- const createRule = ESLintUtils.RuleCreator((name$1) => getDocsUrls(name$1));
26
+ const createRule = ESLintUtils.RuleCreator((name) => getDocsUrls(name));
27
27
 
28
28
  //#endregion
29
29
  //#region src/utils/getCopyrightText.ts
@@ -90,7 +90,7 @@ var rules_default = { "copyright-text": copyright_text_default };
90
90
  //#endregion
91
91
  //#region package.json
92
92
  var name = "@commencis/eslint-plugin";
93
- var version = "3.0.1";
93
+ var version = "3.2.0";
94
94
 
95
95
  //#endregion
96
96
  //#region src/index.ts
@@ -112,7 +112,6 @@ Object.assign(plugin.configs, {
112
112
  rules: { "@commencis/copyright-text": "off" }
113
113
  }]
114
114
  });
115
- var src_default = plugin;
116
115
 
117
116
  //#endregion
118
- export { src_default as default };
117
+ export { plugin as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-plugin",
3
- "version": "3.0.1",
3
+ "version": "3.2.0",
4
4
  "description": "Commencis ESLint plugin",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  "require": "./dist/index.cjs"
30
30
  },
31
31
  "dependencies": {
32
- "@typescript-eslint/utils": "8.51.0"
32
+ "@typescript-eslint/utils": "8.54.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@commencis/ts-config": "1.0.0"