diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-20 12:26:25 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-20 12:26:25 +0000 |
commit | a09983ae35713f5a2bbb100981116d31ce99826e (patch) | |
tree | 2ee2af7bd104d57086db360a7e6d8c9d5d43667a /package.json | |
parent | 18c5ab32b738c0b6ecb4d0df3994000482f34bd8 (diff) | |
download | gitlab-ce-a09983ae35713f5a2bbb100981116d31ce99826e.tar.gz |
Add latest changes from gitlab-org/gitlab@13-2-stable-ee
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 35 |
1 files changed, 18 insertions, 17 deletions
diff --git a/package.json b/package.json index de9d845cc9f..a8dfc5d49a8 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,8 @@ "dev-server": "NODE_OPTIONS=\"--max-old-space-size=3584\" node scripts/frontend/webpack_dev_server.js", "eslint": "eslint --cache --max-warnings 0 --report-unused-disable-directives --ext .js,.vue .", "eslint-fix": "eslint --cache --max-warnings 0 --report-unused-disable-directives --ext .js,.vue --fix .", + "eslint-staged": "git diff --cached --name-only | grep -E \"(.*)\\.(js|vue)$\" | xargs eslint --cache --max-warnings 0 --report-unused-disable-directives", + "eslint-staged-fix": "git diff --cached --name-only | grep -E \"(.*)\\.(js|vue)$\" | xargs eslint --cache --max-warnings 0 --report-unused-disable-directives --fix", "eslint-report": "eslint --max-warnings 0 --ext .js,.vue --format html --output-file ./eslint-report.html --no-inline-config .", "file-coverage": "scripts/frontend/file_test_coverage.js", "prejest": "yarn check-dependencies", @@ -24,7 +26,7 @@ "prettier-staged-save": "node ./scripts/frontend/prettier.js save", "prettier-all": "node ./scripts/frontend/prettier.js check-all", "prettier-all-save": "node ./scripts/frontend/prettier.js save-all", - "stylelint": "yarn stylelint-file app/assets/stylesheets/**/*.* ee/app/assets/stylesheets/**/*.* !**/vendors/**", + "stylelint": "yarn stylelint-file 'app/assets/stylesheets/**/*.*' 'ee/app/assets/stylesheets/**/*.*' '!**/vendors/**'", "stylelint-file": "BROWSERSLIST_IGNORE_OLD_DATA=true node node_modules/stylelint/bin/stylelint.js", "stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint-utility-map.js", "test": "node scripts/frontend/test", @@ -40,14 +42,14 @@ "@babel/plugin-syntax-import-meta": "^7.10.1", "@babel/preset-env": "^7.10.1", "@gitlab/at.js": "1.5.5", - "@gitlab/svgs": "1.140.0", - "@gitlab/ui": "17.0.1", + "@gitlab/svgs": "1.152.0", + "@gitlab/ui": "17.33.0", "@gitlab/visual-review-tools": "1.6.1", "@rails/actioncable": "^6.0.3-1", "@sentry/browser": "^5.10.2", "@sourcegraph/code-host-integration": "0.0.48", - "@toast-ui/editor": "^2.0.1", - "@toast-ui/vue-editor": "^2.0.1", + "@toast-ui/editor": "^2.2.0", + "@toast-ui/vue-editor": "^2.2.0", "apollo-cache-inmemory": "^1.6.3", "apollo-client": "^2.6.4", "apollo-link": "^1.2.11", @@ -61,7 +63,6 @@ "bootstrap": "4.4.1", "brace-expansion": "^1.1.8", "cache-loader": "^4.1.0", - "classlist-polyfill": "^1.2.0", "clipboard": "^1.7.1", "codemirror": "^5.48.4", "codesandbox-api": "0.0.23", @@ -84,12 +85,13 @@ "emoji-unicode-version": "^0.2.1", "exports-loader": "^0.7.0", "file-loader": "^5.1.0", - "formdata-polyfill": "^3.0.19", "fuzzaldrin-plus": "^0.6.0", "glob": "^7.1.6", "graphql": "^14.0.2", + "graphql-tag": "^2.10.1", "immer": "^5.2.1", "imports-loader": "^0.8.0", + "ipaddr.js": "^1.9.1", "jed": "^1.1.1", "jest-transform-graphql": "^2.1.0", "jquery": "^3.4.1", @@ -97,6 +99,7 @@ "jquery.caret": "^0.3.1", "jquery.waitforimages": "^2.2.0", "js-cookie": "^2.2.1", + "js-yaml": "^3.13.1", "jszip": "^3.1.3", "jszip-utils": "^0.0.2", "katex": "^0.10.0", @@ -105,9 +108,9 @@ "mermaid": "^8.5.2", "mersenne-twister": "1.1.0", "minimatch": "^3.0.4", - "mitt": "^1.2.0", - "monaco-editor": "^0.18.1", - "monaco-editor-webpack-plugin": "^1.7.0", + "monaco-editor": "^0.20.0", + "monaco-editor-webpack-plugin": "^1.9.0", + "monaco-yaml": "^2.4.0", "mousetrap": "^1.4.6", "pdfjs-dist": "^2.0.943", "pikaday": "^1.8.0", @@ -125,7 +128,6 @@ "stickyfilljs": "^2.1.0", "string-hash": "1.1.3", "style-loader": "^1.1.3", - "svg4everybody": "2.1.9", "swagger-ui-dist": "^3.26.2", "three": "^0.84.0", "three-orbit-controls": "^82.1.0", @@ -134,8 +136,7 @@ "tiptap": "^1.8.0", "tiptap-commands": "^1.4.0", "tiptap-extensions": "^1.8.0", - "tributejs": "4.1.3", - "unfetch": "^4.1.0", + "tributejs": "5.1.3", "url-loader": "^3.0.0", "uuid": "8.1.0", "visibilityjs": "^1.2.4", @@ -155,10 +156,11 @@ "xterm": "3.14.5" }, "devDependencies": { - "acorn": "^6.3.0", "@babel/plugin-transform-modules-commonjs": "^7.10.1", "@gitlab/eslint-plugin": "3.1.0", + "@testing-library/dom": "^7.16.2", "@vue/test-utils": "^1.0.0-beta.30", + "acorn": "^6.3.0", "axios-mock-adapter": "^1.15.0", "babel-jest": "^24.1.0", "babel-plugin-dynamic-import-node": "^2.2.0", @@ -175,7 +177,6 @@ "eslint-plugin-no-jquery": "^2.3.0", "gettext-extractor": "^3.4.3", "gettext-extractor-vue": "^4.0.2", - "graphql-tag": "^2.10.1", "istanbul-lib-coverage": "^3.0.0", "istanbul-lib-report": "^3.0.0", "istanbul-reports": "^3.0.0", @@ -216,11 +217,11 @@ "yarn-deduplicate": "^1.1.1" }, "blockedDependencies": { - "bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.md#bootstrapvue" + "bootstrap-vue": "https://docs.gitlab.com/ee/development/fe_guide/dependencies.html#bootstrapvue" }, "resolutions": { "chokidar": "^3.4.0", - "monaco-editor": "0.18.1", + "monaco-editor": "0.20.0", "vue-jest/ts-jest": "24.0.0" }, "engines": { |