Skip to content

Commit

Permalink
Bump shakapacker from 8.0.1 to 8.0.2 (#3306)
Browse files Browse the repository at this point in the history
* Bump shakapacker from 8.0.1 to 8.0.2

Bumps [shakapacker](https://github.com/shakacode/shakapacker) from 8.0.1 to 8.0.2.
- [Changelog](https://github.com/shakacode/shakapacker/blob/main/CHANGELOG.md)
- [Commits](shakacode/shakapacker@v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: shakapacker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* fixed Shakapacker gem and node package version mismatch

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sarahcrack <[email protected]>
  • Loading branch information
dependabot[bot] and sarahcrack authored Nov 14, 2024
1 parent 53bcf2e commit 8265a3a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'geocoder'
gem 'puma', '~> 6.4.3'

# Transpile app-like JavaScript. Read more: https://github.com/shakacode/shakapacker
gem 'shakapacker', '8.0.1'
gem 'shakapacker', '8.0.2'

# Use ActiveStorage variant
# gem 'mini_magick', '~> 4.8'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ GEM
websocket (~> 1.0)
semantic_logger (4.15.0)
concurrent-ruby (~> 1.0)
semantic_range (3.0.0)
semantic_range (3.1.0)
sentry-rails (5.18.0)
railties (>= 5.0)
sentry-ruby (~> 5.18.0)
Expand All @@ -595,7 +595,7 @@ GEM
sentry-sidekiq (5.18.2)
sentry-ruby (~> 5.18.2)
sidekiq (>= 3.0)
shakapacker (8.0.1)
shakapacker (8.0.2)
activesupport (>= 5.2)
package_json
rack-proxy (>= 0.6.1)
Expand Down Expand Up @@ -781,7 +781,7 @@ DEPENDENCIES
sentry-rails
sentry-ruby
sentry-sidekiq
shakapacker (= 8.0.1)
shakapacker (= 8.0.2)
shoulda-matchers (~> 6.1)
sidekiq (< 7)
sidekiq-cron
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"sass": "^1.79.4",
"sass-loader": "^16.0.2",
"semver": "^7.5.2",
"shakapacker": "8.0.1",
"shakapacker": "8.0.2",
"stimulus": "^3.2.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6094,10 +6094,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==

[email protected].1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.0.1.tgz#96c893ccc414d47aaf86689eb5ef732259c592c7"
integrity sha512-VjIWgJqh4680Kf2NSmupB3h6dWxlOkGvceJJuJZ0az/6wUL5d/ovmKUc2swrpWC8UgBY67YjXI92zT07EQevbQ==
[email protected].2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/shakapacker/-/shakapacker-8.0.2.tgz#064303e09958b57b7a7f98dc38d0c1150a96d3a0"
integrity sha512-nZNAwT7onNiKZ81nMz/l0ihG8qXPZUvfxs4op5586wvn7znpPVQC4mFs131YrdUubmdqUPIjcpZnV0k4ijNtXw==
dependencies:
js-yaml "^4.1.0"
path-complete-extname "^1.0.0"
Expand Down

0 comments on commit 8265a3a

Please sign in to comment.