@unimelb/pattern-lib-vue 14.4.1 → 14.5.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/README.md CHANGED
@@ -186,6 +186,12 @@ Pre-release builds can be created like this (using the git pre-push hook behind
186
186
 
187
187
  ## Testing
188
188
 
189
+ ### Testing Pull-requests
190
+
191
+ You can test `pull-requests` on live sites by using `?preview=test-xxx` where `xxx` is the pull-request `number`.
192
+
193
+ For example: https://study.unimelb.edu.au/?preview=test-2203 will load https://github.com/unimelb/pattern-lib/pull/2203
194
+
189
195
  ### How could you test before going live?
190
196
 
191
197
  > Code changes to the remote `dev` branch triggers a `Github Actions` deploy into the AWS S3 Bucket in a folder called `latest` where the `CMS` team can appoint to `latest` and test it out before go to `production`.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unimelb/pattern-lib-vue",
3
3
  "description": "A complete design system for the University of Melbourne.",
4
- "version": "14.4.1",
4
+ "version": "14.5.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/unimelb/pattern-lib.git"
@@ -81,6 +81,7 @@
81
81
  "babel-preset-es2015": "^6.24.1",
82
82
  "babel-preset-stage-3": "^6.24.1",
83
83
  "caniuse-db": "~1.0.30000978",
84
+ "create-file-webpack": "^1.0.2",
84
85
  "cross-env": "^5.2.0",
85
86
  "css-loader": "^1.0.0",
86
87
  "css-mqpacker": "^7.0.0",
@@ -127,10 +128,10 @@
127
128
  "storybook-readme": "3.1.1",
128
129
  "strip-html-comments": "^1.0.0",
129
130
  "style-loader": "^0.21.0",
130
- "stylelint": "^11.1.1",
131
- "stylelint-config-property-sort-order-smacss": "^5.0.0",
132
- "stylelint-config-standard": "^19.0.0",
133
- "stylelint-order": "^3.1.1",
131
+ "stylelint": "^14.16.1",
132
+ "stylelint-config-property-sort-order-smacss": "^9.1.0",
133
+ "stylelint-config-standard": "^29.0.0",
134
+ "stylelint-order": "^5.0.0",
134
135
  "svg-sprite-loader": "^4.3.0",
135
136
  "svg-url-loader": "^2.3.3",
136
137
  "svgo-loader": "^2.1.0",