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 28, 2024
1 parent 885ddeb commit c01a6b0
Show file tree
Hide file tree
Showing 8 changed files with 157 additions and 127 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
20 changes: 10 additions & 10 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"test": "echo 'No tests on eslint-config'"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@babel/eslint-parser": "8 || 10 || 7",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-jsx-control-statements": "3.0.0",
"eslint-plugin-react": "7.33.2",
Expand All @@ -37,18 +37,18 @@
"typescript": "5.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"eslint": "8.56.0",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@babel/core": "7.24.0",
"@babel/eslint-parser": "7.23.10",
"eslint": "8.57.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",
"semver": "7.5.4",
"prettier": "3.2.5",
"semver": "7.6.0",
"typescript": "5.3.3"
},
"dependencies": {
Expand Down
242 changes: 136 additions & 106 deletions packages/eslint-config/yarn.lock

Large diffs are not rendered by default.

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"
6 changes: 3 additions & 3 deletions packages/lumberaxe/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
Expand Down Expand Up @@ -314,7 +314,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
6 changes: 3 additions & 3 deletions packages/nitro_config/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ GEM
nokogiri (>= 1.12.0)
method_source (1.0.0)
minitest (5.22.2)
nokogiri (1.15.5-arm64-darwin)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
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
4 changes: 2 additions & 2 deletions packages/ostruct-sanitizer/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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"
gem "rspec", "3.12.0"
gem "rspec", "3.13.0"
gem "rubocop-powerhome", "0.5.2"

0 comments on commit c01a6b0

Please sign in to comment.