Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps @symfony/webpack-encore from 3.1.0 to 5.2.0.

Release notes

Sourced from @​symfony/webpack-encore's releases.

Peer dependencies update!

Features

Internals

New Contributors

Full Changelog: symfony/webpack-encore@v5.1.0...v5.2.0

5.1: Stimulus Bridge 4

What's Changed

Features

Full Changelog: symfony/webpack-encore@v5.0.1...v5.1.0

v5.0.1

Bug fixes

  • #1349 Fix issue between Encore.enableIntegrityHashes() and filenames with a query-string (@​Kocal)

Upgrading

npm install "@symfony/webpack-encore@^5.0.1" --save-dev

Or:

yarn upgrade "@​symfony/webpack-encore@^5.0.1"

Changes: symfony/webpack-encore@v5.0.0...v5.0.1

Happy Packing!

5.0: Major dependency upgrades and deprecated features deletion, less dependencies: Encore on a diet!

... (truncated)

Changelog

Sourced from @​symfony/webpack-encore's changelog.

5.2.0

  • Add support for Webpack CLI ^6.0.0

  • Add support for babel-loader ^10.0.0

  • Add support for style-loader ^4.0.0

If you manually specified the option insert, now it can only be a selector or the path to the module. Follow the style-loader migration guide to upgrade!

5.1.0

Features

5.0.1

  • #1349 Fix issue between Encore.enableIntegrityHashes() and filenames with a query-string (@​Kocal)

5.0.0

This is a new major version that contains several backwards-compatibility breaks.

Features

  • #1344 Add options configuration callback to Encore.enableReactPreset() (@​Kocal)

  • #1345 Add support for integrity hashes when asset names contain a query string (@​Kocal)

BC Breaks

  • #1321 Drop support of Node.js 19 and 21 (@​Kocal)

  • #1307 Drop webpack-cli 4 support, only webpack-cli ^5.1.4 is supported (@​Kocal)

  • #1318 Drop webpack-dev-server 4 support, only webpack-dev-server 5 is supported (@​Kocal)

The dev-server options have changed between versions 4 and 5, see the official migration guide to v5. For example:

// With webpack-dev-server 4:
Encore.configureDevServerOptions((options) => {
   options.https = {
     ca: "./path/to/server.pem",
     pfx: "./path/to/server.pfx",
     key: "./path/to/server.key",
</tr></table> 

... (truncated)

Commits
  • e639344 Tagging 5.2.0
  • e5112e5 feature #1382 Re-add webpack-manifest-plugin dependency, which was previous...
  • d5d6b7b Re-add webpack-manifest-plugin as a dependency
  • 1a2e5ef feature #1380 Add support for style-loader ^4.0.0 (Kocal)
  • 774fb8b Add support for style-loader ^4.0.0
  • ea46311 feature #1379 Add support for babel-loader ^10.0.0 (Kocal)
  • 305e07a Add support for babel-loader ^10.0.0
  • 8e91ffa minor #1378 [CI] Fix tests in lowest and highest jobs (Kocal)
  • d46a89b [CI] Fix tests in lowest and highest jobs
  • a90f06e minor #1377 Upgrade ESLint to ^9, migrate some plugins and configuration (Kocal)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by kocal, a new releaser for @​symfony/webpack-encore since your current version.


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 [@symfony/webpack-encore](https://github.com/symfony/webpack-encore) from 3.1.0 to 5.2.0.
- [Release notes](https://github.com/symfony/webpack-encore/releases)
- [Changelog](https://github.com/symfony/webpack-encore/blob/main/CHANGELOG.md)
- [Commits](symfony/webpack-encore@v3.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: "@symfony/webpack-encore"
  dependency-version: 5.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants