@commencis/eslint-plugin 1.4.3 → 1.4.4

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.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - chore(deps): update typescript-eslint monorepo to v8.38.0 ([#336](https://github.com/Commencis/js-toolkit/pull/336))
8
+
3
9
  ## 1.4.3
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -149,7 +149,7 @@ var rules_default = {
149
149
  // package.json
150
150
  var package_default = {
151
151
  name: "@commencis/eslint-plugin",
152
- version: "1.4.3",
152
+ version: "1.4.4",
153
153
  description: "Commencis ESLint plugin",
154
154
  author: "Commencis WEB Team",
155
155
  license: "Apache-2.0",
@@ -183,7 +183,7 @@ var package_default = {
183
183
  "lint:types": "tsc --noEmit"
184
184
  },
185
185
  dependencies: {
186
- "@typescript-eslint/utils": "8.35.1"
186
+ "@typescript-eslint/utils": "8.38.0"
187
187
  },
188
188
  devDependencies: {
189
189
  "@commencis/ts-config": "0.0.2",
package/dist/index.js CHANGED
@@ -123,7 +123,7 @@ var rules_default = {
123
123
  // package.json
124
124
  var package_default = {
125
125
  name: "@commencis/eslint-plugin",
126
- version: "1.4.3",
126
+ version: "1.4.4",
127
127
  description: "Commencis ESLint plugin",
128
128
  author: "Commencis WEB Team",
129
129
  license: "Apache-2.0",
@@ -157,7 +157,7 @@ var package_default = {
157
157
  "lint:types": "tsc --noEmit"
158
158
  },
159
159
  dependencies: {
160
- "@typescript-eslint/utils": "8.35.1"
160
+ "@typescript-eslint/utils": "8.38.0"
161
161
  },
162
162
  devDependencies: {
163
163
  "@commencis/ts-config": "0.0.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-plugin",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
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.35.1"
32
+ "@typescript-eslint/utils": "8.38.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@commencis/ts-config": "0.0.2",