hof 22.11.0-frontend-v4-beta.3 → 23.0.0-frontend-v4-beta.2

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 (57) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/components/emailer/emailer.js +3 -3
  3. package/config/builder-defaults.js +6 -6
  4. package/config/rate-limits.js +1 -1
  5. package/frontend/govuk-template/build/govuk_template.html +39 -47
  6. package/frontend/govuk-template/govuk_template_generated.html +39 -47
  7. package/frontend/govuk-template/index.js +1 -1
  8. package/frontend/themes/gov-uk/client-js/cookieSettings.js +20 -20
  9. package/frontend/toolkit/index.js +6 -6
  10. package/index.js +5 -3
  11. package/package.json +47 -47
  12. package/sandbox/assets/js/index.js +1 -1
  13. package/sandbox/assets/scss/app.scss +1 -1
  14. package/sandbox/package.json +1 -1
  15. package/sandbox/public/css/app.css +1365 -853
  16. package/sandbox/public/js/bundle.js +29 -29
  17. package/sandbox/yarn.lock +56 -163
  18. /package/frontend/toolkit/assets/{images → rebrand/images}/passports/new-window-link-blue.png +0 -0
  19. /package/frontend/toolkit/assets/{images → rebrand/images}/passports/new-window-link.png +0 -0
  20. /package/frontend/toolkit/assets/{images → rebrand/images}/spinner.gif +0 -0
  21. /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/character-count.js +0 -0
  22. /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/form-focus.js +0 -0
  23. /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/helpers.js +0 -0
  24. /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/progressive-reveal.js +0 -0
  25. /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/validation.js +0 -0
  26. /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/vendor/details.polyfill.js +0 -0
  27. /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/vendor/indexof.polyfill.js +0 -0
  28. /package/frontend/toolkit/assets/{javascript → rebrand/javascript}/vendor/safari-cachebuster.js +0 -0
  29. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_base.scss +0 -0
  30. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_helpers.scss +0 -0
  31. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_layout.scss +0 -0
  32. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_typography.scss +0 -0
  33. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/_variables.scss +0 -0
  34. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/app.scss +0 -0
  35. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_buttons.scss +0 -0
  36. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_details.scss +0 -0
  37. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_elements-typography.scss +0 -0
  38. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_forms.scss +0 -0
  39. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_helpers.scss +0 -0
  40. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_layout.scss +0 -0
  41. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_lists.scss +0 -0
  42. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_panels.scss +0 -0
  43. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_reset.scss +0 -0
  44. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/_tables.scss +0 -0
  45. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/forms/_form-block-labels.scss +0 -0
  46. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/forms/_form-date.scss +0 -0
  47. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/govuk-elements/forms/_form-validation.scss +0 -0
  48. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/mixins.scss +0 -0
  49. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_alerts.scss +0 -0
  50. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_buttons.scss +0 -0
  51. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_confirm-page.scss +0 -0
  52. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_lists.scss +0 -0
  53. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_progressive-reveal.scss +0 -0
  54. /package/frontend/toolkit/assets/{stylesheets → rebrand/stylesheets}/modules/_validation.scss +0 -0
  55. /package/sandbox/assets/{images/icons → icons}/icon-caret-left.png +0 -0
  56. /package/sandbox/assets/{images/icons → icons}/icon-complete.png +0 -0
  57. /package/sandbox/assets/{images/icons → icons}/icon-cross-remove-sign.png +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "22.11.0-frontend-v4-beta.3",
4
+ "version": "23.0.0-frontend-v4-beta.2",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",
@@ -36,99 +36,99 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "aliasify": "^2.1.0",
39
- "axios": "^1.11.0",
39
+ "axios": "^1.12.2",
40
40
  "bluebird": "^3.7.2",
41
- "body-parser": "^1.15.1",
42
- "browserify": "^17.0.0",
41
+ "body-parser": "^1.20.3",
42
+ "browserify": "^17.0.1",
43
43
  "callsite": "^1.0.0",
44
- "chalk": "^2.0.0",
45
- "chokidar": "^3.4.0",
44
+ "chalk": "^2.4.2",
45
+ "chokidar": "^3.6.0",
46
46
  "connect-redis": "^5.2.0",
47
- "cookie-parser": "^1.4.6",
47
+ "cookie-parser": "^1.4.7",
48
48
  "cp": "^0.2.0",
49
49
  "csrf": "^3.1.0",
50
- "debug": "^4.3.1",
51
- "deprecate": "^1.0.0",
50
+ "debug": "^4.4.3",
51
+ "deprecate": "^1.1.1",
52
52
  "dialog-polyfill": "^0.5.6",
53
53
  "dotenv": "^4.0.0",
54
- "duplexify": "^3.5.0",
54
+ "duplexify": "^3.7.1",
55
55
  "exorcist": "^2.0.0",
56
- "express": "^4.17.1",
56
+ "express": "^4.21.2",
57
57
  "express-healthcheck": "^0.1.0",
58
58
  "express-partial-templates": "^0.2.1",
59
- "express-session": "^1.13.0",
59
+ "express-session": "^1.18.2",
60
60
  "findup": "^0.1.5",
61
- "glob": "^7.2.0",
61
+ "glob": "^7.2.3",
62
62
  "govuk-elements-sass": "^3.1.3",
63
- "govuk-frontend": "4.10.1",
63
+ "govuk-frontend": "4.10",
64
64
  "govuk_template_mustache": "^0.26.0",
65
- "helmet": "^3.22.0",
65
+ "helmet": "^3.23.3",
66
66
  "hogan-express-strict": "^0.5.4",
67
67
  "hogan.js": "^3.0.2",
68
68
  "homeoffice-countries": "^0.2.0",
69
- "i18n-future": "^2.0.0",
69
+ "i18n-future": "^2.0.1",
70
70
  "i18n-lookup": "^0.1.0",
71
71
  "is-pdf": "^1.0.0",
72
- "jquery": "^3.6.0",
73
- "libphonenumber-js": "^1.9.44",
72
+ "jquery": "^3.7.1",
73
+ "libphonenumber-js": "^1.12.23",
74
74
  "lodash": "^4.17.21",
75
75
  "markdown-it": "^12.3.2",
76
- "minimatch": "^3.0.7",
77
- "minimist": "^1.2.6",
76
+ "minimatch": "^3.1.2",
77
+ "minimist": "^1.2.8",
78
78
  "mixwith": "^0.1.1",
79
- "moment": "^2.29.4",
80
- "morgan": "^1.10.0",
79
+ "moment": "^2.30.1",
80
+ "morgan": "^1.10.1",
81
81
  "mustache": "^4.2.0",
82
- "nodemailer": "^6.6.3",
82
+ "nodemailer": "^6.10.1",
83
83
  "nodemailer-ses-transport": "^1.5.1",
84
84
  "nodemailer-stub-transport": "^1.1.0",
85
85
  "notifications-node-client": "^8.2.1",
86
86
  "redis": "^3.1.2",
87
87
  "reqres": "^3.0.1",
88
88
  "rimraf": "^3.0.2",
89
- "sass": "^1.56.2",
90
- "serve-static": "^1.14.1",
91
- "uglify-js": "^3.14.3",
89
+ "sass": "^1.93.2",
90
+ "serve-static": "^1.16.2",
91
+ "uglify-js": "^3.19.3",
92
92
  "underscore": "^1.13.7",
93
93
  "urijs": "^1.19.11",
94
94
  "uuid": "^8.3.2",
95
- "winston": "^3.7.2"
95
+ "winston": "^3.18.3"
96
96
  },
97
97
  "devDependencies": {
98
- "@cucumber/cucumber": "^7.3.0",
99
- "@cucumber/pretty-formatter": "^1.0.0-alpha.1",
100
- "@types/jest": "^26.0.14",
101
- "@xmldom/xmldom": "~0.8.4",
98
+ "@cucumber/cucumber": "^7.3.2",
99
+ "@cucumber/pretty-formatter": "^1.0.1",
100
+ "@types/jest": "^26.0.24",
101
+ "@xmldom/xmldom": "~0.8.11",
102
102
  "chai": "^3.5.0",
103
- "chai-as-promised": "^7.1.1",
103
+ "chai-as-promised": "^7.1.2",
104
104
  "chai-subset": "^1.6.0",
105
- "concat-stream": "^1.4.7",
106
- "csv": "^5.3.2",
107
- "eslint": "^8.57.0",
105
+ "concat-stream": "^1.6.2",
106
+ "csv": "^5.5.3",
107
+ "eslint": "^8.57.1",
108
108
  "eslint-config-hof": "^1.3.4",
109
109
  "funkie": "0.0.5",
110
110
  "funkie-phantom": "0.0.1",
111
- "istanbul": "^0.4.3",
112
- "jest": "^26.5.0",
113
- "jquery": "^3.6.0",
114
- "karma": "^6.3.4",
115
- "karma-browserify": "^8.0.0",
111
+ "istanbul": "^0.4.5",
112
+ "jest": "^26.6.3",
113
+ "jquery": "^3.7.1",
114
+ "karma": "^6.4.4",
115
+ "karma-browserify": "^8.1.0",
116
116
  "karma-chai": "^0.1.0",
117
117
  "karma-cli": "^2.0.0",
118
118
  "karma-mocha": "^2.0.1",
119
119
  "karma-phantomjs-launcher": "^1.0.4",
120
120
  "mocha": "^8.4.0",
121
121
  "mocha-sandbox": "^1.0.0",
122
- "node-mocks-http": "^1.6.2",
123
- "npm-run-all": "^3.1.1",
122
+ "node-mocks-http": "^1.17.2",
123
+ "npm-run-all": "^3.1.2",
124
124
  "nyc": "^15.1.0",
125
- "playwright": "^1.16.3",
125
+ "playwright": "^1.56.0",
126
126
  "postcode": "0.2.2",
127
- "proxyquire": "^1.7.11",
128
- "release-it": "^16.2.1",
129
- "sinon": "^11.1.1",
127
+ "proxyquire": "^1.8.0",
128
+ "release-it": "^16.3.0",
129
+ "sinon": "^11.1.2",
130
130
  "sinon-chai": "^3.7.0",
131
- "supertest": "^3.0.0",
131
+ "supertest": "^3.4.2",
132
132
  "travis-conditions": "0.0.0",
133
133
  "watchify": "^4.0.0",
134
134
  "webdriverio": "^4.14.4"
@@ -1,7 +1,7 @@
1
1
  /* eslint-disable */
2
2
  'use strict'
3
3
 
4
- require('../../../frontend/themes/gov-uk/client-js');
4
+ require('../../../../frontend/themes/gov-uk/client-js');
5
5
 
6
6
  var $ = require('jquery');
7
7
  var typeahead = require('typeahead-aria');
@@ -1,5 +1,5 @@
1
1
 
2
- @import "../../../frontend/themes/gov-uk/styles/govuk";
2
+ @import "../../../../frontend/themes/gov-uk/styles/govuk";
3
3
 
4
4
  //autocomplete styling
5
5
  .tt-menu {
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "author": "",
17
17
  "dependencies": {
18
- "govuk-frontend": "4.10.1",
18
+ "govuk-frontend": "4.10",
19
19
  "jquery": "^3.7.1",
20
20
  "sass": "^1.53.0",
21
21
  "typeahead-aria": "^1.0.4"