chore(deps): pin dependencies
This PR contains the following updates:
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.
Release Notes
open-cli-tools/concurrently (concurrently)
v8.2.2
What's Changed
- fix(suggestion): prefixColors API type to embrace string type by @SeiwonPark in https://github.com/open-cli-tools/concurrently/pull/439
- Update dependencies by @paescuj in https://github.com/open-cli-tools/concurrently/pull/441
- Test against Node.js v20 instead of v19 by @paescuj in https://github.com/open-cli-tools/concurrently/pull/442
- Update dependencies by @paescuj in https://github.com/open-cli-tools/concurrently/pull/449
New Contributors
- @SeiwonPark made their first contribution in https://github.com/open-cli-tools/concurrently/pull/439
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2
v8.2.1
What's Changed
- Delay summary timings output until finished by @kayahr in https://github.com/open-cli-tools/concurrently/pull/431
- Replace deprecated RxJS code by @paescuj in https://github.com/open-cli-tools/concurrently/pull/343
New Contributors
- @kayahr made their first contribution in https://github.com/open-cli-tools/concurrently/pull/431
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1
v8.2.0
What's Changed
- Support REPL languages that use colons by @wyattades in https://github.com/open-cli-tools/concurrently/pull/393
- Update dependencies by @paescuj in https://github.com/open-cli-tools/concurrently/pull/427
New Contributors
- @wyattades made their first contribution in https://github.com/open-cli-tools/concurrently/pull/393
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0
v8.1.0
What's Changed
- fix: move
typescondition to the front by @Andarist in https://github.com/open-cli-tools/concurrently/pull/422 - Allow setting
rawper command when using the API by @chbiel in https://github.com/open-cli-tools/concurrently/pull/411
New Contributors
- @Andarist made their first contribution in https://github.com/open-cli-tools/concurrently/pull/422
- @chbiel made their first contribution in https://github.com/open-cli-tools/concurrently/pull/411
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0
v8.0.1
What's Changed
- Fix release workflow by @paescuj in https://github.com/open-cli-tools/concurrently/pull/408
- Update dependencies by @paescuj in https://github.com/open-cli-tools/concurrently/pull/409
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1
v8.0.0
What's Changed
- Breaking change: Drop support for Node.js v12 & add support for Node.js v18 by @paescuj in https://github.com/open-cli-tools/concurrently/pull/342
- Add support for Bun by @jakeboone02 in https://github.com/open-cli-tools/concurrently/pull/406
- Add
--kill-signaloption by @paulsmithkc in https://github.com/open-cli-tools/concurrently/pull/402 - Fixed broken link in the readme by @abstractpoint in https://github.com/open-cli-tools/concurrently/pull/390
New Contributors
- @abstractpoint made their first contribution in https://github.com/open-cli-tools/concurrently/pull/390
- @jakeboone02 made their first contribution in https://github.com/open-cli-tools/concurrently/pull/406
- @paulsmithkc made their first contribution in https://github.com/open-cli-tools/concurrently/pull/402
Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0
webpack/webpack (webpack)
v5.91.0
Bug Fixes
- Deserializer for ignored modules doesn't crash
- Allow the
unsafeCacheoption to be a proxy object - Normalize the
snapshot.unmanagedPathsoption - Fixed
fstypes - Fixed resolve's plugins types
- Fixed wrongly calculate postOrderIndex
- Fixed watching types
- Output import attrbiutes/import assertions for external JS imports
- Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
- [CSS] Output
layer/supports/mediafor external CSS imports
New Features
- Allow to customize the stage of BannerPlugin
- [CSS] Support CSS exports convention
- [CSS] support CSS local ident name
- [CSS] Support
__webpack_nonce__for CSS chunks - [CSS] Support
fetchPriorityfor CSS chunks - [CSS] Allow to use LZW to compress css head meta (enabled in the
productionmode by default) - [CSS] Support prefetch/preload for CSS chunks
v5.90.3
Bug Fixes
- don't mangle when destructuring a reexport
- types for
Stats.toJson()andStats.toString() - many internal types
- [CSS] clean up export css local vars
Perf
- simplify and optimize chunk graph creation
v5.90.2
Bug Fixes
- use
Math.imulinfnv1a32to avoid loss of precision, directly hash UTF16 values - the
setStatus()of the HMR module should not return an array, which may cause infinite recursion __webpack_exports_info__.xxx.canMangleshouldn't always same as default- mangle export with destructuring
- use new runtime to reconsider skipped connections
activeState - make dynamic import optional in
try/catch - improve auto publicPath detection
Dependencies & Maintenance
- improve CI setup and include Node.js@21
v5.90.1
Bug Fixes
- set
unmanagedPathsin defaults - correct
preOrderIndexandpostOrderIndex - add fallback for MIME mismatch error in async wasm loading
- browsers versions of ECMA features
Performance
- optimize
compareStringsNumeric - optimize
numberHashusing 32-bit FNV1a for small ranges, 64-bit for larger - reuse VM context across webpack magic comments
v5.90.0
Bug Fixes
- Fixed inner graph for classes
- Optimized
RemoveParentModulesPluginvia bigint arithmetic - Fixed worklet detection in production mode
- Fixed an error for cyclic importModule
- Fixed types for
ServerandDirent - Added the
fetchPriorityto hmr runtime'sensureChunkfunction - Don't warn about dynamic import for build dependencies
- External module generation respects the
output.environment.arrowFunctionoption - Fixed consumimng shared runtime module logic
- Fixed a runtime logic of multiple chunks
- Fixed destructing assignment of dynamic import json file
- Passing errors array for a module hash
- Added
/*#__PURE__*/to generatedJSON.parse() - Generated a library manifest after clean plugin
- Fixed non
amdexternals andamdlibrary - Fixed a bug in
SideEffectsFlagPluginwith namespace re-exports - Fixed an error message for condition
or - The
strictModuleErrorHandlingis now working - Clean up child compilation chunk graph to avoid memory leak
- [CSS] - Fixed CSS import prefer relative resolution
- [CSS] - Fixed CSS runtime chunk loading error message
New Features
- Allow to set
falsefor dev server inwebpack.config.js - Added a warning for async external when not supported
- Added a warning for async module when not supported
- Added the
node-moduleoption for thenode.__filename/__dirnameand enable it by default for ESM target - Added the
snapshot.unmanagedPathsoption - Exposed the
MultiCompilerOptionstype - [CSS] - Added CSS parser options to enable/disable named exports
- [CSS] - Moved CSS the
exportsOnlyoption to CSS generator options
Dependencies & Maintenance
- use node.js LTS version for lint
- bump actions/cache from 3 to 4
- bump prettier from 3.2.1 to 3.2.3
- bump assemblyscript
- bump actions/checkout from 3 to 4
Full Changelog: https://github.com/webpack/webpack/compare/v5.89.0...v5.90.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 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
⚠ Artifact update problem
Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: dashboard-admin-react-rspack-material-ui/team-app/yarn.lock
/bin/sh: yarn: command not found
File name: dashboard-admin-react-rspack-material-ui/sidebar/yarn.lock
/bin/sh: yarn: command not found
File name: dashboard-admin-react-rspack-material-ui/root/yarn.lock
/bin/sh: yarn: command not found
File name: dashboard-admin-react-rspack-material-ui/dashboard-app/yarn.lock
/bin/sh: yarn: command not found
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| medusa-example-dsl | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 24, 2024 10:01pm |
| medusa-example-home | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 24, 2024 10:01pm |
| medusa-example-nav | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 24, 2024 10:01pm |
| medusa-example-search | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 24, 2024 10:01pm |
| medusa-example-utils | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 24, 2024 10:01pm |
Workflow status is cancelled ❗ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is cancelled ❗ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link
Workflow status is failure ❌ Unfortunately test report wasn't generated, it can be if no workspaces changed. Please check the workflow run below. Link to GitHub workflow: Github Workflow Link