-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs
Description
Suggestion
Example from https://github.com/typescript-eslint/typescript-eslint/actions/runs/18980893343/job/54212981823:
FAIL integration-tests tests/vue-sfc.test.ts > vue-sfc > eslint > should work successfully
Error: Snapshot `vue-sfc > eslint > should work successfully 1` mismatched
- Expected
+ Received
@@ -56,11 +56,11 @@
",
"suppressedMessages": [],
"usedDeprecatedRules": [
{
"info": {
- "availableUntil": "10.0.0",
+ "availableUntil": "11.0.0",
"deprecatedSince": "8.53.0",
"message": "Formatting rules are being moved out of ESLint core.",
"replacedBy": [
{
"message": "ESLint Stylistic now maintains deprecated stylistic core rules.",
@@ -118,11 +118,11 @@
",
"suppressedMessages": [],
"usedDeprecatedRules": [
{
"info": {
- "availableUntil": "10.0.0",
+ "availableUntil": "11.0.0",
"deprecatedSince": "8.53.0",
"message": "Formatting rules are being moved out of ESLint core.",
"replacedBy": [
{
"message": "ESLint Stylistic now maintains deprecated stylistic core rules.",
@@ -197,11 +197,11 @@
",
"suppressedMessages": [],
"usedDeprecatedRules": [
{
"info": {
- "availableUntil": "10.0.0",
+ "availableUntil": "11.0.0",
"deprecatedSince": "8.53.0",
"message": "Formatting rules are being moved out of ESLint core.",
"replacedBy": [
{
"message": "ESLint Stylistic now maintains deprecated stylistic core rules.",
❯ tools/integration-test-base.ts:85:24
83| );
84| }
85| expect(lintOutput).toMatchSnapshot();
| ^
86| });
87| }
❯ tools/integration-test-base.ts:21:9
Additional Info
💖
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs