@gitlab/ui 33.1.0 → 33.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [33.1.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v33.1.0...v33.1.1) (2022-01-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency dompurify to ^2.3.5 ([0bced05](https://gitlab.com/gitlab-org/gitlab-ui/commit/0bced051c61365c77cd4e4369b8838677217a46b))
7
+
1
8
  # [33.1.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v33.0.1...v33.1.0) (2022-01-26)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "33.1.0",
3
+ "version": "33.1.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -41,6 +41,7 @@
41
41
  "test:unit:watch": "yarn test:unit --watch --notify",
42
42
  "test:unit:debug": "NODE_ENV=test node --inspect node_modules/.bin/jest --testPathIgnorePatterns storyshot.spec.js --watch --runInBand",
43
43
  "test:visual": "NODE_ENV=test IS_VISUAL_TEST=true start-test http-get://localhost:9001 'jest ./tests/storyshots.spec.js'",
44
+ "test:visual:minimal": "node ./bin/run_minimal_visual_tests.js",
44
45
  "test:visual:update": "NODE_ENV=test IS_VISUAL_TEST=true JEST_IMAGE_SNAPSHOT_TRACK_OBSOLETE=1 start-test http-get://localhost:9001 'jest ./tests/storyshots.spec.js --updateSnapshot'",
45
46
  "prettier": "prettier --check '**/*.{js,vue}'",
46
47
  "prettier:fix": "prettier --write '**/*.{js,vue}'",
@@ -60,7 +61,7 @@
60
61
  "@babel/standalone": "^7.0.0",
61
62
  "bootstrap-vue": "2.20.1",
62
63
  "copy-to-clipboard": "^3.0.8",
63
- "dompurify": "^2.3.4",
64
+ "dompurify": "^2.3.5",
64
65
  "echarts": "^5.2.1",
65
66
  "highlight.js": "^10.6.0",
66
67
  "iframe-resizer": "^4.3.2",
@@ -113,6 +114,7 @@
113
114
  "eslint-import-resolver-jest": "3.0.2",
114
115
  "eslint-plugin-cypress": "2.12.1",
115
116
  "file-loader": "^4.2.0",
117
+ "glob": "^7.2.0",
116
118
  "identity-obj-proxy": "^3.0.0",
117
119
  "inquirer-select-directory": "^1.2.0",
118
120
  "jest": "^26.6.3",