From 7e9c479f7de77702622631cff2628a9c8dcbc627 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 19 Nov 2020 08:27:35 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-6-stable-ee --- package.json | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 513f777d0c5..cc1f4eb1bc8 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "eslint-staged-fix": "git diff --diff-filter=d --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", + "lint-docs": "scripts/lint-doc.sh", "prejest": "yarn check-dependencies", "jest": "jest --config jest.config.js", "jest-debug": "node --inspect-brk node_modules/.bin/jest --runInBand", @@ -20,7 +21,7 @@ "karma": "BABEL_ENV=${BABEL_ENV:=karma} karma start --single-run true config/karma.config.js", "karma-coverage": "BABEL_ENV=coverage karma start --single-run true config/karma.config.js", "karma-start": "BABEL_ENV=karma karma start config/karma.config.js", - "markdownlint": "markdownlint -c .markdownlint.json 'doc/**/*.md'", + "markdownlint": "markdownlint --config .markdownlint.json", "postinstall": "node ./scripts/frontend/postinstall.js", "prettier-staged": "node ./scripts/frontend/prettier.js check", "prettier-staged-save": "node ./scripts/frontend/prettier.js save", @@ -42,14 +43,14 @@ "@babel/plugin-syntax-import-meta": "^7.10.1", "@babel/preset-env": "^7.10.1", "@gitlab/at.js": "1.5.5", - "@gitlab/svgs": "1.171.0", - "@gitlab/ui": "21.33.0", + "@gitlab/svgs": "1.175.0", + "@gitlab/ui": "23.9.0", "@gitlab/visual-review-tools": "1.6.1", "@rails/actioncable": "^6.0.3-3", "@rails/ujs": "^6.0.3-2", - "@sourcegraph/code-host-integration": "0.0.50", - "@toast-ui/editor": "^2.4.0", - "@toast-ui/vue-editor": "^2.4.0", + "@sourcegraph/code-host-integration": "0.0.52", + "@toast-ui/editor": "^2.5.0", + "@toast-ui/vue-editor": "^2.5.0", "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", "apollo-link": "^1.2.14", @@ -80,7 +81,7 @@ "deckar01-task_list": "^2.3.1", "diff": "^3.4.0", "document-register-element": "1.14.3", - "dompurify": "^2.1.1", + "dompurify": "^2.2.2", "dropzone": "^4.2.0", "editorconfig": "^0.15.3", "emoji-regex": "^7.0.3", @@ -90,8 +91,8 @@ "font-awesome": "4.7.0", "fuzzaldrin-plus": "^0.6.0", "glob": "^7.1.6", - "graphql": "^14.7.0", - "graphql-tag": "^2.10.1", + "graphql": "^15.4.0", + "graphql-tag": "^2.11.0", "immer": "^7.0.7", "imports-loader": "^0.8.0", "ipaddr.js": "^1.9.1", @@ -114,7 +115,7 @@ "mock-apollo-client": "^0.4.0", "monaco-editor": "^0.20.0", "monaco-editor-webpack-plugin": "^1.9.0", - "monaco-yaml": "^2.4.1", + "monaco-yaml": "^2.5.1", "mousetrap": "1.6.5", "pdfjs-dist": "^2.0.943", "pikaday": "^1.8.0", @@ -161,7 +162,7 @@ }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.10.1", - "@gitlab/eslint-plugin": "4.0.0", + "@gitlab/eslint-plugin": "5.0.0", "@testing-library/dom": "^7.16.2", "@vue/test-utils": "1.0.0-beta.30", "acorn": "^6.3.0", @@ -201,7 +202,7 @@ "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.2", - "markdownlint-cli": "0.23.2", + "markdownlint-cli": "0.24.0", "md5": "^2.2.1", "node-sass": "^4.14.1", "nodemon": "^2.0.4", -- cgit v1.2.3