Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert govuk_publishing_components major version bump
Despite the tests passing in #1439, the deployment failed in https://github.com/alphagov/contacts-admin/actions/runs/10166486149 with: ``` [builder 7/7] RUN rails assets:precompile && rm -fr log 0.106 INFO: with_tmpdir_for_ruby: execing rails with TMPDIR=/tmp/ruby-app-xGCNAKnA 1.525 I, [2024-07-30T17:53:13.769638 #7] INFO -- : govuk_app_config changing time_zone from UTC (the default) to London 10.13 bin/rails aborted! 10.13 Uglifier::Error: Name expected (Uglifier::Error) 10.13 -- 10.13 33111 window.GOVUK.modules.start() 10.13 33112 }); 10.13 33113 (function (global, factory) { 10.13 33114 typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : 10.13 33115 typeof define === 'function' && define.amd ? define(['exports'], factory) : 10.13 33116 (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.GOVUKFrontend = {})); 10.13 33117 })(this, (function (exports) { 'use strict'; 10.13 33118 10.13 => function mergeConfigs(...configObjects) { ``` Reverting so that deployment works again as normal, and we can investigate bumping govuk_publishing_components again later.
- Loading branch information