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
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:21b369cc-32c1-23ce-6b35-635ac4bf7c08 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | B9EA:11A4DD:C72E5E:110D6B1:6981271C |
| html-safe-nonce | f76808044cad944d96024388090e488f5244f93362f7ebd28e9a59c31b5b4ba1 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCOUVBOjExQTRERDpDNzJFNUU6MTEwRDZCMTo2OTgxMjcxQyIsInZpc2l0b3JfaWQiOiIyNDMzNDU0OTY3NjEzMzY4MDkyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | a943706f156937457dc721b2a77d1c8e273d52cf075e4f263e5d54083d00892b |
| hovercard-subject-tag | pull_request:3185973619 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/unplugin/unplugin-replace/pull/75/files |
| twitter:image | https://avatars.githubusercontent.com/in/2740?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/2740?s=400&v=4 |
| og:image:alt | 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 ... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 39fe8101494cbb823c09b619b68c80cd4d05ab7279997038dbe06bb91608abe1 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/unplugin/unplugin-replace git https://github.com/unplugin/unplugin-replace.git |
| octolytics-dimension-user_id | 143585159 |
| octolytics-dimension-user_login | unplugin |
| octolytics-dimension-repository_id | 766209113 |
| octolytics-dimension-repository_nwo | unplugin/unplugin-replace |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 766209113 |
| octolytics-dimension-repository_network_root_nwo | unplugin/unplugin-replace |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | d5b34a4e4898b066c629879feb4b184bc471d6a7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width