eliashaeussler / typo3-badges

🌍 Symfony project with SVG and JSON endpoints for beautiful TYPO3 badges
https://typo3-badges.dev
GNU General Public License v3.0
11 stars 2 forks source link

[TASK] Update @symfony/webpack-encore to v4 #702

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@symfony/webpack-encore ^3.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

symfony/webpack-encore ### [`v4.2.0`](https://togithub.com/symfony/webpack-encore/releases/tag/v4.2.0): Allowing webpack-cli v5 [Compare Source](https://togithub.com/symfony/webpack-encore/compare/v4.1.2...v4.2.0) Hey packagers! This release allows `webpack-cli` version 5 to be used in your `package.json` file. #### Upgrading Run: npm install "@​symfony/webpack-encore@^4.2.0" --save-dev Or: yarn upgrade "@​symfony/webpack-encore@^4.2.0" Changes: [v4.1.2..v4.2.0](https://togithub.com/symfony/webpack-encore/compare/v4.1.2..v4.2.0) Happy Packing! ### [`v4.1.2`](https://togithub.com/symfony/webpack-encore/releases/tag/v4.1.2): 4.1.2 - fixes Vue 2 version problem [Compare Source](https://togithub.com/symfony/webpack-encore/compare/v4.1.1...v4.1.2) Hey packagers! This release fixes an incompatibility when using `@vue/compiler-sfc` with Vue 2.7. Thanks to [@​dmaicher](https://togithub.com/dmaicher) in [#​1166](https://togithub.com/symfony/webpack-encore/issues/1166) for the fix! #### Upgrading Run: npm install "@​symfony/webpack-encore@^4.1.2" --save-dev Or: yarn upgrade "@​symfony/webpack-encore@^4.1.2" Changes: [v4.1.1..v4.1.1](https://togithub.com/symfony/webpack-encore/compare/v4.1.1..v4.1.2) Happy Packing! ### [`v4.1.1`](https://togithub.com/symfony/webpack-encore/releases/tag/v4.1.1): Fixing version typo in 4.1.0 [Compare Source](https://togithub.com/symfony/webpack-encore/compare/v4.1.0...v4.1.1) Hey packagers! A tiny release to fix a typo in 4.1.0 that made the package uninstallable. #### Upgrading Run: npm install "@​symfony/webpack-encore@^4.1.1" --save-dev Or: yarn upgrade "@​symfony/webpack-encore@^4.1.1" Changes: [v4.1.0..v4.1.1](https://togithub.com/symfony/webpack-encore/compare/v4.1.0..v4.1.1) Happy Packing! ### [`v4.1.0`](https://togithub.com/symfony/webpack-encore/blob/HEAD/CHANGELOG.md#v410-httpsgithubcomsymfonywebpack-encorereleasestagv410) [Compare Source](https://togithub.com/symfony/webpack-encore/compare/v4.0.0...v4.1.0) *October 17th, 2022* ##### Features - Add support for Svelte - [#​781](https://togithub.com/symfony/webpack-encore/issues/781) thanks to [@​zairigimad](https://togithub.com/zairigimad) ##### Bug Fixes - Support for Vue 2 was accidentally dropped in 4.0.0, and was re-added - [#​1157](https://togithub.com/symfony/webpack-encore/issues/1157) thanks to [@​Kocal](https://togithub.com/Kocal). ### [`v4.0.0`](https://togithub.com/symfony/webpack-encore/blob/HEAD/CHANGELOG.md#v400-httpsgithubcomsymfonywebpack-encorereleasestagv400) [Compare Source](https://togithub.com/symfony/webpack-encore/compare/v3.1.0...v4.0.0) This major release makes Encore compatible with [Yarn Plug'n'Play](https://yarnpkg.com/features/pnp) and [pnpm](https://pnpm.io/). ##### BC Breaks - The following dependencies **must be added** in your `package.json`: `webpack webpack-cli @​babel/core @​babel/preset-env` ([#​1142](https://togithub.com/symfony/webpack-encore/issues/1142) and [#​1150](https://togithub.com/symfony/webpack-encore/issues/1150)): ```shell npm install webpack webpack-cli @​babel/core @​babel/preset-env --save-dev ```

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit e59315d1 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.