René's URL Explorer Experiment


Title: chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #74 · unplugin/unplugin-replace · GitHub

Open Graph Title: chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #74 · unplugin/unplugin-replace

X Title: chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #74 · unplugin/unplugin-replace

Description: This PR contains the following updates: Package Change Age Confidence @types/node (source) ^25.0.3 → ^25.0.6 pnpm (source) 10.27.0 → 10.28.0 rolldown (source) 1.0.0-beta.58 → 1.0.0-beta.59 rollup (source) ^4.54.0 → ^4.55.1 tsdown (source) ^0.18.4 → ^0.19.0 vite (source) ^7.3.0 → ^7.3.1 Release Notes pnpm/pnpm (pnpm) v10.28.0 Compare Source rolldown/rolldown (rolldown) v1.0.0-beta.59 Compare Source 🚀 Features plugin_timings: add 3s threshold and doc link to warning message (#​7741) by @​shulaoda improve treeshaking logic to handle empty parameter list in dynamic import .then() callbacks (#​7781) by @​Copilot dev/lazy: don't include already executed modules (#​7745) by @​hyf0 dev/lazy: support dynamic import(..) (#​7726) by @​hyf0 inline dynamic imports that imports statically imported modules (#​7742) by @​IWANABETHATGUY option: add experimental option to control chunk optimization (#​7738) by @​IWANABETHATGUY 🐛 Bug Fixes inline dynamic entry to user defined entry with esm wrap kind (#​7783) by @​IWANABETHATGUY use canonical namespace reference for property access (#​7777) by @​IWANABETHATGUY dynamic entry merged into common chunk with cjs and esm wrap kind (#​7771) by @​IWANABETHATGUY tla: should not await non-tla-related modules (#​7768) by @​hyf0 dynamic entry captured by common chunk with CJS format (#​7757) by @​IWANABETHATGUY module_loader: mark emitted chunks as user-defined entry when already loaded (#​7765) by @​shulaoda normalize preserveModulesRoot path (#​7737) by @​IWANABETHATGUY linker: resolve race condition in side effects computation for export-star (#​7728) by @​camc314 🚜 Refactor plugin_timings: filter out plugins with duration < 1s from timing warnings (#​7785) by @​shulaoda module_loader: remove unnecessary collect before extend (#​7769) by @​shulaoda rename _id suffixes to _idx for oxc_index types (#​7767) by @​IWANABETHATGUY remove duplicate preserve_entry_signatures from AddEntryModuleMsg (#​7762) by @​shulaoda module_loader: pass user_defined_entries by reference (#​7756) by @​shulaoda dev/lazy: get proxy entry's ResolvedId correctly (#​7746) by @​hyf0 simplify try_rewrite_import_expression control flow (#​7753) by @​IWANABETHATGUY module_loader: remove unnecessary dynamic import handling for runtime module (#​7754) by @​shulaoda inline __toDynamicImportESM (#​7747) by @​IWANABETHATGUY use From impl for ModuleLoaderOutput conversion (#​7732) by @​shulaoda remove duplicate fields from ModuleLoader (#​7731) by @​shulaoda tweak resolve_user_defined_entries (#​7727) by @​shulaoda 📚 Documentation add rolldown-string reference to native MagicString compatibility section (#​7778) by @​Copilot improve comments for export star side effects handling (#​7730) by @​IWANABETHATGUY 🧪 Testing use assertion instead of console.log for some testcase (#​7744) by @​IWANABETHATGUY ⚙️ Miscellaneous Tasks tweak some output.dynamicImportInCjs related rollup test results (#​7776) by @​sapphi-red mark esbuild/dce/dce_of_symbol_ctor_call as passed (#​7775) by @​sapphi-red deps: update oxc apps (#​7772) by @​renovate[bot] vite-tests: allow running on PRs with test: vite-tests label (#​7770) by @​shulaoda deps: update oxc apps (#​7760) by @​renovate[bot] deps: update rollup submodule for tests to v4.55.1 (#​7763) by @​sapphi-red deps: update test262 submodule for tests (#​7764) by @​sapphi-red deps: update oxc to v0.107.0 (#​7758) by @​camc314 deps: update taiki-e/install-action action to v2.65.13 (#​7751) by @​renovate[bot] deps: update rust crates (#​7750) by @​renovate[bot] deps: update npm packages (#​7749) by @​renovate[bot] deps: update github-actions (#​7748) by @​renovate[bot] deps: update dependency oxlint-tsgolint to v0.10.1 (#​7729) by @​renovate[bot] deps: update crate-ci/typos action to v1.41.0 (#​7725) by @​renovate[bot] rollup/rollup (rollup) v4.55.1 Compare Source 2026-01-05 Bug Fixes Fix artifact reference for OpenBSD (#​6231) Pull Requests #​6231: Fix OpenBSD artifacts and ensure OIDC is working (@​lukastaegert) rolldown/tsdown (tsdown) v0.19.0 Compare Source    🚨 Breaking Changes Rename debugLogs to debug  -  by @​sxzz (bb4e7) Remove deprecated silent option  -  by @​sxzz (59015) devtools: Rename debug to devtools, rename debug.devtools to devtools.ui  -  by @​sxzz (63e6f) exports: Add legacy option, remove main & module fields if pure ESM  -  by @​sxzz (16841) Exclude extension name for exports.exclude  -  by @​sxzz (53d38) Only auto-fill types when exports.legacy  -  by @​lishaduck and @​sxzz in #​685 (7be6b)    🚀 Features Add typeAssert util back  -  by @​sxzz (1d385) Generate CSS exports when css.splitting is disabled  -  by @​jinghaihan and @​sxzz in #​680 (b737c) Upgrade rolldown to 1.0.0-beta.58  -  by @​sxzz (48036) Expose enableDebug  -  by @​sxzz (2d922) Expose resolveUserConfig  -  by @​sxzz (c9acb) Upgrade rolldown to 1.0.0-beta.59  -  by @​sxzz (d564f) Clear console on rebuild start  -  by @​sxzz (78efd) migrate: Add monorepo support  -  by @​lauigi and @​sxzz in #​659 (efba2)    🐞 Bug Fixes Print blank line only when the log level is info  -  by @​tomgao365 in #​689 (96d82) attw: Add --ignore-scripts to avoid lifecycle output  -  by @​Doctor-wu in #​661 (1c8b1) cjs: Update version check for require ESM support  -  by @​sxzz (beeff)    🏎 Performance Optimize hot paths  -  by @​sxzz (7925d)     View changes on GitHub vitejs/vite (vite) v7.3.1 Compare Source Please refer to CHANGELOG.md for details. Configuration 📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired. If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.

Open Graph Description: This PR contains the following updates: Package Change Age Confidence @types/node (source) ^25.0.3 → ^25.0.6 pnpm (source) 10.27.0 → 10.28.0 rolldown (source) 1.0.0-beta.58 → 1.0.0-b...

X Description: This PR contains the following updates: Package Change Age Confidence @types/node (source) ^25.0.3 → ^25.0.6 pnpm (source) 10.27.0 → 10.28.0 rolldown (source) 1.0.0-beta.58 → 1.0.0-b...

Opengraph URL: https://github.com/unplugin/unplugin-replace/pull/74

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:83516bb4-65a4-65dd-6978-bf822f6a63da
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id9838:9AEAB:1554FB2:1D9368D:6980C8DA
html-safe-nonce68cb00345bbbd91c9d05319f7f2f77e64a1c69913a403c46939ada34629e2f02
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5ODM4OjlBRUFCOjE1NTRGQjI6MUQ5MzY4RDo2OTgwQzhEQSIsInZpc2l0b3JfaWQiOiI1MjA1MDU4NjA5OTU1Nzg0OTIyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac49c57e1b3303e8efbb4d4959378cca54eaf57e577a7afae5d100d4c4cf9fe365
hovercard-subject-tagpull_request:3164248867
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/unplugin/unplugin-replace/pull/74/checks
twitter:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/2740?s=400&v=4
og:image:altThis PR contains the following updates: Package Change Age Confidence @types/node (source) ^25.0.3 → ^25.0.6 pnpm (source) 10.27.0 → 10.28.0 rolldown (source) 1.0.0-beta.58 → 1.0.0-b...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec940d5e308643c0003d2824389ea8281bcaae0a9a0d07438e3fb5e0bdc4fef12
turbo-cache-controlno-preview
go-importgithub.com/unplugin/unplugin-replace git https://github.com/unplugin/unplugin-replace.git
octolytics-dimension-user_id143585159
octolytics-dimension-user_loginunplugin
octolytics-dimension-repository_id766209113
octolytics-dimension-repository_nwounplugin/unplugin-replace
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id766209113
octolytics-dimension-repository_network_root_nwounplugin/unplugin-replace
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasebb3d0fe9b8e408797775c5db420b1ee5ff06e4d0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Funplugin%2Funplugin-replace%2Fpull%2F74%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Funplugin%2Funplugin-replace%2Fpull%2F74%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=unplugin%2Funplugin-replace
Reloadhttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks
Reloadhttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks
Reloadhttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks
unplugin https://patch-diff.githubusercontent.com/unplugin
unplugin-replacehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace
Please reload this pagehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Funplugin%2Funplugin-replace
Fork 3 https://patch-diff.githubusercontent.com/login?return_to=%2Funplugin%2Funplugin-replace
Star 22 https://patch-diff.githubusercontent.com/login?return_to=%2Funplugin%2Funplugin-replace
Code https://patch-diff.githubusercontent.com/unplugin/unplugin-replace
Issues 1 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/issues
Pull requests 1 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pulls
Actions https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions
Projects 0 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/projects
Security 0 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/security
Insights https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pulse
Code https://patch-diff.githubusercontent.com/unplugin/unplugin-replace
Issues https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/issues
Pull requests https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pulls
Actions https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions
Projects https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/projects
Security https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/security
Insights https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Funplugin%2Funplugin-replace%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Funplugin%2Funplugin-replace%2Fissues%2Fnew%2Fchoose
renovatehttps://patch-diff.githubusercontent.com/apps/renovate
mainhttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/tree/main
renovate/all-minor-patchhttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/tree/renovate/all-minor-patch
Conversation 4 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74
Commits 1 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/commits
Checks 14 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks
Files changed https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/files
Please reload this pagehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks
chore(deps): update all non-major dependencies https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks
Socket Security: Project Report https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks?check_run_id=60058335529
Socket Security: Pull Request Alerts https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks?check_run_id=60058336405
Continuous Releases https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/74/checks?check_run_id=60058344180
Publish Any Commit on: push https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905546887
release / Release Commit https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905546887/job/60058332430?pr=74
Publish Any Commit on: pull_request https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547819
release / Release Commit https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547819/job/60058334651?pr=74
Unit Test on: pull_request https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822
unit-test / lint https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822/job/60058334646?pr=74
unit-test / test (ubuntu-latest, 20) https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822/job/60058334667?pr=74
unit-test / test (ubuntu-latest, 22) https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822/job/60058334659?pr=74
unit-test / test (ubuntu-latest, 24) https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822/job/60058334677?pr=74
unit-test / test (ubuntu-latest, 25) https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822/job/60058334712?pr=74
unit-test / test (windows-latest, 20) https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822/job/60058334680?pr=74
unit-test / test (windows-latest, 22) https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822/job/60058334689?pr=74
unit-test / test (windows-latest, 24) https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822/job/60058334685?pr=74
unit-test / test (windows-latest, 25) https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/actions/runs/20905547822/job/60058334692?pr=74
View full reporthttps://socket.dev/dashboard/org/unplugin/sbom/d5052657-e658-47a8-bcd6-fbe7b2f83b8d
View more details on Socket Security https://socket.dev/dashboard/org/unplugin/sbom/d5052657-e658-47a8-bcd6-fbe7b2f83b8d
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.