@gitlab/ui 85.13.0 → 85.14.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +8 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [85.14.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v85.13.0...v85.14.0) (2024-07-04)
2
+
3
+
4
+ ### Features
5
+
6
+ * Add utility class migration script ([1207058](https://gitlab.com/gitlab-org/gitlab-ui/commit/12070583e28bef1a5dafc2fd504e92754f8337c3))
7
+
1
8
  # [85.13.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v85.12.2...v85.13.0) (2024-07-03)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "85.13.0",
3
+ "version": "85.14.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -15,6 +15,7 @@
15
15
  "author": "GitLab",
16
16
  "private": false,
17
17
  "files": [
18
+ "bin/migrate_custom_utils_to_tw.bundled.mjs",
18
19
  "src",
19
20
  "dist",
20
21
  "translations.js",
@@ -27,11 +28,12 @@
27
28
  ],
28
29
  "scripts": {
29
30
  "build": "NODE_ENV=production rollup -c",
30
- "prebuild": "run-s build-tokens generate-utilities",
31
+ "prebuild": "run-s build-tokens generate-utilities build-migration-script",
31
32
  "prepare": "run-s build-tokens generate-utilities",
32
33
  "generate-utilities": "make src/scss/utilities.scss",
33
34
  "copy-fonts": "make copy-fonts",
34
35
  "build-tokens": "node ./bin/build_tokens.js",
36
+ "build-migration-script": "esbuild --bundle --platform=node --target=esnext --outfile=bin/migrate_custom_utils_to_tw.bundled.mjs --format=esm --banner:js=\"import { createRequire as __gl__createRequire } from 'node:module'; const require = __gl__createRequire(import.meta.url);\" bin/migrate_custom_utils_to_tw.mjs",
35
37
  "clean": "rm -r dist storybook src/scss/utilities.scss",
36
38
  "cy:a11y": "cypress run --browser chrome --env grepTags=@a11y",
37
39
  "cy:edge": "cypress run --browser edge --env grepTags=-@a11y+-@storybook",
@@ -149,12 +151,14 @@
149
151
  "cypress-real-events": "^1.11.0",
150
152
  "dompurify": "^3.1.2",
151
153
  "emoji-regex": "^10.0.0",
154
+ "esbuild": "^0.18.0",
152
155
  "eslint": "8.57.0",
153
156
  "eslint-import-resolver-jest": "3.0.2",
154
157
  "eslint-plugin-cypress": "3.3.0",
155
158
  "eslint-plugin-storybook": "0.8.0",
156
159
  "gitlab-api-async-iterator": "^1.3.1",
157
160
  "glob": "10.3.3",
161
+ "globby": "^11.1.0",
158
162
  "identity-obj-proxy": "^3.0.0",
159
163
  "inquirer-select-directory": "^1.2.0",
160
164
  "jest": "^29.7.0",
@@ -198,7 +202,8 @@
198
202
  "vue-loader-vue3": "npm:vue-loader@17",
199
203
  "vue-template-compiler": "2.7.16",
200
204
  "vue-test-utils-compat": "^0.0.10",
201
- "webpack": "^5.9.0"
205
+ "webpack": "^5.9.0",
206
+ "yargs": "^17.3.1"
202
207
  },
203
208
  "release": {
204
209
  "branches": [