From 3cea3db76825b22af185f26315927e87ae16eb66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:32:09 +0100 Subject: [PATCH 1/8] Bump sorbet-runtime from 0.5.11262 to 0.5.11284 (#31725) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 42b508eaea6..2af8e02b255 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM rack-protection (= 4.0.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sorbet-runtime (0.5.11262) + sorbet-runtime (0.5.11284) stringex (2.8.6) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) From 25b60d76b3ac0e5b850e05d69a79d70ba59df28a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:32:38 +0100 Subject: [PATCH 2/8] Bump i18n from 1.14.1 to 1.14.3 (#31754) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2af8e02b255..6029c8b7242 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,8 +29,9 @@ GEM forwardable-extended (2.6.0) google-protobuf (3.25.3-x86_64-linux) http_parser.rb (0.8.0) - i18n (1.14.1) + i18n (1.14.3) concurrent-ruby (~> 1.0) + racc (~> 1.7) jekyll (4.3.3) addressable (~> 2.4) colorator (~> 1.0) From 764889691f0b28c2383939f75f5467ac71b010e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:34:46 +0100 Subject: [PATCH 3/8] Bump actions/add-to-project from 0.5.0 to 0.6.0 (#31641) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/add_prs_to_project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_prs_to_project.yml b/.github/workflows/add_prs_to_project.yml index a0743605184..b5b49f24413 100644 --- a/.github/workflows/add_prs_to_project.yml +++ b/.github/workflows/add_prs_to_project.yml @@ -18,7 +18,7 @@ jobs: app_id: ${{ secrets.PROJECTS_APP_ID }} private_key: ${{ secrets.PROJECTS_APP_PEM }} - name: Add to Project - uses: actions/add-to-project@v0.5.0 + uses: actions/add-to-project@v0.6.0 with: project-url: https://github.com/orgs/home-assistant/projects/10 github-token: ${{ steps.token.outputs.token }} From ef327497a3fc0deb9b3b32e90de6ca1325a9ca9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:35:22 +0100 Subject: [PATCH 4/8] Bump rubocop from 1.60.2 to 1.61.0 (#31686) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 7ca72d0e83d..27b5b2c90c2 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ 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 'rubocop', '1.60.2' + gem 'rubocop', '1.61.0' gem 'ruby-lsp', '0.14.1' gem 'rackup', '2.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 6029c8b7242..13cbd325fe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM regexp_parser (2.9.0) rexml (3.2.6) rouge (4.2.0) - rubocop (1.60.2) + rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -113,8 +113,9 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.0) + parser (>= 3.3.0.4) + prism (>= 0.24.0) ruby-lsp (0.14.1) language_server-protocol (~> 3.17.0) prism (>= 0.22.0, < 0.25) @@ -160,7 +161,7 @@ DEPENDENCIES nokogiri (= 1.16.2) rackup (= 2.1.0) rake (= 13.1.0) - rubocop (= 1.60.2) + rubocop (= 1.61.0) ruby-lsp (= 0.14.1) sass-globbing (= 1.1.5) sassc (= 2.1.0) From 97c547a3be3c736f15c61e79839e9c3fa439aeba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:36:06 +0100 Subject: [PATCH 5/8] Bump listen from 3.8.0 to 3.9.0 (#31623) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 13cbd325fe4..11191f9c03b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM kramdown (~> 2.0) language_server-protocol (3.17.0.3) liquid (4.0.4) - listen (3.8.0) + listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) From 593ba4cb9653a4622c0675cd38538366ee056cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:45:15 +0100 Subject: [PATCH 6/8] Bump rubocop-ast from 1.30.0 to 1.31.1 (#31724) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 11191f9c03b..bdffb338d31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,9 +113,8 @@ GEM rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.0) + rubocop-ast (1.31.1) parser (>= 3.3.0.4) - prism (>= 0.24.0) ruby-lsp (0.14.1) language_server-protocol (~> 3.17.0) prism (>= 0.22.0, < 0.25) From 04f5599aff242876dfe20e938aa8e4153d06c9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:48:40 +0100 Subject: [PATCH 7/8] Bump ruby-lsp from 0.14.1 to 0.14.4 (#31743) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 27b5b2c90c2..f4014f68b01 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ group :development do # > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189 gem 'sassc', '2.1.0' gem 'rubocop', '1.61.0' - gem 'ruby-lsp', '0.14.1' + gem 'ruby-lsp', '0.14.4' gem 'rackup', '2.1.0' end diff --git a/Gemfile.lock b/Gemfile.lock index bdffb338d31..c5587195462 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -115,7 +115,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.1) parser (>= 3.3.0.4) - ruby-lsp (0.14.1) + ruby-lsp (0.14.4) language_server-protocol (~> 3.17.0) prism (>= 0.22.0, < 0.25) sorbet-runtime (>= 0.5.10782) @@ -135,7 +135,7 @@ GEM rack-protection (= 4.0.0) rack-session (>= 2.0.0, < 3) tilt (~> 2.0) - sorbet-runtime (0.5.11284) + sorbet-runtime (0.5.11285) stringex (2.8.6) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) @@ -161,7 +161,7 @@ DEPENDENCIES rackup (= 2.1.0) rake (= 13.1.0) rubocop (= 1.61.0) - ruby-lsp (= 0.14.1) + ruby-lsp (= 0.14.4) sass-globbing (= 1.1.5) sassc (= 2.1.0) sinatra (= 4.0.0) From a6fb9aac1f5d9a8db6f8193be0427d4a693ef4b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 12:09:38 +0100 Subject: [PATCH 8/8] Bump sass-embedded from 1.71.0 to 1.71.1 (#31523) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c5587195462..9f68e9669b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.4.25) - sass-embedded (1.71.0-x86_64-linux-gnu) + sass-embedded (1.71.1-x86_64-linux-gnu) google-protobuf (~> 3.25) sass-globbing (1.1.5) sass (>= 3.1)