Skip to content

Commit 1694969

Browse files
authored
Merge branch 'current' into patch-160303
2 parents dbb6eaf + 070da66 commit 1694969

File tree

78 files changed

+1925
-630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1925
-630
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Check out files from GitHub
1111
uses: actions/[email protected]
1212
- name: Setting up Node.js
13-
uses: actions/setup-node@v4.2.0
13+
uses: actions/setup-node@v4.3.0
1414
with:
1515
node-version: 20
1616
cache: "npm"
@@ -27,7 +27,7 @@ jobs:
2727
- name: Check out files from GitHub
2828
uses: actions/[email protected]
2929
- name: Setting up Node.js
30-
uses: actions/setup-node@v4.2.0
30+
uses: actions/setup-node@v4.3.0
3131
with:
3232
node-version: 20
3333
cache: "npm"

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ group :development do
1010
gem 'stringex', '2.8.6'
1111
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
1212
gem 'sassc', '2.1.0'
13-
gem 'sass-embedded', '1.85.1'
14-
gem 'rubocop', '1.73.2'
15-
gem 'ruby-lsp', '0.23.11'
13+
gem 'sass-embedded', '1.86.0'
14+
gem 'rubocop', '1.75.1'
15+
gem 'ruby-lsp', '0.23.12'
1616
gem 'rackup', '2.2.1'
1717
end
1818

@@ -24,7 +24,7 @@ group :jekyll_plugins do
2424
end
2525

2626
gem 'sinatra', '4.1.1'
27-
gem 'nokogiri', '1.18.3'
27+
gem 'nokogiri', '1.18.6'
2828

2929
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
3030
# and associated library

Gemfile.lock

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
ast (2.4.2)
6+
ast (2.4.3)
77
base64 (0.2.0)
88
bigdecimal (3.1.9)
99
chunky_png (1.4.0)
@@ -22,18 +22,18 @@ GEM
2222
compass-import-once (1.0.5)
2323
sass (>= 3.2, < 3.5)
2424
concurrent-ruby (1.3.5)
25-
csv (3.3.2)
25+
csv (3.3.3)
2626
em-websocket (0.5.3)
2727
eventmachine (>= 0.12.9)
2828
http_parser.rb (~> 0)
2929
eventmachine (1.2.7)
3030
ffi (1.17.1-arm64-darwin)
3131
ffi (1.17.1-x86_64-linux-gnu)
3232
forwardable-extended (2.6.0)
33-
google-protobuf (4.30.0-arm64-darwin)
33+
google-protobuf (4.30.2-arm64-darwin)
3434
bigdecimal
3535
rake (>= 13)
36-
google-protobuf (4.30.0-x86_64-linux)
36+
google-protobuf (4.30.2-x86_64-linux)
3737
bigdecimal
3838
rake (>= 13)
3939
http_parser.rb (0.8.0)
@@ -70,7 +70,7 @@ GEM
7070
nokogiri (~> 1.12)
7171
jekyll-watch (2.2.1)
7272
listen (~> 3.0)
73-
json (2.10.1)
73+
json (2.10.2)
7474
kramdown (2.5.1)
7575
rexml (>= 3.3.9)
7676
kramdown-parser-gfm (1.1.0)
@@ -81,22 +81,22 @@ GEM
8181
listen (3.9.0)
8282
rb-fsevent (~> 0.10, >= 0.10.3)
8383
rb-inotify (~> 0.9, >= 0.9.10)
84-
logger (1.6.6)
84+
logger (1.7.0)
8585
mercenary (0.4.0)
8686
multi_json (1.15.0)
8787
mustermann (3.0.3)
8888
ruby2_keywords (~> 0.0.1)
89-
nokogiri (1.18.3-arm64-darwin)
89+
nokogiri (1.18.6-arm64-darwin)
9090
racc (~> 1.4)
91-
nokogiri (1.18.3-x86_64-linux-gnu)
91+
nokogiri (1.18.6-x86_64-linux-gnu)
9292
racc (~> 1.4)
9393
parallel (1.26.3)
94-
parser (3.3.7.1)
94+
parser (3.3.7.3)
9595
ast (~> 2.4.1)
9696
racc
9797
pathutil (0.16.2)
9898
forwardable-extended (~> 2.6)
99-
prism (1.3.0)
99+
prism (1.4.0)
100100
public_suffix (6.0.1)
101101
racc (1.8.1)
102102
rack (3.1.12)
@@ -114,25 +114,26 @@ GEM
114114
rb-fsevent (0.11.2)
115115
rb-inotify (0.11.1)
116116
ffi (~> 1.0)
117-
rbs (3.8.1)
117+
rbs (3.9.1)
118118
logger
119119
regexp_parser (2.10.0)
120120
rexml (3.4.1)
121121
rouge (4.5.1)
122-
rubocop (1.73.2)
122+
rubocop (1.75.1)
123123
json (~> 2.3)
124124
language_server-protocol (~> 3.17.0.2)
125125
lint_roller (~> 1.1.0)
126126
parallel (~> 1.10)
127127
parser (>= 3.3.0.2)
128128
rainbow (>= 2.2.2, < 4.0)
129129
regexp_parser (>= 2.9.3, < 3.0)
130-
rubocop-ast (>= 1.38.0, < 2.0)
130+
rubocop-ast (>= 1.43.0, < 2.0)
131131
ruby-progressbar (~> 1.7)
132132
unicode-display_width (>= 2.4.0, < 4.0)
133-
rubocop-ast (1.38.1)
134-
parser (>= 3.3.1.0)
135-
ruby-lsp (0.23.11)
133+
rubocop-ast (1.43.0)
134+
parser (>= 3.3.7.2)
135+
prism (~> 1.4)
136+
ruby-lsp (0.23.12)
136137
language_server-protocol (~> 3.17.0)
137138
prism (>= 1.2, < 2.0)
138139
rbs (>= 3, < 4)
@@ -141,9 +142,10 @@ GEM
141142
ruby2_keywords (0.0.5)
142143
safe_yaml (1.0.5)
143144
sass (3.4.25)
144-
sass-embedded (1.85.1)
145-
google-protobuf (~> 4.29)
146-
rake (>= 13)
145+
sass-embedded (1.86.0-arm64-darwin)
146+
google-protobuf (~> 4.30)
147+
sass-embedded (1.86.0-x86_64-linux-gnu)
148+
google-protobuf (~> 4.30)
147149
sass-globbing (1.1.5)
148150
sass (>= 3.1)
149151
sassc (2.1.0)
@@ -157,14 +159,14 @@ GEM
157159
rack-protection (= 4.1.1)
158160
rack-session (>= 2.0.0, < 3)
159161
tilt (~> 2.0)
160-
sorbet-runtime (0.5.11919)
162+
sorbet-runtime (0.5.11965)
161163
stringex (2.8.6)
162164
terminal-table (3.0.2)
163165
unicode-display_width (>= 1.1.1, < 3)
164166
tilt (2.6.0)
165167
tzinfo (2.0.6)
166168
concurrent-ruby (~> 1.0)
167-
tzinfo-data (1.2025.1)
169+
tzinfo-data (1.2025.2)
168170
tzinfo (>= 1.0.0)
169171
unicode-display_width (2.6.0)
170172
webrick (1.9.1)
@@ -180,12 +182,12 @@ DEPENDENCIES
180182
jekyll-paginate (= 1.1.0)
181183
jekyll-sitemap (= 1.4.0)
182184
jekyll-toc (= 0.19.0)
183-
nokogiri (= 1.18.3)
185+
nokogiri (= 1.18.6)
184186
rackup (= 2.2.1)
185187
rake (= 13.2.1)
186-
rubocop (= 1.73.2)
187-
ruby-lsp (= 0.23.11)
188-
sass-embedded (= 1.85.1)
188+
rubocop (= 1.75.1)
189+
ruby-lsp (= 0.23.12)
190+
sass-embedded (= 1.86.0)
189191
sass-globbing (= 1.1.5)
190192
sassc (= 2.1.0)
191193
sinatra (= 4.1.1)
@@ -197,4 +199,4 @@ RUBY VERSION
197199
ruby 2.6.2p47
198200

199201
BUNDLED WITH
200-
2.5.3
202+
2.5.3

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ social:
108108
# Home Assistant release details
109109
current_major_version: 2025
110110
current_minor_version: 3
111-
current_patch_version: 2
112-
date_released: 2025-03-11
111+
current_patch_version: 4
112+
date_released: 2025-03-21
113113

114114
# Either # or the anchor link to latest release notes in the blog post.
115115
# Must be prefixed with a # and have double quotes around it.

0 commit comments

Comments
 (0)