chore(deps): update typescript-eslint monorepo to v8.55.0#448
chore(deps): update typescript-eslint monorepo to v8.55.0#448renovate[bot] merged 1 commit intomainfrom
Conversation
WalkthroughThis PR performs routine dependency updates to the TypeScript ESLint toolchain and semver package. The TypeScript ESLint ecosystem is upgraded from version 8.54.0 to 8.55.0 across all related packages, including the parser, plugins, utilities, and type system components. Additionally, the semver dependency receives a patch update from 7.7.3 to 7.7.4. These updates bring bug fixes and minor improvements to the linting infrastructure without introducing breaking changes or requiring configuration modifications. Changes
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant Dev as Developer
participant ESLint as ESLint Engine
participant Parser as @typescript-eslint/parser
participant Plugin as @typescript-eslint/eslint-plugin
participant TSTree as typescript-estree
participant TS as TypeScript Compiler
Dev->>ESLint: Run linting on TypeScript file
ESLint->>Parser: Parse TypeScript code
Parser->>TSTree: Create AST from source
TSTree->>TS: Use TypeScript compiler API
TS-->>TSTree: Return type information
TSTree-->>Parser: Return typed AST
Parser-->>ESLint: Return parsed AST
ESLint->>Plugin: Apply TypeScript-specific rules
Plugin->>TSTree: Query type information
TSTree-->>Plugin: Return type details
Plugin-->>ESLint: Return rule violations
ESLint-->>Dev: Display linting results
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #448 +/- ##
=======================================
Coverage 92.41% 92.41%
=======================================
Files 15 15
Lines 725 725
=======================================
Hits 670 670
Misses 46 46
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
Released in v1.2.0 |
This PR contains the following updates:
8.54.0→8.55.08.54.0→8.55.08.54.0→8.55.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.55.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.55.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (typescript-eslint)
v8.55.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.