Skip to content

Comments

main -> release#336

Merged
karishnu merged 2 commits intorelease-livefrom
main
Feb 17, 2026
Merged

main -> release#336
karishnu merged 2 commits intorelease-livefrom
main

Conversation

@karishnu
Copy link
Collaborator

@karishnu karishnu commented Feb 17, 2026

Summary

Release PR merging latest changes from main branch to the release-live deployment branch.

Changes

  • Updated bun.lock with dependency resolution changes
  • Added explicit acorn@^8.14.0 dependency
  • Added htmlparser2@^10.0.0 and related DOM utilities (dom-serializer, domelementtype, domhandler, domutils)
  • Updated acorn from 8.14.0 to 8.15.0
  • Updated entities from 4.5.0 to 7.0.1
  • Reorganized nested dependencies for miniflare, wrangler, and other packages

Motivation

Routine release to deploy the latest main branch changes to production.

Testing

  • Lock file changes are auto-generated by package manager
  • Dependencies should be verified through existing CI/CD pipeline

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Feb 17, 2026
@karishnu karishnu merged commit 35d3937 into release-live Feb 17, 2026
9 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Feb 17, 2026

Claude finished @karishnu's task in 53s —— View job


Code Quality & Security Review

Recommendation: APPROVE ✅

PR Summary

Release PR merging main branch to release-live with dependency lock file updates including new packages (htmlparser2, acorn) and version bumps.

PR Description

  • Updated: Yes
  • Notes: Added comprehensive summary of lock file changes

Addressed Issues

  • None identified (routine release PR)

Code Quality

  • Critical: None
  • High: None
  • Medium: None
  • Low: None

Security

  • Critical: None
  • High: None
  • Medium: None
  • Low: None

Key Changes in bun.lock

Package Change
acorn Added as explicit dependency, updated 8.14.0 → 8.15.0
htmlparser2 Added @10.0.0 with DOM utilities
entities Updated 4.5.0 → 7.0.1
dom-serializer, domelementtype, domhandler, domutils Added as transitive dependencies

Testing

  • Lock file changes are auto-generated by bun
  • CI/CD pipeline should verify dependency resolution
  • No source code changes to test

Final Recommendation

Approve - This is a standard release PR with only lock file changes. All dependency updates are minor/patch versions and pose minimal risk. The PR has already been merged.


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 size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant