eslint-plugin-putout 26.1.0 β†’ 26.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/README.md CHANGED
@@ -172,6 +172,7 @@ Disabled **ESLint** rules:
172
172
  Disabled 🐊**Putout** rules:
173
173
 
174
174
  - ❌ [`apply-template-literals`](https://github.com/coderaiser/putout/tree/v29.0.0/packages/plugin-remove-empty#readme);
175
+ - ❌ [`convert-template-to-string`](https://github.com/coderaiser/putout/tree/v40.0.0/packages/convert-template-to-string#readme);
175
176
  - ❌ [`remove-empty`](https://github.com/coderaiser/putout/tree/v29.0.0/packages/plugin-remove-empty#readme);
176
177
  - ❌ [`merge-duplicate-functions`](https://github.com/coderaiser/putout/tree/v37.12.0/packages/plugin-merge-duplicate-functions#readme);
177
178
  - ❌ [`nodejs/remove-process-exit`](https://github.com/coderaiser/putout/tree/v29.0.0/packages/plugin-nodejs#remove-process-exit#readme);
package/lib/index.mjs CHANGED
@@ -71,6 +71,7 @@ export const recommended = [
71
71
 
72
72
  export const safeRules = {
73
73
  'apply-template-literals': 'off',
74
+ 'convert-template-to-string': 'off',
74
75
  'remove-empty': 'off',
75
76
  'merge-duplicate-functions': 'off',
76
77
  'nodejs/remove-process-exit': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-putout",
3
- "version": "26.1.0",
3
+ "version": "26.2.0",
4
4
  "type": "commonjs",
5
5
  "description": "ESLint plugin for 🐊Putout",
6
6
  "release": false,
@@ -63,7 +63,7 @@
63
63
  "devDependencies": {
64
64
  "@babel/plugin-syntax-typescript": "^8.0.0-alpha.1",
65
65
  "@putout/plugin-eslint-plugin": "*",
66
- "@putout/test": "^12.0.0",
66
+ "@putout/test": "^13.0.0",
67
67
  "c8": "^10.0.0",
68
68
  "eslint": "^9.0.0",
69
69
  "eslint-plugin-eslint-plugin": "^6.1.0",
@@ -71,7 +71,7 @@
71
71
  "mocha": "^11.0.1",
72
72
  "montag": "^1.0.0",
73
73
  "simport": "^1.2.0",
74
- "supertape": "^10.0.0"
74
+ "supertape": "^11.0.3"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=20"