@commencis/eslint-plugin 1.2.2 → 1.2.3

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.3
4
+
5
+ ### Patch Changes
6
+
7
+ - chore(deps): update typescript-eslint monorepo to v8.19.0 ([#191](https://github.com/Commencis/js-toolkit/pull/191))
8
+
3
9
  ## 1.2.2
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
23
- default: () => src_default
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
+ default: () => index_default
24
24
  });
25
- module.exports = __toCommonJS(src_exports);
25
+ module.exports = __toCommonJS(index_exports);
26
26
 
27
27
  // src/configs/all.ts
28
28
  var all = {
@@ -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.2",
138
+ version: "1.2.3",
139
139
  description: "Commencis ESLint plugin",
140
140
  author: "Commencis WEB Team",
141
141
  license: "Apache-2.0",
@@ -169,7 +169,7 @@ var package_default = {
169
169
  "lint:types": "tsc --noEmit"
170
170
  },
171
171
  dependencies: {
172
- "@typescript-eslint/utils": "8.18.2"
172
+ "@typescript-eslint/utils": "8.19.0"
173
173
  },
174
174
  devDependencies: {
175
175
  "@commencis/ts-config": "workspace:*",
@@ -201,4 +201,4 @@ Object.assign(plugin.configs, {
201
201
  }
202
202
  ]
203
203
  });
204
- var src_default = plugin;
204
+ var index_default = plugin;
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.2",
112
+ version: "1.2.3",
113
113
  description: "Commencis ESLint plugin",
114
114
  author: "Commencis WEB Team",
115
115
  license: "Apache-2.0",
@@ -143,7 +143,7 @@ var package_default = {
143
143
  "lint:types": "tsc --noEmit"
144
144
  },
145
145
  dependencies: {
146
- "@typescript-eslint/utils": "8.18.2"
146
+ "@typescript-eslint/utils": "8.19.0"
147
147
  },
148
148
  devDependencies: {
149
149
  "@commencis/ts-config": "workspace:*",
@@ -175,7 +175,7 @@ Object.assign(plugin.configs, {
175
175
  }
176
176
  ]
177
177
  });
178
- var src_default = plugin;
178
+ var index_default = plugin;
179
179
  export {
180
- src_default as default
180
+ index_default as default
181
181
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-plugin",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
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.18.2"
32
+ "@typescript-eslint/utils": "8.19.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "tsup": "8.3.5",