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-plugin
3.4 -> 4.0 (4.0 just drops Node 12 support)less-loader
10 -> 11postcss-loader
6 -> 7sass-loader
12 -> 13stylus
0.57 -> 0.58stylus-loader
6 -> 7If you're using any of these (all are optional except for
css-minimizer-webpack-plugin
and 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 -
@thegillou
v2.1.0
May 5th, 2022
Feature
- #1093 - Allow sass-embedded -
@IonBazan
v2.0.0
May 3rd, 2022
This is a new major version that contains several backwards-compatibility breaks.
... (truncated)
Commits
b1c50ce
Tagging 3.1.0ccd1dbc
bumping 3.1.0 CHANGELOG983fcea
minor #1137 Bump terser from 5.14.1 to 5.14.2 (dependabot[bot])b824d13
feature #1134 Add vue 2.7 feature (billyct)c3154ef
Bump terser from 5.14.1 to 5.14.2ab2c368
Add vue 2.7 feature5ab81d9
Tagging 3.0.05e34adb
Adding 3.0 CHANGELOG0ff6db0
feature #1133 Increasing dependencies (weaverryan)c25db3e
Increasing 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 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 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)