Title: chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #105 · unplugin/unplugin-inline-enum · GitHub
Open Graph Title: chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #105 · unplugin/unplugin-inline-enum
X Title: chore(deps): update all non-major dependencies by renovate[bot] · Pull Request #105 · unplugin/unplugin-inline-enum
Description: This PR contains the following updates: Package Change Age Confidence @babel/types (source) ^7.28.5 → ^7.28.6 @sxzz/eslint-config ^7.4.4 → ^7.4.5 @types/node (source) ^25.0.6 → ^25.0.9 @typescript/native-preview (source) 7.0.0-dev.20260111.1 → 7.0.0-dev.20260118.1 bumpp ^10.3.2 → ^10.4.0 prettier (source) ^3.7.4 → ^3.8.0 vitest (source) ^4.0.16 → ^4.0.17 Release Notes babel/babel (@babel/types) v7.28.6 Compare Source v7.28.6 (2026-01-12) Thanks @kadhirash and @kolvian for your first PRs! 🐛 Bug Fix babel-cli, babel-code-frame, babel-core, babel-helper-check-duplicate-nodes, babel-helper-fixtures, babel-helper-plugin-utils, babel-node, babel-plugin-transform-flow-comments, babel-plugin-transform-modules-commonjs, babel-plugin-transform-property-mutators, babel-preset-env, babel-traverse, babel-types #17589 Improve Unicode handling in code-frame tokenizer (@JLHwung) babel-plugin-transform-regenerator #17556 fix: transform-regenerator correctly handles scope (@liuxingbaoyu) babel-plugin-transform-react-jsx #17538 fix: Keep jsx comments (@liuxingbaoyu) 💅 Polish babel-core, babel-standalone #17606 Polish(standalone): improve message on invalid preset/plugin (@JLHwung) 🏠 Internal babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-proposal-decorators, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-regexp-modifiers, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-sets-regex #17580 Allow Babel 8 in compatible Babel 7 plugins (@nicolo-ribaudo) 🏃♀️ Performance babel-plugin-transform-react-jsx #17555 perf: Use lighter traversal for jsx __source,__self (@liuxingbaoyu) Committers: 7 Babel Bot (@babel-bot) Eliot Pontarelli (@kolvian) Huáng Jùnliàng (@JLHwung) Kadhirash Sivakumar (@kadhirash) Nicolò Ribaudo (@nicolo-ribaudo) @liuxingbaoyu coderaiser (@coderaiser) sxzz/eslint-config (@sxzz/eslint-config) v7.4.5 Compare Source No significant changes View changes on GitHub microsoft/typescript-go (@typescript/native-preview) v7.0.0-dev.20260118.1 Compare Source v7.0.0-dev.20260117.1 Compare Source v7.0.0-dev.20260116.1 Compare Source v7.0.0-dev.20260115.1 Compare Source v7.0.0-dev.20260114.1 Compare Source v7.0.0-dev.20260113.1 Compare Source v7.0.0-dev.20260112.1 Compare Source 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 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 @babel/types (source) ^7.28.5 → ^7.28.6 @sxzz/eslint-config ^7.4.4 → ^7.4.5 @types/node (source) ^25.0.6 → ^25.0...
X Description: This PR contains the following updates: Package Change Age Confidence @babel/types (source) ^7.28.5 → ^7.28.6 @sxzz/eslint-config ^7.4.4 → ^7.4.5 @types/node (source) ^25.0.6 → ^25.0...
Opengraph URL: https://github.com/unplugin/unplugin-inline-enum/pull/105
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:05cac69d-79d8-0b25-4849-265bf2b32945 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | 822C:18D933:263B4:33101:6981E766 |
| html-safe-nonce | d3c716965a0d34f987a64213301e2388bba4d9fd720059e7d96ab3a1ff224af0 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MjJDOjE4RDkzMzoyNjNCNDozMzEwMTo2OTgxRTc2NiIsInZpc2l0b3JfaWQiOiIyNDA2MzU5Mzk3NjI3NDU1MzM0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 8b11cd7dd55359f3eab735b30580a816fcaf485d06d63069bb55f6fcdf34222d |
| hovercard-subject-tag | pull_request:3185957587 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,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-inline-enum/pull/105/checks |
| 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 @babel/types (source) ^7.28.5 → ^7.28.6 @sxzz/eslint-config ^7.4.4 → ^7.4.5 @types/node (source) ^25.0.6 → ^25.0... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | ebfdf8d3e0fd17b103f41cc6696d84938694ebebdfecaf11fe00dbe4a9785801 |
| turbo-cache-control | no-preview |
| go-import | github.com/unplugin/unplugin-inline-enum git https://github.com/unplugin/unplugin-inline-enum.git |
| octolytics-dimension-user_id | 143585159 |
| octolytics-dimension-user_login | unplugin |
| octolytics-dimension-repository_id | 766546257 |
| octolytics-dimension-repository_nwo | unplugin/unplugin-inline-enum |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 766546257 |
| octolytics-dimension-repository_network_root_nwo | unplugin/unplugin-inline-enum |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 471ae8701b77c1bf177c58019d2e6fd65ae89141 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width