module-federation / reunited

Module federation and unit tests
MIT License
34 stars 4 forks source link

Update dependency @webpack-cli/serve to v2 #22

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@webpack-cli/serve (source) ^1.3.1 -> ^2.0.0 age adoption passing confidence

Release Notes

webpack/webpack-cli (@​webpack-cli/serve) ### [`v2.0.5`](https://togithub.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.4...@webpack-cli/serve@2.0.5) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.4...@webpack-cli/serve@2.0.5) ### [`v2.0.4`](https://togithub.com/webpack/webpack-cli/releases/tag/v2.0.4): 2.0.4 [Compare Source](https://togithub.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.3...@webpack-cli/serve@2.0.4) This release fixes the previous release. There were few missing files that were not published on `npm` ### [`v2.0.3`](https://togithub.com/webpack/webpack-cli/releases/tag/v2.0.3): 2.0.3 [Compare Source](https://togithub.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.2...@webpack-cli/serve@2.0.3) - fix for extending tests to `--json` ([@​axe312ger](https://togithub.com/axe312ger), [https://github.com/webpack/webpack-cli/pull/242](https://togithub.com/webpack/webpack-cli/pull/242)) - added a new feature `--silent`. With this option the cli won't output anything ([@​jbottigliero](https://togithub.com/jbottigliero), [https://github.com/webpack/webpack-cli/pull/241](https://togithub.com/webpack/webpack-cli/pull/241)) - internal changes: removed `flow` and `babel` from the code base as it was giving serious problems with third party repositories ### [`v2.0.2`](https://togithub.com/webpack/webpack-cli/releases/tag/v2.0.2): 2.0.2 [Compare Source](https://togithub.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.1...@webpack-cli/serve@2.0.2) - fixed cases of the new `--output` argument - fixed internal bin tests - added internal coverage check - fixed case where there was a missing internal library ### [`v2.0.1`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#2014-2018-04-05) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/@webpack-cli/serve@2.0.0...@webpack-cli/serve@2.0.1) [Full Changelog](https://togithub.com/webpack/webpack-cli/compare/2.0.13...2.0.14) #### New Features - use npm ci for tests ([#​367](https://togithub.com/webpack/webpack-cli/issues/367)) ([#​368](https://togithub.com/webpack/webpack-cli/pull/368)) - add envinfo as `webpack-cli info` command ([51ab19f](https://togithub.com/webpack/webpack-cli/commit/51ab19f)) - \--entry should override config.entry ([#​155](https://togithub.com/webpack/webpack-cli/issues/155)) ([#​358](https://togithub.com/webpack/webpack-cli/pull/358)) #### CLI - refactor: improve folder structure ([#​371](https://togithub.com/webpack/webpack-cli/pull/371)) #### Fix - loader,plugin: fix generators path bug ([b4bfafb](https://togithub.com/webpack/webpack-cli/commit/b4bfafb)) ### [`v2.0.0`](https://togithub.com/webpack/webpack-cli/blob/HEAD/CHANGELOG.md#200-2017-12-21) [Compare Source](https://togithub.com/webpack/webpack-cli/compare/@webpack-cli/serve@1.7.0...@webpack-cli/serve@2.0.0) - Adds add - Remove some mocks - Remove validationschema and ajv dependencies - Update Jest & Jest-cli - Remove unused dependencies - Creator is now init - Using env preset ([#​197](https://togithub.com/webpack/webpack-cli/pull/197)) - Using Yarn ([#​203](https://togithub.com/webpack/webpack-cli/pull/203)) - Using peer dep of webpack - Transformations is now migrate - Init has its own generator - Commands are refactored into a HOC and sent to a folder for each command with an helper for scaffolding aliases - Using RawList instead of List for better usability ([82c64db](https://togithub.com/webpack/webpack-cli/commit/541ba62f02c4a1fcc807eac62a551fcae3f2d2c3)) - lib/transformations/util is now in lib/utils/ast-utils - Each AST module now has an extra argument that specifies action to be done - FindPluginsByRoot is now FindRootByName and more generalistic - Added ast util function createEmptyCallableFunctionWithArguments - Refactor for readability ([#​214](https://togithub.com/webpack/webpack-cli/pull/214)) - Remove dist from repo ([#​215](https://togithub.com/webpack/webpack-cli/pull/215)) - Remove entry and output validation ([#​217](https://togithub.com/webpack/webpack-cli/pull/217)) - topScope now checks if the import already is present - Updated test errors/issue-5576, remember to sync with webpack/next - User friendly startup message ([#​218](https://togithub.com/webpack/webpack-cli/pull/218)) - Migrate now uses prettier ([88aaaa2](https://togithub.com/webpack/webpack-cli/commit/972d4cd90061644aa2f4aaac33d2d80cb4a56d57) - Added transform for mode ([972d4cd](https://togithub.com/webpack/webpack-cli/commit/e1f512c9bb96694dd623562dc4cef411ed004c2c) - Remove recast fork ([fba04da](https://togithub.com/webpack/webpack-cli/commit/b416d9c50138ef343b8bac6e3f66fdd5b917857d)) - New transforms ([b416d9c](https://togithub.com/webpack/webpack-cli/commit/28680c944dca0860ca59a38910840a641b418d18)) - JSdocs are added ([47de46a](https://togithub.com/webpack/webpack-cli/commit/285846a4cb1f976edcdb36629cf247d8017ff956)) - Added serve alias ([#​204](https://togithub.com/webpack/webpack-cli/pull/204)) - Migrate has new validate logic ([c4c68e8](https://togithub.com/webpack/webpack-cli/commit/5d4430a6a5531cd8084e5a591f7884e746e21b2f)) - webpack serve logic ([5d4430a](https://togithub.com/webpack/webpack-cli/commit/992bfe2b08b98aebb43c68d5e5a92320ba3e32a8)) - webpack --config-register and webpack -r is added ([1f24d19](https://togithub.com/webpack/webpack-cli/commit/ab9421136887b7e9e10f25a39b59fb32f07b5037)) - work on makefile generation ([d86e1ce](https://togithub.com/webpack/webpack-cli/commit/4f9a4f88a8bd113762a54c05b3b9fe6f459855db)) - Appveyor is added ([9b2f6f5](https://togithub.com/webpack/webpack-cli/commit/c5c97462d6ccfa4c02fd79206fa075815520cd88)) - Remove commit-validate from docs ([#​222](https://togithub.com/webpack/webpack-cli/pull/222)) - Added transform ResolveLoader ([7c713ce](https://togithub.com/webpack/webpack-cli/commit/3c90e83fa7b8dd5fbecaee5d1b9d8f0279600096)) - Using v8-compile-cache ([7e57314](https://togithub.com/webpack/webpack-cli/commit/0564ceb77a995239d0be7a022b948cbd727773a4)) - Adds webpack-cli bot ([#​224](https://togithub.com/webpack/webpack-cli/pull/224))

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 has been generated by Mend Renovate. View repository job log here.