Open
Conversation
86cde3e to
d7904e9
Compare
406741f to
41c27c9
Compare
70d6f1f to
0f52325
Compare
b09c04f to
34b81f2
Compare
e0c6f0f to
feb099f
Compare
cb4c185 to
f03ad5e
Compare
e96313a to
bad49e6
Compare
03b1868 to
11a7a45
Compare
3d574c9 to
3d75ee8
Compare
6e3da9f to
a77284e
Compare
b7e7ece to
b10aed0
Compare
b6a26d3 to
04c6143
Compare
7e4737e to
727aee0
Compare
abe62b3 to
3153814
Compare
aa8dbbc to
f3dd195
Compare
3e54d47 to
c218a90
Compare
c218a90 to
8db0e9b
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:
1.8.2->5.1.08.4.1->10.0.01.1.2->2.0.2^9.0->^11.0^1.8->^2.0^1.0->^2.0^1.3->^2.0^1.1->^2.0^1.3->^2.0^1.2->^2.0^10.5->^12.02.8.8->3.6.21.2.7->2.1.03.5.2->4.2.0Release Notes
symfony/webpack-encore (@symfony/webpack-encore)
v5.1.0Compare Source
Features
v5.0.1Compare Source
Encore.enableIntegrityHashes()and filenames with a query-string (@Kocal)v5.0.0Compare Source
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-cli4 support, onlywebpack-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:
webpack-dev-serverdependency optional (@Kocal)The
webpack-dev-serverpackage is now an optional peer dependency.It has been removed because some projects may not use it, and it was installing a bunch of unnecessary dependencies.
Removing the
webpack-dev-serverdependency from Encore reduces the number of dependencies from 626 to 295 (-331!),it helps to reduce the size of the
node_modulesdirectory and the number of possible vulnerabilities.To use the
webpack-dev-serveragain, you need to install it manually: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
v4.0.0Compare Source
This major release makes Encore compatible with Yarn Plug'n'Play and pnpm.
BC Breaks
package.json:webpack webpack-cli @​babel/core @​babel/preset-env(#1142 and #1150):v3.1.0Compare Source
August 24th, 2022
vue-template-compiler- #1134 thanks to @billyctv3.0.0Compare Source
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
v2.1.0Compare Source
May 5th, 2022
Feature
v2.0.0Compare Source
May 3rd, 2022
This is a new major version that contains several backwards-compatibility breaks.
BC Breaks
The following dependencies were upgraded a major version. It's unlikely
these will cause problems, unless you were further configuring this part
of Encore:
clean-webpack-pluginVersion3to4: dropped old Node & Webpack version supportcss-loaderVersion5to6: dropped old Node version support & CHANGELOGcss-minimizer-webpack-pluginVersion2to3: dropped old Node version supportloader-utilsREMOVEDmini-css-extract-pluginVersion1.5to2.2.1: dropped old Node & Webpack version support & CHANGELOGpretty-errorVersion3.0to4.0: dropped old Node version supportresolve-url-loaderVersion3.0to5.0: dropped old Node version support, requires postcss^8.0, removereworkengine & CHANGELOGstyle-loaderVersion2to3: dropped old Node and Webpack version support & CHANGELOGyargs-parserVersion20.2to21: dropped old Node version supportAdditionally, Encore changed the supported versions of the following packages,
which you may have installed to enable extra features:
eslintMinimum version increased from7to8eslint-webpack-pluginMinimum version increased from2.5to3fork-ts-checker-webpack-pluginMinimum version increased from5to6CHANGELOGless-loaderMinimum version increased from7to10postcss-loaderMinimum version increased from4to6preactMinimum version increased from8to10CHANGELOGsass-loaderMinimum version increased from9to12stylusMinimum version increased from0.54to0.56stylus-loaderMinimum version increased from3to6CHANGELOGvue-loaderMinimum version increased from16to17CHANGELOGRemoved
Encore.enableEslintLoader(): useEncore.enableEslintPlugin().If using
enableEslintPlugin()with the@babel/eslint-parserparser,you may now need to create an external Babel configuration file. To see
an example, temporarily delete your
.eslintrc.jsfile and run Encore.The error will show you a Babel configuration file you can use.
With
configureDefinePlugin(), theoptions['process.env']key formatpassed to the callback has changed (see #960). If you are using
configureDefinePlugin()to add more items to
process.env, your code will need to change:Encore.configureDefinePlugin((options) => { - options['process.env']['SOME_VAR'] = JSON.stringify('the value'); + options['process.env.SOME_VAR'] = JSON.stringify('the value'); })babel/babel-loader (babel-loader)
v10.0.0Compare Source
What's Changed
Breaking Changes
^18.20.0 || ^20.10.0 || >=22.0.0and webpack requirement to>= 5.61.0by @JLHwung in https://github.com/babel/babel-loader/pull/1026New Features
Bug Fixes
Docs
cacheIdentifieris computed from the merged options by @JLHwung in https://github.com/babel/babel-loader/pull/1000Dependencies
find-cache-dirbyfind-upby @JLHwung in https://github.com/babel/babel-loader/pull/1031Internal
New Contributors
Full Changelog: babel/babel-loader@v9.1.3...v10.0.0
v9.2.1Compare Source
What's Changed
Full Changelog: babel/babel-loader@v9.2.0...v9.2.1
v9.2.0Compare Source
What's Changed
cacheIdentifieris computed from the merged options by @JLHwung in https://github.com/babel/babel-loader/pull/1000Full Changelog: babel/babel-loader@v9.1.3...v9.2.0
v9.1.3Compare Source
Security dependency updates
New Contributors
Full Changelog: babel/babel-loader@v9.1.2...v9.1.3
v9.1.2Compare Source
9.1.1 was a broken release, it didn't include all the commits.
Dependencies updates
Misc
New Contributors
Full Changelog: babel/babel-loader@v9.1.0...v9.1.2
v9.1.1Compare Source
v9.1.0Compare Source
New features
Full Changelog: babel/babel-loader@v9.0.1...v9.1.0
v9.0.1Compare Source
Bug Fixes
Full Changelog: babel/babel-loader@v9.0.0...v9.0.1
v9.0.0Compare Source
What's Changed
New Contributors
Full Changelog: babel/babel-loader@v8.2.5...v9.0.0
kesne/babel-plugin-inline-react-svg (babel-plugin-inline-react-svg)
v2.0.2Compare Source
Merged
#120#119#117Fixed
#74Commits
auto-changelog013765163611b5@babel/cli,@babel/node,@babel/preset-react,eslint,eslint-config-airbnb,eslint-plugin-import,eslint-plugin-jsx-a11y,eslint-plugin-reactb839b94e37c29ba4c1c4cnpmignoreto autogenerate an npmignore fileaeb3ddfresolve,svgob29d6a6safe-publish-latestand useprepublishOnly982144b@babel/cli,@babel/plugin-transform-typescript815bb4av2.0.1Compare Source
Commits
b8fb637svgo7471408v2.0.0Compare Source
Fixed
#89Commits
svgoto v2; drop node < v10.1390eeedd@babel/cli,@babel/node,@babel/preset-react,babel-preset-airbnb,eslint,eslint-config-airbnb,eslint-plugin-import,eslint-plugin-jsx-a11y,eslint-plugin-react4ed41be@babel/cli,@babel/node,@babel/preset-react,eslint0b2b119resolvec7ae6fdresolveca99a79castoredc/coding-standard (castor/coding-standard)
v11.0.0Compare Source
What's Changed
Changes
Castor).Renovate updates
0c907a7by @renovate in https://github.com/castoredc/coding-standard/pull/84d4323d4by @renovate in https://github.com/castoredc/coding-standard/pull/875a3ec84by @renovate in https://github.com/castoredc/coding-standard/pull/93Full Changelog: https://github.com/castoredc/coding-standard/compare/10.0.6...11.0.0
v10.0.6Compare Source
Full Changelog: https://github.com/castoredc/coding-standard/compare/10.0.5...10.0.6
v10.0.5Compare Source
Full Changelog: https://github.com/castoredc/coding-standard/compare/10.0.4...10.0.5
v10.0.4Compare Source
Use yarn to update version in package.json
v10.0.3Compare Source
Auto-bump version before package release
v10.0.2Compare Source
Full Changelog: https://github.com/castoredc/coding-standard/compare/10.0.1...10.0.2
v10.0.1Compare Source
What's Changed
Full Changelog: https://github.com/castoredc/coding-standard/compare/10.0.0...10.0.1
v10.0.0Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "every weekday before 3am" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.