Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump webpack from 5.88.2 to 5.94.0 #1446

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2024

Bumps webpack from 5.88.2 to 5.94.0.

Release notes

Sourced from webpack's releases.

v5.94.0

Bug Fixes

  • Added runtime condition for harmony reexport checked
  • Handle properly data/http/https protocols in source maps
  • Make bigint optimistic when browserslist not found
  • Move @​types/eslint-scope to dev deps
  • Related in asset stats is now always an array when no related found
  • Handle ASI for export declarations
  • Mangle destruction incorrect with export named default properly
  • Fixed unexpected asi generation with sequence expression
  • Fixed a lot of types

New Features

  • Added new external type "module-import"
  • Support webpackIgnore for new URL() construction
  • [CSS] @import pathinfo support

Security

  • Fixed DOM clobbering in auto public path

v5.93.0

Bug Fixes

  • Generate correct relative path to runtime chunks
  • Makes DefinePlugin quieter under default log level
  • Fixed mangle destructuring default in namespace import
  • Fixed consumption of eager shared modules for module federation
  • Strip slash for pretty regexp
  • Calculate correct contenthash for CSS generator options

New Features

  • Added the binary generator option for asset modules to explicitly keep source maps produced by loaders
  • Added the modern-module library value for tree shakable output
  • Added the overrideStrict option to override strict or non-strict mode for javascript modules

v5.92.1

Bug Fixes

  • Doesn't crash with an error when the css experiment is enabled and contenthash is used

v5.92.0

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic

... (truncated)

Commits
  • eabf85d chore(release): 5.94.0
  • 955e057 security: fix DOM clobbering in auto public path
  • 9822387 test: fix
  • cbb86ed test: fix
  • 5ac3d7f fix: unexpected asi generation with sequence expression
  • 2411661 security: fix DOM clobbering in auto public path
  • b8c03d4 fix: unexpected asi generation with sequence expression
  • f46a03c revert: do not use heuristic fallback for "module-import"
  • 60f1898 fix: do not use heuristic fallback for "module-import"
  • 66306aa Revert "fix: module-import get fallback from externalsPresets"
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 CodeRabbit

  • New Features
    • Upgraded the webpack dependency across multiple modules, enhancing build performance and introducing potential improvements and bug fixes.
  • Bug Fixes
    • Updated webpack version may resolve existing issues related to module bundling and build processes.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2024
Copy link

coderabbitai bot commented Aug 30, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The changes involve updating the webpack dependency version across multiple modules from 5.88.2 to 5.94.0. This update is reflected in the package.json files of the epk-decryption, epk-signature, request-client.js, and web3-signature modules.

Changes

Files Change Summary
packages/epk-decryption/package.json Updated webpack from 5.88.2 to 5.94.0
packages/epk-signature/package.json Updated webpack from 5.88.2 to 5.94.0
packages/request-client.js/package.json Updated webpack from 5.88.2 to 5.94.0
packages/web3-signature/package.json Updated webpack from 5.88.2 to 5.94.0

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    -- I pushed a fix in commit <commit_id>, please review it.
    -- Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    -- @coderabbitai generate unit testing code for this file.
    -- @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    -- @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    -- @coderabbitai read src/utils.ts and generate unit testing code.
    -- @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    -- @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: ASSERTIVE

Commits

Files that changed from the base of the PR and between 8d41f35 and db9ed9a.

Files ignored due to path filters (1)
  • yarn.lock is excluded by !**/yarn.lock, !**/*.lock
Files selected for processing (4)
  • packages/epk-decryption/package.json (1 hunks)
  • packages/epk-signature/package.json (1 hunks)
  • packages/request-client.js/package.json (1 hunks)
  • packages/web3-signature/package.json (1 hunks)
Additional comments not posted (4)
packages/web3-signature/package.json (1)

64-64: Approved: Webpack version update.

The update from 5.88.2 to 5.94.0 in the webpack dependency is aligned with the PR objectives. This should bring in the improvements and bug fixes as noted in the release notes.

Run the following script to verify if there are any breaking changes or compatibility issues introduced by the new webpack version:

packages/epk-decryption/package.json (1)

64-64: Approved: Webpack version update.

The update from 5.88.2 to 5.94.0 in the webpack dependency is aligned with the PR objectives. This should bring in the improvements and bug fixes as noted in the release notes.

Run the following script to verify if there are any breaking changes or compatibility issues introduced by the new webpack version:

Verification successful

Recommendation: Test the build process with Webpack 5.94.0.

The webpack configurations appear standard and should not be affected by the update to version 5.94.0. However, it's advisable to run the build process to confirm there are no unexpected issues.

  • Ensure that the build scripts execute successfully with the updated webpack version.
  • Verify that the output bundles function as expected in your target environments.
Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Description: Check for any breaking changes or compatibility issues with the new webpack version.

# Test: Search for any known issues or breaking changes in the webpack release notes.
echo "Check webpack release notes for version 5.94.0 for any breaking changes."

Length of output: 154


Script:

#!/bin/bash
# Search for webpack configuration files in the repository
fd webpack.config

# Check for webpack-related scripts in package.json files
rg '"webpack":' -A 3 --glob '**/package.json'

Length of output: 1236


Script:

#!/bin/bash
# Search for common webpack configuration patterns that might be affected by breaking changes

# Check for usage of deprecated or changed webpack features in the configuration files
rg 'module\.exports' -A 10 --glob '**/webpack.config.js'

Length of output: 3050

packages/epk-signature/package.json (1)

63-63: Approved: Webpack version update.

The update from 5.88.2 to 5.94.0 in the webpack dependency is aligned with the PR objectives. This should bring in the improvements and bug fixes as noted in the release notes.

Run the following script to verify if there are any breaking changes or compatibility issues introduced by the new webpack version:

packages/request-client.js/package.json (1)

77-77: Approve the webpack version update.

The update of webpack from 5.88.2 to 5.94.0 in the devDependencies is noted. This change aims to leverage the latest bug fixes, security improvements, and features as described in the PR summary.

It's crucial to ensure that this update integrates well with the existing project setup. Consider running a full build and test cycle to verify that there are no breaking changes or compatibility issues introduced by this new version. Additionally, reviewing the detailed list of commits and changes between these versions could provide further insights into any potential impacts on the project.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-5.94.0 branch from db9ed9a to c58a06b Compare September 18, 2024 13:38
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.2...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/webpack-5.94.0 branch from c58a06b to 2971b26 Compare September 23, 2024 14:46
@MantisClone MantisClone enabled auto-merge (squash) September 23, 2024 15:04
@MantisClone MantisClone merged commit e48d7e2 into master Sep 23, 2024
25 checks passed
@MantisClone MantisClone deleted the dependabot/npm_and_yarn/webpack-5.94.0 branch September 23, 2024 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants