Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps shakapacker from 8.4.0 to 9.4.0.

Changelog

Sourced from shakapacker's changelog.

Versions

[Unreleased]

Changes since the last non-beta release.

Added

  • Added SHAKAPACKER_SKIP_PRECOMPILE_HOOK environment variable to skip precompile hook. [PR #850](shakacode/shakapacker#850) by justin808. Set SHAKAPACKER_SKIP_PRECOMPILE_HOOK=true to skip the precompile hook during compilation. This is useful when using process managers like Foreman or Overmind to run the hook once before starting multiple webpack processes, preventing duplicate hook execution. Migration tip: If you have a custom bin/dev script that starts multiple webpack processes, you can now run the precompile hook once in the script and set this environment variable to prevent each webpack process from running the hook again. See the precompile hook documentation for implementation examples.

[v9.3.4-beta.0] - November 17, 2025

Fixed

  • Fixed switch_bundler task to remove packages from both dependencies and devDependencies. [PR #838](shakacode/shakapacker#838) by justin808. The task now correctly removes old bundler packages regardless of whether they're in dependencies or devDependencies sections, fixing an issue where packages in dependencies were not being removed when switching bundlers.

[v9.3.3] - November 15, 2025

Fixed

  • Fixed switch_bundler task to preserve shared dependencies. [PR #836](shakacode/shakapacker#836) by justin808. The task no longer removes @swc/core, swc-loader, and webpack-merge when switching bundlers, as these packages are shared between webpack and rspack configurations.

[v9.3.2] - November 10, 2025

Fixed

  • Fixed TypeScript import error in public types when webpack is not installed. [PR #828](shakacode/shakapacker#828) by G-Rath. Uses @ts-ignore instead of @ts-expect-error to suppress potential import error when webpack is not installed.
  • Fixed bundler switch task to add missing assets_bundler config. [PR #833](shakacode/shakapacker#833) by justin808. The rake shakapacker:switch_bundler task now automatically adds the assets_bundler key to shakapacker.yml if it's missing, preventing silent failures when switching bundlers.
  • Fixed rake tasks to use bundle exec rake instead of bundle exec rails. [PR #830](shakacode/shakapacker#830) by Judahmeek. Rake tasks should be invoked with bundle exec rake to support command-line flags properly, as Rails commands don't support flags.

Added

Changed

  • Simplified switch_bundler task to only support rake command. [PR #831](shakacode/shakapacker#831) by justin808. The rake shakapacker:switch_bundler task now only works with bundle exec rake, not bundle exec rails. Use bundle exec rake shakapacker:switch_bundler [bundler] -- [options] for clearer command-line flag support.

[v9.3.1] - November 9, 2025

Fixed

  • Fixed NODE_ENV not being set when running shakapacker-dev-server. [PR #823](shakacode/shakapacker#823) by Seifeldin7. Resolves #802. The dev server now properly initializes NODE_ENV to match RAILS_ENV (or "production" by default), fixing webpack configurations that dynamically load environment-specific files.

... (truncated)

Commits
  • 979cc12 Release 9.4.0
  • a633c54 Add SHAKAPACKER_SKIP_PRECOMPILE_HOOK environment variable support (#850)
  • 227a018 Update spec/dummy lockfiles after release
  • b76352c Release 9.3.4
  • 69b52e2 Prefix compile-time type test functions with underscore (#814)
  • 1ee4bc6 Add RBS Type Signatures to Improve Developer Experience (#808) (#822)
  • c4087a7 Fix development for spec/dummy (#841)
  • bf8d49d Add unreleased changelog entry for PR #838 (#840)
  • 1fc03b3 Update spec/dummy lockfiles after release
  • 8c9968f Release 9.3.4-beta.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [shakapacker](https://github.com/shakacode/shakapacker) from 8.4.0 to 9.4.0.
- [Changelog](https://github.com/shakacode/shakapacker/blob/main/CHANGELOG.md)
- [Commits](shakacode/shakapacker@v8.4.0...v9.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant