Bump shakapacker from 7.2.3 to 8.0.0
Bumps shakapacker from 7.2.3 to 8.0.0.
Changelog
Sourced from shakapacker's changelog.
[v8.0.0] - May 17, 2024
See the v8 Upgrade Guide.
Fixed
Breaking changes
Removes CDN url from the manifest.json paths. PR 473 by tomdracz. This returns to the Webpacker behaviour prior to the aborted Webpacker v6.
Removes deprecated support of
Webpackerspelling, config variables and constants. PR 429 by tomdracz.The usage of those has been deprecated in Shakapacker v7 and now fully removed in v8. See the v7 Upgrade Guide for more information if you are still yet to address this deprecation.
Remove
globalMutableWebpackConfigglobal PR 439 by G-Rath.Use
generateWebpackConfiginstead.Use
package_jsongem to manage Node dependencies and commands, and usenpmby default PR 430 by G-RathThis enables support for package managers other than
yarn, withnpmbeing the default; to continue using Yarn, specify it inpackage.jsonusing thepackageManagerproperty.Remove
yarn_installrake task, and stop installing js packages automatically as part ofassets:precompilePR 412 by G-Rath.Remove
httpsoption forwebpack-dev-serverPR 414 by G-Rath.Enable
ensure_consistent_versioningby default PR 447 by G-Rath.Asset files put in
additional_pathswill have their path stripped just like with thesource_path. PR 403 by paypro-leon.Remove
isArrayutility (just useArray.isArraydirectly) and renamed a few files PR 454 by G-Rath.Make JavaScript test helper utilities internal (
chdirTestApp,chdirCwd,resetEnv) PR 458 by G-Rath.
Commits
d4797e5Release 8.0.094a28d7Release 8.0.0-rc.481543a9Strip CDN from manifest output (#473)4e4f7c2Update README.md64c6bd0Update README.mdbc09740Fix assets clean lookups (#474)cb7b2cfUpdate Control Plane link (#477)1a89919Update CHANGELOG.md2dc0b49Release 8.0.0-rc.36976a93fix: support pnpm v9 lockfiles (#472)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
coverage: 96.914%. remained the same when pulling abe81f0cd414cb8e6bdabff52949cf4df0224b4d on dependabot/npm_and_yarn/shakapacker-8.0.0 into 0d5aaeeee825cffbb9c848ed3b6c5688d02130cb on main.
Superseded by #1767.