open-cli-tools/concurrently (concurrently)
### [`v8.2.2`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.2)
[Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2)
#### What's Changed
- fix(suggestion): prefixColors API type to embrace string type by [@SeiwonPark](https://togithub.com/SeiwonPark) in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439)
- Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/441](https://togithub.com/open-cli-tools/concurrently/pull/441)
- Test against Node.js v20 instead of v19 by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/442](https://togithub.com/open-cli-tools/concurrently/pull/442)
- Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/449](https://togithub.com/open-cli-tools/concurrently/pull/449)
#### New Contributors
- [@SeiwonPark](https://togithub.com/SeiwonPark) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439)
**Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2
vuejs/vue-loader (vue-loader)
### [`v15.11.1`](https://togithub.com/vuejs/vue-loader/releases/tag/v15.11.1)
[Compare Source](https://togithub.com/vuejs/vue-loader/compare/v15.11.0...v15.11.1)
##### Bug Fixes
- fix: fix read property error for accessing lang of script by [@freedomlang](https://togithub.com/freedomlang) in [https://github.com/vuejs/vue-loader/pull/2060](https://togithub.com/vuejs/vue-loader/pull/2060)
##### New Contributors
- [@freedomlang](https://togithub.com/freedomlang) made their first contribution in [https://github.com/vuejs/vue-loader/pull/2060](https://togithub.com/vuejs/vue-loader/pull/2060)
**Full Changelog**: https://github.com/vuejs/vue-loader/compare/v15.11.0...v15.11.1
### [`v15.11.0`](https://togithub.com/vuejs/vue-loader/releases/tag/v15.11.0)
[Compare Source](https://togithub.com/vuejs/vue-loader/compare/v15.10.2...v15.11.0)
##### Features
- A new `experimentalInlineMatchResource` option (webpack 5 only), which leverages webpack 5's [inline matchResource](https://webpack.js.org/api/loaders/#inline-matchresource) feature in the underlying implementation, and works well with the [`experiments.css`](https://webpack.js.org/configuration/experiments/#experimentscss) feature. This also improves `vue-loader`'s compatibility with [Rspack](https://www.rspack.dev/guide/vue). ([#2058](https://togithub.com/vuejs/vue-loader/pull/2058))
##### New Contributors
- [@jeromehan](https://togithub.com/jeromehan) made their first contribution in [https://github.com/vuejs/vue-loader/pull/2058](https://togithub.com/vuejs/vue-loader/pull/2058)
vuejs/vue (vue-template-compiler)
### [`v2.7.15`](https://togithub.com/vuejs/vue/blob/HEAD/CHANGELOG.md#2715-2023-10-23)
[Compare Source](https://togithub.com/vuejs/vue/compare/v2.7.14...v2.7.15)
##### Bug Fixes
- **compiler-sfc:** add semicolon after `defineProps` statement ([#12879](https://togithub.com/vuejs/vue/issues/12879)) ([51fef2c](https://togithub.com/vuejs/vue/commit/51fef2ca69459c1175e105991f60511f1996e0c8))
- **compiler-sfc:** fix macro usage in multi-variable declaration ([#12873](https://togithub.com/vuejs/vue/issues/12873)) ([d27c128](https://togithub.com/vuejs/vue/commit/d27c128b7cb1640f3aa185a5ecdea4ff35763794))
- **compiler-sfc:** Optimize the value of emitIdentifier ([#12851](https://togithub.com/vuejs/vue/issues/12851)) ([bb59751](https://togithub.com/vuejs/vue/commit/bb59751dd4e45afcaafd607f22505a724b1ef841))
- **compiler-sfc:** Resolve object expression parsing errors in `v-on` ([#12862](https://togithub.com/vuejs/vue/issues/12862)) ([b8c8b3f](https://togithub.com/vuejs/vue/commit/b8c8b3fc7a211744fdabd237a1a986a1f80b7c43))
- **lifecycle:** scope might changed when call hook ([#13070](https://togithub.com/vuejs/vue/issues/13070)) ([74ca5a1](https://togithub.com/vuejs/vue/commit/74ca5a13ba12a31580f1567e7c6d789e96730e46))
- **patch:** clone insert hooks to avoid being mutated during iteration ([#12905](https://togithub.com/vuejs/vue/issues/12905)) ([c223634](https://togithub.com/vuejs/vue/commit/c22363425ae246ccbb8418342e94edfa270d93e5))
- **types/sfc:** improve the type inference using `withDefaults` ([#12872](https://togithub.com/vuejs/vue/issues/12872)) ([099401e](https://togithub.com/vuejs/vue/commit/099401e227fd5ed496ff615528d1a9b3b64d4fbf))
- **types:** correct serverPrefetch this type ([#13068](https://togithub.com/vuejs/vue/issues/13068)) ([67c1d26](https://togithub.com/vuejs/vue/commit/67c1d26cb0af3eb2db0a11fc7768a8299e7f7d58)), closes [#12488](https://togithub.com/vuejs/vue/issues/12488)
webpack/webpack (webpack)
### [`v5.89.0`](https://togithub.com/webpack/webpack/releases/tag/v5.89.0)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.88.2...v5.89.0)
#### New Features
- Make CommonJS import preserve chained expressions by [@bworline](https://togithub.com/bworline) in [https://github.com/webpack/webpack/pull/17718](https://togithub.com/webpack/webpack/pull/17718)
#### Dependencies & Maintenance
- chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.3.1 to 20.4.8 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17568](https://togithub.com/webpack/webpack/pull/17568)
- docs: add example for stats detailed output by [@ersachin3112](https://togithub.com/ersachin3112) in [https://github.com/webpack/webpack/pull/17420](https://togithub.com/webpack/webpack/pull/17420)
- docs: add example for stats normal output by [@ersachin3112](https://togithub.com/ersachin3112) in [https://github.com/webpack/webpack/pull/17426](https://togithub.com/webpack/webpack/pull/17426)
- chore(deps-dev): bump core-js from 3.31.0 to 3.32.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17539](https://togithub.com/webpack/webpack/pull/17539)
- chore(deps-dev): bump pretty-format from 29.5.0 to 29.6.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17536](https://togithub.com/webpack/webpack/pull/17536)
- chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.4.8 to 20.4.9 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17583](https://togithub.com/webpack/webpack/pull/17583)
- chore(deps-dev): bump less from 4.1.3 to 4.2.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17580](https://togithub.com/webpack/webpack/pull/17580)
- chore(deps): bump semver from 5.7.1 to 5.7.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17483](https://togithub.com/webpack/webpack/pull/17483)
- chore(deps-dev): bump simple-git from 3.19.0 to 3.19.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17427](https://togithub.com/webpack/webpack/pull/17427)
- chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.4.9 to 20.6.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17666](https://togithub.com/webpack/webpack/pull/17666)
**Full Changelog**: https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
8.2.1
->8.2.2
2.7.14
->2.7.15
15.10.2
->15.11.1
2.7.14
->2.7.15
5.88.2
->5.89.0
Release Notes
open-cli-tools/concurrently (concurrently)
### [`v8.2.2`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.2) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2) #### What's Changed - fix(suggestion): prefixColors API type to embrace string type by [@SeiwonPark](https://togithub.com/SeiwonPark) in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439) - Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/441](https://togithub.com/open-cli-tools/concurrently/pull/441) - Test against Node.js v20 instead of v19 by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/442](https://togithub.com/open-cli-tools/concurrently/pull/442) - Update dependencies by [@paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/449](https://togithub.com/open-cli-tools/concurrently/pull/449) #### New Contributors - [@SeiwonPark](https://togithub.com/SeiwonPark) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2vuejs/vue-loader (vue-loader)
### [`v15.11.1`](https://togithub.com/vuejs/vue-loader/releases/tag/v15.11.1) [Compare Source](https://togithub.com/vuejs/vue-loader/compare/v15.11.0...v15.11.1) ##### Bug Fixes - fix: fix read property error for accessing lang of script by [@freedomlang](https://togithub.com/freedomlang) in [https://github.com/vuejs/vue-loader/pull/2060](https://togithub.com/vuejs/vue-loader/pull/2060) ##### New Contributors - [@freedomlang](https://togithub.com/freedomlang) made their first contribution in [https://github.com/vuejs/vue-loader/pull/2060](https://togithub.com/vuejs/vue-loader/pull/2060) **Full Changelog**: https://github.com/vuejs/vue-loader/compare/v15.11.0...v15.11.1 ### [`v15.11.0`](https://togithub.com/vuejs/vue-loader/releases/tag/v15.11.0) [Compare Source](https://togithub.com/vuejs/vue-loader/compare/v15.10.2...v15.11.0) ##### Features - A new `experimentalInlineMatchResource` option (webpack 5 only), which leverages webpack 5's [inline matchResource](https://webpack.js.org/api/loaders/#inline-matchresource) feature in the underlying implementation, and works well with the [`experiments.css`](https://webpack.js.org/configuration/experiments/#experimentscss) feature. This also improves `vue-loader`'s compatibility with [Rspack](https://www.rspack.dev/guide/vue). ([#2058](https://togithub.com/vuejs/vue-loader/pull/2058)) ##### New Contributors - [@jeromehan](https://togithub.com/jeromehan) made their first contribution in [https://github.com/vuejs/vue-loader/pull/2058](https://togithub.com/vuejs/vue-loader/pull/2058)vuejs/vue (vue-template-compiler)
### [`v2.7.15`](https://togithub.com/vuejs/vue/blob/HEAD/CHANGELOG.md#2715-2023-10-23) [Compare Source](https://togithub.com/vuejs/vue/compare/v2.7.14...v2.7.15) ##### Bug Fixes - **compiler-sfc:** add semicolon after `defineProps` statement ([#12879](https://togithub.com/vuejs/vue/issues/12879)) ([51fef2c](https://togithub.com/vuejs/vue/commit/51fef2ca69459c1175e105991f60511f1996e0c8)) - **compiler-sfc:** fix macro usage in multi-variable declaration ([#12873](https://togithub.com/vuejs/vue/issues/12873)) ([d27c128](https://togithub.com/vuejs/vue/commit/d27c128b7cb1640f3aa185a5ecdea4ff35763794)) - **compiler-sfc:** Optimize the value of emitIdentifier ([#12851](https://togithub.com/vuejs/vue/issues/12851)) ([bb59751](https://togithub.com/vuejs/vue/commit/bb59751dd4e45afcaafd607f22505a724b1ef841)) - **compiler-sfc:** Resolve object expression parsing errors in `v-on` ([#12862](https://togithub.com/vuejs/vue/issues/12862)) ([b8c8b3f](https://togithub.com/vuejs/vue/commit/b8c8b3fc7a211744fdabd237a1a986a1f80b7c43)) - **lifecycle:** scope might changed when call hook ([#13070](https://togithub.com/vuejs/vue/issues/13070)) ([74ca5a1](https://togithub.com/vuejs/vue/commit/74ca5a13ba12a31580f1567e7c6d789e96730e46)) - **patch:** clone insert hooks to avoid being mutated during iteration ([#12905](https://togithub.com/vuejs/vue/issues/12905)) ([c223634](https://togithub.com/vuejs/vue/commit/c22363425ae246ccbb8418342e94edfa270d93e5)) - **types/sfc:** improve the type inference using `withDefaults` ([#12872](https://togithub.com/vuejs/vue/issues/12872)) ([099401e](https://togithub.com/vuejs/vue/commit/099401e227fd5ed496ff615528d1a9b3b64d4fbf)) - **types:** correct serverPrefetch this type ([#13068](https://togithub.com/vuejs/vue/issues/13068)) ([67c1d26](https://togithub.com/vuejs/vue/commit/67c1d26cb0af3eb2db0a11fc7768a8299e7f7d58)), closes [#12488](https://togithub.com/vuejs/vue/issues/12488)webpack/webpack (webpack)
### [`v5.89.0`](https://togithub.com/webpack/webpack/releases/tag/v5.89.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.88.2...v5.89.0) #### New Features - Make CommonJS import preserve chained expressions by [@bworline](https://togithub.com/bworline) in [https://github.com/webpack/webpack/pull/17718](https://togithub.com/webpack/webpack/pull/17718) #### Dependencies & Maintenance - chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.3.1 to 20.4.8 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17568](https://togithub.com/webpack/webpack/pull/17568) - docs: add example for stats detailed output by [@ersachin3112](https://togithub.com/ersachin3112) in [https://github.com/webpack/webpack/pull/17420](https://togithub.com/webpack/webpack/pull/17420) - docs: add example for stats normal output by [@ersachin3112](https://togithub.com/ersachin3112) in [https://github.com/webpack/webpack/pull/17426](https://togithub.com/webpack/webpack/pull/17426) - chore(deps-dev): bump core-js from 3.31.0 to 3.32.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17539](https://togithub.com/webpack/webpack/pull/17539) - chore(deps-dev): bump pretty-format from 29.5.0 to 29.6.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17536](https://togithub.com/webpack/webpack/pull/17536) - chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.4.8 to 20.4.9 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17583](https://togithub.com/webpack/webpack/pull/17583) - chore(deps-dev): bump less from 4.1.3 to 4.2.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17580](https://togithub.com/webpack/webpack/pull/17580) - chore(deps): bump semver from 5.7.1 to 5.7.2 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17483](https://togithub.com/webpack/webpack/pull/17483) - chore(deps-dev): bump simple-git from 3.19.0 to 3.19.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17427](https://togithub.com/webpack/webpack/pull/17427) - chore(deps-dev): bump [@types/node](https://togithub.com/types/node) from 20.4.9 to 20.6.0 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/webpack/webpack/pull/17666](https://togithub.com/webpack/webpack/pull/17666) **Full Changelog**: https://github.com/webpack/webpack/compare/v5.88.2...v5.89.0Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.