data
data copied to clipboard
chore(deps): update build-tools
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @embroider/addon-dev (source) | ^4.1.2 -> ^4.2.1 |
||||
| @embroider/compat (source) | ^3.4.0 -> ^3.4.5 |
||||
| @embroider/core (source) | ^3.4.2 -> ^3.4.5 |
||||
| @embroider/webpack (source) | ^3.2.1 -> ^3.2.2 |
||||
| ember-auto-import (source) | ^2.7.0 -> ^2.7.2 |
||||
| ember-cli (source) | ~5.4.1 -> ~5.6.0 |
||||
| webpack | ^5.89.0 -> ^5.90.3 |
Release Notes
ember-cli/ember-cli (ember-cli)
v5.6.0
Blueprint Changes
Changelog
-
#10394 [ENHANCEMENT] automatically select a port by default with
ember serve@sportshead - #10404 Add a workflow to deploy api docs to ember-learn/ember-cli.github.io @kategengler
- #10405 Update to deploy to the master branch and also correct a comment @kategengler
Thank you to all who took the time to contribute!
v5.5.0
Blueprint Changes
Changelog
- #10332 [ENHANCEMENT] Support converting gts files in blueprint @IgnaceMaes
- #10350 [ENHANCEMENT] Deprecate Travis CI support @bertdeblock
- #10370 When generating a new app with --embroider use all optimisation flags @mansona
- #10393 [ENHANCEMENT] feat: add skip-install alias to skip-npm @IgnaceMaes
- #10403 Fix some docs that were showing up weirdly in generated api docs @kategengler
-
#9514 [ENHANCEMENT] Use packager commands in
CONTRIBUTING.mdandREADME.mdfiles inappandaddonblueprints @elwayman02
Thank you to all who took the time to contribute!
webpack/webpack (webpack)
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 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.