- 
                Notifications
    
You must be signed in to change notification settings  - Fork 180
 
chore(deps): update dependency esbuild to v0.25.11 #3957
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
| 
           The latest updates on your projects. Learn more about Vercel for GitHub. 
  | 
    
| 
           Finished running flow. 
  | 
    ||||||||||||
| 
          
 Important Review skippedBot user detected. To trigger a single review, invoke the  You can disable this status message by setting the  Comment   | 
    
          Check changeset necessityStatus: 
 Reason:
 Changeset (copy & paste):N/A – no changeset required for dev tooling-only dependency update (esbuild). | 
    
ee60b72    to
    77fcd31      
    Compare
  
    77fcd31    to
    379812f      
    Compare
  
    - Include esbuild in the automerge configuration for development tools - This allows esbuild patch updates to be automatically merged when CI passes - esbuild is a critical build tool that benefits from automated updates
          Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.  | 
    
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.
✅ Reviewed and approved
Summary:
- esbuild patch update: 0.25.10 → 0.25.11
 - Added esbuild to automerge dev-tools group in renovate.json5
 - All CI checks passed successfully
 
Release notes highlights:
- Added support for 
with { type: 'bytes' }imports (stage 2.7 proposal) - Added CSS media query range syntax lowering for older browsers
 
This is a low-risk patch update with useful new features and no breaking changes.
This PR contains the following updates:
0.25.10->0.25.11Release Notes
evanw/esbuild (esbuild)
v0.25.11Compare Source
Add support for
with { type: 'bytes' }imports (#4292)The import bytes proposal has reached stage 2.7 in the TC39 process, which means that although it isn't quite recommended for implementation, it's generally approved and ready for validation. Furthermore it has already been implemented by Deno and Webpack. So with this release, esbuild will also add support for this. It behaves exactly the same as esbuild's existing
binaryloader. Here's an example:Lower CSS media query range syntax (#3748, #4293)
With this release, esbuild will now transform CSS media query range syntax into equivalent syntax using
min-/max-prefixes for older browsers. For example, the following CSS:will be transformed like this with a target such as
--target=chrome100(or more specifically with--supported:media-range=falseif desired):Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.