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

fix: update webpack SNYK-JS-WEBPACK-7840298 (COMPASS-8238) #6184

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

paula-stacho
Copy link
Contributor

Description

Updating webpack and most plugins

Checklist

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

@github-actions github-actions bot added the fix label Sep 2, 2024
@paula-stacho paula-stacho marked this pull request as ready for review September 2, 2024 13:26
this.rendererCompiler.options.devServer?.port ?? 4242;

const devServerPort: number = this.rendererCompiler.options.devServer
? this.rendererCompiler.options.devServer.port
Copy link
Collaborator

Choose a reason for hiding this comment

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

This changes the logic and we're not accounting for port property missing on the devServer params object, is this intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ah yeah, my mistake 🤦 thanks for noticing!

Copy link
Collaborator

@gribnoysup gribnoysup left a comment

Choose a reason for hiding this comment

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

Question about the change in logic, otherwise looks good

@paula-stacho paula-stacho merged commit 2c60313 into main Sep 3, 2024
27 checks passed
@paula-stacho paula-stacho deleted the COMPASS-8238 branch September 3, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants