@gitlab/ui 64.24.1 → 65.0.0

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [65.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v64.24.1...v65.0.0) (2023-08-01)
2
+
3
+
4
+ ### chore
5
+
6
+ * move dompurify to peer & dev dependency ([f87d3e6](https://gitlab.com/gitlab-org/gitlab-ui/commit/f87d3e6924e9f7e81affc38b913c87a1ec45a59f))
7
+
8
+
9
+ ### BREAKING CHANGES
10
+
11
+ * please upgrade to latest dompurify release
12
+
1
13
  ## [64.24.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v64.24.0...v64.24.1) (2023-07-31)
2
14
 
3
15
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 31 Jul 2023 07:09:07 GMT
3
+ * Generated on Tue, 01 Aug 2023 10:25:10 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 31 Jul 2023 07:09:07 GMT
3
+ * Generated on Tue, 01 Aug 2023 10:25:10 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 31 Jul 2023 07:09:07 GMT
3
+ * Generated on Tue, 01 Aug 2023 10:25:10 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#fff";
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Mon, 31 Jul 2023 07:09:07 GMT
3
+ * Generated on Tue, 01 Aug 2023 10:25:10 GMT
4
4
  */
5
5
 
6
6
  export const BLACK = "#000";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 31 Jul 2023 07:09:07 GMT
3
+ // Generated on Tue, 01 Aug 2023 10:25:10 GMT
4
4
 
5
5
  $red-950: #fff4f3;
6
6
  $red-900: #fcf1ef;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Mon, 31 Jul 2023 07:09:07 GMT
3
+ // Generated on Tue, 01 Aug 2023 10:25:10 GMT
4
4
 
5
5
  $brand-gray-05: #2b2838 !default;
6
6
  $brand-gray-04: #45424d !default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "64.24.1",
3
+ "version": "65.0.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -65,7 +65,6 @@
65
65
  "dependencies": {
66
66
  "@floating-ui/dom": "1.2.9",
67
67
  "bootstrap-vue": "2.23.1",
68
- "dompurify": "^2.4.5",
69
68
  "echarts": "^5.3.2",
70
69
  "iframe-resizer": "^4.3.2",
71
70
  "lodash": "^4.17.20",
@@ -75,6 +74,7 @@
75
74
  "peerDependencies": {
76
75
  "@gitlab/svgs": "^1.116.0 || ^2.0.0 || ^3.0.0",
77
76
  "bootstrap": ">=4.5.3 <=4.6.2",
77
+ "dompurify": "^2.4.7 || ^3.0.5",
78
78
  "emoji-regex": ">=10.0.0",
79
79
  "pikaday": "^1.8.0",
80
80
  "vue": "^2.6.10"
@@ -91,7 +91,7 @@
91
91
  "@gitlab/eslint-plugin": "19.0.0",
92
92
  "@gitlab/fonts": "^1.2.0",
93
93
  "@gitlab/stylelint-config": "4.1.0",
94
- "@gitlab/svgs": "3.57.0",
94
+ "@gitlab/svgs": "3.58.0",
95
95
  "@rollup/plugin-commonjs": "^11.1.0",
96
96
  "@rollup/plugin-node-resolve": "^7.1.3",
97
97
  "@rollup/plugin-replace": "^2.3.2",
@@ -119,6 +119,7 @@
119
119
  "babel-plugin-require-context-hook": "^1.0.0",
120
120
  "bootstrap": "4.6.2",
121
121
  "cypress": "12.17.2",
122
+ "dompurify": "^2.4.7",
122
123
  "emoji-regex": "^10.0.0",
123
124
  "eslint": "8.45.0",
124
125
  "eslint-import-resolver-jest": "3.0.2",
@@ -127,9 +128,9 @@
127
128
  "glob": "^7.2.0",
128
129
  "identity-obj-proxy": "^3.0.0",
129
130
  "inquirer-select-directory": "^1.2.0",
130
- "jest": "^29.6.1",
131
- "jest-circus": "29.6.1",
132
- "jest-environment-jsdom": "29.6.1",
131
+ "jest": "^29.6.2",
132
+ "jest-circus": "29.6.2",
133
+ "jest-environment-jsdom": "29.6.2",
133
134
  "markdownlint-cli": "^0.29.0",
134
135
  "mockdate": "^2.0.5",
135
136
  "module-alias": "^2.2.2",