Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2024
1 parent a2435cb commit 3ef3fad
Show file tree
Hide file tree
Showing 21 changed files with 209 additions and 186 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruby 3.2.2
ruby 3.3.0
24 changes: 12 additions & 12 deletions packages/api_chai/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GEM
bigdecimal (3.1.5)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
drb (2.2.0)
ruby2_keywords
i18n (1.14.1)
Expand All @@ -51,19 +51,19 @@ GEM
rake (13.1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down
24 changes: 12 additions & 12 deletions packages/audit_tracker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GEM
thor (>= 0.14.6)
concurrent-ruby (1.2.2)
crass (1.0.6)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
erubi (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -103,18 +103,18 @@ GEM
rake (13.1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (~> 3.13.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -123,7 +123,7 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.1)
rspec-support (3.13.0)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
Expand Down
2 changes: 1 addition & 1 deletion packages/camel_trail/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source "https://rubygems.org"

gemspec

gem "nokogiri", "< 1.16"
gem "nokogiri", "< 1.17"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
8 changes: 4 additions & 4 deletions packages/camel_trail/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ GEM
nio4r (2.7.0)
nitro_config (0.2.0)
activesupport (>= 5.2.8.1)
nokogiri (1.15.5)
nokogiri (1.16.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.1-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.2)
Expand Down Expand Up @@ -268,7 +268,7 @@ DEPENDENCIES
appraisal (~> 2.4.1)
camel_trail!
license_finder (>= 7.0)
nokogiri (< 1.16)
nokogiri (< 1.17)
rake (~> 13)
rspec (~> 3.0)
rspec-rails (~> 5.1.2)
Expand Down
2 changes: 1 addition & 1 deletion packages/consent/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ source "https://rubygems.org"
# Specify your gem's dependencies in consent.gemspec
gemspec

gem "nokogiri", "< 1.16"
gem "nokogiri", "< 1.17"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
8 changes: 4 additions & 4 deletions packages/consent/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ GEM
mini_portile2 (2.8.5)
minitest (5.20.0)
mutex_m (0.2.0)
nokogiri (1.15.5)
nokogiri (1.16.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.1-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.2)
Expand Down Expand Up @@ -224,7 +224,7 @@ DEPENDENCIES
combustion (~> 1.3)
consent!
license_finder (>= 7.0)
nokogiri (< 1.16)
nokogiri (< 1.17)
pry (>= 0.14.2)
pry-byebug (= 3.10.1)
rake (~> 13)
Expand Down
2 changes: 1 addition & 1 deletion packages/data_taster/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source "https://rubygems.org"

gemspec

gem "nokogiri", "< 1.16"
gem "nokogiri", "< 1.17"
gem "rubocop-powerhome", path: "../rubocop-powerhome", tag: "v0.5.2-rubocop-powerhome"
10 changes: 5 additions & 5 deletions packages/data_taster/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5)
nokogiri (1.16.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.1-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.1-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.1-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.2)
Expand Down Expand Up @@ -297,7 +297,7 @@ DEPENDENCIES
bundler (~> 2.1)
data_taster!
license_finder (~> 7.0)
nokogiri (< 1.16)
nokogiri (< 1.17)
parser (>= 2.5, != 2.5.1.1)
rainbow (= 2.2.2)
rake (~> 13.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/dep_shield/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
# Specify your gem's dependencies in dep_shield.gemspec
gemspec

gem "nokogiri", "< 1.16"
gem "nokogiri", "< 1.17"

gem "rake", "~> 13.0"

Expand Down
30 changes: 15 additions & 15 deletions packages/dep_shield/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
concurrent-ruby (1.2.3)
crass (1.0.6)
date (3.3.4)
diff-lcs (1.5.0)
diff-lcs (1.5.1)
erubi (1.12.0)
globalid (1.2.1)
activesupport (>= 6.1)
Expand Down Expand Up @@ -131,10 +131,10 @@ GEM
nio4r (2.7.0)
nitro_config (0.2.0)
activesupport (>= 5.2.8.1)
nokogiri (1.15.5)
nokogiri (1.16.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.1-arm64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -176,18 +176,18 @@ GEM
rake (13.1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (~> 3.13.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
Expand All @@ -196,7 +196,7 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.1)
rspec-support (3.13.0)
rubocop (1.52.1)
json (~> 2.3)
parallel (~> 1.10)
Expand Down Expand Up @@ -265,7 +265,7 @@ DEPENDENCIES
combustion (~> 1.4)
dep_shield!
license_finder (>= 7.0)
nokogiri (< 1.16)
nokogiri (< 1.17)
rake (~> 13.0)
rspec (~> 3.0)
rspec-rails (~> 5.1.2)
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"test": "echo 'No tests on eslint-config'"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@babel/eslint-parser": "8 || 10 || 7",
"eslint": "8.56.0",
"eslint-plugin-flowtype": "8.0.3",
Expand All @@ -37,17 +37,17 @@
"typescript": "5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"eslint": "8.56.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-control-statements": "3.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-webpack-plugin": "4.0.1",
"prettier": "3.1.1",
"prettier": "3.2.5",
"semver": "7.5.4",
"typescript": "5.3.3"
},
Expand Down
Loading

0 comments on commit 3ef3fad

Please sign in to comment.