You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): update dependency webpack to ^5.102.0 (#1859)
> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
>
> This notice will be removed on 2025-10-07.
<hr>
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [webpack](https://redirect.github.com/webpack/webpack) | [`^5.101.3`
->
`^5.102.0`](https://renovatebot.com/diffs/npm/webpack/5.101.3/5.102.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>webpack/webpack (webpack)</summary>
###
[`v5.102.0`](https://redirect.github.com/webpack/webpack/releases/tag/v5.102.0)
[Compare
Source](https://redirect.github.com/webpack/webpack/compare/v5.101.3...v5.102.0)
##### Features
- Added static analyze for dynamic imports
- Added support for `import file from "./file.ext" with { type: "bytes"
}` to get the content as `Uint8Array` (look at
[example](https://redirect.github.com/webpack/webpack/tree/main/examples/asset))
- Added support for `import file from "./file.ext" with { type: "text"
}` to get the content as text (look at
[example](https://redirect.github.com/webpack/webpack/tree/main/examples/asset))
- Added the `snapshot.contextModule` to configure snapshots options for
context modules
- Added the `extractSourceMap` option to implement the capabilities of
loading source maps by comment, you don't need `source-map-loader` (look
at
[example](https://redirect.github.com/webpack/webpack/tree/main/examples/source-mapping-url))
- The `topLevelAwait` experiment is now stable (you can remove
`experiments.topLevelAwait` from your `webpack.config.js`)
- The `layers` experiment is now stable (you can remove
`experiments.layers` from your `webpack.config.js`)
- Added function matcher support in rule options
##### Fixes
- Fixed conflicts caused by multiple concatenate modules
- Ignore import failure during HMR update with ES modules output
- Keep render module order consistent
- Prevent inlining modules that have `this` exports
- Removed unused `timeout` attribute of script tag
- Supported UMD chunk format to work in web workers
- Improved CommonJs bundle to ES module library
- Use `es-lexer` for `mjs` files for build dependencies
- Fixed support `__non_webpack_require__` for ES modules
- Properly handle external modules for CSS
- AssetsByChunkName included assets from `chunk.auxiliaryFiles`
- Use `createRequire` only when output is ES module and target is node
- Typescript types
##### Performance Improvements
- Avoid extra calls for snapshot
- A avoid extra jobs for build dependencies
- Move import attributes to own dependencies
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lynx-family/lynx-stack).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJib3Q6cmVub3ZhdGUiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0 commit comments