eslint-config-simplesense 2.3.2 → 2.3.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 +11 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
Changelog
|
|
2
|
+
### [2.3.3](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.2...2.3.3) (2022-02-22)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Builds
|
|
6
|
+
|
|
7
|
+
* **deps:** bump follow-redirects from 1.14.7 to 1.14.8 ([93aa5a3](https://github.com/simplesenseio/eslint-config-simplesense/commit/93aa5a3772b7ae5e612de64c207004db361d17ed))
|
|
8
|
+
* **deps:** bump url-parse from 1.5.4 to 1.5.7 ([2b9cde3](https://github.com/simplesenseio/eslint-config-simplesense/commit/2b9cde3742b22361a32038a8b42c4ae5453ca1eb))
|
|
9
|
+
* npm bump follow-redirects from 1.14.7 to 1.14.8 ([8e0ce35](https://github.com/simplesenseio/eslint-config-simplesense/commit/8e0ce3533c5767066c927a230c93b98a24866b20))
|
|
10
|
+
* npm bump url-parse from 1.5.4 to 1.5.7 ([70e7bc7](https://github.com/simplesenseio/eslint-config-simplesense/commit/70e7bc70a3525cc39ab9ceda955eb5e351839381))
|
|
11
|
+
* update npm dependencies ([6938082](https://github.com/simplesenseio/eslint-config-simplesense/commit/693808269bfe4097c2633974a8fd80df560e79fc))
|
|
12
|
+
|
|
2
13
|
### [2.3.2](https://github.com/simplesenseio/eslint-config-simplesense/compare/2.3.1...2.3.2) (2022-02-12)
|
|
3
14
|
|
|
4
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-simplesense",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "ESLint Config for SimpleSense Styles",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"eslint-plugin-optimize-regex": "^1.2.1",
|
|
63
63
|
"eslint-plugin-regexp": "^1.5.1",
|
|
64
64
|
"eslint-plugin-security": "^1.4.0",
|
|
65
|
-
"eslint-plugin-sonarjs": "^0.
|
|
66
|
-
"eslint-plugin-unicorn": "^
|
|
67
|
-
"eslint-plugin-vue": "^8.
|
|
68
|
-
"eslint-plugin-yml": "^0.
|
|
65
|
+
"eslint-plugin-sonarjs": "^0.12.0",
|
|
66
|
+
"eslint-plugin-unicorn": "^41.0.0",
|
|
67
|
+
"eslint-plugin-vue": "^8.5.0",
|
|
68
|
+
"eslint-plugin-yml": "^0.14.0"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@vuepress/plugin-pwa": "^1.9.7",
|