eslint-config-simplesense 2.3.9 → 2.3.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-simplesense",
3
- "version": "2.3.9",
3
+ "version": "2.3.12",
4
4
  "description": "ESLint Config for SimpleSense Styles",
5
5
  "keywords": [
6
6
  "eslint",
@@ -66,16 +66,16 @@
66
66
  "eslint-plugin-optimize-regex": "^1.2.1",
67
67
  "eslint-plugin-regexp": "^1.7.0",
68
68
  "eslint-plugin-security": "^1.5.0",
69
- "eslint-plugin-sonarjs": "^0.13.0",
70
- "eslint-plugin-unicorn": "^42.0.0",
71
- "eslint-plugin-vue": "^8.7.1",
72
- "eslint-plugin-yml": "^0.15.0"
69
+ "eslint-plugin-sonarjs": "^0.14.0",
70
+ "eslint-plugin-unicorn": "^43.0.2",
71
+ "eslint-plugin-vue": "^9.3.0",
72
+ "eslint-plugin-yml": "^1.0.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@vuepress/plugin-pwa": "^1.9.7",
76
- "eslint": "^8.15.0",
76
+ "eslint": "^8.20.0",
77
77
  "hash-sum": "^2.0.0",
78
- "jest": "^28.1.0",
78
+ "jest": "^28.1.3",
79
79
  "sort-package-json": "^1.57.0",
80
80
  "vuepress": "^1.9.7",
81
81
  "vuepress-theme-default-prefers-color-scheme": "^2.0.0"
@@ -35,12 +35,12 @@
35
35
  'unicorn/prefer-dom-node-text-content': ['error'],
36
36
  'unicorn/prefer-keyboard-event-key': ['error'],
37
37
  'unicorn/prefer-modern-dom-apis': ['error'],
38
- 'unicorn/prefer-node-protocol': ['error'],
38
+ // turn this back on when we move to pure ESM
39
+ 'unicorn/prefer-node-protocol': ['off'],
39
40
  'unicorn/prefer-number-properties': ['error'],
40
41
  'unicorn/prefer-query-selector': ['error'],
41
42
  'unicorn/prefer-regexp-test': ['error'],
42
- // not supported in node 14
43
- // 'unicorn/prefer-string-replace-all': ['error'],
43
+ 'unicorn/prefer-string-replace-all': ['error'],
44
44
  'unicorn/prefer-string-slice': ['error'],
45
45
  'unicorn/prefer-string-starts-ends-with': ['error'],
46
46
  'unicorn/prefer-string-trim-start-end': ['error'],
package/CHANGELOG.md DELETED
@@ -1,176 +0,0 @@
1
- Changelog
2
- ### [2.3.9](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.8...2.3.9) (2022-05-18)
3
-
4
-
5
- ### Builds
6
-
7
- * update npm dependencies ([a07e268](https://github.com/simplesenseio/eslint-config-simplesense/commit/a07e2686c1bd92b76cf3ac85ae54cfa46393b36c))
8
-
9
- ### [2.3.8](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.7...2.3.8) (2022-05-04)
10
-
11
-
12
- ### Builds
13
-
14
- * update npm dependencies ([25b71f7](https://github.com/simplesenseio/eslint-config-simplesense/commit/25b71f760c72037a9a559fb1a5f06d53b3759926))
15
-
16
- ### [2.3.7](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.6...2.3.7) (2022-04-20)
17
-
18
-
19
- ### Builds
20
-
21
- * **deps:** bump async from 2.6.3 to 2.6.4 ([4fcf1b8](https://github.com/simplesenseio/eslint-config-simplesense/commit/4fcf1b8d31243d7818b8b5738cb3d23d52700a79))
22
- * **deps:** bump minimist from 1.2.5 to 1.2.6 ([06ed41f](https://github.com/simplesenseio/eslint-config-simplesense/commit/06ed41f0f71a610adc14032ed86e140f06a0a461))
23
- * update npm dependencies ([006d7d2](https://github.com/simplesenseio/eslint-config-simplesense/commit/006d7d28e8e940f4d8ae9c0a8f3c86f46551bc72))
24
-
25
- ### [2.3.6](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.5...2.3.6) (2022-03-22)
26
-
27
-
28
- ### Builds
29
-
30
- * update npm dependencies ([05c42da](https://github.com/simplesenseio/eslint-config-simplesense/commit/05c42da27dcbf0d7a0939129a867c44781039454))
31
-
32
- ### [2.3.5](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.4...2.3.5) (2022-03-08)
33
-
34
-
35
- ### Bug Fixes
36
-
37
- * resolve extraneous dependencies in lambda layer and root ([d7d2df7](https://github.com/simplesenseio/eslint-config-simplesense/commit/d7d2df73a7f2cc346c1b92259bdc75d9d7526885))
38
-
39
-
40
- ### Builds
41
-
42
- * **deps:** bump prismjs from 1.26.0 to 1.27.0 ([4ef4eb2](https://github.com/simplesenseio/eslint-config-simplesense/commit/4ef4eb21667e3a69b18838654d3b6e778dcb7400))
43
- * **deps:** bump url-parse from 1.5.7 to 1.5.10 ([72ae679](https://github.com/simplesenseio/eslint-config-simplesense/commit/72ae6790c8f2200e7c76c7d967143f0ae553b3d9))
44
- * update npm dependencies ([6b9127a](https://github.com/simplesenseio/eslint-config-simplesense/commit/6b9127af6622f81adf6f6f26aba28c55965ead95))
45
-
46
- ### [2.3.4](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.3...2.3.4) (2022-02-22)
47
-
48
-
49
- ### Code Refactoring
50
-
51
- * turns off sonarjs/prefer-single-boolean-return because we disagree ([04514da](https://github.com/simplesenseio/eslint-config-simplesense/commit/04514dac659dfaeca93e0a2d3aee1364bc9ff0ac))
52
-
53
- ### [2.3.3](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.2...2.3.3) (2022-02-22)
54
-
55
-
56
- ### Builds
57
-
58
- * **deps:** bump follow-redirects from 1.14.7 to 1.14.8 ([93aa5a3](https://github.com/simplesenseio/eslint-config-simplesense/commit/93aa5a3772b7ae5e612de64c207004db361d17ed))
59
- * **deps:** bump url-parse from 1.5.4 to 1.5.7 ([2b9cde3](https://github.com/simplesenseio/eslint-config-simplesense/commit/2b9cde3742b22361a32038a8b42c4ae5453ca1eb))
60
- * npm bump follow-redirects from 1.14.7 to 1.14.8 ([8e0ce35](https://github.com/simplesenseio/eslint-config-simplesense/commit/8e0ce3533c5767066c927a230c93b98a24866b20))
61
- * npm bump url-parse from 1.5.4 to 1.5.7 ([70e7bc7](https://github.com/simplesenseio/eslint-config-simplesense/commit/70e7bc70a3525cc39ab9ceda955eb5e351839381))
62
- * update npm dependencies ([6938082](https://github.com/simplesenseio/eslint-config-simplesense/commit/693808269bfe4097c2633974a8fd80df560e79fc))
63
-
64
- ### [2.3.2](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.1...2.3.2) (2022-02-12)
65
-
66
-
67
- ### Code Refactoring
68
-
69
- * configures import/no-unassigned-import to allow unassigned css and sass imports ([9b4db07](https://github.com/simplesenseio/eslint-config-simplesense/commit/9b4db07060fff807e1c29ee980d0db1b3e78657b))
70
-
71
-
72
- ### Builds
73
-
74
- * update npm dependencies ([f67a101](https://github.com/simplesenseio/eslint-config-simplesense/commit/f67a101e6757f66e8f54416807d9b8dac771090c))
75
-
76
- ### [2.3.1](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.0...2.3.1) (2022-01-23)
77
-
78
- ## [2.3.0](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.2.0...2.3.0) (2022-01-04)
79
-
80
-
81
- ### Features
82
-
83
- * adds new unicorn rules no-thenable, no-useless-promise-resolve-reject ([dee451d](https://github.com/simplesenseio/eslint-config-simplesense/commit/dee451df2019fbff57f8e34f58f4c89666ae8579))
84
-
85
- ## [2.2.0](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.1.1...2.2.0) (2021-12-27)
86
-
87
-
88
- ### Features
89
-
90
- * eslint-plugin-node settings for no-missing-require and no-unpublished-require ([2856955](https://github.com/simplesenseio/eslint-config-simplesense/commit/2856955b3887dd4b70d887edf397690845a96229)), closes [SI-1201495731599439](https://app.asana.com/0/0/1201495731599439)
91
-
92
- ### [2.1.1](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.1.0...2.1.1) (2021-12-20)
93
-
94
-
95
- ### Code Refactoring
96
-
97
- * includes .github/actions in the ignore patterns ([856cb1d](https://github.com/simplesenseio/eslint-config-simplesense/commit/856cb1dd80dc1d42d1acd4ba404d6aa55a658464))
98
-
99
- ## [2.1.0](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.0.0...2.1.0) (2021-12-02)
100
-
101
-
102
- ### Features
103
-
104
- * adds node_modules mapping to lambda layers ([67424b6](https://github.com/simplesenseio/eslint-config-simplesense/commit/67424b6048b0a000c6b9aba19f58710ee5395023))
105
- * modifies rules for .vue files ([6526864](https://github.com/simplesenseio/eslint-config-simplesense/commit/6526864a948134122cad3c10583db6e5506f4c44))
106
-
107
- ## [2.0.0](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.2.0...2.0.0) (2021-12-01)
108
-
109
-
110
- ### ⚠ BREAKING CHANGES
111
-
112
- * **npm:** Compatible with eslint version 8
113
-
114
- * **npm:** update dependencies ([1b5b299](https://github.com/simplesenseio/eslint-config-simplesense/commit/1b5b2999429a60802443cd10ccf593cc2023dfcf)), closes [SI-1201171801561261](https://app.asana.com/0/0/1201171801561261)
115
-
116
- ## [1.2.0](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.1.2...1.2.0) (2021-11-08)
117
-
118
-
119
- ### Features
120
-
121
- * adds a global for spyFn ([7c47bdb](https://github.com/simplesenseio/eslint-config-simplesense/commit/7c47bdb0be3eb592ebb021cb9ac10b15f3127e4d)), closes [SI-1201331635004549](https://app.asana.com/0/0/1201331635004549)
122
-
123
-
124
- ### Bug Fixes
125
-
126
- * vuepress missing hash-sum module error ([4213662](https://github.com/simplesenseio/eslint-config-simplesense/commit/42136623fd4237c411eef917aba07656a71537f2))
127
-
128
- ### [1.1.2](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.1.1...1.1.2) (2021-09-29)
129
-
130
- ### [1.1.1](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.1.0...1.1.1) (2021-09-14)
131
-
132
-
133
- ### Code Refactoring
134
-
135
- * allow underscore-dangle with super ([2ef4ecc](https://github.com/simplesenseio/eslint-config-simplesense/commit/2ef4ecc4cffeb5e046f034d08cf212406760c788))
136
-
137
- ## [1.1.0](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.0.6...1.1.0) (2021-09-13)
138
-
139
-
140
- ### Features
141
-
142
- * enables new unicorn rules ([6fc19b1](https://github.com/simplesenseio/eslint-config-simplesense/commit/6fc19b101fd7e7b7b11a89f8603ddb5d1f5d2ee9))
143
-
144
- ### [1.0.6](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.0.5...1.0.6) (2021-08-31)
145
-
146
-
147
- ### Bug Fixes
148
-
149
- * **eslint-recommended:** adds + and - symbols to space-unary-ops config ([0ec4d9e](https://github.com/simplesenseio/eslint-config-simplesense/commit/0ec4d9e4b23efc5e463dfe7eef470984369e34e1))
150
-
151
- ### [1.0.5](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.0.4...1.0.5) (2021-08-20)
152
-
153
- ### [1.0.4](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.0.3...1.0.4) (2021-07-23)
154
-
155
-
156
- ### Code Refactoring
157
-
158
- * configures no-underscore-dangle in eslint-recommended to allow for "private" methods ([0e7ddf1](https://github.com/simplesenseio/eslint-config-simplesense/commit/0e7ddf18656680fd9c29fb2e628f63dfad22594b))
159
-
160
- ### [1.0.3](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.0.2...1.0.3) (2021-07-19)
161
-
162
-
163
- ### Code Refactoring
164
-
165
- * removes sonarjs/no-nested-template-literals released in eslint-plugin-sonarjs v0.9.0 ([a6a6725](https://github.com/simplesenseio/eslint-config-simplesense/commit/a6a672552f349b1b79c16c25521efd3bd78a4694))
166
-
167
- ### [1.0.2](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.0.1...1.0.2) (2021-06-30)
168
-
169
-
170
- ### Bug Fixes
171
-
172
- * ENOENT error thrown when trying to remove the docs/rules dir and it didn't exist ([9dc12f1](https://github.com/simplesenseio/eslint-config-simplesense/commit/9dc12f14d61d09ea97624f5deb573f5a58a147eb))
173
-
174
- ### [1.0.1](https://github.com/simplesenseio/eslint-config-simplesense/compare/1.0.0...1.0.1) (2021-06-17)
175
-
176
- ## 1.0.0 (2021-06-17)