@commencis/eslint-plugin 1.0.2 → 1.1.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/dist/index.cjs CHANGED
@@ -125,7 +125,7 @@ var rules_default = {
125
125
  // package.json
126
126
  var package_default = {
127
127
  name: "@commencis/eslint-plugin",
128
- version: "1.0.2",
128
+ version: "1.1.0",
129
129
  description: "Commencis ESLint plugin",
130
130
  author: "Commencis WEB Team",
131
131
  license: "Apache-2.0",
@@ -159,12 +159,12 @@ var package_default = {
159
159
  "lint:types": "tsc --noEmit"
160
160
  },
161
161
  dependencies: {
162
- "@typescript-eslint/utils": "8.2.0"
162
+ "@typescript-eslint/utils": "8.8.1"
163
163
  },
164
164
  devDependencies: {
165
165
  "@commencis/ts-config": "workspace:*",
166
- tsup: "8.2.4",
167
- typescript: "5.4.5"
166
+ tsup: "8.3.0",
167
+ typescript: "5.6.3"
168
168
  }
169
169
  };
170
170
 
package/dist/index.d.cts CHANGED
@@ -8,7 +8,7 @@ declare const plugin: {
8
8
  configs: {};
9
9
  rules: {
10
10
  'copyright-text': _typescript_eslint_utils_ts_eslint.RuleModule<"missingCopyright", [{
11
- startYear?: number | undefined;
11
+ startYear?: number;
12
12
  }], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
13
13
  };
14
14
  };
package/dist/index.d.ts CHANGED
@@ -8,7 +8,7 @@ declare const plugin: {
8
8
  configs: {};
9
9
  rules: {
10
10
  'copyright-text': _typescript_eslint_utils_ts_eslint.RuleModule<"missingCopyright", [{
11
- startYear?: number | undefined;
11
+ startYear?: number;
12
12
  }], unknown, _typescript_eslint_utils_ts_eslint.RuleListener>;
13
13
  };
14
14
  };
package/dist/index.js CHANGED
@@ -99,7 +99,7 @@ var rules_default = {
99
99
  // package.json
100
100
  var package_default = {
101
101
  name: "@commencis/eslint-plugin",
102
- version: "1.0.2",
102
+ version: "1.1.0",
103
103
  description: "Commencis ESLint plugin",
104
104
  author: "Commencis WEB Team",
105
105
  license: "Apache-2.0",
@@ -133,12 +133,12 @@ var package_default = {
133
133
  "lint:types": "tsc --noEmit"
134
134
  },
135
135
  dependencies: {
136
- "@typescript-eslint/utils": "8.2.0"
136
+ "@typescript-eslint/utils": "8.8.1"
137
137
  },
138
138
  devDependencies: {
139
139
  "@commencis/ts-config": "workspace:*",
140
- tsup: "8.2.4",
141
- typescript: "5.4.5"
140
+ tsup: "8.3.0",
141
+ typescript: "5.6.3"
142
142
  }
143
143
  };
144
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-plugin",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "Commencis ESLint plugin",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  "require": "./dist/index.cjs"
30
30
  },
31
31
  "dependencies": {
32
- "@typescript-eslint/utils": "8.2.0"
32
+ "@typescript-eslint/utils": "8.8.1"
33
33
  },
34
34
  "devDependencies": {
35
- "tsup": "8.2.4",
36
- "typescript": "5.4.5",
35
+ "tsup": "8.3.0",
36
+ "typescript": "5.6.3",
37
37
  "@commencis/ts-config": "0.0.1"
38
38
  },
39
39
  "scripts": {