eslint-config-simplesense 4.0.0 → 4.0.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.
Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/rules/node.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-simplesense",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "ESLint Config for Simplesense Styles",
5
5
  "keywords": [
6
6
  "eslint",
@@ -64,26 +64,26 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
67
- "@eslint/js": "^9.0.0",
68
- "core-js": "^3.36.1",
67
+ "@eslint/js": "^9.5.0",
68
+ "core-js": "^3.37.1",
69
69
  "eslint-plugin-array-func": "^4.0.0",
70
70
  "eslint-plugin-import": "^2.29.1",
71
- "eslint-plugin-n": "^17.2.1",
71
+ "eslint-plugin-n": "^17.4.0",
72
72
  "eslint-plugin-no-use-extend-native": "^0.5.0",
73
73
  "eslint-plugin-optimize-regex": "^1.2.1",
74
- "eslint-plugin-regexp": "^2.5.0",
75
- "eslint-plugin-security": "^3.0.0",
76
- "eslint-plugin-sonarjs": "^0.25.1",
77
- "eslint-plugin-unicorn": "^52.0.0",
78
- "eslint-plugin-vue": "^9.25.0",
74
+ "eslint-plugin-regexp": "^2.6.0",
75
+ "eslint-plugin-security": "^3.0.1",
76
+ "eslint-plugin-sonarjs": "^1.0.3",
77
+ "eslint-plugin-unicorn": "^54.0.0",
78
+ "eslint-plugin-vue": "^9.26.0",
79
79
  "eslint-plugin-yml": "^1.14.0",
80
- "globals": "^15.0.0"
80
+ "globals": "^15.6.0"
81
81
  },
82
82
  "devDependencies": {
83
83
  "eslint": "^8.57.0",
84
84
  "jest": "^29.7.0",
85
85
  "sort-package-json": "^2.10.0",
86
- "vitepress": "^1.1.0"
86
+ "vitepress": "^1.2.3"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "eslint": "8.x"
package/rules/node.js CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  const path = require('path');
5
5
 
6
- const NODE_VERSION = '>=14.0.0';
6
+ const NODE_VERSION = '>=16.0.0';
7
7
  const ROOT_DIR = path.resolve(__dirname, '../../../'); // this will be in <PROJECT>/node_modules/eslint-config-simplesense/rules/
8
8
 
9
9
  module.exports = {