-
Notifications
You must be signed in to change notification settings - Fork 1
Bump terser from 5.42.0 to 5.44.0 #283
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
Conversation
Bumps [terser](https://github.com/terser/terser) from 5.42.0 to 5.44.0. - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](terser/terser@v5.42.0...v5.44.0) --- updated-dependencies: - dependency-name: terser dependency-version: 5.44.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
🐳 Docker Base Image AvailableA new base Docker image has been built and pushed for this PR: Image: How to use this image:# Pull the image
docker pull ghcr.io/orionrobots/orionrobots-site.base:283
# Run with the image
docker run -it ghcr.io/orionrobots/orionrobots-site.base:283 bashFor local development:You can use this image as a base for testing changes without rebuilding dependencies. This comment is automatically updated when the base image is rebuilt. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the Terser dependency from version 5.42.0 to 5.44.0, bringing support for newer JavaScript features and improved optimization behavior. The update includes support for using and await using declarations, prevents certain block declaration optimizations, and changes the default behavior for function callback wrapping.
Key changes:
- Dependency version bump adds support for JavaScript's
usingandawait usingdeclarations - Improved optimization safety by preventing niche optimizations that could move block declarations
- Updated default formatting behavior for function callbacks
|
@copilot Can you use screenshots to verify that the site still matches the wireframes after the changes? |
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |

Bumps terser from 5.42.0 to 5.44.0.
Changelog
Sourced from terser's changelog.
Commits
a19ee635.44.01fc6edaupdate changelog88493d7Supportusingandawait usingdeclarations (#1635)c86e89fincrease test parallelism8f02ba6internal: fix race condition in test output in some cases156018dchore(deps): update actions/checkout action to v5 (#1634)da1e6fb5.43.1730549eupdate changelogff86471prevent some niche optimizations that would move around block declarations. C...ca5bbb0addlhs_constantstoCompressOptionstype (#1621)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)