Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
* Updates Node version to 20.15.0
* Updates Yarn version to 4.3.1.
* Updates bundler, rspec-rails, rubocop-rails, selenium-webdriver, and
  strong_migrations in Ruby.
* Updates @stylistic/eslint-plugin-js, esbuild, eslint, mocha, and
  stylelint-config-standard in JavaScript.
  • Loading branch information
tristandunn committed Jul 1, 2024
1 parent c13501d commit 20fe321
Show file tree
Hide file tree
Showing 7 changed files with 451 additions and 439 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 20.14.0
nodejs 20.15.0
ruby 3.3.3
434 changes: 217 additions & 217 deletions .yarn/releases/yarn-4.3.0.cjs → .yarn/releases/yarn-4.3.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ enableTelemetry: 0

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.0.cjs
yarnPath: .yarn/releases/yarn-4.3.1.cjs
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem "redis", "5.2.0"
gem "redis-objects", "1.7.0"
gem "rufus-scheduler", "3.9.1"
gem "sprockets-rails", "3.5.1"
gem "strong_migrations", "1.8.0"
gem "strong_migrations", "2.0.0"
gem "tailwindcss-rails", "2.6.1"
gem "turbo-rails", "2.0.5"

Expand All @@ -28,7 +28,7 @@ group :development, :test do
gem "dotenv", "3.1.2"
gem "pg_query", "5.1.0"
gem "prosopite", "1.4.2"
gem "rspec-rails", "6.1.2"
gem "rspec-rails", "6.1.3"
end

group :development do
Expand All @@ -40,7 +40,7 @@ group :development do
gem "rubocop-capybara", "2.21.0", require: false
gem "rubocop-factory_bot", "2.26.1", require: false
gem "rubocop-performance", "1.21.1", require: false
gem "rubocop-rails", "2.25.0", require: false
gem "rubocop-rails", "2.25.1", require: false
gem "rubocop-rake", "0.6.0", require: false
gem "rubocop-rspec", "3.0.1", require: false
gem "rubocop-rspec_rails", "2.30.0", require: false
Expand All @@ -55,7 +55,7 @@ group :test do
gem "faker", "3.4.1"
gem "mock_redis", "0.44.0"
gem "rails-controller-testing", "1.0.5"
gem "selenium-webdriver", "4.21.1"
gem "selenium-webdriver", "4.22.0"
gem "shoulda-matchers", "6.2.0"
gem "simplecov-console", "0.9.1", require: false
end
40 changes: 21 additions & 19 deletions Gemfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@
"dependencies": {
"@hotwired/stimulus": "3.2.2",
"@hotwired/turbo-rails": "8.0.4",
"esbuild": "0.21.5"
"esbuild": "0.22.0"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@babel/preset-env": "7.24.7",
"@babel/register": "7.24.6",
"@stylistic/eslint-plugin-js": "2.2.2",
"@stylistic/eslint-plugin-js": "2.3.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-istanbul": "6.1.1",
"chai": "4.4.1",
"eslint": "9.5.0",
"eslint": "9.6.0",
"jsdom": "24.1.0",
"mocha": "10.4.0",
"mocha": "10.5.2",
"nyc": "17.0.0",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"stylelint": "16.6.1",
"stylelint-config-standard": "36.0.0"
"stylelint-config-standard": "36.0.1"
},
"engines": {
"node": "20.14.0"
"node": "20.15.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 20fe321

Please sign in to comment.