sonata-multiupload-bundle
sonata-multiupload-bundle copied to clipboard
npm(deps-dev): bump @symfony/webpack-encore from 1.8.2 to 3.1.0
Bumps @symfony/webpack-encore from 1.8.2 to 3.1.0.
Release notes
Sourced from @symfony/webpack-encore's releases.
Support for Vue 2.7 and dropping vue-template-compiler
Hi Webpackers!
This is a tiny release that adds better support specifically for Vue 2.7.
To upgrade run:
yarn upgrade "@symfony/webpack-encore@^3.1.0"Changes: v3.0.0..v3.1.0
Documentation: http://symfony.com/doc/current/frontend.html
Highlights:
Features
Happy Packing!
3.0 - Dropping Node 12 support and upgrading dependencies
Hey packagers!
This new major release is actually quite smaller: including increasing the new Node minimum version from 12 to 14 and upgrading a few dependencies across major versions. Upgrading should be easy.
To upgrade run:
yarn upgrade "@symfony/webpack-encore@^3.0.0"Changes: v2.1.0..v3.0.0
Documentation: http://symfony.com/doc/current/frontend.html
Highlights:
BC Breaks
... (truncated)
Changelog
Sourced from @symfony/webpack-encore's changelog.
v3.1.0
August 24th, 2022
v3.0.0
July 8th, 2022
This major release drops support for Node 12 (minimum is now Node 14) and also bumps some dependencies up a new major version.
BC Breaks
In #1122 support for Node 12 was dropped.
In #1133, the following dependencies were bumped a major version:
css-minimizer-webpack-plugin3.4 -> 4.0 (4.0 just drops Node 12 support)less-loader10 -> 11postcss-loader6 -> 7sass-loader12 -> 13stylus0.57 -> 0.58stylus-loader6 -> 7If you're using any of these (all are optional except for
css-minimizer-webpack-pluginand are extended them with custom configuration, check the CHANGELOG of each for any possible BC breaks).Feature
- #1133 - Increasing dependencies -
@weaverryan- #1125 - Changing to support the "server" options object for webpack-dev-server -
@weaverryan- #1122 - Allow sass-loader:^13.0.0, require node >= 14 -
@jmsche- #1118 - Use cli param server-type to define devServer https mode -
@thegillouv2.1.0
May 5th, 2022
Feature
- #1093 - Allow sass-embedded -
@IonBazanv2.0.0
May 3rd, 2022
This is a new major version that contains several backwards-compatibility breaks.
... (truncated)
Commits
b1c50ceTagging 3.1.0ccd1dbcbumping 3.1.0 CHANGELOG983fceaminor #1137 Bump terser from 5.14.1 to 5.14.2 (dependabot[bot])b824d13feature #1134 Add vue 2.7 feature (billyct)c3154efBump terser from 5.14.1 to 5.14.2ab2c368Add vue 2.7 feature5ab81d9Tagging 3.0.05e34adbAdding 3.0 CHANGELOG0ff6db0feature #1133 Increasing dependencies (weaverryan)c25db3eIncreasing dependencies- Additional commits viewable in compare view
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 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 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)