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
2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.
c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.
v5.104.0
5.104.0
Minor Changes
d3dd841: Use method shorthand to render module content in __webpack_modules__ object.
d3dd841: Enhance import.meta.env to support object access.
4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
04cd530: Handle more at-rules for CSS modules.
cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
5983843: Provide a stable runtime function variable __webpack_global__.
d3dd841: Improved localIdentName hashing for CSS.
Patch Changes
22c48fb: Added module existence check for informative error message in development mode.
50689e1: Use the fully qualified class name (or export name) for [fullhash] placeholder in CSS modules.
d3dd841: Support universal lazy compilation.
d3dd841: Fixed module library export definitions when multiple runtimes.
d3dd841: Fixed CSS nesting and CSS custom properties parsing.
d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
aab1da9: Fixed bugs for css/global type.
d3dd841: Compatibility import.meta.filename and import.meta.dirname with eval devtools.
d3dd841: Handle nested __webpack_require__.
728ddb7: The speed of identifier parsing has been improved.
0f8b31b: Improve types.
d3dd841: Don't corrupt debugId injection when hidden-source-map is used.
2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
d3dd841: Serialize HookWebpackError.
d3dd841: Added ability to use built-in properties in dotenv and define plugin.
3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
d3dd841: Reduce collision for local indent name in CSS.
d3dd841: Remove CSS link tags when CSS imports are removed.
v5.103.0
Features
Added DotenvPlugin and top level dotenv option to enable this plugin
Added WebpackManifestPlugin
Added support the ignoreList option in devtool plugins
2efd21b: Reexports runtime calculation should not accessing WEBPACK_IMPORT_KEY decl with var.
c510070: Fixed a user information bypass vulnerability in the HttpUriPlugin plugin.
5.104.0
Minor Changes
d3dd841: Use method shorthand to render module content in __webpack_modules__ object.
d3dd841: Enhance import.meta.env to support object access.
4baab4e: Optimize dependency sorting in updateParent: sort each module only once by deferring to finishUpdateParent(), and reduce traversal count in sortWithSourceOrder by caching WeakMap values upfront.
04cd530: Handle more at-rules for CSS modules.
cafae23: Added options to control the renaming of at-rules and various identifiers in CSS modules.
5983843: Provide a stable runtime function variable __webpack_global__.
d3dd841: Improved localIdentName hashing for CSS.
Patch Changes
22c48fb: Added module existence check for informative error message in development mode.
50689e1: Use the fully qualified class name (or export name) for [fullhash] placeholder in CSS modules.
d3dd841: Support universal lazy compilation.
d3dd841: Fixed module library export definitions when multiple runtimes.
d3dd841: Fixed CSS nesting and CSS custom properties parsing.
d3dd841: Don't write fragment from URL to filename and apply fragment to module URL.
aab1da9: Fixed bugs for css/global type.
d3dd841: Compatibility import.meta.filename and import.meta.dirname with eval devtools.
d3dd841: Handle nested __webpack_require__.
728ddb7: The speed of identifier parsing has been improved.
0f8b31b: Improve types.
d3dd841: Don't corrupt debugId injection when hidden-source-map is used.
2179fdb: Re-validate HttpUriPlugin redirects against allowedUris, restrict to http(s) and add a conservative redirect limit to prevent SSRF and untrusted content inclusion. Redirects failing policy are rejected before caching/lockfile writes.
d3dd841: Serialize HookWebpackError.
d3dd841: Added ability to use built-in properties in dotenv and define plugin.
3c4319f: Optimizing the regular expression character class by specifying ranges for runtime code.
d3dd841: Reduce collision for local indent name in CSS.
d3dd841: Remove CSS link tags when CSS imports are removed.
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade webpack in /api to 5.104.1 to patch HttpUriPlugin security issues and improve build stability and CSS modules handling. No app code changes; this is a dev dependency update only.
Written for commit 29b80a7. Summary will update on new commits.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You have signed the CLA already but the status is still pending? Let us recheck it.
Updates api/package.json to use webpack^5.104.1 (from ^5.95.0) in devDependencies.
No other dependencies, scripts, or runtime code paths are modified.
Change impacts the API build toolchain only (webpack + related CLI/plugins remain unchanged).
Confidence Score: 4/5
This PR is likely safe to merge, but it should be gated on install/build/test verification since it updates a core build tool.
The diff is a straightforward version bump in api/package.json with no code changes. However, webpack upgrades can surface configuration/plugin incompatibilities at build time; without lockfile updates and CI confirmation in this changeset, the main remaining risk is build/test breakage after dependency resolution.
This PR only updates api/package.json but doesn’t update any yarn/npm lockfile(s). In this repo, that means the change may not actually be reproducible in CI/production until the lockfile is regenerated, and it can also cause CI to fail if lockfiles are enforced. Please update the relevant lockfile(s) for the /api workspace after bumping webpack (and ensure yarn install, yarn build, and yarn test for the API succeed) to satisfy the automated-deps update policy.
Context Used: Rule from dashboard - When updating dependencies via automated PRs (like Dependabot), ensure the package.json file is expl... (source)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps webpack from 5.52.1 to 5.104.1.
Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
Commits
24e3c2dchore(release): new release (#20253)2efd21bfix(re-exports): reexports runtime calculation should not accessing `__WEBPAC...c510070fix(security): userinfo bypass vulnerability in HttpUriPlugin allowedUris4b0501cci: fix release (#20252)0c213ceci: use\<@&1450591255485743204>over@herefor discord notificationw5bf8bc5refactor: types for benchmarks and tests505a5e7chore(release): new release (#20188)0c06680refactor: update eslint configuration2eb0d6aci: release announcement (#20238)b2b2459ci: cancel in progress (#20239)Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for webpack since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrade webpack in /api to 5.104.1 to patch HttpUriPlugin security issues and improve build stability and CSS modules handling. No app code changes; this is a dev dependency update only.
Written for commit 29b80a7. Summary will update on new commits.