Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-unicorn-x ^2.0.0 -> ^3.0.0 age adoption passing confidence
vue-tsc (source) ^2.2.10 -> ^3.0.0 age adoption passing confidence

Release Notes

es-tooling/eslint-plugin-unicorn-x (eslint-plugin-unicorn-x)

v3.0.0

Compare Source

What's Changed

Full Changelog: es-tooling/eslint-plugin-unicorn-x@2.0.0...3.0.0

vuejs/language-tools (vue-tsc)

v3.0.0

Compare Source

Features
  • feat(typescript-plugin): skip declaration files in goto components definition (#​5221) - Thanks to @​KazariEX!
  • feat(language-core): introduce strictVModel option (#​5229) - Thanks to @​KazariEX!
  • feat(vscode, language-server, typescript-plugin): communicate with tsserver based on request forwarding (#​5252, #​5395, #​5443)
  • feat(language-core): support navigation of events with v-on syntax (#​5275) - Thanks to @​KazariEX!
  • feat(language-core): type support of slot children (#​5137) - Thanks to @​KazariEX!
  • feat(language-service): autocomplete for props with union type
  • feat(language-service): document links for template refs (#​5385) - Thanks to @​alex-snezhko!
  • feat(language-core): resolve external stylesheets (#​5136) - Thanks to @​KazariEX!
  • feat(language-core): add strictCssModules option (#​5164) - Thanks to @​KazariEX!
  • feat(component-type-helpers): add ComponentAttrs type for attribute extraction
  • feat(vscode): add support for typescript.sortImports, typescript.removeUnusedImports commands (#​5444)
  • feat(vscode): i18n support of configurations and commands with zh-CN, zh-TW, ru and ja (#​5330, #​5340, #​5404) - Thanks to @​KazariEX, @​PurplePlanen and @​zyoshoka!
Bug Fixes
  • fix(language-core): generate condition guards for model events (#​5225) - Thanks to @​KazariEX!
  • fix(language-core): prevent global types generation in declaration files (#​5239) - Thanks to @​KazariEX!
  • fix(language-core): prevent eager inference of slot props from generics (#​5247) - Thanks to @​KazariEX!
  • fix(typescript-plugin): prevent highlighting native element tags with same name as components (#​5253) - Thanks to @​KazariEX!
  • fix(language-service): do not provide required props inlay hints for intrinsic elements (#​5258) - Thanks to @​KazariEX!
  • fix(vscode): handle typescript-language-features module loading race condition (#​5260)
  • fix(component-meta): update event type representation to include array notation
  • fix(language-core): correct error mapping when prop exp is arrow function (#​5262) - Thanks to @​KazariEX!
  • fix(language-service): add document highlights support (#​5263) - Thanks to @​KazariEX!
  • fix(language-core): correct type inference of multiple template refs with same name (#​5271) - Thanks to @​KazariEX!
  • fix(language-core): skip AST parsing when the expression is an identifier (#​5268) - Thanks to @​KazariEX!
  • fix(language-core): do not drop leading comments of defineModels (#​5273) - Thanks to @​KazariEX!
  • fix(language-core): improve fault tolerance for unsupported script languages
  • fix(language-core): avoid invalid auto import edit position when setup global types fails
  • fix(language-core): transform slot parameter list into equivalent binding pattern (#​5245) - Thanks to @​KazariEX!
  • fix(language-core): correct codegen when src path does not match the generated length - Thanks to @​KazariEX!
  • fix(language-service): exclude data- attribute completion from sfc level nodes - Thanks to @​KazariEX!
  • fix(language-core): remove semantic highlight of v-bind shorthand (#​5321) - Thanks to @​KazariEX!
  • fix(vscode): inline html comment pattern in Vue syntax definition (#​5327) - Thanks to @​zyoshoka!
  • fix(language-core): avoid unrelated virtual code recomputes on style and template change - Thanks to @​KazariEX!
  • fix(component-meta): attach namespace prefix correctly on generated types (#​5326) - Thanks to @​KazariEX!
  • fix(language-core): drop undefined from optional prop type with default in template (#​5339) - Thanks to @​Dylancyclone!
  • fix: depend on exact volar version (#​5345) - Thanks to @​tomblachut!
  • fix(language-core): ignore frontmatter block in markdown files (#​5362) - Thanks to @​brc-dd!
  • fix(component-meta): only exclude vnode events from props (#​5369) - Thanks to @​KazariEX!
  • fix(language-core): skip css references for position within virtual code with navigation: true (#​5378) - Thanks to @​KazariEX!
  • fix(language-core): hoist export declarations from generic script block (#​5398) - Thanks to @​KazariEX!
  • fix(vscode): correct syntax highlight for directives starting with v-for (#​5399) - Thanks to @​KazariEX!
  • fix(language-core): correct support for flatten plugins (#​5392) - Thanks to @​zhiyuanzmj!
  • fix(language-core): remove semantic code feature on first argument of useCssModule and useTemplateRef - Thanks to @​KazariEX!
  • fix(typescript-plugin): filter completion items of macros and global variables in template and styles (#​5425) - Thanks to @​KazariEX!
  • fix(language-core): do not generate redundant function scopes to affect type narrowing (#​5430) - Thanks to @​KazariEX!
  • fix(component-meta): add new file name in updateFile (#​5438) - Thanks to @​Akryum!
  • fix(language-core): Prettify<T> breaks generics inferencing (#​5424) - Thanks to @​so1ve!
  • fix(language-core): use var instead of let to declare attrsVar that may be hoisted - Thanks to @​KazariEX!
Performance
  • perf(language-core): cache and reuse inline ts asts during full updates (#​5435) - Thanks to @​KazariEX!
Other Changes
  • refactor(vscode, language-server): remove hybrid mode configuration (#​5248)
  • refactor(vscode): remove write virtual files command
  • chore(vscode): correct directory path in package.json (#​5283) - Thanks to @​zyoshoka!
  • chore(vscode): use rolldown for bundling (#​5337) - Thanks to @​KazariEX!
  • refactor(vscode): remove doctor - Thanks to @​KazariEX!
  • docs: update instructions for neovim lsp configuration (#​5361) - Thanks to @​kshksdrt!
  • refactor(vscode): remove Vite problem matcher (#​5375)
  • chore(docs): update vue language package name (#​5376) - Thanks to @​marktlinn!
  • chore(ci): set pre-release status when publishing to Open VSX (#​5377) - Thanks to @​lukashass!
  • docs: fallback workaround of vue_language_server_path in nvim setup example (#​5391) - Thanks to @​menuRivera!
  • test(component-meta): simplify code with snapshots (#​5403) - Thanks to @​KazariEX!
  • docs(nvim): move neovim lspconfig docs to wiki page (#​5408) - Thanks to @​RayGuo-ergou!
  • refactor(language-server): drop typescript.tsdk initialization option (#​5409)
  • refactor(language-service): drop name casing convertion and its language status item (#​5411) - Thanks to @​KazariEX!
  • refactor(language-core): drop defineProp support (#​5415) - Thanks to @​KazariEX!
  • chore(vscode): change display name to "Vue (Official)"
  • refactor: cleanup dependencies relationship (#​5421)
  • refactor(component-meta): use type-helpers as a peer dependency
  • refactor(vscode): cleanup extension client (#​5422)
  • refactor(language-server): move in server code from insiders edition (#​5423)
  • chore: introduce oxlint for faster linting (#​5416) - Thanks to @​KazariEX!
  • refactor(vscode): remove split editor feature (#​5446)
  • refactor(vscode): rename configuration keys from complete to suggest for clarity

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Jul 1, 2025

⚠️ No Changeset found

Latest commit: 6baae1a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link

coderabbitai bot commented Jul 1, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jul 1, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 1, 2025

📊 Package size report   -0%↓

File Before After
package.json 2.7 kB -0.04%↓2.7 kB
Total (Includes all files) 3.5 MB -0%↓3.5 MB
Tarball size 1.1 MB -0%↓1.1 MB
Unchanged files
File Size
.browserslistrc 41 B
.changeset/config.json 311 B
.changeset/README.md 510 B
.codesandbox/ci.json 63 B
.commitlintrc 35 B
.editorconfig 145 B
.gitattributes 115 B
.github/workflows/autofix.yml 913 B
.github/workflows/ci.yml 1.6 kB
.github/workflows/pkg-pr-new.yml 646 B
.github/workflows/pkg-size.yml 702 B
.github/workflows/release.yml 1.4 kB
.markuplintrc 96 B
.nano-staged.js 48 B
.nvmrc 6 B
.postcssrc.cjs 49 B
.prettierignore 41 B
.prettierrc 24 B
.remarkrc 42 B
.renovaterc 49 B
.simple-git-hooks.js 49 B
.stylelintignore 209 B
.stylelintrc 90 B
.yarn/plugins/plugin-prepare-lifecycle.cjs 202 B
.yarn/releases/yarn-4.9.2.cjs 3.0 MB
.yarnrc.yml 397 B
CHANGELOG.md 1.1 kB
default.json 499 B
eslint.config.js 516 B
global.d.ts 53 B
LICENSE 1.1 kB
packages/app-config/CHANGELOG.md 54.1 kB
packages/app-config/package.json 768 B
packages/app-config/README.md 2.7 kB
packages/babel-preset/CHANGELOG.md 24.5 kB
packages/babel-preset/config.js 43 B
packages/babel-preset/index.js 5.6 kB
packages/babel-preset/package.json 1.6 kB
packages/babel-preset/README.md 2.7 kB
packages/browserslist-config/_not.js 140 B
packages/browserslist-config/alauda-legacy.js 51 B
packages/browserslist-config/alauda.js 129 B
packages/browserslist-config/CHANGELOG.md 7.5 kB
packages/browserslist-config/index.js 116 B
packages/browserslist-config/latest.js 186 B
packages/browserslist-config/modern.js 167 B
packages/browserslist-config/package.json 570 B
packages/browserslist-config/README.md 2.7 kB
packages/commitlint-config/CHANGELOG.md 14.2 kB
packages/commitlint-config/index.js 537 B
packages/commitlint-config/package.json 633 B
packages/commitlint-config/README.md 2.7 kB
packages/common-config/CHANGELOG.md 50.6 kB
packages/common-config/package.json 954 B
packages/common-config/README.md 2.7 kB
packages/config/CHANGELOG.md 4.0 kB
packages/config/index.d.ts 308 B
packages/config/index.js 1.1 kB
packages/config/package.json 599 B
packages/config/README.md 2.7 kB
packages/eslint-config/_util.js 2.2 kB
packages/eslint-config/angular.js 1.3 kB
packages/eslint-config/base.d.ts 109 B
packages/eslint-config/base.js 5.6 kB
packages/eslint-config/CHANGELOG.md 60.3 kB
packages/eslint-config/index.d.ts 58 B
packages/eslint-config/index.js 58 B
packages/eslint-config/jest.js 391 B
packages/eslint-config/js-base.js 1.4 kB
packages/eslint-config/js.js 582 B
packages/eslint-config/loose.d.ts 110 B
packages/eslint-config/loose.js 1.4 kB
packages/eslint-config/overrides.d.ts 1.2 kB
packages/eslint-config/overrides.js 6.3 kB
packages/eslint-config/package.json 3.1 kB
packages/eslint-config/react.js 1.7 kB
packages/eslint-config/README.md 2.7 kB
packages/eslint-config/recommended.d.ts 116 B
packages/eslint-config/recommended.js 142 B
packages/eslint-config/test.js 309 B
packages/eslint-config/ts-base.js 4.0 kB
packages/eslint-config/vitest.js 396 B
packages/eslint-config/vue.js 1.5 kB
packages/markuplint-config/angular.js 122 B
packages/markuplint-config/base.d.ts 87 B
packages/markuplint-config/base.js 413 B
packages/markuplint-config/CHANGELOG.md 6.5 kB
packages/markuplint-config/index.d.ts 36 B
packages/markuplint-config/index.js 36 B
packages/markuplint-config/package.json 934 B
packages/markuplint-config/README.md 2.7 kB
packages/markuplint-config/vue.d.ts 85 B
packages/markuplint-config/vue.js 240 B
packages/nano-staged/_utils.js 429 B
packages/nano-staged/base.js 1.4 kB
packages/nano-staged/CHANGELOG.md 3.4 kB
packages/nano-staged/index.js 36 B
packages/nano-staged/ngc.js 216 B
packages/nano-staged/package.json 982 B
packages/nano-staged/README.md 2.7 kB
packages/nano-staged/tsc.js 255 B
packages/nano-staged/vue-tsc.js 249 B
packages/postcss-config/CHANGELOG.md 17.7 kB
packages/postcss-config/index.d.ts 88 B
packages/postcss-config/index.js 1.3 kB
packages/postcss-config/package.json 1.2 kB
packages/postcss-config/README.md 2.7 kB
packages/prettier-config/angular.d.ts 36 B
packages/prettier-config/angular.js 210 B
packages/prettier-config/base.d.ts 92 B
packages/prettier-config/base.js 2.0 kB
packages/prettier-config/CHANGELOG.md 29.3 kB
packages/prettier-config/index.d.ts 36 B
packages/prettier-config/index.js 36 B
packages/prettier-config/next.d.ts 36 B
packages/prettier-config/next.js 220 B
packages/prettier-config/package.json 1.5 kB
packages/prettier-config/quote.d.ts 36 B
packages/prettier-config/quote.js 94 B
packages/prettier-config/README.md 2.7 kB
packages/prettier-config/semi/angular.d.ts 37 B
packages/prettier-config/semi/angular.js 90 B
packages/prettier-config/semi/index.d.ts 37 B
packages/prettier-config/semi/index.js 87 B
packages/prettier-config/semi/next.d.ts 37 B
packages/prettier-config/semi/next.js 87 B
packages/prettier-config/semi/quote.d.ts 37 B
packages/prettier-config/semi/quote.js 88 B
packages/prettier-config/semi/vue.d.ts 37 B
packages/prettier-config/semi/vue.js 86 B
packages/prettier-config/vue.d.ts 36 B
packages/prettier-config/vue.js 206 B
packages/remark-preset/CHANGELOG.md 8.8 kB
packages/remark-preset/index.js 1.3 kB
packages/remark-preset/package.json 1.1 kB
packages/remark-preset/README.md 2.7 kB
packages/simple-git-hooks/CHANGELOG.md 4.6 kB
packages/simple-git-hooks/index.js 193 B
packages/simple-git-hooks/package.json 711 B
packages/simple-git-hooks/README.md 2.7 kB
packages/stylelint-config/_overrides.js 939 B
packages/stylelint-config/base.d.ts 76 B
packages/stylelint-config/base.js 1.5 kB
packages/stylelint-config/CHANGELOG.md 23.5 kB
packages/stylelint-config/index.d.ts 80 B
packages/stylelint-config/index.js 72 B
packages/stylelint-config/loose.d.ts 78 B
packages/stylelint-config/loose.js 76 B
packages/stylelint-config/modules.d.ts 82 B
packages/stylelint-config/modules.js 263 B
packages/stylelint-config/package.json 1.3 kB
packages/stylelint-config/README.md 2.7 kB
packages/stylelint-config/scss/base.d.ts 76 B
packages/stylelint-config/scss/base.js 1.4 kB
packages/stylelint-config/scss/index.d.ts 36 B
packages/stylelint-config/scss/index.js 36 B
packages/stylelint-config/scss/loose.d.ts 78 B
packages/stylelint-config/scss/loose.js 369 B
packages/tsconfig/angular.json 306 B
packages/tsconfig/app.json 282 B
packages/tsconfig/CHANGELOG.md 11.4 kB
packages/tsconfig/dom-lib.json 158 B
packages/tsconfig/erasable.json 147 B
packages/tsconfig/lib.json 189 B
packages/tsconfig/loose.json 180 B
packages/tsconfig/ng-lib.json 387 B
packages/tsconfig/node.json 171 B
packages/tsconfig/node16.json 192 B
packages/tsconfig/nodenext.json 196 B
packages/tsconfig/package.json 602 B
packages/tsconfig/README.md 2.7 kB
packages/tsconfig/tsconfig.json 680 B
README.md 4.0 kB
tests/_test.ts 1.1 kB
tests/global.d.ts 41 B
tests/test.cjs 742 B
tests/test.component.html 142 B
tests/test.component.ts 198 B
tests/test.css 53 B
tests/test.d.ts 409 B
tests/test.html 191 B
tests/test.js 753 B
tests/test.json 23 B
tests/test.json5 22 B
tests/test.jsonc 37 B
tests/test.less 315 B
tests/test.md 61 B
tests/test.mdx 143 B
tests/test.pug 17 B
tests/test.scss 381 B
tests/test.sh 20 B
tests/test.spec.js 129 B
tests/test.spec.ts 671 B
tests/test.svg 1.2 kB
tests/test.toml 16 B
tests/test.vue 436 B
tests/test.yaml 13 B
tests/test.yml 13 B
tests/test1.jsx 347 B
tests/test2.ts 1.8 kB
tests/test3.tsx 484 B
tsconfig.json 41 B
vitest.config.ts 227 B

🤖 This report was automatically generated by pkg-size-action

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Important

Looks good to me! 👍

Reviewed everything up to f6ac222 in 36 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 1 files when reviewing.
  • Skipped posting 1 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. packages/eslint-config/package.json:94
  • Draft comment:
    eslint-plugin-unicorn-x v3 now requires Node 20+. Our engines field currently allows Node 18 ("^18.20.0 || ..."). Please confirm if this change is acceptable or update the engines accordingly.
  • Reason this comment was not posted:
    Comment did not seem useful. Confidence is useful = 0% <= threshold 50% The comment is about a dependency change and its compatibility with the current Node version specified in the engines field. It asks the PR author to confirm if the change is acceptable or to update the engines field. This falls under the rule of not asking the PR author to confirm their intention or to ensure compatibility, which is not allowed.

Workflow ID: wflow_nhZpoI3JwoGBsMDf

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jul 1, 2025

Open in StackBlitz

@1stg/app-config

npm i https://pkg.pr.new/@1stg/app-config@389

@1stg/babel-preset

npm i https://pkg.pr.new/@1stg/babel-preset@389

@1stg/browserslist-config

npm i https://pkg.pr.new/@1stg/browserslist-config@389

@1stg/commitlint-config

npm i https://pkg.pr.new/@1stg/commitlint-config@389

@1stg/common-config

npm i https://pkg.pr.new/@1stg/common-config@389

@1stg/config

npm i https://pkg.pr.new/@1stg/config@389

@1stg/eslint-config

npm i https://pkg.pr.new/@1stg/eslint-config@389

@1stg/markuplint-config

npm i https://pkg.pr.new/@1stg/markuplint-config@389

@1stg/nano-staged

npm i https://pkg.pr.new/@1stg/nano-staged@389

@1stg/postcss-config

npm i https://pkg.pr.new/@1stg/postcss-config@389

@1stg/prettier-config

npm i https://pkg.pr.new/@1stg/prettier-config@389

@1stg/remark-preset

npm i https://pkg.pr.new/@1stg/remark-preset@389

@1stg/simple-git-hooks

npm i https://pkg.pr.new/@1stg/simple-git-hooks@389

@1stg/stylelint-config

npm i https://pkg.pr.new/@1stg/stylelint-config@389

@1stg/tsconfig

npm i https://pkg.pr.new/@1stg/tsconfig@389

commit: dc048e1

@codecov
Copy link

codecov bot commented Jul 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 0.00%. Comparing base (a598cad) to head (f6ac222).

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #389   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files          39      39           
  Lines         278     278           
  Branches      129     129           
======================================
  Misses        278     278           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all branch from f6ac222 to dc048e1 Compare July 1, 2025 19:59
@renovate renovate bot changed the title fix(deps): update dependency eslint-plugin-unicorn-x to v3 fix(deps): update all dependencies to v3 Jul 1, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Jul 1, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant