Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
6fcacd14
Commit
6fcacd14
authored
Sep 20, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade other eslint plugins
parent
f829b181
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
74 additions
and
90 deletions
+74
-90
package.json
package.json
+5
-5
yarn.lock
yarn.lock
+69
-85
No files found.
package.json
View file @
6fcacd14
...
@@ -110,7 +110,7 @@
...
@@ -110,7 +110,7 @@
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"
axios-mock-adapter
"
:
"
^1.15.0
"
,
"
axios-mock-adapter
"
:
"
^1.15.0
"
,
"
babel-eslint
"
:
"
^
8.2.3
"
,
"
babel-eslint
"
:
"
^
9.0.0
"
,
"
babel-plugin-istanbul
"
:
"
^4.1.6
"
,
"
babel-plugin-istanbul
"
:
"
^4.1.6
"
,
"
babel-plugin-rewire
"
:
"
^1.1.0
"
,
"
babel-plugin-rewire
"
:
"
^1.1.0
"
,
"
babel-template
"
:
"
^6.26.0
"
,
"
babel-template
"
:
"
^6.26.0
"
,
...
@@ -119,12 +119,12 @@
...
@@ -119,12 +119,12 @@
"
commander
"
:
"
^2.15.1
"
,
"
commander
"
:
"
^2.15.1
"
,
"
eslint
"
:
"
~5.6.0
"
,
"
eslint
"
:
"
~5.6.0
"
,
"
eslint-config-airbnb-base
"
:
"
^13.1.0
"
,
"
eslint-config-airbnb-base
"
:
"
^13.1.0
"
,
"
eslint-import-resolver-webpack
"
:
"
^0.10.
0
"
,
"
eslint-import-resolver-webpack
"
:
"
^0.10.
1
"
,
"
eslint-plugin-filenames
"
:
"
^1.
2.0
"
,
"
eslint-plugin-filenames
"
:
"
^1.
3.2
"
,
"
eslint-plugin-html
"
:
"
4.0.
3
"
,
"
eslint-plugin-html
"
:
"
4.0.
5
"
,
"
eslint-plugin-import
"
:
"
^2.14.0
"
,
"
eslint-plugin-import
"
:
"
^2.14.0
"
,
"
eslint-plugin-jasmine
"
:
"
^2.1.0
"
,
"
eslint-plugin-jasmine
"
:
"
^2.1.0
"
,
"
eslint-plugin-promise
"
:
"
^
3.8.0
"
,
"
eslint-plugin-promise
"
:
"
^
4.0.1
"
,
"
eslint-plugin-vue
"
:
"
^5.0.0-beta.3
"
,
"
eslint-plugin-vue
"
:
"
^5.0.0-beta.3
"
,
"
gettext-extractor
"
:
"
^3.3.2
"
,
"
gettext-extractor
"
:
"
^3.3.2
"
,
"
gettext-extractor-vue
"
:
"
^4.0.1
"
,
"
gettext-extractor-vue
"
:
"
^4.0.1
"
,
...
...
yarn.lock
View file @
6fcacd14
...
@@ -2,55 +2,41 @@
...
@@ -2,55 +2,41 @@
# yarn lockfile v1
# yarn lockfile v1
"@babel/code-frame@7.0.0-beta.44":
version "7.0.0-beta.44"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9"
dependencies:
"@babel/highlight" "7.0.0-beta.44"
"@babel/code-frame@^7.0.0":
"@babel/code-frame@^7.0.0":
version "7.0.0"
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0.tgz#06e2ab19bdb535385559aabb5ba59729482800f8"
dependencies:
dependencies:
"@babel/highlight" "^7.0.0"
"@babel/highlight" "^7.0.0"
"@babel/generator@
7.0.0-beta.44
":
"@babel/generator@
^7.0.0
":
version "7.0.0
-beta.44
"
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0
-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42
"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0
.tgz#1efd58bffa951dc846449e58ce3a1d7f02d393aa
"
dependencies:
dependencies:
"@babel/types" "
7.0.0-beta.44
"
"@babel/types" "
^7.0.0
"
jsesc "^2.5.1"
jsesc "^2.5.1"
lodash "^4.
2.
0"
lodash "^4.
17.1
0"
source-map "^0.5.0"
source-map "^0.5.0"
trim-right "^1.0.1"
trim-right "^1.0.1"
"@babel/helper-function-name@
7.0.0-beta.44
":
"@babel/helper-function-name@
^7.1.0
":
version "7.
0.0-beta.44
"
version "7.
1.0
"
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.
0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd
"
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.
1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53
"
dependencies:
dependencies:
"@babel/helper-get-function-arity" "
7.0.0-beta.44
"
"@babel/helper-get-function-arity" "
^7.0.0
"
"@babel/template" "
7.0.0-beta.44
"
"@babel/template" "
^7.1.0
"
"@babel/types" "
7.0.0-beta.44
"
"@babel/types" "
^7.0.0
"
"@babel/helper-get-function-arity@7.0.0-beta.44":
"@babel/helper-get-function-arity@^7.0.0":
version "7.0.0-beta.44"
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15"
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
dependencies:
"@babel/types" "7.0.0-beta.44"
"@babel/helper-split-export-declaration@7.0.0-beta.44":
version "7.0.0-beta.44"
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc"
dependencies:
dependencies:
"@babel/types" "
7.0.0-beta.44
"
"@babel/types" "
^7.0.0
"
"@babel/h
ighlight@7.0.0-beta.44
":
"@babel/h
elper-split-export-declaration@^7.0.0
":
version "7.0.0
-beta.44
"
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/h
ighlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5
"
resolved "https://registry.yarnpkg.com/@babel/h
elper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz#3aae285c0311c2ab095d997b8c9a94cad547d813
"
dependencies:
dependencies:
chalk "^2.0.0"
"@babel/types" "^7.0.0"
esutils "^2.0.2"
js-tokens "^3.0.0"
"@babel/highlight@^7.0.0":
"@babel/highlight@^7.0.0":
version "7.0.0"
version "7.0.0"
...
@@ -60,36 +46,38 @@
...
@@ -60,36 +46,38 @@
esutils "^2.0.2"
esutils "^2.0.2"
js-tokens "^4.0.0"
js-tokens "^4.0.0"
"@babel/template@7.0.0-beta.44":
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0":
version "7.0.0-beta.44"
version "7.1.0"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.1.0.tgz#a7cd42cb3c12aec52e24375189a47b39759b783e"
dependencies:
"@babel/code-frame" "7.0.0-beta.44"
"@babel/template@^7.1.0":
"@babel/types" "7.0.0-beta.44"
version "7.1.0"
babylon "7.0.0-beta.44"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.1.0.tgz#58cc9572e1bfe24fe1537fdf99d839d53e517e22"
lodash "^4.2.0"
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/traverse@7.0.0-beta.44":
"@babel/parser" "^7.1.0"
version "7.0.0-beta.44"
"@babel/types" "^7.0.0"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966"
dependencies:
"@babel/traverse@^7.0.0":
"@babel/code-frame" "7.0.0-beta.44"
version "7.1.0"
"@babel/generator" "7.0.0-beta.44"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.1.0.tgz#503ec6669387efd182c3888c4eec07bcc45d91b2"
"@babel/helper-function-name" "7.0.0-beta.44"
dependencies:
"@babel/helper-split-export-declaration" "7.0.0-beta.44"
"@babel/code-frame" "^7.0.0"
"@babel/types" "7.0.0-beta.44"
"@babel/generator" "^7.0.0"
babylon "7.0.0-beta.44"
"@babel/helper-function-name" "^7.1.0"
"@babel/helper-split-export-declaration" "^7.0.0"
"@babel/parser" "^7.1.0"
"@babel/types" "^7.0.0"
debug "^3.1.0"
debug "^3.1.0"
globals "^11.1.0"
globals "^11.1.0"
invariant "^2.2.0"
lodash "^4.17.10"
lodash "^4.2.0"
"@babel/types@
7.0.0-beta.44
":
"@babel/types@
^7.0.0
":
version "7.0.0
-beta.44
"
version "7.0.0"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0
-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757
"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0
.tgz#6e191793d3c854d19c6749989e3bc55f0e962118
"
dependencies:
dependencies:
esutils "^2.0.2"
esutils "^2.0.2"
lodash "^4.
2.
0"
lodash "^4.
17.1
0"
to-fast-properties "^2.0.0"
to-fast-properties "^2.0.0"
"@gitlab-org/gitlab-svgs@^1.23.0", "@gitlab-org/gitlab-svgs@^1.29.0":
"@gitlab-org/gitlab-svgs@^1.23.0", "@gitlab-org/gitlab-svgs@^1.29.0":
...
@@ -578,15 +566,15 @@ babel-core@^6.26.0, babel-core@^6.26.3:
...
@@ -578,15 +566,15 @@ babel-core@^6.26.0, babel-core@^6.26.3:
slash "^1.0.0"
slash "^1.0.0"
source-map "^0.5.7"
source-map "^0.5.7"
babel-eslint@^
8.2.3
:
babel-eslint@^
9.0.0
:
version "
8.2.3
"
version "
9.0.0
"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-
8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf
"
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-
9.0.0.tgz#7d9445f81ed9f60aff38115f838970df9f2b6220
"
dependencies:
dependencies:
"@babel/code-frame" "
7.0.0-beta.44
"
"@babel/code-frame" "
^7.0.0
"
"@babel/
traverse" "7.0.0-beta.44
"
"@babel/
parser" "^7.0.0
"
"@babel/t
ypes" "7.0.0-beta.44
"
"@babel/t
raverse" "^7.0.0
"
babylon "7.0.0-beta.44
"
"@babel/types" "^7.0.0
"
eslint-scope "
~
3.7.1"
eslint-scope "3.7.1"
eslint-visitor-keys "^1.0.0"
eslint-visitor-keys "^1.0.0"
babel-generator@^6.18.0, babel-generator@^6.26.0:
babel-generator@^6.18.0, babel-generator@^6.26.0:
...
@@ -1152,10 +1140,6 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26
...
@@ -1152,10 +1140,6 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26
lodash "^4.17.4"
lodash "^4.17.4"
to-fast-properties "^1.0.3"
to-fast-properties "^1.0.3"
babylon@7.0.0-beta.44:
version "7.0.0-beta.44"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d"
babylon@^6.18.0:
babylon@^6.18.0:
version "6.18.0"
version "6.18.0"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
...
@@ -2691,9 +2675,9 @@ eslint-import-resolver-node@^0.3.1:
...
@@ -2691,9 +2675,9 @@ eslint-import-resolver-node@^0.3.1:
debug "^2.6.9"
debug "^2.6.9"
resolve "^1.5.0"
resolve "^1.5.0"
eslint-import-resolver-webpack@^0.10.
0
:
eslint-import-resolver-webpack@^0.10.
1
:
version "0.10.
0
"
version "0.10.
1
"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-webpack/-/eslint-import-resolver-webpack-0.10.
0.tgz#b6f2468dc3e8b4ea076e5d75bece8da932789b07
"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-webpack/-/eslint-import-resolver-webpack-0.10.
1.tgz#4cbceed2c0c43e488a74775c30861e58e00fb290
"
dependencies:
dependencies:
array-find "^1.0.0"
array-find "^1.0.0"
debug "^2.6.8"
debug "^2.6.8"
...
@@ -2713,18 +2697,18 @@ eslint-module-utils@^2.2.0:
...
@@ -2713,18 +2697,18 @@ eslint-module-utils@^2.2.0:
debug "^2.6.8"
debug "^2.6.8"
pkg-dir "^1.0.0"
pkg-dir "^1.0.0"
eslint-plugin-filenames@^1.
2.0
:
eslint-plugin-filenames@^1.
3.2
:
version "1.
2.0
"
version "1.
3.2
"
resolved "https://registry.yarnpkg.com/eslint-plugin-filenames/-/eslint-plugin-filenames-1.
2.0.tgz#aee9c1c90189c95d2e49902c160eceefecd99f53
"
resolved "https://registry.yarnpkg.com/eslint-plugin-filenames/-/eslint-plugin-filenames-1.
3.2.tgz#7094f00d7aefdd6999e3ac19f72cea058e590cf7
"
dependencies:
dependencies:
lodash.camelcase "4.3.0"
lodash.camelcase "4.3.0"
lodash.kebabcase "4.1.1"
lodash.kebabcase "4.1.1"
lodash.snakecase "4.1.1"
lodash.snakecase "4.1.1"
lodash.upperfirst "4.3.1"
lodash.upperfirst "4.3.1"
eslint-plugin-html@4.0.
3
:
eslint-plugin-html@4.0.
5
:
version "4.0.
3
"
version "4.0.
5
"
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-4.0.
3.tgz#97d52dcf9e22724505d02719fbd02754013c8a17
"
resolved "https://registry.yarnpkg.com/eslint-plugin-html/-/eslint-plugin-html-4.0.
5.tgz#e8ec7e16485124460f3bff312016feb0a54d9659
"
dependencies:
dependencies:
htmlparser2 "^3.8.2"
htmlparser2 "^3.8.2"
...
@@ -2747,9 +2731,9 @@ eslint-plugin-jasmine@^2.1.0:
...
@@ -2747,9 +2731,9 @@ eslint-plugin-jasmine@^2.1.0:
version "2.2.0"
version "2.2.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jasmine/-/eslint-plugin-jasmine-2.2.0.tgz#7135879383c39a667c721d302b9f20f0389543de"
resolved "https://registry.yarnpkg.com/eslint-plugin-jasmine/-/eslint-plugin-jasmine-2.2.0.tgz#7135879383c39a667c721d302b9f20f0389543de"
eslint-plugin-promise@^
3.8.0
:
eslint-plugin-promise@^
4.0.1
:
version "
3.8.0
"
version "
4.0.1
"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-
3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621
"
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-
4.0.1.tgz#2d074b653f35a23d1ba89d8e976a985117d1c6a2
"
eslint-plugin-vue@^5.0.0-beta.3:
eslint-plugin-vue@^5.0.0-beta.3:
version "5.0.0-beta.3"
version "5.0.0-beta.3"
...
@@ -2761,7 +2745,7 @@ eslint-restricted-globals@^0.1.1:
...
@@ -2761,7 +2745,7 @@ eslint-restricted-globals@^0.1.1:
version "0.1.1"
version "0.1.1"
resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7"
resolved "https://registry.yarnpkg.com/eslint-restricted-globals/-/eslint-restricted-globals-0.1.1.tgz#35f0d5cbc64c2e3ed62e93b4b1a7af05ba7ed4d7"
eslint-scope@
^3.7.1, eslint-scope@~
3.7.1:
eslint-scope@
3.7.1, eslint-scope@^
3.7.1:
version "3.7.1"
version "3.7.1"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"
dependencies:
dependencies:
...
@@ -3795,7 +3779,7 @@ into-stream@^3.1.0:
...
@@ -3795,7 +3779,7 @@ into-stream@^3.1.0:
from2 "^2.1.1"
from2 "^2.1.1"
p-is-promise "^1.1.0"
p-is-promise "^1.1.0"
invariant@^2.2.
0, invariant@^2.2.
2:
invariant@^2.2.2:
version "2.2.2"
version "2.2.2"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.2.tgz#9e1f56ac0acdb6bf303306f338be3b204ae60360"
dependencies:
dependencies:
...
@@ -4504,7 +4488,7 @@ lodash@4.17.4:
...
@@ -4504,7 +4488,7 @@ lodash@4.17.4:
version "4.17.4"
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
lodash@^4.0.0, lodash@^4.11.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.
2.0, lodash@^4.
3.0, lodash@^4.5.0:
lodash@^4.0.0, lodash@^4.11.1, lodash@^4.17.10, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.5.0:
version "4.17.10"
version "4.17.10"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment