Skip to content

Commit

Permalink
Merge branch 'next' into tplink/supported
Browse files Browse the repository at this point in the history
  • Loading branch information
sdb9696 authored Nov 27, 2024
2 parents 45588b8 + 79928b5 commit 839707d
Show file tree
Hide file tree
Showing 130 changed files with 2,939 additions and 609 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ group :development do
gem 'stringex', '2.8.6'
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
gem 'sassc', '2.1.0'
gem 'sass-embedded', '1.80.6'
gem 'sass-embedded', '1.81.0'
gem 'rubocop', '1.68.0'
gem 'ruby-lsp', '0.21.3'
gem 'rackup', '2.2.0'
gem 'ruby-lsp', '0.22.1'
gem 'rackup', '2.2.1'
end

group :jekyll_plugins do
Expand All @@ -23,7 +23,7 @@ group :jekyll_plugins do
gem 'jekyll-toc', '0.19.0'
end

gem 'sinatra', '4.0.0'
gem 'sinatra', '4.1.1'
gem 'nokogiri', '1.16.7'

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
38 changes: 20 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GEM
bigdecimal (3.1.8)
chunky_png (1.4.0)
colorator (1.1.0)
commonmarker (0.23.10)
commonmarker (0.23.11)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
Expand Down Expand Up @@ -66,9 +66,9 @@ GEM
nokogiri (~> 1.12)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.8.1)
kramdown (2.4.0)
rexml
json (2.8.2)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
Expand All @@ -95,12 +95,13 @@ GEM
public_suffix (6.0.1)
racc (1.8.1)
rack (3.1.8)
rack-protection (4.0.0)
rack-protection (4.1.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rackup (2.2.0)
rackup (2.2.1)
rack (>= 3)
rainbow (3.1.1)
rake (13.2.1)
Expand All @@ -111,7 +112,7 @@ GEM
logger
regexp_parser (2.9.2)
rexml (3.3.9)
rouge (4.4.0)
rouge (4.5.1)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -122,9 +123,9 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
ruby-lsp (0.21.3)
ruby-lsp (0.22.1)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 4)
Expand All @@ -133,23 +134,24 @@ GEM
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass (3.4.25)
sass-embedded (1.80.6-arm64-darwin)
sass-embedded (1.81.0-arm64-darwin)
google-protobuf (~> 4.28)
sass-embedded (1.80.6-x86_64-linux-gnu)
sass-embedded (1.81.0-x86_64-linux-gnu)
google-protobuf (~> 4.28)
sass-globbing (1.1.5)
sass (>= 3.1)
sassc (2.1.0)
ffi (~> 1.9)
sassc (2.1.0-x86_64-linux)
ffi (~> 1.9)
sinatra (4.0.0)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.0.0)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sorbet-runtime (0.5.11641)
sorbet-runtime (0.5.11663)
stringex (2.8.6)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -173,14 +175,14 @@ DEPENDENCIES
jekyll-sitemap (= 1.4.0)
jekyll-toc (= 0.19.0)
nokogiri (= 1.16.7)
rackup (= 2.2.0)
rackup (= 2.2.1)
rake (= 13.2.1)
rubocop (= 1.68.0)
ruby-lsp (= 0.21.3)
sass-embedded (= 1.80.6)
ruby-lsp (= 0.22.1)
sass-embedded (= 1.81.0)
sass-globbing (= 1.1.5)
sassc (= 2.1.0)
sinatra (= 4.0.0)
sinatra (= 4.1.1)
stringex (= 2.8.6)
tzinfo (~> 2.0)
tzinfo-data
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ social:
# Home Assistant release details
current_major_version: 2024
current_minor_version: 11
current_patch_version: 0
date_released: 2024-11-06
current_patch_version: 3
date_released: 2024-11-22

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down
2 changes: 1 addition & 1 deletion sass/homeassistant/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ header .breadcrumbs {
margin: 0 -24px;
text-align: left;

h4 {
h3 {
text-transform: uppercase;
font-size: .9rem;
letter-spacing: 0.005em;
Expand Down
6 changes: 5 additions & 1 deletion source/_data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@ Joakim Sørensen:

Andy Gill:
name: Andy Gill
github: ncandyg
github: ncandyg

Missy Quarry:
name: Missy Quarry
github: missyquarry
Loading

0 comments on commit 839707d

Please sign in to comment.