Update dependency @symfony/webpack-encore to v4.7.0 - #197
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
October 19, 2022 17:47
65dbf51 to
3fe3f8c
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
November 21, 2022 20:58
3fe3f8c to
ce434e9
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
May 28, 2023 09:51
ab6dfd9 to
3579018
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
July 10, 2023 19:17
3579018 to
4570921
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
October 22, 2023 22:44
4570921 to
056bcdd
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
January 22, 2024 19:45
056bcdd to
7e018d9
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
January 25, 2024 20:59
7e018d9 to
0c55e8a
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
August 29, 2024 18:15
0c55e8a to
88d3089
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
2 times, most recently
from
August 13, 2025 17:03
93bb953 to
765ff20
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
August 19, 2025 19:38
765ff20 to
e88f8e3
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
August 31, 2025 13:13
e88f8e3 to
e140d80
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
September 25, 2025 14:46
e140d80 to
4056731
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
October 21, 2025 17:46
4056731 to
6dbf765
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
November 11, 2025 02:02
6dbf765 to
84f0d21
Compare
renovate
Bot
force-pushed
the
renovate/symfony-webpack-encore-4.x
branch
from
November 18, 2025 12:12
84f0d21 to
2e5bd30
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0->4.7.0Release Notes
symfony/webpack-encore (@symfony/webpack-encore)
v4.7.0Compare Source
Features
#1284 Improve ESLint and Babel help messages, when enabling ESLint integration (@Kocal)
#1285 Add support for PNPM for installation commands (@Kocal)
#1286 Add support for Node.js 22 (@Kocal)
#1299 Add support for less-loader 12 (@Kocal)
#1301 Add support for postcss-loader 8 (@Kocal)
#1302 Add support for stylus-loader 8 (@Kocal)
#1295 Add JSX support for Vue 3 (@Kocal)
Enabling JSX support for Vue 3 is done with the
Encore.enableVueLoader():If you don't have a custom Babel configuration, then you're all set!
But if you do, you may need to adjust it
to add
@vue/babel-plugin-jsxplugin to your Babel configuration:Deprecations
#1278 Deprecate ESLint integration (@Kocal)
#1298 Deprecate Vue 2 support (@Kocal)
Internal
#1275 Update some dev-dependencies to fix vulnerability issues (@Kocal)
#1259 Update yarn used for test_apps to latest version (@karpilin)
#1297 Upgrade GitHub Actions in CI (@Kocal)
#1304 Replace
fast-levenshteinbyfastest-levenshtein(@Kocal)#1303 Replace
pkg-upby an inlined solution (@Kocal)v4.6.1Compare Source
v4.6.0Compare Source
#1254 Increased minimum Node version to 20 (@weaverryan)
#1253 Allow sass-loader 14 (@cedric-anne)
#1247 Allow only configuring a plugin (@gimler)
v4.5.0Compare Source
Features
#1235 Dropping support for Node 14 (16 is new min) and allowing
svelte4 (@weaverryan)#1185 Bump
babel-loaderfrom 8.2.5 to 9.1.2 (@dppanteon) - theCHANGELOG for babel 9
does not list any breaking changes besides increasing the minimum Node version.
#1224 Allow fork-ts-checker-webpack-plugin ^8.0 and ^9.0 (@buffcode)
v4.4.0Compare Source
Features
v4.3.0Compare Source
Features
Bugs
v4.2.0Compare Source
Features
v4.1.2: 4.1.2 - fixes Vue 2 version problemCompare Source
Hey packagers!
This release fixes an incompatibility when using
@vue/compiler-sfcwith Vue 2.7. Thanks to @dmaicher in #1166 for the fix!Upgrading
Run:
Changes: v4.1.1..v4.1.1
Happy Packing!
v4.1.1: Fixing version typo in 4.1.0Compare Source
Hey packagers!
A tiny release to fix a typo in 4.1.0 that made the package uninstallable.
Upgrading
Run:
Changes: v4.1.0..v4.1.1
Happy Packing!
v4.1.0Compare Source
October 17th, 2022
Features
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.