René's URL Explorer Experiment


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

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

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

Description: This PR contains the following updates: Package Change Age Confidence @sxzz/eslint-config ^7.4.4 → ^7.4.5 @types/node (source) ^25.0.6 → ^25.0.9 bumpp ^10.3.2 → ^10.4.0 prettier (source) ^3.7.4 → ^3.8.0 rolldown (source) 1.0.0-beta.59 → 1.0.0-beta.60 vitest (source) ^4.0.16 → ^4.0.17 Release Notes sxzz/eslint-config (@​sxzz/eslint-config) v7.4.5 Compare Source No significant changes     View changes on GitHub antfu-collective/bumpp (bumpp) v10.4.0 Compare Source No significant changes     View changes on GitHub prettier/prettier (prettier) v3.8.0 Compare Source diff 🔗 Release note rolldown/rolldown (rolldown) v1.0.0-beta.60 Compare Source 💥 BREAKING CHANGES tsconfig: enable auto-discovery by default (#​7817) by @​shulaoda 🚀 Features distinguish transformer diagnostics from parse errors (#​7872) by @​shulaoda emit transformer warnings instead of ignoring them (#​7850) by @​shulaoda node: add output.codeSplitting option and deprecate output.advancedChunks (#​7855) by @​hyf0 nativeMagicString reset (#​7828) by @​IWANABETHATGUY nativeMagicString lastChar (#​7819) by @​IWANABETHATGUY dev/lazy: inject lazy compilation runtime automatically (#​7816) by @​hyf0 nativeMagicString snip (#​7818) by @​IWANABETHATGUY nativeMagicString construct with options (#​7814) by @​IWANABETHATGUY nativeMagicString clone (#​7813) by @​IWANABETHATGUY nativeMagicString insert (#​7812) by @​IWANABETHATGUY nativeMagicString slice (#​7807) by @​IWANABETHATGUY nativeMagicString trim methods (#​7800) by @​IWANABETHATGUY make closeBundle hook receive the last error (#​7278) by @​Copilot 🐛 Bug Fixes when package only contains export default, cjsDefault didn't resolve correctly (#​7873) by @​IWANABETHATGUY inline __name calls for default exports (#​7862) by @​IWANABETHATGUY improve variable renaming to avoid unnecessary shadowing in nested scopes (#​7859) by @​IWANABETHATGUY use correct index when inserting keepNames statements during export default transformation (#​7853) by @​IWANABETHATGUY transform non-static dynamic imports when dynamicImportInCjs is false (#​7823) by @​shulaoda dev/lazy: should include imported and non-executed modules in the patch (#​7815) by @​hyf0 set ExportsKind to Esm when json is none object literal (#​7808) by @​IWANABETHATGUY nativeMagicString move api (#​7796) by @​IWANABETHATGUY remove unnecessary exports after merging into commong and user defined entry (#​7789) by @​IWANABETHATGUY use output.name instead of chunk.name in mixed export warning (#​7788) by @​Copilot 🚜 Refactor generalize ParseError to OxcError with dynamic EventKind (#​7868) by @​shulaoda rust: rename advanced_chunks to manual_code_splitting (#​7856) by @​hyf0 string_wizard error hanlding (#​7830) by @​IWANABETHATGUY remove experimental.disableLiveBindings option (#​7820) by @​sapphi-red node/test: run fixture tests in concurrent (#​7790) by @​hyf0 move ConfigExport and RolldownOptionsFunction types to define-config (#​7799) by @​shulaoda cli: validate config after resolving and improve error message (#​7798) by @​shulaoda 📚 Documentation rebrand (#​7670) by @​yyx990803 fix incorrect default value for propertyReadSideEffects (#​7847) by @​Copilot remove options pages and redirect to reference pages (#​7834) by @​sapphi-red options: inline types to option property pages (#​7831) by @​sapphi-red options: port checks.pluginTimings content from options page to reference page (#​7832) by @​sapphi-red options: use @linkcode where possible (#​7824) by @​sapphi-red options: port content from options page to reference page (#​7822) by @​sapphi-red options: add descriptions for output options (#​7821) by @​sapphi-red options: add description for input options (#​7802) by @​sapphi-red options: add description for checks.* (#​7801) by @​sapphi-red apis: add hook graph (#​7671) by @​sapphi-red 🧪 Testing add all valid combination of chunk exports related test (#​7851) by @​IWANABETHATGUY enable MagicString test after api return type alignment (#​7797) by @​IWANABETHATGUY init magic-string test (#​7794) by @​IWANABETHATGUY ⚙️ Miscellaneous Tasks vite-tests: configure git user for rebase operation (#​7875) by @​shulaoda rolldown_binding: remove v3 native plugins (#​7837) by @​shulaoda rolldown_binding: allow crate-type as lib (#​7866) by @​Brooooooklyn README.md: adjust position and size of rolldown logo (#​7861) by @​hyf0 deps: update test262 submodule for tests (#​7857) by @​sapphi-red deps: update oxc to v0.108.0 (#​7845) by @​renovate[bot] deps: update dependency oxlint to v1.39.0 (#​7849) by @​renovate[bot] deps: update dependency oxfmt to ^0.24.0 (#​7844) by @​renovate[bot] deps: update npm packages (#​7841) by @​renovate[bot] deps: update rust crates (#​7839) by @​renovate[bot] deps: update github-actions (#​7840) by @​renovate[bot] use workspace edition for all crates (#​7829) by @​IWANABETHATGUY deps: update dependency oxlint-tsgolint to v0.11.0 (#​7827) by @​renovate[bot] deps: update napi to v3.8.2 (#​7810) by @​renovate[bot] remove outdated snapshot files (#​7806) by @​shulaoda deps: update crate-ci/typos action to v1.42.0 (#​7792) by @​renovate[bot] vitest-dev/vitest (vitest) v4.0.17 Compare Source    🚀 Features Support openTelemetry for browser mode  -  by @​hi-ogawa in #​9180 (1ec3a) Support TRACEPARENT and TRACESTATE environment variables for OpenTelemetry context propagation  -  by @​Copilot, hi-ogawa and @​hi-ogawa in #​9295 (876cb)    🐞 Bug Fixes Improve asymmetric matcher diff readability by unwrapping container matchers  -  by @​Copilot, sheremet-va, hi-ogawa and @​hi-ogawa in #​9330 (b2ec7) Improve runner error when importing outside of test context  -  by @​sheremet-va in #​9335 (2dd3d) Replace crypto.randomUUID to allow insecure environments (fix #​9…  -  by @​plusgut in #​9339 and #​9 (e6a3f) Handle null options in addEventHandler #​9371  -  by @​ThibautMarechal in #​9372 and #​9371 (40841) Typo in browser.provider error  -  by @​deammer in #​9394 (4b67f) browser: Fix process.env and import.meta.env defines in inline project  -  by @​hi-ogawa in #​9239 (b70c9) Fix upload File instance  -  by @​hi-ogawa in #​9294 (b6778) Fix invalid project token for artifacts assets  -  by @​hi-ogawa in #​9321 (caa7d) Log ErrorEvent.message when unhandled ErrorEvent.error is null  -  by @​hi-ogawa in #​9322 (5d84e) Support fileParallelism on an instance  -  by @​sheremet-va in #​9328 (15006) coverage: Remove unnecessary istanbul-lib-source-maps usage  -  by @​AriPerkkio in #​9344 (b0940) Apply patch from istanbuljs/istanbuljs#837  -  by @​AriPerkkio and sapphi-red in #​9413 and #​837 (e05ce) fsModuleCache: Don't store importers in cache  -  by @​sheremet-va in #​9422 (75136) Add importers alongside importedModules  -  by @​sheremet-va in #​9423 (59f92) mocker: Fix mock transform with class  -  by @​hi-ogawa in #​9421 (d390e) pool: Validate environment options when reusing the worker  -  by @​sheremet-va in #​9349 (a8a88) Handle worker start failures gracefully  -  by @​AriPerkkio in #​9337 (200da) reporter: Report test module if it failed to run  -  by @​sheremet-va in #​9272 (c7888) runner: Respect nested test.only within describe.only  -  by @​Ujjwaljain16 in #​9021 and #​9213 (55d5d) typecheck: Improve error message when tsc outputs help text  -  by @​Ujjwaljain16 in #​9214 (7b10a) ui: Detect gzip by magic numbers instead of Content-Type header in html reporter  -  by @​Copilot, hi-ogawa and @​hi-ogawa in #​9278 (dd033) webdriverio: Fall back to WebDriver Classic #​9244  -  by @​JustasMonkev in #​9373 and #​9244 (c23dd)     View changes on GitHub 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 @sxzz/eslint-config ^7.4.4 → ^7.4.5 @types/node (source) ^25.0.6 → ^25.0.9 bumpp ^10.3.2 → ^10.4.0 prettier ...

X Description: This PR contains the following updates: Package Change Age Confidence @sxzz/eslint-config ^7.4.4 → ^7.4.5 @types/node (source) ^25.0.6 → ^25.0.9 bumpp ^10.3.2 → ^10.4.0 prettier ...

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

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:604835db-1319-ba1e-f3e7-fa2cdb51380b
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDCF4:D7706:CBD7AA:112290D:698128DF
html-safe-nonce8a62a20acd830672f5b6716f5c5e16b8d9c88f2a71d380b3dc57d382961d60db
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQ0Y0OkQ3NzA2OkNCRDdBQToxMTIyOTBEOjY5ODEyOERGIiwidmlzaXRvcl9pZCI6IjgyNDkyOTgwNDQ1Nzk4MTc2OTUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacce98d8ead4b9e718d20e877b9743929327d2cc9b1fc19d584186d75fbe5eb42d
hovercard-subject-tagpull_request:3185973619
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/75/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 @sxzz/eslint-config ^7.4.4 → ^7.4.5 @types/node (source) ^25.0.6 → ^25.0.9 bumpp ^10.3.2 → ^10.4.0 prettier ...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None39fe8101494cbb823c09b619b68c80cd4d05ab7279997038dbe06bb91608abe1
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
released5b34a4e4898b066c629879feb4b184bc471d6a7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files#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%2F75%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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Funplugin%2Funplugin-replace%2Fpull%2F75%2Ffiles
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%2Ffiles&source=header-repo&source_repo=unplugin%2Funplugin-replace
Reloadhttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
Reloadhttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
Reloadhttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
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/75/files
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 0 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 3 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75
Commits 1 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/commits
Checks 14 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/checks
Files changed https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
Please reload this pagehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
chore(deps): update all non-major dependencies https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
8c2b7e2 chore(deps): update all non-major dependencies renovate[bot] Jan 19, 2026 https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/commits/8c2b7e2d4dfa855b86e5cc760dc1bfa94200000c
Clear filters https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
Please reload this pagehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
Please reload this pagehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
package.json https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
pnpm-lock.yaml https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files#diff-32824c984905bb02bc7ffcef96a77addd1f1602cff71a11fbbfdd7f53ee026bb
package.jsonhttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
View file https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/blob/8c2b7e2d4dfa855b86e5cc760dc1bfa94200000c/package.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
https://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519
Please reload this pagehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/files
Please reload this pagehttps://patch-diff.githubusercontent.com/unplugin/unplugin-replace/pull/75/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.