Skip to content

Commit 8113d04

Browse files
authored
Merge branch 'current' into patch-110
2 parents 9ea97df + 822d4d6 commit 8113d04

File tree

761 files changed

+15875
-5842
lines changed

Some content is hidden

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

761 files changed

+15875
-5842
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<!--
2+
You are amazing! Thanks for contributing to our project!
3+
Please, DO NOT DELETE ANY TEXT from this template! (unless instructed).
4+
5+
Before submitting your pull request, please verify that you have chosen the correct target branch,
6+
and that the PR preview looks fine and does not include unrelated changes.
7+
-->
18
## Proposed change
29
<!--
310
Describe the big picture of your changes here to communicate to the

Diff for: .github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out files from GitHub
11-
uses: actions/checkout@v4.1.7
11+
uses: actions/checkout@v4.2.0
1212
- name: Setting up Node.js
13-
uses: actions/[email protected].3
13+
uses: actions/[email protected].4
1414
with:
1515
node-version: 20
1616
cache: "npm"
@@ -25,9 +25,9 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Check out files from GitHub
28-
uses: actions/checkout@v4.1.7
28+
uses: actions/checkout@v4.2.0
2929
- name: Setting up Node.js
30-
uses: actions/[email protected].3
30+
uses: actions/[email protected].4
3131
with:
3232
node-version: 20
3333
cache: "npm"

Diff for: CODEOWNERS

+40-20
Large diffs are not rendered by default.

Diff for: Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ ruby '> 2.5.0'
44

55
group :development do
66
gem 'rake', '13.2.1'
7-
gem 'jekyll', '4.3.3'
7+
gem 'jekyll', '4.3.4'
88
gem 'compass', '1.0.3'
99
gem 'sass-globbing', '1.1.5'
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 'rubocop', '1.65.1'
14-
gem 'ruby-lsp', '0.17.11'
13+
gem 'rubocop', '1.66.1'
14+
gem 'ruby-lsp', '0.18.4'
1515
gem 'rackup', '2.1.0'
1616
end
1717

Diff for: Gemfile.lock

+37-29
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,24 @@ GEM
2121
sass (>= 3.3.0, < 3.5)
2222
compass-import-once (1.0.5)
2323
sass (>= 3.2, < 3.5)
24-
concurrent-ruby (1.3.3)
24+
concurrent-ruby (1.3.4)
2525
em-websocket (0.5.3)
2626
eventmachine (>= 0.12.9)
2727
http_parser.rb (~> 0)
2828
eventmachine (1.2.7)
29+
ffi (1.17.0-arm64-darwin)
2930
ffi (1.17.0-x86_64-linux-gnu)
3031
forwardable-extended (2.6.0)
31-
google-protobuf (4.27.3-x86_64-linux)
32+
google-protobuf (4.28.2-arm64-darwin)
33+
bigdecimal
34+
rake (>= 13)
35+
google-protobuf (4.28.2-x86_64-linux)
3236
bigdecimal
3337
rake (>= 13)
3438
http_parser.rb (0.8.0)
35-
i18n (1.14.5)
39+
i18n (1.14.6)
3640
concurrent-ruby (~> 1.0)
37-
jekyll (4.3.3)
41+
jekyll (4.3.4)
3842
addressable (~> 2.4)
3943
colorator (~> 1.0)
4044
em-websocket (~> 0.5)
@@ -72,20 +76,22 @@ GEM
7276
listen (3.9.0)
7377
rb-fsevent (~> 0.10, >= 0.10.3)
7478
rb-inotify (~> 0.9, >= 0.9.10)
75-
logger (1.6.0)
79+
logger (1.6.1)
7680
mercenary (0.4.0)
7781
multi_json (1.15.0)
78-
mustermann (3.0.1)
82+
mustermann (3.0.3)
7983
ruby2_keywords (~> 0.0.1)
84+
nokogiri (1.16.7-arm64-darwin)
85+
racc (~> 1.4)
8086
nokogiri (1.16.7-x86_64-linux)
8187
racc (~> 1.4)
82-
parallel (1.25.1)
83-
parser (3.3.4.0)
88+
parallel (1.26.3)
89+
parser (3.3.5.0)
8490
ast (~> 2.4.1)
8591
racc
8692
pathutil (0.16.2)
8793
forwardable-extended (~> 2.6)
88-
prism (0.30.0)
94+
prism (1.0.0)
8995
public_suffix (6.0.1)
9096
racc (1.8.1)
9197
rack (3.1.7)
@@ -102,38 +108,40 @@ GEM
102108
rb-fsevent (0.11.2)
103109
rb-inotify (0.11.1)
104110
ffi (~> 1.0)
105-
rbs (3.5.2)
111+
rbs (3.6.0)
106112
logger
107113
regexp_parser (2.9.2)
108-
rexml (3.3.4)
109-
strscan
110-
rouge (4.3.0)
111-
rubocop (1.65.1)
114+
rexml (3.3.8)
115+
rouge (4.4.0)
116+
rubocop (1.66.1)
112117
json (~> 2.3)
113118
language_server-protocol (>= 3.17.0)
114119
parallel (~> 1.10)
115120
parser (>= 3.3.0.2)
116121
rainbow (>= 2.2.2, < 4.0)
117122
regexp_parser (>= 2.4, < 3.0)
118-
rexml (>= 3.2.5, < 4.0)
119-
rubocop-ast (>= 1.31.1, < 2.0)
123+
rubocop-ast (>= 1.32.2, < 2.0)
120124
ruby-progressbar (~> 1.7)
121125
unicode-display_width (>= 2.4.0, < 3.0)
122-
rubocop-ast (1.32.0)
126+
rubocop-ast (1.32.3)
123127
parser (>= 3.3.1.0)
124-
ruby-lsp (0.17.11)
128+
ruby-lsp (0.18.4)
125129
language_server-protocol (~> 3.17.0)
126-
prism (>= 0.29.0, < 0.31)
130+
prism (~> 1.0)
127131
rbs (>= 3, < 4)
128132
sorbet-runtime (>= 0.5.10782)
129133
ruby-progressbar (1.13.0)
130134
ruby2_keywords (0.0.5)
131135
safe_yaml (1.0.5)
132136
sass (3.4.25)
133-
sass-embedded (1.77.8-x86_64-linux-gnu)
134-
google-protobuf (~> 4.26)
137+
sass-embedded (1.79.4-arm64-darwin)
138+
google-protobuf (~> 4.27)
139+
sass-embedded (1.79.4-x86_64-linux-gnu)
140+
google-protobuf (~> 4.27)
135141
sass-globbing (1.1.5)
136142
sass (>= 3.1)
143+
sassc (2.1.0)
144+
ffi (~> 1.9)
137145
sassc (2.1.0-x86_64-linux)
138146
ffi (~> 1.9)
139147
sinatra (4.0.0)
@@ -142,34 +150,34 @@ GEM
142150
rack-protection (= 4.0.0)
143151
rack-session (>= 2.0.0, < 3)
144152
tilt (~> 2.0)
145-
sorbet-runtime (0.5.11514)
153+
sorbet-runtime (0.5.11589)
146154
stringex (2.8.6)
147-
strscan (3.1.0)
148155
terminal-table (3.0.2)
149156
unicode-display_width (>= 1.1.1, < 3)
150157
tilt (2.4.0)
151158
tzinfo (2.0.6)
152159
concurrent-ruby (~> 1.0)
153-
tzinfo-data (1.2024.1)
160+
tzinfo-data (1.2024.2)
154161
tzinfo (>= 1.0.0)
155-
unicode-display_width (2.5.0)
156-
webrick (1.8.1)
162+
unicode-display_width (2.6.0)
163+
webrick (1.8.2)
157164

158165
PLATFORMS
166+
arm64-darwin-23
159167
x86_64-linux
160168

161169
DEPENDENCIES
162170
compass (= 1.0.3)
163-
jekyll (= 4.3.3)
171+
jekyll (= 4.3.4)
164172
jekyll-commonmark (= 1.4.0)
165173
jekyll-paginate (= 1.1.0)
166174
jekyll-sitemap (= 1.4.0)
167175
jekyll-toc (= 0.19.0)
168176
nokogiri (= 1.16.7)
169177
rackup (= 2.1.0)
170178
rake (= 13.2.1)
171-
rubocop (= 1.65.1)
172-
ruby-lsp (= 0.17.11)
179+
rubocop (= 1.66.1)
180+
ruby-lsp (= 0.18.4)
173181
sass-globbing (= 1.1.5)
174182
sassc (= 2.1.0)
175183
sinatra (= 4.0.0)

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ When you're done working on the site, run the following command to move the post
4040
```bash
4141
bundle exec rake integrate
4242
```
43+
44+
[![Home Assistant - A project from the Open Home Foundation](https://www.openhomefoundation.org/badges/home-assistant.png)](https://www.openhomefoundation.org/)

Diff for: _config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ social:
107107

108108
# Home Assistant release details
109109
current_major_version: 2024
110-
current_minor_version: 7
111-
current_patch_version: 4
112-
date_released: 2024-07-30
110+
current_minor_version: 9
111+
current_patch_version: 3
112+
date_released: 2024-09-24
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)