From 1f03d075de0baf91d7cc8e6701d8ed787bf983bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:34:58 +0000 Subject: [PATCH 1/4] build(deps-dev): bump standard from 1.42.0 to 1.42.1 Bumps [standard](https://github.com/standardrb/standard) from 1.42.0 to 1.42.1. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.42.0...v1.42.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cf8ac7a..cc94e49 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec group :development, :test do gem "rspec", "~> 3.13" gem "rspec-its", "~>2.0" - gem "standard", "~> 1.42.0" + gem "standard", "~> 1.42.1" gem "pry", "~> 0.15" gem "webmock", "~> 3" gem "vcr", "~> 6" diff --git a/Gemfile.lock b/Gemfile.lock index a3692cf..76fa492 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - standard (1.42.0) + standard (1.42.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.68.0) @@ -178,7 +178,7 @@ DEPENDENCIES pry (~> 0.15) rspec (~> 3.13) rspec-its (~> 2.0) - standard (~> 1.42.0) + standard (~> 1.42.1) vcr (~> 6) webmock (~> 3) From 430799eb03cf198d7a978eece6059adeb5307122 Mon Sep 17 00:00:00 2001 From: James Brown Date: Wed, 20 Nov 2024 11:51:14 -0800 Subject: [PATCH 2/4] bump pre-commit, too --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index af219ee..6862394 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: exclude: '^spec/data/' - id: check-merge-conflict - repo: https://github.com/rubocop/rubocop.git - rev: '24e7411d9606fd064e720ecb65a965646b6f8a06' + rev: 'v1.68.0' hooks: - id: rubocop - additional_dependencies: ["standard:1.31.0"] + additional_dependencies: ["standard:1.42.1"] From a478011eb8614bbff63ee8c7098436140ccbdf92 Mon Sep 17 00:00:00 2001 From: James Brown Date: Wed, 20 Nov 2024 11:56:21 -0800 Subject: [PATCH 3/4] use ours instead --- .pre-commit-config.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6862394..9402948 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,8 +11,7 @@ repos: - id: check-byte-order-marker exclude: '^spec/data/' - id: check-merge-conflict -- repo: https://github.com/rubocop/rubocop.git - rev: 'v1.68.0' +- repo: https://github.com/instrumentl/pre-commit-standardrb.git + rev: 'v1.42.1' hooks: - - id: rubocop - additional_dependencies: ["standard:1.42.1"] + - id: standardrb From 97e41523b3ca9f1c104da0dfbff129f6c53e2054 Mon Sep 17 00:00:00 2001 From: James Brown Date: Wed, 20 Nov 2024 11:58:17 -0800 Subject: [PATCH 4/4] bump other hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9402948..6d8a54a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -8,7 +8,7 @@ repos: - id: check-yaml exclude: '.rubocop.yml' - id: check-added-large-files - - id: check-byte-order-marker + - id: fix-byte-order-marker exclude: '^spec/data/' - id: check-merge-conflict - repo: https://github.com/instrumentl/pre-commit-standardrb.git