@gitlab/eslint-plugin 19.0.1 → 19.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/CHANGELOG.md +14 -0
- package/lib/configs/default.js +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [19.2.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.1.0...v19.2.0) (2023-10-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Update ECMAscript 2015 => 2020 ([aea91d7](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/aea91d749de560c4d4b8d6f7699dc26bfb56a6e7))
|
|
7
|
+
|
|
8
|
+
# [19.1.0](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.0.1...v19.1.0) (2023-09-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* 🎸 update eslint-plugin-vue to 9.17.0 ([9fd5bea](https://gitlab.com/gitlab-org/frontend/eslint-plugin/commit/9fd5beae04bc9df2a0aa3a1fcd350e9aef9322ac))
|
|
14
|
+
|
|
1
15
|
## [19.0.1](https://gitlab.com/gitlab-org/frontend/eslint-plugin/compare/v19.0.0...v19.0.1) (2023-08-16)
|
|
2
16
|
|
|
3
17
|
|
package/lib/configs/default.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/eslint-plugin",
|
|
3
|
-
"version": "19.0
|
|
3
|
+
"version": "19.2.0",
|
|
4
4
|
"description": "GitLab package for our custom eslint rules",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"eslint-plugin-jest": "^27.2.1",
|
|
37
37
|
"eslint-plugin-promise": "^6.0.1",
|
|
38
38
|
"eslint-plugin-unicorn": "^40.1.0",
|
|
39
|
-
"eslint-plugin-vue": "^9.
|
|
39
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
40
40
|
"lodash": "^4.17.21"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
"jest": "^27.5.1",
|
|
49
49
|
"prettier": "^2.6.1",
|
|
50
50
|
"pretty-quick": "^3.1.3",
|
|
51
|
-
"vue-eslint-parser": "^9.
|
|
51
|
+
"vue-eslint-parser": "^9.3.1",
|
|
52
|
+
"yarn-deduplicate": "^6.0.2"
|
|
52
53
|
},
|
|
53
54
|
"release": {
|
|
54
55
|
"branches": [
|