From b595cb0c1dec83de5bdee18284abe86614bed33b Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 20 Jul 2022 15:40:28 +0000 Subject: Add latest changes from gitlab-org/gitlab@15-2-stable-ee --- package.json | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index f1589d5d37f..2924ef910d3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "file-coverage": "scripts/frontend/file_test_coverage.js", "lint-docs": "scripts/lint-doc.sh", "internal:eslint": "eslint --cache --max-warnings 0 --report-unused-disable-directives --ext .js,.vue,.graphql", - "internal:stylelint": "stylelint -q '{ee/,}app/assets/stylesheets/**/*.{css,scss}'", + "internal:stylelint": "stylelint -q --rd '{ee/,}app/assets/stylesheets/**/*.{css,scss}'", "prejest": "yarn check-dependencies", "jest": "jest --config jest.config.js", "jest-debug": "node --inspect-brk node_modules/.bin/jest --runInBand", @@ -41,7 +41,6 @@ "storybook:install": "yarn --cwd ./storybook install", "storybook:build": "yarn --cwd ./storybook build", "storybook:start": "./scripts/frontend/start_storybook.sh", - "stylelint-create-utility-map": "node scripts/frontend/stylelint/stylelint_utility_map.js", "webpack": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.config.js", "webpack-vendor": "NODE_OPTIONS=\"--max-old-space-size=3584\" webpack --config config/webpack.vendor.config.js", "webpack-prod": "NODE_OPTIONS=\"--max-old-space-size=3584\" NODE_ENV=production webpack --config config/webpack.config.js" @@ -52,8 +51,8 @@ "@babel/preset-env": "^7.18.2", "@gitlab/at.js": "1.5.7", "@gitlab/favicon-overlay": "2.0.0", - "@gitlab/svgs": "2.21.0", - "@gitlab/ui": "41.10.0", + "@gitlab/svgs": "2.28.0", + "@gitlab/ui": "42.22.0", "@gitlab/visual-review-tools": "1.7.3", "@rails/actioncable": "6.1.4-7", "@rails/ujs": "6.1.4-7", @@ -103,7 +102,7 @@ "codesandbox-api": "0.0.23", "compression-webpack-plugin": "^5.0.2", "copy-webpack-plugin": "^6.4.1", - "core-js": "^3.23.1", + "core-js": "^3.23.5", "cron-validator": "^1.1.1", "cronstrue": "^1.122.0", "cropper": "^2.3.0", @@ -114,7 +113,7 @@ "dateformat": "^5.0.1", "deckar01-task_list": "^2.3.1", "diff": "^3.4.0", - "dompurify": "^2.3.8", + "dompurify": "^2.3.9", "dropzone": "^4.2.0", "editorconfig": "^0.15.3", "emoji-regex": "^10.0.0", @@ -123,8 +122,7 @@ "fuzzaldrin-plus": "^0.6.0", "graphql": "^15.7.2", "graphql-tag": "^2.11.0", - "hast-util-to-string": "^2.0.0", - "highlight.js": "^11.3.1", + "highlight.js": "^11.5.1", "immer": "^7.0.7", "ipaddr.js": "^1.9.1", "jed": "^1.1.1", @@ -136,10 +134,11 @@ "jszip-utils": "^0.0.2", "katex": "^0.13.2", "lodash": "^4.17.20", - "lowlight": "^2.5.0", + "lowlight": "^2.6.1", "marked": "^0.3.12", "mathjax": "3", "mermaid": "^9.1.1", + "micromatch": "^4.0.5", "minimatch": "^3.0.4", "monaco-editor": "^0.25.2", "monaco-editor-webpack-plugin": "^4.0.0", @@ -151,7 +150,7 @@ "pikaday": "^1.8.0", "popper.js": "^1.16.1", "portal-vue": "^2.1.7", - "postcss": "8.4.5", + "postcss": "8.4.14", "prismjs": "^1.21.0", "prosemirror-markdown": "1.8.0", "prosemirror-model": "^1.16.1", @@ -170,7 +169,7 @@ "sortablejs": "^1.10.2", "string-hash": "1.1.3", "style-loader": "^2.0.0", - "swagger-ui-dist": "4.8.0", + "swagger-ui-dist": "4.12.0", "three": "^0.84.0", "three-orbit-controls": "^82.1.0", "three-stl-loader": "^1.0.4", @@ -200,9 +199,9 @@ "yaml": "^2.0.0-10" }, "devDependencies": { - "@gitlab/eslint-plugin": "12.1.0", - "@gitlab/stylelint-config": "4.0.0", - "@graphql-eslint/eslint-plugin": "3.10.4", + "@gitlab/eslint-plugin": "13.1.0", + "@gitlab/stylelint-config": "4.1.0", + "@graphql-eslint/eslint-plugin": "3.10.6", "@testing-library/dom": "^7.16.2", "@types/jest": "^26.0.24", "@vue/test-utils": "1.3.0", @@ -247,11 +246,11 @@ "prosemirror-test-builder": "^1.0.6", "purgecss": "^4.0.3", "purgecss-from-html": "^4.0.3", - "sass": "^1.32.12", - "stylelint": "^14.3.0", + "sass": "^1.49.9", + "stylelint": "^14.9.1", "timezone-mock": "^1.0.8", "vue-jest": "4.0.1", - "webpack-dev-server": "4.9.2", + "webpack-dev-server": "4.9.3", "xhr-mock": "^2.5.1", "yarn-check-webpack-plugin": "^1.2.0", "yarn-deduplicate": "^5.0.0" -- cgit v1.2.3