From 0653e08efd039a5905f3fa4f6e9cef9f5d2f799c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 20 Sep 2021 13:18:24 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-3-stable-ee --- package.json | 103 ++++++++++++++++++++++++++--------------------------------- 1 file changed, 45 insertions(+), 58 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 6db536c2372..28ed6bf9393 100644 --- a/package.json +++ b/package.json @@ -13,12 +13,10 @@ "prejest": "yarn check-dependencies", "jest": "jest --config jest.config.js", "jest-debug": "node --inspect-brk node_modules/.bin/jest --runInBand", + "jest:ci": "jest --config jest.config.js --ci --coverage --testSequencer ./scripts/frontend/parallel_ci_sequencer.js", + "jest:ci:minimal": "jest --config jest.config.js --ci --coverage --findRelatedTests $(cat tmp/changed_files.txt) --passWithNoTests --testSequencer ./scripts/frontend/parallel_ci_sequencer.js", "jest:integration": "jest --config jest.config.integration.js", "jsdoc": "jsdoc -c config/jsdocs.config.js", - "prekarma": "yarn check-dependencies", - "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", "lint:eslint": "yarn run internal:eslint", "lint:eslint:fix": "yarn run internal:eslint --fix", "lint:eslint:all": "yarn run internal:eslint .", @@ -57,44 +55,44 @@ "@babel/preset-env": "^7.10.1", "@gitlab/at.js": "1.5.7", "@gitlab/favicon-overlay": "2.0.0", - "@gitlab/svgs": "1.211.0", + "@gitlab/svgs": "1.212.0", "@gitlab/tributejs": "1.0.0", - "@gitlab/ui": "32.2.1", + "@gitlab/ui": "32.11.0", "@gitlab/visual-review-tools": "1.6.1", "@rails/actioncable": "6.1.3-2", "@rails/ujs": "6.1.3-2", - "@sentry/browser": "5.26.0", - "@sourcegraph/code-host-integration": "0.0.59", - "@tiptap/core": "^2.0.0-beta.86", - "@tiptap/extension-blockquote": "^2.0.0-beta.14", - "@tiptap/extension-bold": "^2.0.0-beta.14", - "@tiptap/extension-bullet-list": "^2.0.0-beta.14", - "@tiptap/extension-code": "^2.0.0-beta.14", - "@tiptap/extension-code-block-lowlight": "2.0.0-beta.32", - "@tiptap/extension-document": "^2.0.0-beta.12", - "@tiptap/extension-dropcursor": "^2.0.0-beta.17", - "@tiptap/extension-gapcursor": "^2.0.0-beta.18", - "@tiptap/extension-hard-break": "^2.0.0-beta.14", - "@tiptap/extension-heading": "^2.0.0-beta.14", - "@tiptap/extension-history": "^2.0.0-beta.14", - "@tiptap/extension-horizontal-rule": "^2.0.0-beta.17", - "@tiptap/extension-image": "^2.0.0-beta.14", - "@tiptap/extension-italic": "^2.0.0-beta.14", - "@tiptap/extension-link": "^2.0.0-beta.18", - "@tiptap/extension-list-item": "^2.0.0-beta.13", - "@tiptap/extension-ordered-list": "^2.0.0-beta.14", - "@tiptap/extension-paragraph": "^2.0.0-beta.15", - "@tiptap/extension-strike": "^2.0.0-beta.16", + "@sentry/browser": "5.30.0", + "@sourcegraph/code-host-integration": "0.0.60", + "@tiptap/core": "^2.0.0-beta.105", + "@tiptap/extension-blockquote": "^2.0.0-beta.15", + "@tiptap/extension-bold": "^2.0.0-beta.15", + "@tiptap/extension-bullet-list": "^2.0.0-beta.15", + "@tiptap/extension-code": "^2.0.0-beta.16", + "@tiptap/extension-code-block-lowlight": "2.0.0-beta.37", + "@tiptap/extension-document": "^2.0.0-beta.13", + "@tiptap/extension-dropcursor": "^2.0.0-beta.19", + "@tiptap/extension-gapcursor": "^2.0.0-beta.19", + "@tiptap/extension-hard-break": "^2.0.0-beta.16", + "@tiptap/extension-heading": "^2.0.0-beta.15", + "@tiptap/extension-history": "^2.0.0-beta.16", + "@tiptap/extension-horizontal-rule": "^2.0.0-beta.19", + "@tiptap/extension-image": "^2.0.0-beta.15", + "@tiptap/extension-italic": "^2.0.0-beta.15", + "@tiptap/extension-link": "^2.0.0-beta.20", + "@tiptap/extension-list-item": "^2.0.0-beta.14", + "@tiptap/extension-ordered-list": "^2.0.0-beta.16", + "@tiptap/extension-paragraph": "^2.0.0-beta.17", + "@tiptap/extension-strike": "^2.0.0-beta.17", "@tiptap/extension-subscript": "^2.0.0-beta.4", "@tiptap/extension-superscript": "^2.0.0-beta.4", - "@tiptap/extension-table": "^2.0.0-beta.25", - "@tiptap/extension-table-cell": "^2.0.0-beta.13", - "@tiptap/extension-table-header": "^2.0.0-beta.15", - "@tiptap/extension-table-row": "^2.0.0-beta.13", - "@tiptap/extension-task-item": "^2.0.0-beta.17", + "@tiptap/extension-table": "^2.0.0-beta.30", + "@tiptap/extension-table-cell": "^2.0.0-beta.15", + "@tiptap/extension-table-header": "^2.0.0-beta.17", + "@tiptap/extension-table-row": "^2.0.0-beta.14", + "@tiptap/extension-task-item": "^2.0.0-beta.18", "@tiptap/extension-task-list": "^2.0.0-beta.17", - "@tiptap/extension-text": "^2.0.0-beta.12", - "@tiptap/vue-2": "^2.0.0-beta.39", + "@tiptap/extension-text": "^2.0.0-beta.13", + "@tiptap/vue-2": "^2.0.0-beta.50", "@toast-ui/editor": "^2.5.2", "@toast-ui/vue-editor": "^2.5.2", "apollo-cache-inmemory": "^1.6.6", @@ -115,7 +113,7 @@ "codesandbox-api": "0.0.23", "compression-webpack-plugin": "^5.0.2", "copy-webpack-plugin": "^6.4.1", - "core-js": "^3.16.2", + "core-js": "^3.17.3", "cron-validator": "^1.1.1", "cropper": "^2.3.0", "css-loader": "^2.1.1", @@ -125,7 +123,7 @@ "dateformat": "^4.5.1", "deckar01-task_list": "^2.3.1", "diff": "^3.4.0", - "dompurify": "^2.3.1", + "dompurify": "^2.3.2", "dropzone": "^4.2.0", "editorconfig": "^0.15.3", "emoji-regex": "^7.0.3", @@ -140,7 +138,6 @@ "jed": "^1.1.1", "jquery": "^3.6.0", "jquery.caret": "^0.3.1", - "jquery.waitforimages": "^2.2.0", "js-cookie": "^2.2.1", "js-yaml": "^3.13.1", "jszip": "^3.1.3", @@ -150,7 +147,7 @@ "lowlight": "^1.20.0", "marked": "^0.3.12", "mathjax": "3", - "mermaid": "^8.10.2", + "mermaid": "^8.11.5", "minimatch": "^3.0.4", "monaco-editor": "^0.25.2", "monaco-editor-webpack-plugin": "^4.0.0", @@ -163,9 +160,10 @@ "portal-vue": "^2.1.7", "prismjs": "^1.21.0", "prosemirror-inputrules": "^1.1.3", - "prosemirror-markdown": "^1.5.1", - "prosemirror-model": "^1.13.3", + "prosemirror-markdown": "^1.5.2", + "prosemirror-model": "^1.14.3", "prosemirror-state": "^1.3.4", + "prosemirror-tables": "^1.1.1", "raphael": "^2.2.7", "raw-loader": "^4.0.2", "scrollparent": "^2.0.1", @@ -180,8 +178,8 @@ "three-orbit-controls": "^82.1.0", "three-stl-loader": "^1.0.4", "timeago.js": "^4.0.2", - "tiptap": "^1.32.1", - "tiptap-extensions": "^1.35.1", + "tiptap": "^1.32.2", + "tiptap-extensions": "^1.35.2", "url-loader": "^4.1.1", "uuid": "8.1.0", "visibilityjs": "^1.2.4", @@ -205,7 +203,7 @@ }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.10.1", - "@gitlab/eslint-plugin": "9.0.2", + "@gitlab/eslint-plugin": "9.3.0", "@gitlab/stylelint-config": "2.3.0", "@testing-library/dom": "^7.16.2", "@vue/test-utils": "1.2.0", @@ -219,10 +217,9 @@ "commander": "^2.20.3", "custom-jquery-matchers": "^2.1.0", "docdash": "^1.0.2", - "eslint": "7.31.0", + "eslint": "7.32.0", "eslint-import-resolver-jest": "3.0.0", "eslint-import-resolver-webpack": "0.13.1", - "eslint-plugin-jasmine": "4.1.2", "eslint-plugin-no-jquery": "2.6.0", "gettext-extractor": "^3.5.3", "gettext-extractor-vue": "^5.0.0", @@ -230,9 +227,6 @@ "istanbul-lib-coverage": "^3.0.0", "istanbul-lib-report": "^3.0.0", "istanbul-reports": "^3.0.0", - "jasmine-core": "^2.9.0", - "jasmine-diff": "^0.1.3", - "jasmine-jquery": "^2.1.1", "jest": "^26.5.2", "jest-canvas-mock": "^2.1.2", "jest-environment-jsdom": "^26.5.2", @@ -242,14 +236,6 @@ "jest-util": "^26.5.2", "jsdoc": "^3.5.5", "jsdoc-vue": "^1.0.0", - "karma": "^4.2.0", - "karma-chrome-launcher": "^3.0.0", - "karma-coverage-istanbul-reporter": "^2.1.0", - "karma-jasmine": "^1.1.2", - "karma-junit-reporter": "^1.2.0", - "karma-mocha-reporter": "^2.2.5", - "karma-sourcemap-loader": "^0.3.7", - "karma-webpack": "^4.0.2", "markdownlint-cli": "0.26.0", "md5": "^2.2.1", "miragejs": "^0.1.40", @@ -258,6 +244,7 @@ "postcss": "^7.0.14", "prettier": "2.2.1", "prosemirror-schema-basic": "^1.1.2", + "prosemirror-schema-list": "^1.1.5", "prosemirror-test-builder": "^1.0.4", "purgecss": "^4.0.3", "purgecss-from-html": "^4.0.3", @@ -277,7 +264,7 @@ "chokidar": "^3.4.0" }, "engines": { - "node": ">=10.13.0", + "node": ">=12.22.1", "yarn": "^1.10.0" } } -- cgit v1.2.3