From 074e098ee56eabf0e6d141e19d51eaaa87b106b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 03:32:31 +0000 Subject: [PATCH 001/112] Update minitest requirement from ~> 5.21.1 to ~> 5.22.2 Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.21.2...v5.22.2) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 662867e..469b981 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.5) - minitest (5.21.2) + minitest (5.22.2) mocha (2.1.0) ruby2_keywords (>= 0.0.5) nokogiri (1.16.2) @@ -104,7 +104,7 @@ PLATFORMS DEPENDENCIES erb_lint (~> 0.5.0) erblint-github! - minitest (~> 5.21.1) + minitest (~> 5.22.2) mocha (~> 2.1.0) rake (~> 13.1.0) rubocop (= 1.60.2) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 08c17cc..4c8d292 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.authors = ["GitHub Open Source"] s.add_development_dependency "erb_lint", "~> 0.5.0" - s.add_development_dependency "minitest", "~> 5.21.1" + s.add_development_dependency "minitest", "~> 5.22.2" s.add_development_dependency "mocha", "~> 2.1.0" s.add_development_dependency "rake", "~> 13.1.0" From af159d68d2ba6d16ff2a0f2b7079882053395f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:59:34 +0000 Subject: [PATCH 002/112] Bump rack from 3.0.8 to 3.0.9.1 Bumps [rack](https://github.com/rack/rack) from 3.0.8 to 3.0.9.1. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.0.8...v3.0.9.1) --- updated-dependencies: - dependency-name: rack dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 469b981..ea78fdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM ast (~> 2.4.1) racc racc (1.7.3) - rack (3.0.8) + rack (3.0.9.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest From 41aaee32211521ace2cb62c353e14c66e211b752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:39:00 +0000 Subject: [PATCH 003/112] Update rubocop requirement from = 1.60.2 to = 1.61.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.60.2...v1.61.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ea78fdd..66c8245 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM rake (13.1.0) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.60.2) + rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -78,8 +78,8 @@ 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.1) + parser (>= 3.3.0.4) rubocop-github (0.20.0) rubocop (>= 1.37) rubocop-performance (>= 1.15) @@ -107,7 +107,7 @@ DEPENDENCIES minitest (~> 5.22.2) mocha (~> 2.1.0) rake (~> 13.1.0) - rubocop (= 1.60.2) + rubocop (= 1.61.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 4c8d292..3d47c30 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.1.0" s.add_development_dependency "rake", "~> 13.1.0" - s.add_development_dependency "rubocop", "= 1.60.2" + s.add_development_dependency "rubocop", "= 1.61.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 4eb636ae3a9fbdf12d1aeb9d28e290379cc08846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 03:43:43 +0000 Subject: [PATCH 004/112] Update rubocop requirement from = 1.61.0 to = 1.62.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.61.0...v1.62.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 66c8245..1ed2afa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM rake (13.1.0) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.61.0) + rubocop (1.62.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -75,10 +75,10 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.1) + rubocop-ast (1.31.2) parser (>= 3.3.0.4) rubocop-github (0.20.0) rubocop (>= 1.37) @@ -107,7 +107,7 @@ DEPENDENCIES minitest (~> 5.22.2) mocha (~> 2.1.0) rake (~> 13.1.0) - rubocop (= 1.61.0) + rubocop (= 1.62.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 3d47c30..decc1a7 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.1.0" s.add_development_dependency "rake", "~> 13.1.0" - s.add_development_dependency "rubocop", "= 1.61.0" + s.add_development_dependency "rubocop", "= 1.62.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From d92cd8bd2a54c6d0e2f419ef3bee4593cb7303d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:10:12 +0000 Subject: [PATCH 005/112] Bump github/accessibility-alt-text-bot from 1.4.0 to 1.5.0 Bumps [github/accessibility-alt-text-bot](https://github.com/github/accessibility-alt-text-bot) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/github/accessibility-alt-text-bot/releases) - [Commits](https://github.com/github/accessibility-alt-text-bot/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github/accessibility-alt-text-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/accessibility-alt-text-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/accessibility-alt-text-bot.yml b/.github/workflows/accessibility-alt-text-bot.yml index 0eac9eb..e084331 100644 --- a/.github/workflows/accessibility-alt-text-bot.yml +++ b/.github/workflows/accessibility-alt-text-bot.yml @@ -23,4 +23,4 @@ jobs: if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }} steps: - name: Get action 'github/accessibility-alt-text-bot' - uses: github/accessibility-alt-text-bot@v1.4.0 + uses: github/accessibility-alt-text-bot@v1.5.0 From 2a49a1beb4e1fc983d02fd52c96ffcf36172daf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:41:17 +0000 Subject: [PATCH 006/112] Bump minitest from 5.22.2 to 5.22.3 Bumps [minitest](https://github.com/minitest/minitest) from 5.22.2 to 5.22.3. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.22.2...v5.22.3) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1ed2afa..37c6a5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.5) - minitest (5.22.2) + minitest (5.22.3) mocha (2.1.0) ruby2_keywords (>= 0.0.5) nokogiri (1.16.2) From 1f32021f805ade5b99ebe1f7656fbcb08ef887ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 03:41:25 +0000 Subject: [PATCH 007/112] Update rubocop requirement from = 1.62.0 to = 1.62.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.62.0...v1.62.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1ed2afa..4744812 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM rake (13.1.0) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.62.0) + rubocop (1.62.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -107,7 +107,7 @@ DEPENDENCIES minitest (~> 5.22.2) mocha (~> 2.1.0) rake (~> 13.1.0) - rubocop (= 1.62.0) + rubocop (= 1.62.1) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index decc1a7..af7025e 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.1.0" s.add_development_dependency "rake", "~> 13.1.0" - s.add_development_dependency "rubocop", "= 1.62.0" + s.add_development_dependency "rubocop", "= 1.62.1" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 605161d6f1f999b646e6d2f06b89a6c807f25bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:52:36 +0000 Subject: [PATCH 008/112] Update rake requirement from ~> 13.1.0 to ~> 13.2.1 Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.1.0...v13.2.1) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3f012e4..bc32077 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM loofah (~> 2.21) nokogiri (~> 1.14) rainbow (3.1.1) - rake (13.1.0) + rake (13.2.1) regexp_parser (2.9.0) rexml (3.2.6) rubocop (1.62.1) @@ -106,7 +106,7 @@ DEPENDENCIES erblint-github! minitest (~> 5.22.2) mocha (~> 2.1.0) - rake (~> 13.1.0) + rake (~> 13.2.1) rubocop (= 1.62.1) rubocop-github (~> 0.20.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index af7025e..60d8848 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.add_development_dependency "erb_lint", "~> 0.5.0" s.add_development_dependency "minitest", "~> 5.22.2" s.add_development_dependency "mocha", "~> 2.1.0" - s.add_development_dependency "rake", "~> 13.1.0" + s.add_development_dependency "rake", "~> 13.2.1" s.add_development_dependency "rubocop", "= 1.62.1" s.add_development_dependency "rubocop-github", "~> 0.20.0" From e95432b953db021ca436d6acfcc2ae001096096f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:04:39 +0000 Subject: [PATCH 009/112] Update rubocop requirement from = 1.62.1 to = 1.63.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.62.1...v1.63.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- erblint-github.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc32077..3c32a19 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM erubi (1.12.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) loofah (2.21.3) crass (~> 1.0.2) @@ -67,7 +67,7 @@ GEM rake (13.2.1) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.62.1) + rubocop (1.63.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -107,7 +107,7 @@ DEPENDENCIES minitest (~> 5.22.2) mocha (~> 2.1.0) rake (~> 13.2.1) - rubocop (= 1.62.1) + rubocop (= 1.63.1) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 60d8848..ee1f949 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.1.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.62.1" + s.add_development_dependency "rubocop", "= 1.63.1" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From b662d22216bfdd47ae40f28ea654a31a34868f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 03:04:45 +0000 Subject: [PATCH 010/112] Update mocha requirement from ~> 2.1.0 to ~> 2.2.0 Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bc32077..9766610 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.5) minitest (5.22.3) - mocha (2.1.0) + mocha (2.2.0) ruby2_keywords (>= 0.0.5) nokogiri (1.16.2) mini_portile2 (~> 2.8.2) @@ -105,7 +105,7 @@ DEPENDENCIES erb_lint (~> 0.5.0) erblint-github! minitest (~> 5.22.2) - mocha (~> 2.1.0) + mocha (~> 2.2.0) rake (~> 13.2.1) rubocop (= 1.62.1) rubocop-github (~> 0.20.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 60d8848..a2196cd 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.add_development_dependency "erb_lint", "~> 0.5.0" s.add_development_dependency "minitest", "~> 5.22.2" - s.add_development_dependency "mocha", "~> 2.1.0" + s.add_development_dependency "mocha", "~> 2.2.0" s.add_development_dependency "rake", "~> 13.2.1" s.add_development_dependency "rubocop", "= 1.62.1" From f77e39f0183d1b2a984d82b2762d9acba63f141e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:13:49 +0000 Subject: [PATCH 011/112] Update rubocop requirement from = 1.63.1 to = 1.63.2 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.63.1...v1.63.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c031cb7..7692da7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM rake (13.2.1) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.63.1) + rubocop (1.63.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -107,7 +107,7 @@ DEPENDENCIES minitest (~> 5.22.2) mocha (~> 2.2.0) rake (~> 13.2.1) - rubocop (= 1.63.1) + rubocop (= 1.63.2) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index fd9d0b5..92bd4f7 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.2.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.63.1" + s.add_development_dependency "rubocop", "= 1.63.2" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 604cee7ee0cdec7b4334f18c77ce9dabb8d0ef5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 03:25:16 +0000 Subject: [PATCH 012/112] Update rubocop requirement from = 1.63.2 to = 1.63.4 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.63.2...v1.63.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- erblint-github.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7692da7..c34ea0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc racc (1.7.3) @@ -67,7 +67,7 @@ GEM rake (13.2.1) regexp_parser (2.9.0) rexml (3.2.6) - rubocop (1.63.2) + rubocop (1.63.4) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -107,7 +107,7 @@ DEPENDENCIES minitest (~> 5.22.2) mocha (~> 2.2.0) rake (~> 13.2.1) - rubocop (= 1.63.2) + rubocop (= 1.63.4) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 92bd4f7..30ebaa9 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.2.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.63.2" + s.add_development_dependency "rubocop", "= 1.63.4" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From c4f7dab7e0e8c157accbfe462e4d790e6f4c61be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:24:50 +0000 Subject: [PATCH 013/112] Update rubocop requirement from = 1.63.4 to = 1.63.5 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.63.4...v1.63.5) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- erblint-github.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c34ea0e..8f70dfa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,9 +65,9 @@ GEM nokogiri (~> 1.14) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.0) + regexp_parser (2.9.1) rexml (3.2.6) - rubocop (1.63.4) + rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -78,8 +78,8 @@ GEM rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.2) - parser (>= 3.3.0.4) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) rubocop-github (0.20.0) rubocop (>= 1.37) rubocop-performance (>= 1.15) @@ -107,7 +107,7 @@ DEPENDENCIES minitest (~> 5.22.2) mocha (~> 2.2.0) rake (~> 13.2.1) - rubocop (= 1.63.4) + rubocop (= 1.63.5) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 30ebaa9..1d7e06c 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.2.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.63.4" + s.add_development_dependency "rubocop", "= 1.63.5" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From c218f341cd4c869e125ade8f32dc012ed7fbbc07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 23:38:36 +0000 Subject: [PATCH 014/112] Bump nokogiri from 1.16.2 to 1.16.5 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.2...v1.16.5) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8f70dfa..af78abb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,11 +43,11 @@ GEM loofah (2.21.3) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.5) + mini_portile2 (2.8.6) minitest (5.22.3) mocha (2.2.0) ruby2_keywords (>= 0.0.5) - nokogiri (1.16.2) + nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) From 6ce94d351a19a5996842923b249c7e8ca4a62f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 21:07:25 +0000 Subject: [PATCH 015/112] Bump rexml from 3.2.6 to 3.2.8 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index af78abb..8873b7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,8 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.1) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rubocop (1.63.5) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -94,6 +95,7 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) smart_properties (1.17.0) + strscan (3.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) From 074494efbc99f5e2a9393577353717762fbbc633 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 03:30:04 +0000 Subject: [PATCH 016/112] Update minitest requirement from ~> 5.22.2 to ~> 5.23.0 Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.22.3...v5.23.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8873b7d..2adb8b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.6) - minitest (5.22.3) + minitest (5.23.0) mocha (2.2.0) ruby2_keywords (>= 0.0.5) nokogiri (1.16.5) @@ -106,7 +106,7 @@ PLATFORMS DEPENDENCIES erb_lint (~> 0.5.0) erblint-github! - minitest (~> 5.22.2) + minitest (~> 5.23.0) mocha (~> 2.2.0) rake (~> 13.2.1) rubocop (= 1.63.5) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 1d7e06c..e9fb20e 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.authors = ["GitHub Open Source"] s.add_development_dependency "erb_lint", "~> 0.5.0" - s.add_development_dependency "minitest", "~> 5.22.2" + s.add_development_dependency "minitest", "~> 5.23.0" s.add_development_dependency "mocha", "~> 2.2.0" s.add_development_dependency "rake", "~> 13.2.1" From 82dec45a2b17cd481d09ee73649450aff1038e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 03:31:20 +0000 Subject: [PATCH 017/112] Update mocha requirement from ~> 2.2.0 to ~> 2.3.0 Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2adb8b0..3f6685b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.6) minitest (5.23.0) - mocha (2.2.0) + mocha (2.3.0) ruby2_keywords (>= 0.0.5) nokogiri (1.16.5) mini_portile2 (~> 2.8.2) @@ -107,7 +107,7 @@ DEPENDENCIES erb_lint (~> 0.5.0) erblint-github! minitest (~> 5.23.0) - mocha (~> 2.2.0) + mocha (~> 2.3.0) rake (~> 13.2.1) rubocop (= 1.63.5) rubocop-github (~> 0.20.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index e9fb20e..36f68b0 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.add_development_dependency "erb_lint", "~> 0.5.0" s.add_development_dependency "minitest", "~> 5.23.0" - s.add_development_dependency "mocha", "~> 2.2.0" + s.add_development_dependency "mocha", "~> 2.3.0" s.add_development_dependency "rake", "~> 13.2.1" s.add_development_dependency "rubocop", "= 1.63.5" From bb3f7a3ba7830761f106815cdd5a49b0b773d8f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 03:27:59 +0000 Subject: [PATCH 018/112] Update rubocop requirement from = 1.63.5 to = 1.64.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.63.5...v1.64.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3f6685b..3090e49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM parser (3.3.1.0) ast (~> 2.4.1) racc - racc (1.7.3) + racc (1.8.0) rack (3.0.9.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) @@ -65,10 +65,10 @@ GEM nokogiri (~> 1.14) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.1) + regexp_parser (2.9.2) rexml (3.2.8) strscan (>= 3.0.9) - rubocop (1.63.5) + rubocop (1.64.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -109,7 +109,7 @@ DEPENDENCIES minitest (~> 5.23.0) mocha (~> 2.3.0) rake (~> 13.2.1) - rubocop (= 1.63.5) + rubocop (= 1.64.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 36f68b0..1572b9a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.3.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.63.5" + s.add_development_dependency "rubocop", "= 1.64.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From c3c9af5de76419f01463f0709cf64f417ce8fc99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 03:28:04 +0000 Subject: [PATCH 019/112] Bump minitest from 5.23.0 to 5.23.1 Bumps [minitest](https://github.com/minitest/minitest) from 5.23.0 to 5.23.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.23.0...v5.23.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3f6685b..b7f1e7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.6) - minitest (5.23.0) + minitest (5.23.1) mocha (2.3.0) ruby2_keywords (>= 0.0.5) nokogiri (1.16.5) From 7d0212e49e0721daf1c3783f4273b869f660d761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 03:36:03 +0000 Subject: [PATCH 020/112] Update rubocop requirement from = 1.64.0 to = 1.64.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.64.0...v1.64.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- erblint-github.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7c70f0c..c860fe4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.24.0) - parser (3.3.1.0) + parser (3.3.2.0) ast (~> 2.4.1) racc racc (1.8.0) @@ -68,7 +68,7 @@ GEM regexp_parser (2.9.2) rexml (3.2.8) strscan (>= 3.0.9) - rubocop (1.64.0) + rubocop (1.64.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -109,7 +109,7 @@ DEPENDENCIES minitest (~> 5.23.0) mocha (~> 2.3.0) rake (~> 13.2.1) - rubocop (= 1.64.0) + rubocop (= 1.64.1) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 1572b9a..433e189 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.3.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.64.0" + s.add_development_dependency "rubocop", "= 1.64.1" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 4761cbcda209c2c8b4797d5fc2c14869636523b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:14:56 +0000 Subject: [PATCH 021/112] Update mocha requirement from ~> 2.3.0 to ~> 2.4.0 Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c860fe4..1361c69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.6) minitest (5.23.1) - mocha (2.3.0) + mocha (2.4.0) ruby2_keywords (>= 0.0.5) nokogiri (1.16.5) mini_portile2 (~> 2.8.2) @@ -107,7 +107,7 @@ DEPENDENCIES erb_lint (~> 0.5.0) erblint-github! minitest (~> 5.23.0) - mocha (~> 2.3.0) + mocha (~> 2.4.0) rake (~> 13.2.1) rubocop (= 1.64.1) rubocop-github (~> 0.20.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 433e189..5eab6c9 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.add_development_dependency "erb_lint", "~> 0.5.0" s.add_development_dependency "minitest", "~> 5.23.0" - s.add_development_dependency "mocha", "~> 2.3.0" + s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" s.add_development_dependency "rubocop", "= 1.64.1" From fce142d7df3fc66b68ee66243b6b26e709672c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 03:56:43 +0000 Subject: [PATCH 022/112] Update minitest requirement from ~> 5.23.0 to ~> 5.24.0 Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.23.1...v5.24.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1361c69..c636af1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.6) - minitest (5.23.1) + minitest (5.24.0) mocha (2.4.0) ruby2_keywords (>= 0.0.5) nokogiri (1.16.5) @@ -106,7 +106,7 @@ PLATFORMS DEPENDENCIES erb_lint (~> 0.5.0) erblint-github! - minitest (~> 5.23.0) + minitest (~> 5.24.0) mocha (~> 2.4.0) rake (~> 13.2.1) rubocop (= 1.64.1) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 5eab6c9..de9b509 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.authors = ["GitHub Open Source"] s.add_development_dependency "erb_lint", "~> 0.5.0" - s.add_development_dependency "minitest", "~> 5.23.0" + s.add_development_dependency "minitest", "~> 5.24.0" s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" From 7b39e1933d28f351c578337aa99154efbe630e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:27:03 +0000 Subject: [PATCH 023/112] Bump minitest from 5.24.0 to 5.24.1 Bumps [minitest](https://github.com/minitest/minitest) from 5.24.0 to 5.24.1. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.24.0...v5.24.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c636af1..89b1d3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.6) - minitest (5.24.0) + minitest (5.24.1) mocha (2.4.0) ruby2_keywords (>= 0.0.5) nokogiri (1.16.5) From 974b55226ada6211fb37a9e021da1150ed9bf3d0 Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:48:02 -0400 Subject: [PATCH 024/112] Remove unused function --- lib/erblint-github/linters/custom_helpers.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/erblint-github/linters/custom_helpers.rb b/lib/erblint-github/linters/custom_helpers.rb index d43eb4c..14786ae 100644 --- a/lib/erblint-github/linters/custom_helpers.rb +++ b/lib/erblint-github/linters/custom_helpers.rb @@ -60,12 +60,6 @@ def counter_correct?(processed_source) end end - # Map possible values from condition - def basic_conditional_code_check(code) - conditional_match = code.match(/["'](.+)["']\sif|unless\s.+/) || code.match(/.+\s?\s["'](.+)["']\s:\s["'](.+)["']/) - [conditional_match[1], conditional_match[2]].compact if conditional_match - end - def tags(processed_source) processed_source.parser.nodes_with_type(:tag).map { |tag_node| BetterHtml::Tree::Tag.from_node(tag_node) } end From 77507c1a14f40dded0941de60f7bfd4e9adf8fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 03:07:50 +0000 Subject: [PATCH 025/112] Update rubocop requirement from = 1.64.1 to = 1.65.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.64.1...v1.65.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- erblint-github.gemspec | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 89b1d3b..4912eed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,8 +50,8 @@ GEM nokogiri (1.16.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.2.0) + parallel (1.25.1) + parser (3.3.4.0) ast (~> 2.4.1) racc racc (1.8.0) @@ -66,15 +66,15 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.2.8) - strscan (>= 3.0.9) - rubocop (1.64.1) + rexml (3.3.1) + strscan + rubocop (1.65.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) @@ -109,7 +109,7 @@ DEPENDENCIES minitest (~> 5.24.0) mocha (~> 2.4.0) rake (~> 13.2.1) - rubocop (= 1.64.1) + rubocop (= 1.65.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index de9b509..e9e8e33 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.64.1" + s.add_development_dependency "rubocop", "= 1.65.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 5b9ebe56cd9134ac28b05996404fd825fc189558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:25:16 +0000 Subject: [PATCH 026/112] Bump mocha from 2.4.0 to 2.4.2 Bumps [mocha](https://github.com/freerange/mocha) from 2.4.0 to 2.4.2. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.4.0...v2.4.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4912eed..d656384 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.6) minitest (5.24.1) - mocha (2.4.0) + mocha (2.4.2) ruby2_keywords (>= 0.0.5) nokogiri (1.16.5) mini_portile2 (~> 2.8.2) From 6687d2eb3524f3af6dc700030c0c1b7f03e0dffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 03:26:13 +0000 Subject: [PATCH 027/112] Bump rexml from 3.3.1 to 3.3.2 in the bundler group Bumps the bundler group with 1 update: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d656384..eac4af1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.1) + rexml (3.3.2) strscan rubocop (1.65.0) json (~> 2.3) From 17506a0fe401aed8b102e8d6084e08a7c38d5067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 03:26:13 +0000 Subject: [PATCH 028/112] Bump mocha from 2.4.2 to 2.4.5 Bumps [mocha](https://github.com/freerange/mocha) from 2.4.2 to 2.4.5. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.4.2...v2.4.5) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index eac4af1..beb26a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.6) minitest (5.24.1) - mocha (2.4.2) + mocha (2.4.5) ruby2_keywords (>= 0.0.5) nokogiri (1.16.5) mini_portile2 (~> 2.8.2) From 28e53f627d3d03b5f02ecc6c74549880ff5aae60 Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Tue, 30 Jul 2024 16:05:24 +0700 Subject: [PATCH 029/112] Update README.md Update code block format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 785d11e..4947a17 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ inherit_gem: ## Testing -``` +```bash bundle install bundle exec rake ``` From 746c3ecd594fd5f5c9cac029f49cc4377091218d Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Wed, 31 Jul 2024 09:37:54 +0700 Subject: [PATCH 030/112] Update README.md Change code block from "bash" to "sh". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4947a17..a8452df 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ inherit_gem: ## Testing -```bash +```sh bundle install bundle exec rake ``` From 4a677b143fef55ee62694c391b6682167654f2c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 02:07:03 +0000 Subject: [PATCH 031/112] build(deps-dev): bump rexml from 3.3.2 to 3.3.3 in the bundler group Bumps the bundler group with 1 update: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.3.2 to 3.3.3 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.2...v3.3.3) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index beb26a5..7030335 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.2) + rexml (3.3.3) strscan rubocop (1.65.0) json (~> 2.3) From dcef10a10e94e68f443fc961ae8489ab80863f73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:46:28 +0000 Subject: [PATCH 032/112] build(deps-dev): update rubocop requirement from = 1.65.0 to = 1.65.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.65.0...v1.65.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7030335..6ed7189 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM parser (3.3.4.0) ast (~> 2.4.1) racc - racc (1.8.0) + racc (1.8.1) rack (3.0.9.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) @@ -66,9 +66,9 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.3) + rexml (3.3.4) strscan - rubocop (1.65.0) + rubocop (1.65.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -109,7 +109,7 @@ DEPENDENCIES minitest (~> 5.24.0) mocha (~> 2.4.0) rake (~> 13.2.1) - rubocop (= 1.65.0) + rubocop (= 1.65.1) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index e9e8e33..d3de55a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.65.0" + s.add_development_dependency "rubocop", "= 1.65.1" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From a1b224553c896732702676463fa424e5d4e08795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:46:35 +0000 Subject: [PATCH 033/112] build(deps-dev): update erb_lint requirement from ~> 0.5.0 to ~> 0.6.0 Updates the requirements on [erb_lint](https://github.com/Shopify/erb-lint) to permit the latest version. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 48 +++++++++++++++++++++++++----------------- erblint-github.gemspec | 2 +- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7030335..d00044a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,55 +6,65 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.0.7.2) - activesupport (= 7.0.7.2) + actionview (7.1.3.4) + activesupport (= 7.1.3.4) builder (~> 3.1) - erubi (~> 1.4) - rails-dom-testing (~> 2.0) - rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (7.0.7.2) + erubi (~> 1.11) + rails-dom-testing (~> 2.2) + rails-html-sanitizer (~> 1.6) + activesupport (7.1.3.4) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) ast (2.4.2) - better_html (2.0.2) + base64 (0.2.0) + better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) ast (~> 2.0) erubi (~> 1.4) parser (>= 2.4) smart_properties - builder (3.2.4) - concurrent-ruby (1.2.2) + bigdecimal (3.1.8) + builder (3.3.0) + concurrent-ruby (1.3.3) + connection_pool (2.4.1) crass (1.0.6) - erb_lint (0.5.0) + drb (2.2.1) + erb_lint (0.6.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) rainbow - rubocop + rubocop (>= 1) smart_properties - erubi (1.12.0) - i18n (1.14.1) + erubi (1.13.0) + i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) - loofah (2.21.3) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.6) + mini_portile2 (2.8.7) minitest (5.24.1) mocha (2.4.5) ruby2_keywords (>= 0.0.5) - nokogiri (1.16.5) + mutex_m (0.2.0) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.25.1) parser (3.3.4.0) ast (~> 2.4.1) racc - racc (1.8.0) + racc (1.8.1) rack (3.0.9.1) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) @@ -66,7 +76,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.3) + rexml (3.3.4) strscan rubocop (1.65.0) json (~> 2.3) @@ -104,7 +114,7 @@ PLATFORMS ruby DEPENDENCIES - erb_lint (~> 0.5.0) + erb_lint (~> 0.6.0) erblint-github! minitest (~> 5.24.0) mocha (~> 2.4.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index e9e8e33..f89c7a2 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.email = ["opensource+erblint-github@github.com"] s.authors = ["GitHub Open Source"] - s.add_development_dependency "erb_lint", "~> 0.5.0" + s.add_development_dependency "erb_lint", "~> 0.6.0" s.add_development_dependency "minitest", "~> 5.24.0" s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" From 43aede8ba0afc864932e32b5e8dc24747b71c9ac Mon Sep 17 00:00:00 2001 From: Joyce Zhu Date: Tue, 6 Aug 2024 16:59:22 -0400 Subject: [PATCH 034/112] Tighten up some auto-reported security issues - pin an external Action to a specific hash - explicitly specify permissions --- .github/workflows/ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e12da4d..625376c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,17 @@ name: CI on: [push, pull_request] +permissions: + contents: write + pull-requests: write + jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 with: ruby-version: '3.0' bundler-cache: true @@ -21,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 with: ruby-version: '3.0' bundler-cache: true @@ -34,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 with: ruby-version: '3.0' bundler-cache: true @@ -47,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 with: ruby-version: '3.0' bundler-cache: true From 9f6a397870035e0a64b7000846fcd232877c7346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 03:09:15 +0000 Subject: [PATCH 035/112] build(deps-dev): update minitest requirement from ~> 5.24.0 to ~> 5.25.1 Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.24.1...v5.25.1) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 76de251..e492c7a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.7) - minitest (5.24.1) + minitest (5.25.1) mocha (2.4.5) ruby2_keywords (>= 0.0.5) mutex_m (0.2.0) @@ -116,7 +116,7 @@ PLATFORMS DEPENDENCIES erb_lint (~> 0.6.0) erblint-github! - minitest (~> 5.24.0) + minitest (~> 5.25.1) mocha (~> 2.4.0) rake (~> 13.2.1) rubocop (= 1.65.1) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 39bdc5f..afb3b18 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -17,7 +17,7 @@ Gem::Specification.new do |s| s.authors = ["GitHub Open Source"] s.add_development_dependency "erb_lint", "~> 0.6.0" - s.add_development_dependency "minitest", "~> 5.24.0" + s.add_development_dependency "minitest", "~> 5.25.1" s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" From 02cdf2499d4c8206c9321108f03aa51075f1a21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:55:23 +0000 Subject: [PATCH 036/112] build(deps-dev): bump rexml from 3.3.4 to 3.3.6 in the bundler group Bumps the bundler group with 1 update: [rexml](https://github.com/ruby/rexml). Updates `rexml` from 3.3.4 to 3.3.6 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.3.4...v3.3.6) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e492c7a..c4e4928 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.4) + rexml (3.3.6) strscan rubocop (1.65.1) json (~> 2.3) From 1e61df92a933d45f7a2caa26ef5e41bdc0eb583b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:48:26 +0000 Subject: [PATCH 037/112] build(deps-dev): update rubocop requirement from = 1.65.1 to = 1.66.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.65.1...v1.66.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++---------- erblint-github.gemspec | 2 +- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c4e4928..0e34f74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,8 +60,8 @@ GEM nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - parallel (1.25.1) - parser (3.3.4.0) + parallel (1.26.3) + parser (3.3.4.2) ast (~> 2.4.1) racc racc (1.8.1) @@ -76,20 +76,17 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.6) - strscan - rubocop (1.65.1) + rubocop (1.66.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-ast (>= 1.32.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.31.3) + rubocop-ast (1.32.1) parser (>= 3.3.1.0) rubocop-github (0.20.0) rubocop (>= 1.37) @@ -105,7 +102,6 @@ GEM ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) smart_properties (1.17.0) - strscan (3.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.5.0) @@ -119,7 +115,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.4.0) rake (~> 13.2.1) - rubocop (= 1.65.1) + rubocop (= 1.66.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index afb3b18..a4fab00 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.65.1" + s.add_development_dependency "rubocop", "= 1.66.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 8086ace0c6235b73cfda310291131d2d352973ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:35:51 +0000 Subject: [PATCH 038/112] build(deps): bump ruby/setup-ruby from 1.190.0 to 1.191.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.190.0 to 1.191.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/a6e6f86333f0a2523ece813039b8b4be04560854...52753b7da854d5c07df37391a986c76ab4615999) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 625376c..710a48b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 + uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 + uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 + uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 + uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 with: ruby-version: '3.0' bundler-cache: true From 389c042a4ee297f540483c04a2930a9d98ebb928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:42:49 +0000 Subject: [PATCH 039/112] build(deps-dev): update rubocop requirement from = 1.66.0 to = 1.66.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.66.0...v1.66.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- erblint-github.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0e34f74..cc5663f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -61,7 +61,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.4.2) + parser (3.3.5.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -76,17 +76,17 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rubocop (1.66.0) + rubocop (1.66.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.1, < 2.0) + rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.1) + rubocop-ast (1.32.3) parser (>= 3.3.1.0) rubocop-github (0.20.0) rubocop (>= 1.37) @@ -115,7 +115,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.4.0) rake (~> 13.2.1) - rubocop (= 1.66.0) + rubocop (= 1.66.1) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index a4fab00..b0769e8 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.66.0" + s.add_development_dependency "rubocop", "= 1.66.1" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From dc2cdb2df9f44ef806e28f0bb13633f59b72e32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 03:26:50 +0000 Subject: [PATCH 040/112] build(deps): bump ruby/setup-ruby from 1.191.0 to 1.193.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.191.0 to 1.193.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/52753b7da854d5c07df37391a986c76ab4615999...f321cf5a4d1533575411f8752cf25b86478b0442) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 710a48b..aec5ba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 + uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 + uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 + uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@52753b7da854d5c07df37391a986c76ab4615999 + uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 with: ruby-version: '3.0' bundler-cache: true From f1f9c55695c16bdd5542eb58f11b95c078faa041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:16:00 +0000 Subject: [PATCH 041/112] build(deps): bump ruby/setup-ruby from 1.193.0 to 1.194.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.193.0 to 1.194.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/f321cf5a4d1533575411f8752cf25b86478b0442...c04af2bb7258bb6a03df1d3c1865998ac9390972) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aec5ba1..cf5a26d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 + uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 + uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 + uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@f321cf5a4d1533575411f8752cf25b86478b0442 + uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 with: ruby-version: '3.0' bundler-cache: true From 7f996212b8828ab24a226ab9239bb1f7608188cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:30:20 +0000 Subject: [PATCH 042/112] build(deps): bump ruby/setup-ruby from 1.194.0 to 1.195.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.194.0 to 1.195.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/c04af2bb7258bb6a03df1d3c1865998ac9390972...086ffb1a2090c870a3f881cc91ea83aa4243d408) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf5a26d..8256d7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972 + uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 with: ruby-version: '3.0' bundler-cache: true From eacb6a965c6c3ce5084451ad2b9b2dc9d9536a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 03:12:41 +0000 Subject: [PATCH 043/112] build(deps): bump ruby/setup-ruby from 1.195.0 to 1.196.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.195.0 to 1.196.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/086ffb1a2090c870a3f881cc91ea83aa4243d408...f26937343756480a8cb3ae1f623b9c8d89ed6984) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8256d7b..a3b1099 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@086ffb1a2090c870a3f881cc91ea83aa4243d408 + uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 with: ruby-version: '3.0' bundler-cache: true From 2830ba8b789906c493f247bb398383480b642b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:44:38 +0000 Subject: [PATCH 044/112] build(deps): bump ruby/setup-ruby from 1.196.0 to 1.197.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.196.0 to 1.197.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/f26937343756480a8cb3ae1f623b9c8d89ed6984...7bae1d00b5db9166f4f0fc47985a3a5702cb58f0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3b1099..af5b41c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 + uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 + uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 + uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@f26937343756480a8cb3ae1f623b9c8d89ed6984 + uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 with: ruby-version: '3.0' bundler-cache: true From 9499285f83dafc996377a8f5a68e4afdc5778911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:48:17 +0000 Subject: [PATCH 045/112] build(deps-dev): update erb_lint requirement from ~> 0.6.0 to ~> 0.7.0 Updates the requirements on [erb_lint](https://github.com/Shopify/erb-lint) to permit the latest version. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- erblint-github.gemspec | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cc5663f..b4e2352 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,13 +6,13 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.1.3.4) - activesupport (= 7.1.3.4) + actionview (7.1.4.1) + activesupport (= 7.1.4.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.3.4) + activesupport (7.1.4.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -33,11 +33,11 @@ GEM smart_properties bigdecimal (3.1.8) builder (3.3.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) drb (2.2.1) - erb_lint (0.6.0) + erb_lint (0.7.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) @@ -45,7 +45,7 @@ GEM rubocop (>= 1) smart_properties erubi (1.13.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.7.2) language_server-protocol (3.17.0.3) @@ -104,13 +104,13 @@ GEM smart_properties (1.17.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) PLATFORMS ruby DEPENDENCIES - erb_lint (~> 0.6.0) + erb_lint (~> 0.7.0) erblint-github! minitest (~> 5.25.1) mocha (~> 2.4.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index b0769e8..038d23d 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.email = ["opensource+erblint-github@github.com"] s.authors = ["GitHub Open Source"] - s.add_development_dependency "erb_lint", "~> 0.6.0" + s.add_development_dependency "erb_lint", "~> 0.7.0" s.add_development_dependency "minitest", "~> 5.25.1" s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" From 597ad19cd954cc973407d6e48b91ba36b74c8058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:48:24 +0000 Subject: [PATCH 046/112] build(deps-dev): update rubocop requirement from = 1.66.1 to = 1.67.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.66.1...v1.67.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- erblint-github.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cc5663f..cd16908 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rubocop (1.66.1) + rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -104,7 +104,7 @@ GEM smart_properties (1.17.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) PLATFORMS ruby @@ -115,7 +115,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.4.0) rake (~> 13.2.1) - rubocop (= 1.66.1) + rubocop (= 1.67.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index b0769e8..acf8dc9 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.4.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.66.1" + s.add_development_dependency "rubocop", "= 1.67.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 3124fda13f0dc260028acf6a8da8ea7854560ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 03:31:22 +0000 Subject: [PATCH 047/112] build(deps-dev): update mocha requirement from ~> 2.4.0 to ~> 2.5.0 Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.4.5...v2.5.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b1e959c..8b208f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.7) minitest (5.25.1) - mocha (2.4.5) + mocha (2.5.0) ruby2_keywords (>= 0.0.5) mutex_m (0.2.0) nokogiri (1.16.7) @@ -113,7 +113,7 @@ DEPENDENCIES erb_lint (~> 0.7.0) erblint-github! minitest (~> 5.25.1) - mocha (~> 2.4.0) + mocha (~> 2.5.0) rake (~> 13.2.1) rubocop (= 1.67.0) rubocop-github (~> 0.20.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index ddb6f53..a74c533 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.add_development_dependency "erb_lint", "~> 0.7.0" s.add_development_dependency "minitest", "~> 5.25.1" - s.add_development_dependency "mocha", "~> 2.4.0" + s.add_development_dependency "mocha", "~> 2.5.0" s.add_development_dependency "rake", "~> 13.2.1" s.add_development_dependency "rubocop", "= 1.67.0" From 187ed6cb3332913eab9bfbe2839862af29623808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:08:48 +0000 Subject: [PATCH 048/112] build(deps-dev): update rubocop requirement from = 1.67.0 to = 1.68.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.67.0...v1.68.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- erblint-github.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8b208f0..5a0b1ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM erubi (1.13.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.2) + json (2.7.5) language_server-protocol (3.17.0.3) loofah (2.22.0) crass (~> 1.0.2) @@ -61,7 +61,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.5.1) ast (~> 2.4.1) racc racc (1.8.1) @@ -76,7 +76,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -86,7 +86,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.33.1) parser (>= 3.3.1.0) rubocop-github (0.20.0) rubocop (>= 1.37) @@ -115,7 +115,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.5.0) rake (~> 13.2.1) - rubocop (= 1.67.0) + rubocop (= 1.68.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index a74c533..7fefd0a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.5.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.67.0" + s.add_development_dependency "rubocop", "= 1.68.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 3c98a98b34a070d181243fcc43fb8b3b0c7c86bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:22:22 +0000 Subject: [PATCH 049/112] build(deps): bump ruby/setup-ruby from 1.197.0 to 1.199.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.197.0 to 1.199.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/7bae1d00b5db9166f4f0fc47985a3a5702cb58f0...7d3497fd78c07c0d84ebafa58d8dac60cd1f0763) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af5b41c..5c79db5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 + uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 + uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 + uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 + uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 with: ruby-version: '3.0' bundler-cache: true From 8e759f3c4e955220f7b05ef56bf1fe3fe3c2ea18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:09:17 +0000 Subject: [PATCH 050/112] build(deps): bump ruby/setup-ruby from 1.199.0 to 1.202.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.199.0 to 1.202.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/7d3497fd78c07c0d84ebafa58d8dac60cd1f0763...a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c79db5..ee2bb1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 + uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 + uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 + uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763 + uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc with: ruby-version: '3.0' bundler-cache: true From 53fb82dd0a6d68692aed9fc4535c2c6b6df83d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:44:42 +0000 Subject: [PATCH 051/112] build(deps-dev): bump minitest from 5.25.1 to 5.25.2 Bumps [minitest](https://github.com/minitest/minitest) from 5.25.1 to 5.25.2. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.1...v5.25.2) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5a0b1ee..b930c8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.7) - minitest (5.25.1) + minitest (5.25.2) mocha (2.5.0) ruby2_keywords (>= 0.0.5) mutex_m (0.2.0) From bffe21e8b5657866300ae3370fa01685d9ba17de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:45:55 +0000 Subject: [PATCH 052/112] build(deps-dev): update mocha requirement from ~> 2.5.0 to ~> 2.6.0 Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.5.0...v2.6.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b930c8b..157d169 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.7) minitest (5.25.2) - mocha (2.5.0) + mocha (2.6.0) ruby2_keywords (>= 0.0.5) mutex_m (0.2.0) nokogiri (1.16.7) @@ -113,7 +113,7 @@ DEPENDENCIES erb_lint (~> 0.7.0) erblint-github! minitest (~> 5.25.1) - mocha (~> 2.5.0) + mocha (~> 2.6.0) rake (~> 13.2.1) rubocop (= 1.68.0) rubocop-github (~> 0.20.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 7fefd0a..b0bd531 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.add_development_dependency "erb_lint", "~> 0.7.0" s.add_development_dependency "minitest", "~> 5.25.1" - s.add_development_dependency "mocha", "~> 2.5.0" + s.add_development_dependency "mocha", "~> 2.6.0" s.add_development_dependency "rake", "~> 13.2.1" s.add_development_dependency "rubocop", "= 1.68.0" From 3d20a00e706fa21aeccf9fa2651c543e917bf0e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:41:26 +0000 Subject: [PATCH 053/112] build(deps-dev): bump mocha from 2.6.0 to 2.6.1 Bumps [mocha](https://github.com/freerange/mocha) from 2.6.0 to 2.6.1. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 157d169..18068f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.7) minitest (5.25.2) - mocha (2.6.0) + mocha (2.6.1) ruby2_keywords (>= 0.0.5) mutex_m (0.2.0) nokogiri (1.16.7) From ae6dcff4243e56344aeafdf71313fa670f9c915c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:41:34 +0000 Subject: [PATCH 054/112] build(deps-dev): update rubocop requirement from = 1.68.0 to = 1.69.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.68.0...v1.69.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 +++++++++++--------- erblint-github.gemspec | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 157d169..98336ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM erubi (1.13.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.7.5) + json (2.8.2) language_server-protocol (3.17.0.3) loofah (2.22.0) crass (~> 1.0.2) @@ -61,7 +61,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.5.1) + parser (3.3.6.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -75,18 +75,18 @@ GEM nokogiri (~> 1.14) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.2) - rubocop (1.68.0) + regexp_parser (2.9.3) + rubocop (1.69.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.32.2, < 2.0) + rubocop-ast (>= 1.36.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.33.1) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.36.2) parser (>= 3.3.1.0) rubocop-github (0.20.0) rubocop (>= 1.37) @@ -104,7 +104,9 @@ GEM smart_properties (1.17.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.6.0) + unicode-display_width (3.1.2) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) PLATFORMS ruby @@ -115,7 +117,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.6.0) rake (~> 13.2.1) - rubocop (= 1.68.0) + rubocop (= 1.69.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index b0bd531..1df0341 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.6.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.68.0" + s.add_development_dependency "rubocop", "= 1.69.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 7c7d2fb893186a4c1881c1c7dfd7a4414201c3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:07:18 +0000 Subject: [PATCH 055/112] build(deps-dev): bump rails-html-sanitizer in the bundler group Bumps the bundler group with 1 update: [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer). Updates `rails-html-sanitizer` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/rails/rails-html-sanitizer/releases) - [Changelog](https://github.com/rails/rails-html-sanitizer/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/rails-html-sanitizer/compare/v1.6.0...v1.6.1) --- updated-dependencies: - dependency-name: rails-html-sanitizer dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 18068f5..9796ed1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,15 +49,15 @@ GEM concurrent-ruby (~> 1.0) json (2.7.5) language_server-protocol (3.17.0.3) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.7) + mini_portile2 (2.8.8) minitest (5.25.2) mocha (2.6.1) ruby2_keywords (>= 0.0.5) mutex_m (0.2.0) - nokogiri (1.16.7) + nokogiri (1.16.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) @@ -70,9 +70,9 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) + 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) rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.2) From 6a126c390a95f525b00fc4307c1ea701583a8993 Mon Sep 17 00:00:00 2001 From: Joyce Zhu Date: Tue, 3 Dec 2024 18:31:46 -0500 Subject: [PATCH 056/112] Appease `SafeNavigationChainLength` --- lib/erblint-github/linters/custom_helpers.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/erblint-github/linters/custom_helpers.rb b/lib/erblint-github/linters/custom_helpers.rb index 14786ae..f1d791f 100644 --- a/lib/erblint-github/linters/custom_helpers.rb +++ b/lib/erblint-github/linters/custom_helpers.rb @@ -36,11 +36,12 @@ def counter_correct?(processed_source) processed_source.parser.ast.descendants(:erb).each do |node| indicator_node, _, code_node, = *node indicator = indicator_node&.loc&.source - comment = code_node&.loc&.source&.strip + comment = code_node&.loc&.source + stripped_comment = comment&.strip - if indicator == "#" && comment.start_with?("erblint:counter") && comment.match(rule_name) + if indicator == "#" && stripped_comment.start_with?("erblint:counter") && stripped_comment.match(rule_name) comment_node = node - expected_count = comment.match(/\s(\d+)\s?$/)[1].to_i + expected_count = stripped_comment.match(/\s(\d+)\s?$/)[1].to_i end end From b7d5787c2c3201a35cf8e8e34bc27fa5b9d586d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:12:55 +0000 Subject: [PATCH 057/112] build(deps-dev): update mocha requirement from ~> 2.6.0 to ~> 2.7.0 Updates the requirements on [mocha](https://github.com/freerange/mocha) to permit the latest version. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c23ca27..f1234fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.8) minitest (5.25.2) - mocha (2.6.1) + mocha (2.7.0) ruby2_keywords (>= 0.0.5) mutex_m (0.2.0) nokogiri (1.16.8) @@ -115,7 +115,7 @@ DEPENDENCIES erb_lint (~> 0.7.0) erblint-github! minitest (~> 5.25.1) - mocha (~> 2.6.0) + mocha (~> 2.7.0) rake (~> 13.2.1) rubocop (= 1.69.0) rubocop-github (~> 0.20.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 1df0341..3b1dcf7 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |s| s.add_development_dependency "erb_lint", "~> 0.7.0" s.add_development_dependency "minitest", "~> 5.25.1" - s.add_development_dependency "mocha", "~> 2.6.0" + s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" s.add_development_dependency "rubocop", "= 1.69.0" From 066e42eef68a2a4b4c9684a27a11f2ea5c100d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:13:07 +0000 Subject: [PATCH 058/112] build(deps-dev): update rubocop requirement from = 1.69.0 to = 1.69.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.69.0...v1.69.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- erblint-github.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c23ca27..9b2e26a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM erubi (1.13.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.8.2) + json (2.9.0) language_server-protocol (3.17.0.3) loofah (2.23.1) crass (~> 1.0.2) @@ -76,14 +76,14 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.3) - rubocop (1.69.0) + rubocop (1.69.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.36.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.36.2) @@ -117,7 +117,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.6.0) rake (~> 13.2.1) - rubocop (= 1.69.0) + rubocop (= 1.69.1) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 1df0341..cbb84da 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.6.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.69.0" + s.add_development_dependency "rubocop", "= 1.69.1" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From b32f82d68581a0ff40ce68395c8b4634b17221e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:14:10 +0000 Subject: [PATCH 059/112] build(deps-dev): bump minitest from 5.25.2 to 5.25.4 Bumps [minitest](https://github.com/minitest/minitest) from 5.25.2 to 5.25.4. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.2...v5.25.4) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 159890c..f99de47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.8) - minitest (5.25.2) + minitest (5.25.4) mocha (2.7.0) ruby2_keywords (>= 0.0.5) mutex_m (0.2.0) From b9b8a34aa3a6deeed234650ab1af24da2870a658 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 03:20:42 +0000 Subject: [PATCH 060/112] build(deps): bump ruby/setup-ruby from 1.202.0 to 1.203.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.202.0 to 1.203.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc...2a18b06812b0e15bb916e1df298d3e740422c47e) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee2bb1c..2989a17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc + uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc + uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc + uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc + uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e with: ruby-version: '3.0' bundler-cache: true From 2a02a884183cc45577debd85dec4fbbaad3fe802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:17:37 +0000 Subject: [PATCH 061/112] build(deps): bump ruby/setup-ruby from 1.203.0 to 1.204.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.203.0 to 1.204.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/2a18b06812b0e15bb916e1df298d3e740422c47e...401c19e14f474b54450cd3905bb8b86e2c8509cf) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2989a17..c84eb74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e + uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e + uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e + uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e + uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf with: ruby-version: '3.0' bundler-cache: true From d7483268bebb2f727fa9a761076b5edcea053c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:18:59 +0000 Subject: [PATCH 062/112] build(deps-dev): bump mocha from 2.7.0 to 2.7.1 Bumps [mocha](https://github.com/freerange/mocha) from 2.7.0 to 2.7.1. - [Changelog](https://github.com/freerange/mocha/blob/main/RELEASE.md) - [Commits](https://github.com/freerange/mocha/compare/v2.7.0...v2.7.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f99de47..fd4ab71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM nokogiri (>= 1.12.0) mini_portile2 (2.8.8) minitest (5.25.4) - mocha (2.7.0) + mocha (2.7.1) ruby2_keywords (>= 0.0.5) mutex_m (0.2.0) nokogiri (1.16.8) From 28c78a700795b1edb528950aaed8cb9bb2ba47a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:19:06 +0000 Subject: [PATCH 063/112] build(deps-dev): update rubocop requirement from = 1.69.1 to = 1.69.2 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.69.1...v1.69.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- erblint-github.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f99de47..92e7096 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,7 +76,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.9.3) - rubocop (1.69.1) + rubocop (1.69.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -86,7 +86,7 @@ GEM rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.36.2) + rubocop-ast (1.37.0) parser (>= 3.3.1.0) rubocop-github (0.20.0) rubocop (>= 1.37) @@ -117,7 +117,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.69.1) + rubocop (= 1.69.2) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index be6d0fe..eebf950 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.69.1" + s.add_development_dependency "rubocop", "= 1.69.2" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From a2aed6313daf0c3aa5e6e68d22980d768dac1153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 03:30:59 +0000 Subject: [PATCH 064/112] build(deps): bump ruby/setup-ruby from 1.204.0 to 1.206.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.204.0 to 1.206.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/401c19e14f474b54450cd3905bb8b86e2c8509cf...bfefad842bb982ff05b233bcbc1571d97a87e69f) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c84eb74..2437d74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf + uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f with: ruby-version: '3.0' bundler-cache: true From a6a64fec07d15ba945787a7e28aad10ecbda66ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:01:20 +0000 Subject: [PATCH 065/112] build(deps): bump ruby/setup-ruby from 1.206.0 to 1.207.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.206.0 to 1.207.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/bfefad842bb982ff05b233bcbc1571d97a87e69f...4a9ddd6f338a97768b8006bf671dfbad383215f4) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2437d74..a0c8997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@bfefad842bb982ff05b233bcbc1571d97a87e69f + uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 with: ruby-version: '3.0' bundler-cache: true From 55505c7a75fb773a9be6d8cbe7df7d54c59e46ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:28:21 +0000 Subject: [PATCH 066/112] build(deps): bump github/accessibility-alt-text-bot from 1.5.0 to 1.6.0 Bumps [github/accessibility-alt-text-bot](https://github.com/github/accessibility-alt-text-bot) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/github/accessibility-alt-text-bot/releases) - [Commits](https://github.com/github/accessibility-alt-text-bot/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: github/accessibility-alt-text-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/accessibility-alt-text-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/accessibility-alt-text-bot.yml b/.github/workflows/accessibility-alt-text-bot.yml index e084331..a17655d 100644 --- a/.github/workflows/accessibility-alt-text-bot.yml +++ b/.github/workflows/accessibility-alt-text-bot.yml @@ -23,4 +23,4 @@ jobs: if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }} steps: - name: Get action 'github/accessibility-alt-text-bot' - uses: github/accessibility-alt-text-bot@v1.5.0 + uses: github/accessibility-alt-text-bot@v1.6.0 From 16d8d4f3b2520c4b167d0693f0cf4c7e304806e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:39:02 +0000 Subject: [PATCH 067/112] build(deps-dev): update rubocop requirement from = 1.69.2 to = 1.70.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.69.2...v1.70.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- erblint-github.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d625209..730879a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,7 +47,7 @@ GEM erubi (1.13.0) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.9.0) + json (2.9.1) language_server-protocol (3.17.0.3) loofah (2.23.1) crass (~> 1.0.2) @@ -75,8 +75,8 @@ GEM 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) rainbow (3.1.1) rake (13.2.1) - regexp_parser (2.9.3) - rubocop (1.69.2) + regexp_parser (2.10.0) + rubocop (1.70.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -104,7 +104,7 @@ GEM smart_properties (1.17.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.2) + unicode-display_width (3.1.3) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) @@ -117,7 +117,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.69.2) + rubocop (= 1.70.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index eebf950..e08303a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.69.2" + s.add_development_dependency "rubocop", "= 1.70.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From e77511ba9a50716f67d0c2283fc2cc4d659e7239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 03:40:13 +0000 Subject: [PATCH 068/112] build(deps-dev): update erb_lint requirement from ~> 0.7.0 to ~> 0.8.0 Updates the requirements on [erb_lint](https://github.com/Shopify/erb-lint) to permit the latest version. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 30 ++++++++++++++++++------------ erblint-github.gemspec | 2 +- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 730879a..4171e77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,24 +6,28 @@ PATH GEM remote: https://rubygems.org/ specs: - actionview (7.1.4.1) - activesupport (= 7.1.4.1) + actionview (7.1.5.1) + activesupport (= 7.1.5.1) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activesupport (7.1.4.1) + activesupport (7.1.5.1) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) mutex_m + securerandom (>= 0.3) tzinfo (~> 2.0) ast (2.4.2) base64 (0.2.0) + benchmark (0.4.0) better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) @@ -31,33 +35,34 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.1.8) + bigdecimal (3.1.9) builder (3.3.0) concurrent-ruby (1.3.4) - connection_pool (2.4.1) + connection_pool (2.5.0) crass (1.0.6) drb (2.2.1) - erb_lint (0.7.0) + erb_lint (0.8.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) rainbow rubocop (>= 1) smart_properties - erubi (1.13.0) + erubi (1.13.1) i18n (1.14.6) concurrent-ruby (~> 1.0) json (2.9.1) language_server-protocol (3.17.0.3) - loofah (2.23.1) + logger (1.6.5) + loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.8) minitest (5.25.4) mocha (2.7.1) ruby2_keywords (>= 0.0.5) - mutex_m (0.2.0) - nokogiri (1.16.8) + mutex_m (0.3.0) + nokogiri (1.17.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) @@ -70,7 +75,7 @@ GEM activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.1) + rails-html-sanitizer (1.6.2) loofah (~> 2.21) 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) rainbow (3.1.1) @@ -101,6 +106,7 @@ GEM rubocop (>= 1.33.0, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) + securerandom (0.3.2) smart_properties (1.17.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -112,7 +118,7 @@ PLATFORMS ruby DEPENDENCIES - erb_lint (~> 0.7.0) + erb_lint (~> 0.8.0) erblint-github! minitest (~> 5.25.1) mocha (~> 2.7.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index e08303a..55a2b1a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.email = ["opensource+erblint-github@github.com"] s.authors = ["GitHub Open Source"] - s.add_development_dependency "erb_lint", "~> 0.7.0" + s.add_development_dependency "erb_lint", "~> 0.8.0" s.add_development_dependency "minitest", "~> 5.25.1" s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" From 11b15b6211b06e7892ed0f87822dc946a199e446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 03:17:47 +0000 Subject: [PATCH 069/112] build(deps): bump ruby/setup-ruby from 1.207.0 to 1.213.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.207.0 to 1.213.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/4a9ddd6f338a97768b8006bf671dfbad383215f4...28c4deda893d5a96a6b2d958c5b47fc18d65c9d3) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0c8997..c0dd048 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 + uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 + uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 + uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4 + uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 with: ruby-version: '3.0' bundler-cache: true From 32c6a0327e554d8f5280f8aa22e3b41787c8f620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:08:31 +0000 Subject: [PATCH 070/112] build(deps-dev): update rubocop requirement from = 1.70.0 to = 1.71.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.70.0...v1.71.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4171e77..52cd0ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -81,7 +81,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.70.0) + rubocop (1.71.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -110,7 +110,7 @@ GEM smart_properties (1.17.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.3) + unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) @@ -123,7 +123,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.70.0) + rubocop (= 1.71.0) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 55a2b1a..edb7141 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.70.0" + s.add_development_dependency "rubocop", "= 1.71.0" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 48ff9f190440aac0337a18ec09bef18fba73d263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 03:08:40 +0000 Subject: [PATCH 071/112] build(deps-dev): update erb_lint requirement from ~> 0.8.0 to ~> 0.9.0 Updates the requirements on [erb_lint](https://github.com/Shopify/erb-lint) to permit the latest version. - [Release notes](https://github.com/Shopify/erb-lint/releases) - [Commits](https://github.com/Shopify/erb-lint/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: erb_lint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ erblint-github.gemspec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4171e77..c62b7ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,11 +37,11 @@ GEM smart_properties bigdecimal (3.1.9) builder (3.3.0) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) connection_pool (2.5.0) crass (1.0.6) drb (2.2.1) - erb_lint (0.8.0) + erb_lint (0.9.0) activesupport better_html (>= 2.0.1) parser (>= 2.7.1.4) @@ -49,7 +49,7 @@ GEM rubocop (>= 1) smart_properties erubi (1.13.1) - i18n (1.14.6) + i18n (1.14.7) concurrent-ruby (~> 1.0) json (2.9.1) language_server-protocol (3.17.0.3) @@ -66,7 +66,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.6.0) + parser (3.3.7.0) ast (~> 2.4.1) racc racc (1.8.1) @@ -110,7 +110,7 @@ GEM smart_properties (1.17.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (3.1.3) + unicode-display_width (3.1.4) unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) @@ -118,7 +118,7 @@ PLATFORMS ruby DEPENDENCIES - erb_lint (~> 0.8.0) + erb_lint (~> 0.9.0) erblint-github! minitest (~> 5.25.1) mocha (~> 2.7.0) diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 55a2b1a..6cbef3a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |s| s.email = ["opensource+erblint-github@github.com"] s.authors = ["GitHub Open Source"] - s.add_development_dependency "erb_lint", "~> 0.8.0" + s.add_development_dependency "erb_lint", "~> 0.9.0" s.add_development_dependency "minitest", "~> 5.25.1" s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" From 220c993387620bb383e8310584ca3736c18022d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:13:37 +0000 Subject: [PATCH 072/112] build(deps-dev): update rubocop requirement from = 1.71.0 to = 1.71.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.71.0...v1.71.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++----- erblint-github.gemspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3edfa75..4cb9c09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM i18n (1.14.7) concurrent-ruby (~> 1.0) json (2.9.1) - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) logger (1.6.5) loofah (2.24.0) crass (~> 1.0.2) @@ -81,17 +81,17 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.71.0) + rubocop (1.71.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) rubocop-github (0.20.0) rubocop (>= 1.37) @@ -123,7 +123,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.71.0) + rubocop (= 1.71.1) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 182d476..6e3fdc2 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.71.0" + s.add_development_dependency "rubocop", "= 1.71.1" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 3de7b931f4afbc4c3c7c32963495747452503a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:56:33 +0000 Subject: [PATCH 073/112] build(deps): bump ruby/setup-ruby from 1.213.0 to 1.215.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.213.0 to 1.215.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/28c4deda893d5a96a6b2d958c5b47fc18d65c9d3...2654679fe7f7c29875c669398a8ec0791b8a64a1) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0dd048..22ec1ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 + uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 + uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 + uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@28c4deda893d5a96a6b2d958c5b47fc18d65c9d3 + uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 with: ruby-version: '3.0' bundler-cache: true From db58300ddd531eedd284b9001b150a5b4dbb21f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:56:35 +0000 Subject: [PATCH 074/112] build(deps): bump github/accessibility-alt-text-bot from 1.6.0 to 1.7.1 Bumps [github/accessibility-alt-text-bot](https://github.com/github/accessibility-alt-text-bot) from 1.6.0 to 1.7.1. - [Release notes](https://github.com/github/accessibility-alt-text-bot/releases) - [Commits](https://github.com/github/accessibility-alt-text-bot/compare/v1.6.0...v1.7.1) --- updated-dependencies: - dependency-name: github/accessibility-alt-text-bot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/accessibility-alt-text-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/accessibility-alt-text-bot.yml b/.github/workflows/accessibility-alt-text-bot.yml index a17655d..084a210 100644 --- a/.github/workflows/accessibility-alt-text-bot.yml +++ b/.github/workflows/accessibility-alt-text-bot.yml @@ -23,4 +23,4 @@ jobs: if: ${{ github.event.issue || github.event.pull_request || github.event.discussion }} steps: - name: Get action 'github/accessibility-alt-text-bot' - uses: github/accessibility-alt-text-bot@v1.6.0 + uses: github/accessibility-alt-text-bot@v1.7.1 From 8b63177ca6e655711c07c11b8b64722acc93570e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 03:04:52 +0000 Subject: [PATCH 075/112] build(deps-dev): update rubocop requirement from = 1.71.1 to = 1.71.2 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.71.1...v1.71.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- erblint-github.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4cb9c09..0f92306 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.7.0) + parser (3.3.7.1) ast (~> 2.4.1) racc racc (1.8.1) @@ -81,7 +81,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.71.1) + rubocop (1.71.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -123,7 +123,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.71.1) + rubocop (= 1.71.2) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 6e3fdc2..8b9c110 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.71.1" + s.add_development_dependency "rubocop", "= 1.71.2" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From 547251df18bbb6aa05dfe8e2fdc2b05181590d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 03:25:14 +0000 Subject: [PATCH 076/112] build(deps): bump ruby/setup-ruby from 1.215.0 to 1.218.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.215.0 to 1.218.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/2654679fe7f7c29875c669398a8ec0791b8a64a1...d781c1b4ed31764801bfae177617bb0446f5ef8d) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22ec1ff..f8d339d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 + uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 + uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 + uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 + uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d with: ruby-version: '3.0' bundler-cache: true From f56151a8318ceca3820e752966cf62efdeaecc94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:37:03 +0000 Subject: [PATCH 077/112] build(deps-dev): bump rack from 3.0.9.1 to 3.0.12 in the bundler group Bumps the bundler group with 1 update: [rack](https://github.com/rack/rack). Updates `rack` from 3.0.9.1 to 3.0.12 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.0.9.1...v3.0.12) --- updated-dependencies: - dependency-name: rack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0f92306..466ab31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM ast (~> 2.4.1) racc racc (1.8.1) - rack (3.0.9.1) + rack (3.0.12) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest From efa19c172cdb056701427d9da95556e68b986436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:39:03 +0000 Subject: [PATCH 078/112] build(deps): bump ruby/setup-ruby from 1.218.0 to 1.221.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.218.0 to 1.221.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/d781c1b4ed31764801bfae177617bb0446f5ef8d...32110d4e311bd8996b2a82bf2a43b714ccc91777) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8d339d..eb6c4ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d + uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 with: ruby-version: '3.0' bundler-cache: true From db2611202216704826524bee680fd1532cd664c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 03:42:13 +0000 Subject: [PATCH 079/112] build(deps-dev): update rubocop requirement from = 1.71.2 to = 1.72.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.71.2...v1.72.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 ++++++---- erblint-github.gemspec | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 466ab31..d47bd18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,8 +51,9 @@ GEM erubi (1.13.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.9.1) + json (2.10.1) language_server-protocol (3.17.0.4) + lint_roller (1.1.0) logger (1.6.5) loofah (2.24.0) crass (~> 1.0.2) @@ -81,9 +82,10 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.71.2) + rubocop (1.72.1) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -123,7 +125,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.71.2) + rubocop (= 1.72.1) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 8b9c110..c07448f 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.71.2" + s.add_development_dependency "rubocop", "= 1.72.1" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From c545dcbab2cb056ac0fe2fd53d2ca33ffbe7e0f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 03:53:01 +0000 Subject: [PATCH 080/112] build(deps-dev): update rubocop requirement from = 1.72.1 to = 1.72.2 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.72.1...v1.72.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d47bd18..fa97c6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.72.1) + rubocop (1.72.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -125,7 +125,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.72.1) + rubocop (= 1.72.2) rubocop-github (~> 0.20.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index c07448f..eab9a63 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.72.1" + s.add_development_dependency "rubocop", "= 1.72.2" s.add_development_dependency "rubocop-github", "~> 0.20.0" s.metadata["rubygems_mfa_required"] = "true" From e07025cade573d5c14fb3e7e154f2cc6363dbf36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 03:54:10 +0000 Subject: [PATCH 081/112] build(deps-dev): update rubocop-github requirement from ~> 0.20.0 to ~> 0.22.0 Updates the requirements on [rubocop-github](https://github.com/github/rubocop-github) to permit the latest version. - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/rubocop-github/compare/v0.20.0...v0.22.0) --- updated-dependencies: - dependency-name: rubocop-github dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 ++++++++++++--------- erblint-github.gemspec | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fa97c6a..ce937b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM json (2.10.1) language_server-protocol (3.17.0.4) lint_roller (1.1.0) - logger (1.6.5) + logger (1.6.6) loofah (2.24.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -71,7 +71,7 @@ GEM ast (~> 2.4.1) racc racc (1.8.1) - rack (3.0.12) + rack (3.1.10) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -95,17 +95,20 @@ GEM unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.38.0) parser (>= 3.3.1.0) - rubocop-github (0.20.0) + rubocop-github (0.22.0) rubocop (>= 1.37) rubocop-performance (>= 1.15) rubocop-rails (>= 2.17) - rubocop-performance (1.16.0) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - rubocop-rails (2.17.4) + rubocop-performance (1.24.0) + lint_roller (~> 1.1) + rubocop (>= 1.72.1, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) + rubocop-rails (2.30.1) activesupport (>= 4.2.0) + lint_roller (~> 1.1) rack (>= 1.1) - rubocop (>= 1.33.0, < 2.0) + rubocop (>= 1.72.1, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) securerandom (0.3.2) @@ -126,7 +129,7 @@ DEPENDENCIES mocha (~> 2.7.0) rake (~> 13.2.1) rubocop (= 1.72.2) - rubocop-github (~> 0.20.0) + rubocop-github (~> 0.22.0) BUNDLED WITH 2.3.26 diff --git a/erblint-github.gemspec b/erblint-github.gemspec index eab9a63..41d2ab7 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rake", "~> 13.2.1" s.add_development_dependency "rubocop", "= 1.72.2" - s.add_development_dependency "rubocop-github", "~> 0.20.0" + s.add_development_dependency "rubocop-github", "~> 0.22.0" s.metadata["rubygems_mfa_required"] = "true" s.executables << "erblint-disable" From b0f7eb36d5e743f3e65cfffc3dc132d89d737bbe Mon Sep 17 00:00:00 2001 From: Kate Higa <16447748+khiga8@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:02:32 -0500 Subject: [PATCH 082/112] Grouped dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b3eb46..1b0fe54 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,21 @@ updates: directory: "/" schedule: interval: weekly + groups: + all-dependencies: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: github-actions directory: "/" schedule: interval: weekly + groups: + all-dependencies: + patterns: + - "*" + update-types: + - "minor" + - "patch" \ No newline at end of file From 1be1ce892e67c6121980d762f8fcbd113cdf68a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 03:55:25 +0000 Subject: [PATCH 083/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.221.0 to 1.222.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/32110d4e311bd8996b2a82bf2a43b714ccc91777...277ba2a127aba66d45bad0fa2dc56f80dbfedffa) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb6c4ec..9e251ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 + uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 + uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 + uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@32110d4e311bd8996b2a82bf2a43b714ccc91777 + uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa with: ruby-version: '3.0' bundler-cache: true From f3a7b873ffd640e8c6bfdc84b6560eb93af5d5a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 03:55:50 +0000 Subject: [PATCH 084/112] build(deps-dev): bump the all-dependencies group with 2 updates Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) and [rubocop-github](https://github.com/github/rubocop-github) to permit the latest version. Updates `rubocop` from 1.72.2 to 1.73.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.72.2...v1.73.2) Updates `rubocop-github` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/rubocop-github/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rubocop-github dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 ++++++++++---------- erblint-github.gemspec | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ce937b9..1ad7dd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM ast (~> 2.4.1) racc racc (1.8.1) - rack (3.1.10) + rack (3.1.11) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest @@ -82,7 +82,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.72.2) + rubocop (1.73.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -93,17 +93,17 @@ GEM rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.0) + rubocop-ast (1.38.1) parser (>= 3.3.1.0) - rubocop-github (0.22.0) - rubocop (>= 1.37) - rubocop-performance (>= 1.15) - rubocop-rails (>= 2.17) + rubocop-github (0.23.0) + rubocop (>= 1.72) + rubocop-performance (>= 1.24) + rubocop-rails (>= 2.23) rubocop-performance (1.24.0) lint_roller (~> 1.1) rubocop (>= 1.72.1, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) - rubocop-rails (2.30.1) + rubocop-rails (2.30.3) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -128,8 +128,8 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.72.2) - rubocop-github (~> 0.22.0) + rubocop (= 1.73.2) + rubocop-github (~> 0.23.0) BUNDLED WITH 2.3.26 diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 41d2ab7..9a97414 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,8 +21,8 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.72.2" - s.add_development_dependency "rubocop-github", "~> 0.22.0" + s.add_development_dependency "rubocop", "= 1.73.2" + s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" s.executables << "erblint-disable" From 5aa173fa45a0e4cd2a8afe4a64fea007119002b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 22:41:18 +0000 Subject: [PATCH 085/112] build(deps-dev): bump rack from 3.1.11 to 3.1.12 in the bundler group Bumps the bundler group with 1 update: [rack](https://github.com/rack/rack). Updates `rack` from 3.1.11 to 3.1.12 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.1.11...v3.1.12) --- updated-dependencies: - dependency-name: rack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1ad7dd2..8bc6712 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM ast (~> 2.4.1) racc racc (1.8.1) - rack (3.1.11) + rack (3.1.12) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest From 2e1df0c99f1daf318560eb0ef8979b47c5079dff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:41:27 +0000 Subject: [PATCH 086/112] build(deps-dev): bump json from 2.10.1 to 2.10.2 in the bundler group Bumps the bundler group with 1 update: [json](https://github.com/ruby/json). Updates `json` from 2.10.1 to 2.10.2 - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: json dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8bc6712..18cebad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM erubi (1.13.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.10.1) + json (2.10.2) language_server-protocol (3.17.0.4) lint_roller (1.1.0) logger (1.6.6) From a1fdc5a87d02f74438e026bff8891f17e1472e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 03:11:32 +0000 Subject: [PATCH 087/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.222.0 to 1.226.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/277ba2a127aba66d45bad0fa2dc56f80dbfedffa...922ebc4c5262cd14e07bb0e1db020984b6c064fe) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e251ad..3e4df90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa + uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa + uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa + uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa + uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe with: ruby-version: '3.0' bundler-cache: true From bdf12cc9251db4bab00666b222d8d3842765e0b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 03:22:15 +0000 Subject: [PATCH 088/112] build(deps-dev): bump the all-dependencies group with 2 updates Updates the requirements on [minitest](https://github.com/minitest/minitest) and [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `minitest` from 5.25.4 to 5.25.5 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.25.4...v5.25.5) Updates `rubocop` from 1.73.2 to 1.74.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.73.2...v1.74.0) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 18cebad..9d70b04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,7 @@ GEM crass (~> 1.0.2) nokogiri (>= 1.12.0) mini_portile2 (2.8.8) - minitest (5.25.4) + minitest (5.25.5) mocha (2.7.1) ruby2_keywords (>= 0.0.5) mutex_m (0.3.0) @@ -82,7 +82,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.73.2) + rubocop (1.74.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -93,7 +93,7 @@ GEM rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) + rubocop-ast (1.39.0) parser (>= 3.3.1.0) rubocop-github (0.23.0) rubocop (>= 1.72) @@ -128,7 +128,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.73.2) + rubocop (= 1.74.0) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 9a97414..4bd5b81 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.73.2" + s.add_development_dependency "rubocop", "= 1.74.0" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From 240f93516221b428eab70b99701ab9416bfaf709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 04:00:50 +0000 Subject: [PATCH 089/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.226.0 to 1.227.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/922ebc4c5262cd14e07bb0e1db020984b6c064fe...1a615958ad9d422dd932dc1d5823942ee002799f) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e4df90..ab33be6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe + uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe + uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe + uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@922ebc4c5262cd14e07bb0e1db020984b6c064fe + uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f with: ruby-version: '3.0' bundler-cache: true From 7c0438118d5094ea899cc29f8ef4b8e127e14b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 03:22:13 +0000 Subject: [PATCH 090/112] build(deps-dev): update rubocop requirement from = 1.74.0 to = 1.75.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.74.0 to 1.75.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.74.0...v1.75.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 +++++++++------- erblint-github.gemspec | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9d70b04..fb022e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -25,7 +25,7 @@ GEM mutex_m securerandom (>= 0.3) tzinfo (~> 2.0) - ast (2.4.2) + ast (2.4.3) base64 (0.2.0) benchmark (0.4.0) better_html (2.1.1) @@ -67,9 +67,10 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.7.1) + parser (3.3.7.4) ast (~> 2.4.1) racc + prism (1.4.0) racc (1.8.1) rack (3.1.12) rails-dom-testing (2.2.0) @@ -82,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.74.0) + rubocop (1.75.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -90,11 +91,12 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.43.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.39.0) - parser (>= 3.3.1.0) + rubocop-ast (1.43.0) + parser (>= 3.3.7.2) + prism (~> 1.4) rubocop-github (0.23.0) rubocop (>= 1.72) rubocop-performance (>= 1.24) @@ -128,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.74.0) + rubocop (= 1.75.1) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 4bd5b81..adba4b9 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.74.0" + s.add_development_dependency "rubocop", "= 1.75.1" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From be323f207219fc16c6afd0f6ede85d671d0f2278 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 03:49:08 +0000 Subject: [PATCH 091/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.227.0 to 1.229.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/1a615958ad9d422dd932dc1d5823942ee002799f...354a1ad156761f5ee2b7b13fa8e09943a5e8d252) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab33be6..a06a792 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f + uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f + uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f + uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@1a615958ad9d422dd932dc1d5823942ee002799f + uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 with: ruby-version: '3.0' bundler-cache: true From 219e43e760d5910221d86ba4dda4791515eb9783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 03:17:10 +0000 Subject: [PATCH 092/112] build(deps-dev): update rubocop requirement from = 1.75.1 to = 1.75.2 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.75.1 to 1.75.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.75.1...v1.75.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fb022e1..4f15135 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.75.1) + rubocop (1.75.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -91,10 +91,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.43.0, < 2.0) + rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.43.0) + rubocop-ast (1.44.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-github (0.23.0) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.75.1) + rubocop (= 1.75.2) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index adba4b9..a3594b7 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.75.1" + s.add_development_dependency "rubocop", "= 1.75.2" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From f79d10dcc02e94cca6ff88da4e98be8d914ce1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 03:59:05 +0000 Subject: [PATCH 093/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.229.0 to 1.230.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/354a1ad156761f5ee2b7b13fa8e09943a5e8d252...e5ac7b085f6e63d49c8973eb0c6e04d876b881f1) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.230.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a06a792..ec2e6c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 + uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 + uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 + uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 + uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 with: ruby-version: '3.0' bundler-cache: true From c486ff9de228e17d530685a9b98d77598435b5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 04:00:31 +0000 Subject: [PATCH 094/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.230.0 to 1.233.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/e5ac7b085f6e63d49c8973eb0c6e04d876b881f1...ca041f971d66735f3e5ff1e21cc13e2d51e7e535) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.233.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec2e6c7..5cc958c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 + uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 + uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 + uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@e5ac7b085f6e63d49c8973eb0c6e04d876b881f1 + uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 with: ruby-version: '3.0' bundler-cache: true From 2866c0c2bb1d0de237b4f4d1826c9642f5dae3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 03:07:36 +0000 Subject: [PATCH 095/112] build(deps-dev): update rubocop requirement from = 1.75.2 to = 1.75.3 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.75.2 to 1.75.3 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.75.2...v1.75.3) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 12 ++++++------ erblint-github.gemspec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4f15135..326c81f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM erubi (1.13.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.10.2) + json (2.11.3) language_server-protocol (3.17.0.4) lint_roller (1.1.0) logger (1.6.6) @@ -66,8 +66,8 @@ GEM nokogiri (1.17.2) mini_portile2 (~> 2.8.2) racc (~> 1.4) - parallel (1.26.3) - parser (3.3.7.4) + parallel (1.27.0) + parser (3.3.8.0) ast (~> 2.4.1) racc prism (1.4.0) @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.75.2) + rubocop (1.75.3) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -94,7 +94,7 @@ GEM rubocop-ast (>= 1.44.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.44.0) + rubocop-ast (1.44.1) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-github (0.23.0) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.75.2) + rubocop (= 1.75.3) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index a3594b7..f3a1470 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.75.2" + s.add_development_dependency "rubocop", "= 1.75.3" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From 12dc4e660a77946fd65141765d411c4dfe7c5100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 03:35:12 +0000 Subject: [PATCH 096/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.233.0 to 1.235.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/ca041f971d66735f3e5ff1e21cc13e2d51e7e535...dffc446db9ba5a0c4446edb5bca1c5c473a806c5) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.235.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc958c..61eadbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 + uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 + uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 + uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@ca041f971d66735f3e5ff1e21cc13e2d51e7e535 + uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 with: ruby-version: '3.0' bundler-cache: true From 7dc298a8b91a607e214057b3155f6029b01fcda4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 03:20:15 +0000 Subject: [PATCH 097/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.235.0 to 1.237.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/dffc446db9ba5a0c4446edb5bca1c5c473a806c5...eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.237.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61eadbb..01a1a86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 + uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 + uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 + uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 + uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c with: ruby-version: '3.0' bundler-cache: true From b30e98e3cd6ad8226bf964610b496ebe9694957d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 03:40:53 +0000 Subject: [PATCH 098/112] build(deps-dev): update rubocop requirement from = 1.75.3 to = 1.75.4 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.75.3 to 1.75.4 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.75.3...v1.75.4) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 326c81f..723aa72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.75.3) + rubocop (1.75.4) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.75.3) + rubocop (= 1.75.4) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index f3a1470..f5cab94 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.75.3" + s.add_development_dependency "rubocop", "= 1.75.4" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From ada4808eeb9780ea16476dd82feb560c556a2aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 14:49:43 +0000 Subject: [PATCH 099/112] build(deps-dev): bump rack from 3.1.12 to 3.1.14 in the bundler group Bumps the bundler group with 1 update: [rack](https://github.com/rack/rack). Updates `rack` from 3.1.12 to 3.1.14 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.1.12...v3.1.14) --- updated-dependencies: - dependency-name: rack dependency-version: 3.1.14 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 723aa72..8d9e60d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM racc prism (1.4.0) racc (1.8.1) - rack (3.1.12) + rack (3.1.14) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest From a6aab5a9bbe743cab635740f0bf024f6a3d32c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 03:20:25 +0000 Subject: [PATCH 100/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.237.0 to 1.238.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c...e34163cd15f4bb403dcd72d98e295997e6a55798) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.238.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01a1a86..5f28b6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c + uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c + uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c + uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c + uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 with: ruby-version: '3.0' bundler-cache: true From 809d3c68df0e478979cada3b341847946da0955d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 03:31:07 +0000 Subject: [PATCH 101/112] build(deps-dev): update rubocop requirement from = 1.75.4 to = 1.75.5 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.75.4 to 1.75.5 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.75.4...v1.75.5) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8d9e60d..76f84f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.75.4) + rubocop (1.75.5) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.75.4) + rubocop (= 1.75.5) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index f5cab94..067b189 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.75.4" + s.add_development_dependency "rubocop", "= 1.75.5" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From e4d9346c1a04e7a0977c7aa9107023d2636d02b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 03:31:40 +0000 Subject: [PATCH 102/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.238.0 to 1.242.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/e34163cd15f4bb403dcd72d98e295997e6a55798...cb0fda56a307b8c78d38320cd40d9eb22a3bf04e) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.242.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f28b6a..8ef7962 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 + uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 + uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 + uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 + uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e with: ruby-version: '3.0' bundler-cache: true From f0ba6823fac6355532b7c1558618b3da3ea3b105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 03:51:29 +0000 Subject: [PATCH 103/112] build(deps-dev): update rubocop requirement from = 1.75.5 to = 1.75.6 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.75.5 to 1.75.6 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.75.5...v1.75.6) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 76f84f3..100e59a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,8 +51,8 @@ GEM erubi (1.13.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.11.3) - language_server-protocol (3.17.0.4) + json (2.12.0) + language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.6.6) loofah (2.24.0) @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.75.5) + rubocop (1.75.6) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.75.5) + rubocop (= 1.75.6) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 067b189..575f7a4 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.75.5" + s.add_development_dependency "rubocop", "= 1.75.6" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From a3d45af6b252ce8e77ef718a82469ab23b88a1f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 03:07:38 +0000 Subject: [PATCH 104/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.242.0 to 1.244.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/cb0fda56a307b8c78d38320cd40d9eb22a3bf04e...13e7a03dc3ac6c3798f4570bfead2aed4d96abfb) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.244.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ef7962..2b3dbd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e + uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e + uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e + uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@cb0fda56a307b8c78d38320cd40d9eb22a3bf04e + uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb with: ruby-version: '3.0' bundler-cache: true From cea3af89dce3540559a87f68350906d15c7e0f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 03:34:00 +0000 Subject: [PATCH 105/112] build(deps-dev): update rubocop requirement from = 1.75.6 to = 1.75.7 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.75.6 to 1.75.7 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.75.6...v1.75.7) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- erblint-github.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 100e59a..a52cb4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM erubi (1.13.1) i18n (1.14.7) concurrent-ruby (~> 1.0) - json (2.12.0) + json (2.12.2) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.6.6) @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rubocop (1.75.6) + rubocop (1.75.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.2.1) - rubocop (= 1.75.6) + rubocop (= 1.75.7) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 575f7a4..b167513 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.2.1" - s.add_development_dependency "rubocop", "= 1.75.6" + s.add_development_dependency "rubocop", "= 1.75.7" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From 4a853358b6018fff3ca02c6e78a89f1cd3b7865c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 03:35:31 +0000 Subject: [PATCH 106/112] build(deps-dev): bump the all-dependencies group with 2 updates Updates the requirements on [rake](https://github.com/ruby/rake) and [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rake` from 13.2.1 to 13.3.0 - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.2.1...v13.3.0) Updates `rubocop` from 1.75.7 to 1.75.8 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.75.7...v1.75.8) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: rubocop dependency-version: 1.75.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a52cb4a..ae0e5c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,9 +81,9 @@ GEM loofah (~> 2.21) 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) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) regexp_parser (2.10.0) - rubocop (1.75.7) + rubocop (1.75.8) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -129,8 +129,8 @@ DEPENDENCIES erblint-github! minitest (~> 5.25.1) mocha (~> 2.7.0) - rake (~> 13.2.1) - rubocop (= 1.75.7) + rake (~> 13.3.0) + rubocop (= 1.75.8) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index b167513..961443a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -19,9 +19,9 @@ Gem::Specification.new do |s| s.add_development_dependency "erb_lint", "~> 0.9.0" s.add_development_dependency "minitest", "~> 5.25.1" s.add_development_dependency "mocha", "~> 2.7.0" - s.add_development_dependency "rake", "~> 13.2.1" + s.add_development_dependency "rake", "~> 13.3.0" - s.add_development_dependency "rubocop", "= 1.75.7" + s.add_development_dependency "rubocop", "= 1.75.8" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From df0801896a5d5d59836648501b99a6e38544096a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 05:28:42 +0000 Subject: [PATCH 107/112] build(deps-dev): bump rack from 3.1.14 to 3.1.16 in the bundler group Bumps the bundler group with 1 update: [rack](https://github.com/rack/rack). Updates `rack` from 3.1.14 to 3.1.16 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v3.1.14...v3.1.16) --- updated-dependencies: - dependency-name: rack dependency-version: 3.1.16 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ae0e5c4..d4c3f85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM racc prism (1.4.0) racc (1.8.1) - rack (3.1.14) + rack (3.1.16) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest From 68310c4d8686eca1d241476a144bd800335667e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 03:39:47 +0000 Subject: [PATCH 108/112] build(deps-dev): update rubocop requirement from = 1.75.8 to = 1.76.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.75.8 to 1.76.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.75.8...v1.76.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- erblint-github.gemspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d4c3f85..f84f1d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.3.0) regexp_parser (2.10.0) - rubocop (1.75.8) + rubocop (1.76.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -91,10 +91,10 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.44.0, < 2.0) + rubocop-ast (>= 1.45.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.44.1) + rubocop-ast (1.45.1) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-github (0.23.0) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.3.0) - rubocop (= 1.75.8) + rubocop (= 1.76.0) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 961443a..118ae5d 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.3.0" - s.add_development_dependency "rubocop", "= 1.75.8" + s.add_development_dependency "rubocop", "= 1.76.0" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From 679dc7052b0486652dcb2079e905fbee1fc55730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:11:12 +0000 Subject: [PATCH 109/112] build(deps): bump ruby/setup-ruby in the all-dependencies group Bumps the all-dependencies group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.244.0 to 1.245.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/13e7a03dc3ac6c3798f4570bfead2aed4d96abfb...a4effe49ee8ee5b8b5091268c473a4628afb5651) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.245.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b3dbd1..bc3b0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb + uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 with: ruby-version: '3.0' bundler-cache: true @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb + uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 with: ruby-version: '3.0' bundler-cache: true @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb + uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 with: ruby-version: '3.0' bundler-cache: true @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb + uses: ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 with: ruby-version: '3.0' bundler-cache: true From 9e9c083d9535eaa12743d2bcbfff29e0dc19e755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:21:07 +0000 Subject: [PATCH 110/112] build(deps-dev): update rubocop requirement from = 1.76.0 to = 1.76.1 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.76.0 to 1.76.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.76.0...v1.76.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.76.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f84f1d1..5bd447a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.3.0) regexp_parser (2.10.0) - rubocop (1.76.0) + rubocop (1.76.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.3.0) - rubocop (= 1.76.0) + rubocop (= 1.76.1) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index 118ae5d..cac6914 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.3.0" - s.add_development_dependency "rubocop", "= 1.76.0" + s.add_development_dependency "rubocop", "= 1.76.1" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From 01226acceb8298c0463f619e846345c21b11bfa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 04:30:53 +0000 Subject: [PATCH 111/112] build(deps-dev): update rubocop requirement from = 1.76.1 to = 1.77.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.76.1 to 1.77.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.76.1...v1.77.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.77.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- erblint-github.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5bd447a..38f2342 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.3.0) regexp_parser (2.10.0) - rubocop (1.76.1) + rubocop (1.77.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -91,7 +91,7 @@ GEM parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.45.0, < 2.0) + rubocop-ast (>= 1.45.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.45.1) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.3.0) - rubocop (= 1.76.1) + rubocop (= 1.77.0) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index cac6914..c81038a 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.3.0" - s.add_development_dependency "rubocop", "= 1.76.1" + s.add_development_dependency "rubocop", "= 1.77.0" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true" From 28784ad65938f7b31ac86ec38795f2328aca4c09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 04:15:34 +0000 Subject: [PATCH 112/112] build(deps-dev): update rubocop requirement from = 1.77.0 to = 1.78.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Updates `rubocop` from 1.77.0 to 1.78.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.77.0...v1.78.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- erblint-github.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 38f2342..8c8d4a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM rainbow (3.1.1) rake (13.3.0) regexp_parser (2.10.0) - rubocop (1.77.0) + rubocop (1.78.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -130,7 +130,7 @@ DEPENDENCIES minitest (~> 5.25.1) mocha (~> 2.7.0) rake (~> 13.3.0) - rubocop (= 1.77.0) + rubocop (= 1.78.0) rubocop-github (~> 0.23.0) BUNDLED WITH diff --git a/erblint-github.gemspec b/erblint-github.gemspec index c81038a..4599235 100644 --- a/erblint-github.gemspec +++ b/erblint-github.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.add_development_dependency "mocha", "~> 2.7.0" s.add_development_dependency "rake", "~> 13.3.0" - s.add_development_dependency "rubocop", "= 1.77.0" + s.add_development_dependency "rubocop", "= 1.78.0" s.add_development_dependency "rubocop-github", "~> 0.23.0" s.metadata["rubygems_mfa_required"] = "true"