ccs-frontend_helpers 3.0.0 → 3.1.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.
- checksums.yaml +4 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +7 -0
- data/Gemfile +2 -2
- data/Gemfile.lock +79 -77
- data/README.md +1 -0
- data/bun.lock +4 -4
- data/lib/ccs/components/govuk/pagination/item/ellipsis.rb +1 -1
- data/lib/ccs/frontend_helpers/version.rb +1 -1
- data/package.json +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f29c2f97482a7c5a87325dafb7ebb3c4bf5a450f735d03c1fb2ee56e012a9a0f
|
4
|
+
data.tar.gz: 678ebc845227fee1e88c6ad046125c2d65db86e0c34f9041d2fab6d4bf9aa0d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2b79e25e4801d5036904a1ed5f1a829e1b3f95ca5058927745b5590c237f6301bfd20f7249d5f4d18146d63ae23a229be07bd884b461acb101bda725cc396cf4
|
7
|
+
data.tar.gz: 02a239b6c44b74b0881ee4d0528d86a5dab668dff91ded66548a34a8ad68d5922d071bbc24853c405d35427706449bb3c7d10136a0146a887043d688ca434948
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.4.
|
1
|
+
3.4.7
|
data/CHANGELOG.md
CHANGED
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
7
7
|
|
8
8
|
## [Unreleased]
|
9
9
|
|
10
|
+
## [3.1.0] - 2025-10-13
|
11
|
+
|
12
|
+
### Added
|
13
|
+
|
14
|
+
- Updated GOV.UK Frontend to v5.13.0
|
15
|
+
- Updated CCS Frontend to v2.1.0
|
16
|
+
|
10
17
|
## [3.0.0] - 2025-08-27
|
11
18
|
|
12
19
|
### Added
|
data/Gemfile
CHANGED
@@ -16,11 +16,11 @@ gem 'simplecov', '~> 0.21'
|
|
16
16
|
gem 'nokogiri-diff', '~> 0.3.0'
|
17
17
|
|
18
18
|
# Gems for linting/formatting the package
|
19
|
-
gem 'rubocop', '~> 1.
|
19
|
+
gem 'rubocop', '~> 1.81'
|
20
20
|
gem 'rubocop-capybara', '~> 2.22'
|
21
21
|
gem 'rubocop-rails', '~> 2.33'
|
22
22
|
gem 'rubocop-rake', '~> 0.7'
|
23
|
-
gem 'rubocop-rspec', '~> 3.
|
23
|
+
gem 'rubocop-rspec', '~> 3.7'
|
24
24
|
|
25
25
|
# Gems for documenting the package
|
26
26
|
gem 'yard', '~> 0.9'
|
data/Gemfile.lock
CHANGED
@@ -1,35 +1,35 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ccs-frontend_helpers (3.
|
4
|
+
ccs-frontend_helpers (3.1.0)
|
5
5
|
rails (>= 7.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (8.0.
|
11
|
-
actionpack (= 8.0.
|
12
|
-
activesupport (= 8.0.
|
10
|
+
actioncable (8.0.3)
|
11
|
+
actionpack (= 8.0.3)
|
12
|
+
activesupport (= 8.0.3)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
15
|
zeitwerk (~> 2.6)
|
16
|
-
actionmailbox (8.0.
|
17
|
-
actionpack (= 8.0.
|
18
|
-
activejob (= 8.0.
|
19
|
-
activerecord (= 8.0.
|
20
|
-
activestorage (= 8.0.
|
21
|
-
activesupport (= 8.0.
|
16
|
+
actionmailbox (8.0.3)
|
17
|
+
actionpack (= 8.0.3)
|
18
|
+
activejob (= 8.0.3)
|
19
|
+
activerecord (= 8.0.3)
|
20
|
+
activestorage (= 8.0.3)
|
21
|
+
activesupport (= 8.0.3)
|
22
22
|
mail (>= 2.8.0)
|
23
|
-
actionmailer (8.0.
|
24
|
-
actionpack (= 8.0.
|
25
|
-
actionview (= 8.0.
|
26
|
-
activejob (= 8.0.
|
27
|
-
activesupport (= 8.0.
|
23
|
+
actionmailer (8.0.3)
|
24
|
+
actionpack (= 8.0.3)
|
25
|
+
actionview (= 8.0.3)
|
26
|
+
activejob (= 8.0.3)
|
27
|
+
activesupport (= 8.0.3)
|
28
28
|
mail (>= 2.8.0)
|
29
29
|
rails-dom-testing (~> 2.2)
|
30
|
-
actionpack (8.0.
|
31
|
-
actionview (= 8.0.
|
32
|
-
activesupport (= 8.0.
|
30
|
+
actionpack (8.0.3)
|
31
|
+
actionview (= 8.0.3)
|
32
|
+
activesupport (= 8.0.3)
|
33
33
|
nokogiri (>= 1.8.5)
|
34
34
|
rack (>= 2.2.4)
|
35
35
|
rack-session (>= 1.0.1)
|
@@ -37,35 +37,35 @@ GEM
|
|
37
37
|
rails-dom-testing (~> 2.2)
|
38
38
|
rails-html-sanitizer (~> 1.6)
|
39
39
|
useragent (~> 0.16)
|
40
|
-
actiontext (8.0.
|
41
|
-
actionpack (= 8.0.
|
42
|
-
activerecord (= 8.0.
|
43
|
-
activestorage (= 8.0.
|
44
|
-
activesupport (= 8.0.
|
40
|
+
actiontext (8.0.3)
|
41
|
+
actionpack (= 8.0.3)
|
42
|
+
activerecord (= 8.0.3)
|
43
|
+
activestorage (= 8.0.3)
|
44
|
+
activesupport (= 8.0.3)
|
45
45
|
globalid (>= 0.6.0)
|
46
46
|
nokogiri (>= 1.8.5)
|
47
|
-
actionview (8.0.
|
48
|
-
activesupport (= 8.0.
|
47
|
+
actionview (8.0.3)
|
48
|
+
activesupport (= 8.0.3)
|
49
49
|
builder (~> 3.1)
|
50
50
|
erubi (~> 1.11)
|
51
51
|
rails-dom-testing (~> 2.2)
|
52
52
|
rails-html-sanitizer (~> 1.6)
|
53
|
-
activejob (8.0.
|
54
|
-
activesupport (= 8.0.
|
53
|
+
activejob (8.0.3)
|
54
|
+
activesupport (= 8.0.3)
|
55
55
|
globalid (>= 0.3.6)
|
56
|
-
activemodel (8.0.
|
57
|
-
activesupport (= 8.0.
|
58
|
-
activerecord (8.0.
|
59
|
-
activemodel (= 8.0.
|
60
|
-
activesupport (= 8.0.
|
56
|
+
activemodel (8.0.3)
|
57
|
+
activesupport (= 8.0.3)
|
58
|
+
activerecord (8.0.3)
|
59
|
+
activemodel (= 8.0.3)
|
60
|
+
activesupport (= 8.0.3)
|
61
61
|
timeout (>= 0.4.0)
|
62
|
-
activestorage (8.0.
|
63
|
-
actionpack (= 8.0.
|
64
|
-
activejob (= 8.0.
|
65
|
-
activerecord (= 8.0.
|
66
|
-
activesupport (= 8.0.
|
62
|
+
activestorage (8.0.3)
|
63
|
+
actionpack (= 8.0.3)
|
64
|
+
activejob (= 8.0.3)
|
65
|
+
activerecord (= 8.0.3)
|
66
|
+
activesupport (= 8.0.3)
|
67
67
|
marcel (~> 1.0)
|
68
|
-
activesupport (8.0.
|
68
|
+
activesupport (8.0.3)
|
69
69
|
base64
|
70
70
|
benchmark (>= 0.3)
|
71
71
|
bigdecimal
|
@@ -83,7 +83,7 @@ GEM
|
|
83
83
|
ast (2.4.3)
|
84
84
|
base64 (0.3.0)
|
85
85
|
benchmark (0.4.1)
|
86
|
-
bigdecimal (3.2.
|
86
|
+
bigdecimal (3.2.3)
|
87
87
|
builder (3.3.0)
|
88
88
|
capybara (3.40.0)
|
89
89
|
addressable
|
@@ -95,7 +95,7 @@ GEM
|
|
95
95
|
regexp_parser (>= 1.5, < 3.0)
|
96
96
|
xpath (~> 3.2)
|
97
97
|
concurrent-ruby (1.3.5)
|
98
|
-
connection_pool (2.5.
|
98
|
+
connection_pool (2.5.4)
|
99
99
|
crass (1.0.6)
|
100
100
|
date (3.4.1)
|
101
101
|
diff-lcs (1.6.2)
|
@@ -103,7 +103,7 @@ GEM
|
|
103
103
|
drb (2.2.3)
|
104
104
|
erb (5.0.2)
|
105
105
|
erubi (1.13.1)
|
106
|
-
globalid (1.
|
106
|
+
globalid (1.3.0)
|
107
107
|
activesupport (>= 6.1)
|
108
108
|
i18n (1.14.7)
|
109
109
|
concurrent-ruby (~> 1.0)
|
@@ -112,7 +112,7 @@ GEM
|
|
112
112
|
pp (>= 0.6.0)
|
113
113
|
rdoc (>= 4.0.0)
|
114
114
|
reline (>= 0.4.2)
|
115
|
-
json (2.
|
115
|
+
json (2.15.0)
|
116
116
|
language_server-protocol (3.17.0.5)
|
117
117
|
lint_roller (1.1.0)
|
118
118
|
logger (1.7.0)
|
@@ -124,11 +124,11 @@ GEM
|
|
124
124
|
net-imap
|
125
125
|
net-pop
|
126
126
|
net-smtp
|
127
|
-
marcel (1.0
|
127
|
+
marcel (1.1.0)
|
128
128
|
matrix (0.4.2)
|
129
129
|
mini_mime (1.1.5)
|
130
130
|
minitest (5.25.5)
|
131
|
-
net-imap (0.5.
|
131
|
+
net-imap (0.5.10)
|
132
132
|
date
|
133
133
|
net-protocol
|
134
134
|
net-pop (0.1.2)
|
@@ -138,11 +138,11 @@ GEM
|
|
138
138
|
net-smtp (0.5.1)
|
139
139
|
net-protocol
|
140
140
|
nio4r (2.7.4)
|
141
|
-
nokogiri (1.18.
|
141
|
+
nokogiri (1.18.10-arm64-darwin)
|
142
142
|
racc (~> 1.4)
|
143
|
-
nokogiri (1.18.
|
143
|
+
nokogiri (1.18.10-x86_64-darwin)
|
144
144
|
racc (~> 1.4)
|
145
|
-
nokogiri (1.18.
|
145
|
+
nokogiri (1.18.10-x86_64-linux-gnu)
|
146
146
|
racc (~> 1.4)
|
147
147
|
nokogiri-diff (0.3.0)
|
148
148
|
nokogiri (~> 1.5)
|
@@ -154,13 +154,13 @@ GEM
|
|
154
154
|
pp (0.6.2)
|
155
155
|
prettyprint
|
156
156
|
prettyprint (0.2.0)
|
157
|
-
prism (1.
|
157
|
+
prism (1.5.1)
|
158
158
|
psych (5.2.6)
|
159
159
|
date
|
160
160
|
stringio
|
161
161
|
public_suffix (5.0.4)
|
162
162
|
racc (1.8.1)
|
163
|
-
rack (3.2.
|
163
|
+
rack (3.2.2)
|
164
164
|
rack-session (2.1.1)
|
165
165
|
base64 (>= 0.1.0)
|
166
166
|
rack (>= 3.0.0)
|
@@ -168,20 +168,20 @@ GEM
|
|
168
168
|
rack (>= 1.3)
|
169
169
|
rackup (2.2.1)
|
170
170
|
rack (>= 3)
|
171
|
-
rails (8.0.
|
172
|
-
actioncable (= 8.0.
|
173
|
-
actionmailbox (= 8.0.
|
174
|
-
actionmailer (= 8.0.
|
175
|
-
actionpack (= 8.0.
|
176
|
-
actiontext (= 8.0.
|
177
|
-
actionview (= 8.0.
|
178
|
-
activejob (= 8.0.
|
179
|
-
activemodel (= 8.0.
|
180
|
-
activerecord (= 8.0.
|
181
|
-
activestorage (= 8.0.
|
182
|
-
activesupport (= 8.0.
|
171
|
+
rails (8.0.3)
|
172
|
+
actioncable (= 8.0.3)
|
173
|
+
actionmailbox (= 8.0.3)
|
174
|
+
actionmailer (= 8.0.3)
|
175
|
+
actionpack (= 8.0.3)
|
176
|
+
actiontext (= 8.0.3)
|
177
|
+
actionview (= 8.0.3)
|
178
|
+
activejob (= 8.0.3)
|
179
|
+
activemodel (= 8.0.3)
|
180
|
+
activerecord (= 8.0.3)
|
181
|
+
activestorage (= 8.0.3)
|
182
|
+
activesupport (= 8.0.3)
|
183
183
|
bundler (>= 1.15.0)
|
184
|
-
railties (= 8.0.
|
184
|
+
railties (= 8.0.3)
|
185
185
|
rails-dom-testing (2.3.0)
|
186
186
|
activesupport (>= 5.0.0)
|
187
187
|
minitest
|
@@ -189,20 +189,21 @@ GEM
|
|
189
189
|
rails-html-sanitizer (1.6.2)
|
190
190
|
loofah (~> 2.21)
|
191
191
|
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)
|
192
|
-
railties (8.0.
|
193
|
-
actionpack (= 8.0.
|
194
|
-
activesupport (= 8.0.
|
192
|
+
railties (8.0.3)
|
193
|
+
actionpack (= 8.0.3)
|
194
|
+
activesupport (= 8.0.3)
|
195
195
|
irb (~> 1.13)
|
196
196
|
rackup (>= 1.0.0)
|
197
197
|
rake (>= 12.2)
|
198
198
|
thor (~> 1.0, >= 1.2.2)
|
199
|
+
tsort (>= 0.2)
|
199
200
|
zeitwerk (~> 2.6)
|
200
201
|
rainbow (3.1.1)
|
201
202
|
rake (13.3.0)
|
202
203
|
rdoc (6.14.2)
|
203
204
|
erb
|
204
205
|
psych (>= 4.0.0)
|
205
|
-
regexp_parser (2.11.
|
206
|
+
regexp_parser (2.11.3)
|
206
207
|
reline (0.6.2)
|
207
208
|
io-console (~> 0.5)
|
208
209
|
rspec (3.13.1)
|
@@ -218,7 +219,7 @@ GEM
|
|
218
219
|
diff-lcs (>= 1.2.0, < 2.0)
|
219
220
|
rspec-support (~> 3.13.0)
|
220
221
|
rspec-support (3.13.4)
|
221
|
-
rubocop (1.
|
222
|
+
rubocop (1.81.1)
|
222
223
|
json (~> 2.3)
|
223
224
|
language_server-protocol (~> 3.17.0.2)
|
224
225
|
lint_roller (~> 1.1.0)
|
@@ -226,16 +227,16 @@ GEM
|
|
226
227
|
parser (>= 3.3.0.2)
|
227
228
|
rainbow (>= 2.2.2, < 4.0)
|
228
229
|
regexp_parser (>= 2.9.3, < 3.0)
|
229
|
-
rubocop-ast (>= 1.
|
230
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
230
231
|
ruby-progressbar (~> 1.7)
|
231
232
|
unicode-display_width (>= 2.4.0, < 4.0)
|
232
|
-
rubocop-ast (1.
|
233
|
+
rubocop-ast (1.47.1)
|
233
234
|
parser (>= 3.3.7.2)
|
234
235
|
prism (~> 1.4)
|
235
236
|
rubocop-capybara (2.22.1)
|
236
237
|
lint_roller (~> 1.1)
|
237
238
|
rubocop (~> 1.72, >= 1.72.1)
|
238
|
-
rubocop-rails (2.33.
|
239
|
+
rubocop-rails (2.33.4)
|
239
240
|
activesupport (>= 4.2.0)
|
240
241
|
lint_roller (~> 1.1)
|
241
242
|
rack (>= 1.1)
|
@@ -244,7 +245,7 @@ GEM
|
|
244
245
|
rubocop-rake (0.7.1)
|
245
246
|
lint_roller (~> 1.1)
|
246
247
|
rubocop (>= 1.72.1)
|
247
|
-
rubocop-rspec (3.
|
248
|
+
rubocop-rspec (3.7.0)
|
248
249
|
lint_roller (~> 1.1)
|
249
250
|
rubocop (~> 1.72, >= 1.72.1)
|
250
251
|
ruby-progressbar (1.13.0)
|
@@ -259,11 +260,12 @@ GEM
|
|
259
260
|
tdiff (0.4.0)
|
260
261
|
thor (1.4.0)
|
261
262
|
timeout (0.4.3)
|
263
|
+
tsort (0.2.0)
|
262
264
|
tzinfo (2.0.6)
|
263
265
|
concurrent-ruby (~> 1.0)
|
264
|
-
unicode-display_width (3.
|
265
|
-
unicode-emoji (~> 4.
|
266
|
-
unicode-emoji (4.0
|
266
|
+
unicode-display_width (3.2.0)
|
267
|
+
unicode-emoji (~> 4.1)
|
268
|
+
unicode-emoji (4.1.0)
|
267
269
|
uri (1.0.3)
|
268
270
|
useragent (0.16.11)
|
269
271
|
websocket-driver (0.8.0)
|
@@ -291,13 +293,13 @@ DEPENDENCIES
|
|
291
293
|
nokogiri-diff (~> 0.3.0)
|
292
294
|
rake (~> 13.3)
|
293
295
|
rspec (~> 3.13)
|
294
|
-
rubocop (~> 1.
|
296
|
+
rubocop (~> 1.81)
|
295
297
|
rubocop-capybara (~> 2.22)
|
296
298
|
rubocop-rails (~> 2.33)
|
297
299
|
rubocop-rake (~> 0.7)
|
298
|
-
rubocop-rspec (~> 3.
|
300
|
+
rubocop-rspec (~> 3.7)
|
299
301
|
simplecov (~> 0.21)
|
300
302
|
yard (~> 0.9)
|
301
303
|
|
302
304
|
BUNDLED WITH
|
303
|
-
2.
|
305
|
+
2.7.2
|
data/README.md
CHANGED
@@ -14,6 +14,7 @@ The following table shows the version of CCS Frontend Helpers that you should us
|
|
14
14
|
|
15
15
|
| CCS Frontend Helpers Version | Target GOV.UK Frontend Version | Target CCS Frontend Version |
|
16
16
|
| ----------------------------- | ------------------------------ | --------------------------- |
|
17
|
+
| [3.1.0](https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v3.1.0) | [5.13.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.13.0) | [2.1.0](https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v2.1.0) |
|
17
18
|
| [3.0.0](https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v3.0.0) | [5.11.2](https://github.com/alphagov/govuk-frontend/releases/tag/v5.11.2) | [2.0.0](https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v2.0.0) |
|
18
19
|
| [2.5.0](https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.5.0) | [5.11.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.11.0) | [1.4.1](https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.4.1) |
|
19
20
|
| [2.4.0](https://github.com/Crown-Commercial-Service/ccs-frontend_helpers/releases/tag/v2.4.0) | [5.10.0](https://github.com/alphagov/govuk-frontend/releases/tag/v5.10.0) | [1.4.1](https://github.com/Crown-Commercial-Service/ccs-frontend-project/releases/tag/v1.4.1) |
|
data/bun.lock
CHANGED
@@ -3,15 +3,15 @@
|
|
3
3
|
"workspaces": {
|
4
4
|
"": {
|
5
5
|
"devDependencies": {
|
6
|
-
"ccs-frontend": "2.
|
7
|
-
"govuk-frontend": "5.
|
6
|
+
"ccs-frontend": "2.1.0",
|
7
|
+
"govuk-frontend": "5.13.0",
|
8
8
|
},
|
9
9
|
},
|
10
10
|
},
|
11
11
|
"packages": {
|
12
|
-
"ccs-frontend": ["ccs-frontend@2.
|
12
|
+
"ccs-frontend": ["ccs-frontend@2.1.0", "", { "peerDependencies": { "govuk-frontend": "^5.13.0", "jquery": "^3.x" } }, "sha512-1V+Dcj5r702VsOGizeyfw2+EdxiJM7mipKpkAcah14bnTsb3ofHxdTyimazIRouGwnteKhhpZBhhVai3Yz/pNg=="],
|
13
13
|
|
14
|
-
"govuk-frontend": ["govuk-frontend@5.
|
14
|
+
"govuk-frontend": ["govuk-frontend@5.13.0", "", {}, "sha512-6N3pHelWN7wftdM6e4YEzZAfattapa1gnd+Al6d5PUbfTr9D+T2dnphpNpjX75CTEhihlQqlL0RDQ3WIfZ3PSg=="],
|
15
15
|
|
16
16
|
"jquery": ["jquery@3.7.1", "", {}, "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg=="],
|
17
17
|
}
|
data/package.json
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ccs-frontend_helpers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Crown Commercial Service
|
@@ -221,7 +221,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
221
221
|
- !ruby/object:Gem::Version
|
222
222
|
version: '0'
|
223
223
|
requirements: []
|
224
|
-
rubygems_version: 3.6.
|
224
|
+
rubygems_version: 3.6.9
|
225
225
|
specification_version: 4
|
226
226
|
summary: Gem containing view helpers for CCS Ruby on Rails projects
|
227
227
|
test_files: []
|