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 Jan 14, 2024
1 parent 45186cc commit 56eef43
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 39 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
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.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-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.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-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.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-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/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"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.2",
"semver": "7.5.4",
"typescript": "5.3.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1872,10 +1872,10 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==

prettier@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
prettier@3.2.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.2.tgz#96e580f7ca9c96090ad054616c0c4597e2844b65"
integrity sha512-HTByuKZzw7utPiDO523Tt2pLtEyK7OibUD9suEJQrPUCYQqrHr74GGX6VidMrovbf/I50mPqr8j/II6oBAuc5A==

prop-types@^15.8.1:
version "15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/lumberaxe/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ end

gemspec

gem "nokogiri", "< 1.16"
gem "nokogiri", "< 1.17"
gem "rubocop-powerhome", path: "../rubocop-powerhome"
8 changes: 4 additions & 4 deletions packages/lumberaxe/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
net-imap (0.4.9.1)
date
Expand All @@ -141,8 +140,9 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.2)
Expand Down Expand Up @@ -280,7 +280,7 @@ DEPENDENCIES
combustion (~> 1.3)
license_finder (>= 7.0)
lumberaxe!
nokogiri (< 1.16)
nokogiri (< 1.17)
parser (>= 2.5, != 2.5.1.1)
pry (>= 0.14.2)
pry-byebug (= 3.10.1)
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro_config/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

gem "byebug"
gem "license_finder", ">= 7.0"
gem "nokogiri", "< 1.16"
gem "nokogiri", "< 1.17"
gem "rake", ">= 13.0"
gem "rspec", ">= 3.0"
gem "rubocop", ">= 1.32"
Expand Down
8 changes: 4 additions & 4 deletions packages/nitro_config/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.20.0)
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.2)
Expand Down Expand Up @@ -160,7 +160,7 @@ DEPENDENCIES
combustion (~> 1.3)
license_finder (>= 7.0)
nitro_config!
nokogiri (< 1.16)
nokogiri (< 1.17)
rake (>= 13.0)
rspec (>= 3.0)
rubocop (>= 1.32)
Expand Down
2 changes: 1 addition & 1 deletion packages/ostruct-sanitizer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

gemspec

gem "bundler", "~> 2.4.7"
gem "bundler", "~> 2.5.0"
gem "byebug"
gem "license_finder", "~> 7.0"
gem "rake", "13.1.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/rabbet/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"
10 changes: 5 additions & 5 deletions packages/rabbet/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
nokogiri (1.16.0-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.2)
Expand Down Expand Up @@ -319,7 +319,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 2.1)
license_finder (~> 7.0)
nokogiri (< 1.16)
nokogiri (< 1.17)
pry (>= 0.14)
pry-byebug (= 3.10.1)
rabbet!
Expand Down

0 comments on commit 56eef43

Please sign in to comment.