Skip to content

Commit 630bbac

Browse files
authored
Merge branch 'main' into dependabot/bundler/pg-1.5.9
2 parents f560aa6 + 0c87b6c commit 630bbac

File tree

4 files changed

+39
-29
lines changed

4 files changed

+39
-29
lines changed

.github/workflows/deploy.yml

+12-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
env:
77
PREFIX: "fum"
88
SHA: ${{ github.event.pull_request.head.sha || github.sha }}
9-
KUBE_NAMESPACE: ${{ secrets.KUBE_NAMESPACE }}
10-
KUBE_CERT: ${{ secrets.KUBE_CERT }}
11-
KUBE_TOKEN: ${{ secrets.KUBE_TOKEN }}
12-
KUBE_CLUSTER: ${{ secrets.KUBE_CLUSTER }}
139

1410
concurrency:
1511
group: deploy-${{ github.ref }}
@@ -71,6 +67,12 @@ jobs:
7167
id-token: write # This is required for requesting the JWT
7268
contents: read # This is required for actions/checkout
7369

70+
env:
71+
KUBE_NAMESPACE: ${{ secrets.KUBE_NAMESPACE }}
72+
KUBE_CERT: ${{ secrets.KUBE_CERT }}
73+
KUBE_TOKEN: ${{ secrets.KUBE_TOKEN }}
74+
KUBE_CLUSTER: ${{ secrets.KUBE_CLUSTER }}
75+
7476
steps:
7577
- name: Checkout
7678
uses: actions/checkout@v4
@@ -130,6 +132,12 @@ jobs:
130132
id-token: write # This is required for requesting the JWT
131133
contents: read # This is required for actions/checkout
132134

135+
env:
136+
KUBE_NAMESPACE: ${{ secrets.KUBE_NAMESPACE }}
137+
KUBE_CERT: ${{ secrets.KUBE_CERT }}
138+
KUBE_TOKEN: ${{ secrets.KUBE_TOKEN }}
139+
KUBE_CLUSTER: ${{ secrets.KUBE_CLUSTER }}
140+
133141
steps:
134142
- name: Checkout
135143
uses: actions/checkout@v4

Gemfile.lock

+12-11
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ GEM
8585
bigdecimal (3.1.8)
8686
binding_of_caller (1.0.1)
8787
debug_inspector (>= 1.2.0)
88-
brakeman (6.0.1)
88+
brakeman (7.0.0)
89+
racc
8990
builder (3.3.0)
9091
capybara (3.40.0)
9192
addressable
@@ -132,10 +133,10 @@ GEM
132133
rake (>= 13)
133134
googleapis-common-protos-types (1.15.0)
134135
google-protobuf (>= 3.18, < 5.a)
135-
govuk-components (5.4.0)
136+
govuk-components (5.7.0)
136137
html-attributes-utils (~> 1.0.0, >= 1.0.0)
137-
pagy (>= 6, < 9)
138-
view_component (>= 3.9, < 3.13)
138+
pagy (>= 6, < 10)
139+
view_component (>= 3.9, < 3.17)
139140
govuk_app_config (9.14.0)
140141
logstasher (~> 2.1)
141142
opentelemetry-exporter-otlp (>= 0.25, < 0.29)
@@ -169,7 +170,7 @@ GEM
169170
logstasher (2.1.5)
170171
activesupport (>= 5.2)
171172
request_store
172-
loofah (2.22.0)
173+
loofah (2.23.1)
173174
crass (~> 1.0.2)
174175
nokogiri (>= 1.12.0)
175176
mail (2.8.1)
@@ -192,11 +193,11 @@ GEM
192193
net-smtp (0.5.0)
193194
net-protocol
194195
nio4r (2.7.3)
195-
nokogiri (1.16.7-arm64-darwin)
196+
nokogiri (1.16.8-arm64-darwin)
196197
racc (~> 1.4)
197-
nokogiri (1.16.7-x86_64-darwin)
198+
nokogiri (1.16.8-x86_64-darwin)
198199
racc (~> 1.4)
199-
nokogiri (1.16.7-x86_64-linux)
200+
nokogiri (1.16.8-x86_64-linux)
200201
racc (~> 1.4)
201202
opentelemetry-api (1.3.0)
202203
opentelemetry-common (0.21.0)
@@ -398,7 +399,7 @@ GEM
398399
opentelemetry-semantic_conventions
399400
opentelemetry-semantic_conventions (1.10.1)
400401
opentelemetry-api (~> 1.0)
401-
pagy (8.4.4)
402+
pagy (9.3.3)
402403
parallel (1.25.1)
403404
parser (3.3.4.0)
404405
ast (~> 2.4.1)
@@ -445,9 +446,9 @@ GEM
445446
activesupport (>= 5.0.0)
446447
minitest
447448
nokogiri (>= 1.6)
448-
rails-html-sanitizer (1.6.0)
449+
rails-html-sanitizer (1.6.1)
449450
loofah (~> 2.21)
450-
nokogiri (~> 1.14)
451+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
451452
railties (7.2.1.1)
452453
actionpack (= 7.2.1.1)
453454
activesupport (= 7.2.1.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"esbuild": "^0.24.0",
1212
"govuk-frontend": "^5.7.1",
13-
"sass": "^1.80.1"
13+
"sass": "^1.83.1"
1414
},
1515
"scripts": {
1616
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",

yarn.lock

+14-13
Original file line numberDiff line numberDiff line change
@@ -1526,10 +1526,10 @@ ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.1:
15261526
resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz"
15271527
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
15281528

1529-
immutable@^4.0.0:
1530-
version "4.2.4"
1531-
resolved "https://registry.npmjs.org/immutable/-/immutable-4.2.4.tgz"
1532-
integrity sha512-WDxL3Hheb1JkRN3sQkyujNlL/xRjAo3rJtaU5xeufUauG66JdMr32bLj4gF+vWl84DIA3Zxw7tiAjneYzRRw+w==
1529+
immutable@^5.0.2:
1530+
version "5.0.3"
1531+
resolved "https://registry.yarnpkg.com/immutable/-/immutable-5.0.3.tgz#aa037e2313ea7b5d400cd9298fa14e404c933db1"
1532+
integrity sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==
15331533

15341534
import-fresh@^3.2.1:
15351535
version "3.3.0"
@@ -2014,9 +2014,9 @@ ms@2.1.2, ms@^2.1.1:
20142014
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
20152015

20162016
nanoid@^3.3.7:
2017-
version "3.3.7"
2018-
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz"
2019-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
2017+
version "3.3.8"
2018+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
2019+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
20202020

20212021
natural-compare@^1.4.0:
20222022
version "1.4.0"
@@ -2494,15 +2494,16 @@ safe-regex-test@^1.0.3:
24942494
es-errors "^1.3.0"
24952495
is-regex "^1.1.4"
24962496

2497-
sass@^1.80.1:
2498-
version "1.80.1"
2499-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.80.1.tgz#5b26cde787917e845f25585b741c0caa653d0154"
2500-
integrity sha512-9lBwDZ7j3y/1DKj5Ec249EVGo5CVpwnzIyIj+cqlCjKkApLnzsJ/l9SnV4YnORvW9dQwQN+gQvh/mFZ8CnDs7Q==
2497+
sass@^1.83.1:
2498+
version "1.83.1"
2499+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.83.1.tgz#dee1ab94b47a6f9993d3195d36f556bcbda64846"
2500+
integrity sha512-EVJbDaEs4Rr3F0glJzFSOvtg2/oy2V/YrGFPqPY24UqcLDWcI9ZY5sN+qyO3c/QCZwzgfirvhXvINiJCE/OLcA==
25012501
dependencies:
2502-
"@parcel/watcher" "^2.4.1"
25032502
chokidar "^4.0.0"
2504-
immutable "^4.0.0"
2503+
immutable "^5.0.2"
25052504
source-map-js ">=0.6.2 <2.0.0"
2505+
optionalDependencies:
2506+
"@parcel/watcher" "^2.4.1"
25062507

25072508
"semver@2 || 3 || 4 || 5":
25082509
version "5.7.2"

0 commit comments

Comments
 (0)