@commencis/eslint-plugin 1.2.0 → 1.2.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @commencis/eslint-plugin
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependency: typescript-eslint@8.18.0 ([#165](https://github.com/Commencis/js-toolkit/pull/165))
8
+
3
9
  ## 1.2.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.cjs CHANGED
@@ -135,7 +135,7 @@ var rules_default = {
135
135
  // package.json
136
136
  var package_default = {
137
137
  name: "@commencis/eslint-plugin",
138
- version: "1.2.0",
138
+ version: "1.2.1",
139
139
  description: "Commencis ESLint plugin",
140
140
  author: "Commencis WEB Team",
141
141
  license: "Apache-2.0",
@@ -169,12 +169,12 @@ var package_default = {
169
169
  "lint:types": "tsc --noEmit"
170
170
  },
171
171
  dependencies: {
172
- "@typescript-eslint/utils": "8.15.0"
172
+ "@typescript-eslint/utils": "8.18.0"
173
173
  },
174
174
  devDependencies: {
175
175
  "@commencis/ts-config": "workspace:*",
176
176
  tsup: "8.3.5",
177
- typescript: "5.6.3"
177
+ typescript: "5.7.2"
178
178
  }
179
179
  };
180
180
 
package/dist/index.js CHANGED
@@ -109,7 +109,7 @@ var rules_default = {
109
109
  // package.json
110
110
  var package_default = {
111
111
  name: "@commencis/eslint-plugin",
112
- version: "1.2.0",
112
+ version: "1.2.1",
113
113
  description: "Commencis ESLint plugin",
114
114
  author: "Commencis WEB Team",
115
115
  license: "Apache-2.0",
@@ -143,12 +143,12 @@ var package_default = {
143
143
  "lint:types": "tsc --noEmit"
144
144
  },
145
145
  dependencies: {
146
- "@typescript-eslint/utils": "8.15.0"
146
+ "@typescript-eslint/utils": "8.18.0"
147
147
  },
148
148
  devDependencies: {
149
149
  "@commencis/ts-config": "workspace:*",
150
150
  tsup: "8.3.5",
151
- typescript: "5.6.3"
151
+ typescript: "5.7.2"
152
152
  }
153
153
  };
154
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-plugin",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
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.15.0"
32
+ "@typescript-eslint/utils": "8.18.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "tsup": "8.3.5",
36
- "typescript": "5.6.3",
36
+ "typescript": "5.7.2",
37
37
  "@commencis/ts-config": "0.0.2"
38
38
  },
39
39
  "scripts": {