Skip to content

chore(docs): remove eslint4b #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 2, 2023
Merged

chore(docs): remove eslint4b #19

merged 5 commits into from
Oct 2, 2023

Conversation

ota-meshi
Copy link
Member

@ota-meshi ota-meshi commented Feb 1, 2023

This PR removes eslint4b from dev dependencies.
Also change eslint in dev dependencies to v8. But we get an error when linting. This is because @mysticatea/eslint-plugin does not support eslint v8. We need to replace it with the eslint-community package first.

#20 is a PR that solves dependency issues.

@github-actions github-actions bot added the Stale label May 28, 2023
@github-actions
Copy link

github-actions bot commented Jun 4, 2023

This PR has been automatically closed because we haven't received a response from the original author 🙈. This automation helps keep the issue tracker clean from PRs that aren't actionable. Please reach out if you have more information for us! 🙂

@github-actions github-actions bot closed this Jun 4, 2023
@ota-meshi ota-meshi reopened this Jun 4, 2023
@github-actions github-actions bot removed the Stale label Jun 4, 2023
@MichaelDeBoey
Copy link
Member

@ota-meshi I guess this one can be rebased now 🤔

@ota-meshi
Copy link
Member Author

I'm busy with office work and other OSS maintenance, so I'll work on it when I have time 😅

@codecov
Copy link

codecov bot commented Sep 23, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (aac9f9b) 97.87% compared to head (5d6aa28) 97.87%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #19   +/-   ##
=======================================
  Coverage   97.87%   97.87%           
=======================================
  Files          17       17           
  Lines         282      282           
=======================================
  Hits          276      276           
  Misses          6        6           

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

"vue-eslint-editor": "^1.1.0",
"vuepress": "^1.9.9"
"vuepress": "^1.9.9",
"webpack": "^4.47.0"
Copy link
Member Author

Choose a reason for hiding this comment

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

I added it because some dependencies were updated and without it webpack v5 would be used and broken.

I think we need to move away from vuepress later. (I would like to replace it with vitepress when I have time)

Copy link
Member Author

Choose a reason for hiding this comment

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

I opened a PR that uses vitepress. #114

@ota-meshi
Copy link
Member Author

@MichaelDeBoey Sorry for the delay. I rebased this PR and fixed it to work.

@@ -85,7 +85,7 @@ jobs:
run: npm run test

- name: ⬆️ Upload coverage report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
Copy link
Member

Choose a reason for hiding this comment

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

Is there a reason why we're downgrading here?

Copy link
Member Author

Choose a reason for hiding this comment

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

It looks like v4 has been deleted.
codecov/codecov-action#1089

@MichaelDeBoey MichaelDeBoey changed the title chore(docs): remove eslint4b chore(docs): remove eslint4b Sep 30, 2023
@ota-meshi ota-meshi merged commit 3b53a57 into main Oct 2, 2023
@ota-meshi ota-meshi deleted the eslint-v8-demo branch October 2, 2023 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants