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: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:79ba74bd-4b29-c343-f420-312a6d69d169
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB740:271EA5:4991E54:656CBC5:6980EFFA
html-safe-nonce3089534a1cddd32826dc9ee6d4bcbab70af4395b9c937c9bf0cde5bb05c04c73
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNzQwOjI3MUVBNTo0OTkxRTU0OjY1NkNCQzU6Njk4MEVGRkEiLCJ2aXNpdG9yX2lkIjoiMTk3Mzc3OTQyMjY3NDc0MzI5MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacde33099224efb9545d126456c3a5b3df93460058dd47151252bbc8550c668c60
hovercard-subject-tagpull_request:3164248867
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/unplugin/unplugin-replace/pull/74/files
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
Nonecdeab60e665cf158f971f0b4329c9f8b2796cdbc03304a1f04aaa07e81bd107f
turbo-cache-controlno-preview
diff-viewunified
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
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseabc7f12a1279d78087ac998532a2819581bc3ceb
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/unplugin/unplugin-replace/pull/74/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Funplugin%2Funplugin-replace%2Fpull%2F74%2Ffiles
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://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Funplugin%2Funplugin-replace%2Fpull%2F74%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=unplugin%2Funplugin-replace
Reloadhttps://github.com/unplugin/unplugin-replace/pull/74/files
Reloadhttps://github.com/unplugin/unplugin-replace/pull/74/files
Reloadhttps://github.com/unplugin/unplugin-replace/pull/74/files
unplugin https://github.com/unplugin
unplugin-replacehttps://github.com/unplugin/unplugin-replace
Please reload this pagehttps://github.com/unplugin/unplugin-replace/pull/74/files
Notifications https://github.com/login?return_to=%2Funplugin%2Funplugin-replace
Fork 3 https://github.com/login?return_to=%2Funplugin%2Funplugin-replace
Star 22 https://github.com/login?return_to=%2Funplugin%2Funplugin-replace
Code https://github.com/unplugin/unplugin-replace
Issues 1 https://github.com/unplugin/unplugin-replace/issues
Pull requests 1 https://github.com/unplugin/unplugin-replace/pulls
Actions https://github.com/unplugin/unplugin-replace/actions
Projects 0 https://github.com/unplugin/unplugin-replace/projects
Security 0 https://github.com/unplugin/unplugin-replace/security
Insights https://github.com/unplugin/unplugin-replace/pulse
Code https://github.com/unplugin/unplugin-replace
Issues https://github.com/unplugin/unplugin-replace/issues
Pull requests https://github.com/unplugin/unplugin-replace/pulls
Actions https://github.com/unplugin/unplugin-replace/actions
Projects https://github.com/unplugin/unplugin-replace/projects
Security https://github.com/unplugin/unplugin-replace/security
Insights https://github.com/unplugin/unplugin-replace/pulse
Sign up for GitHub https://github.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://github.com/login?return_to=%2Funplugin%2Funplugin-replace%2Fissues%2Fnew%2Fchoose
renovatehttps://github.com/apps/renovate
mainhttps://github.com/unplugin/unplugin-replace/tree/main
renovate/all-minor-patchhttps://github.com/unplugin/unplugin-replace/tree/renovate/all-minor-patch
Conversation 4 https://github.com/unplugin/unplugin-replace/pull/74
Commits 1 https://github.com/unplugin/unplugin-replace/pull/74/commits
Checks 14 https://github.com/unplugin/unplugin-replace/pull/74/checks
Files changed https://github.com/unplugin/unplugin-replace/pull/74/files
Please reload this pagehttps://github.com/unplugin/unplugin-replace/pull/74/files
chore(deps): update all non-major dependencies https://github.com/unplugin/unplugin-replace/pull/74/files#top
Show all changes 1 commit https://github.com/unplugin/unplugin-replace/pull/74/files
fd4041a chore(deps): update all non-major dependencies renovate[bot] Jan 12, 2026 https://github.com/unplugin/unplugin-replace/pull/74/commits/fd4041acbc982074fbc318fefa7c164bacb5b716
Clear filters https://github.com/unplugin/unplugin-replace/pull/74/files
Please reload this pagehttps://github.com/unplugin/unplugin-replace/pull/74/files
Please reload this pagehttps://github.com/unplugin/unplugin-replace/pull/74/files
package.json https://github.com/unplugin/unplugin-replace/pull/74/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
pnpm-lock.yaml https://github.com/unplugin/unplugin-replace/pull/74/files#diff-32824c984905bb02bc7ffcef96a77addd1f1602cff71a11fbbfdd7f53ee026bb
package.jsonhttps://github.com/unplugin/unplugin-replace/pull/74/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://github.com/unplugin/unplugin-replace/blob/fd4041acbc982074fbc318fefa7c164bacb5b716/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/unplugin/unplugin-replace/pull/74/{{ revealButtonHref }}
https://github.com/unplugin/unplugin-replace/pull/74/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/unplugin/unplugin-replace/pull/74/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/unplugin/unplugin-replace/pull/74/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://github.com/unplugin/unplugin-replace/pull/74/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://github.com/unplugin/unplugin-replace/pull/74/files
Please reload this pagehttps://github.com/unplugin/unplugin-replace/pull/74/files
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.