Skip to content

chore(deps): replace paste with pastey#5223

Merged
jedel1043 merged 2 commits intoboa-dev:mainfrom
dyc3:dyc3/replace-paste
Apr 6, 2026
Merged

chore(deps): replace paste with pastey#5223
jedel1043 merged 2 commits intoboa-dev:mainfrom
dyc3:dyc3/replace-paste

Conversation

@dyc3
Copy link
Copy Markdown
Contributor

@dyc3 dyc3 commented Mar 22, 2026

This Pull Request fixes/closes N/A.

It changes the following:

  • replaces the paste crate with pastey

paste is unmaintained. pastey is a drop in replacement, and is currently maintained.

This PR was generated with gpt 5.4, but its pretty much just a string replacement of the crate name.

The reason I made this PR is because we want to use cargo-deny to deny this crate in our project, but cargo-deny currently doesn't allow handling transitive dependencies differently.

@dyc3 dyc3 requested a review from a team as a code owner March 22, 2026 12:53
@github-actions github-actions bot added Waiting On Review Waiting on reviews from the maintainers C-Dependencies Pull requests that update a dependency file C-VM Issues and PRs related to the Boa Virtual Machine. and removed Waiting On Review Waiting on reviews from the maintainers labels Mar 22, 2026
@github-actions github-actions bot added this to the v1.0.0 milestone Mar 22, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 26, 2026

Test262 conformance changes

Test result main count PR count difference
Total 53,125 53,125 0
Passed 51,049 51,049 0
Ignored 1,482 1,482 0
Failed 594 594 0
Panics 0 0 0
Conformance 96.09% 96.09% 0.00%

Tested main commit: ea390c65402acee74a40d282c38cd4df9b556ad3
Tested PR commit: c9ee5ac13d3228266009ab1da9d9f8c465a79da2
Compare commits: ea390c6...c9ee5ac

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.74%. Comparing base (6ddc2b4) to head (c9ee5ac).
⚠️ Report is 941 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5223       +/-   ##
===========================================
+ Coverage   47.24%   59.74%   +12.49%     
===========================================
  Files         476      589      +113     
  Lines       46892    63604    +16712     
===========================================
+ Hits        22154    38000    +15846     
- Misses      24738    25604      +866     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Member

@jedel1043 jedel1043 left a comment

Choose a reason for hiding this comment

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

Fair enough. We also might wanna migrate away from paste by using trait magic, but that can be a future enhancement.

@github-actions github-actions bot added the Waiting On Review Waiting on reviews from the maintainers label Apr 6, 2026
@jedel1043 jedel1043 enabled auto-merge April 6, 2026 22:15
@jedel1043 jedel1043 added this pull request to the merge queue Apr 6, 2026
Merged via the queue into boa-dev:main with commit c39e6bf Apr 6, 2026
22 checks passed
@github-actions github-actions bot removed the Waiting On Review Waiting on reviews from the maintainers label Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Dependencies Pull requests that update a dependency file C-VM Issues and PRs related to the Boa Virtual Machine.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants