eslint-config-simplesense 2.3.8 → 2.3.11

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