Skip to content

feat!: Support coc.nvim latest(0.0.82) and drop prior versions #8

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 10, 2022

Conversation

LumaKernel
Copy link
Owner

@LumaKernel LumaKernel commented Oct 10, 2022

Resolves #7

  • Support 0.0.82
  • Drop support for old coc.nvim versions. (prior to 0.0.82)
  • Drop Node.js v10 because coc.nvim also drops.
  • Use Vitest istead of Jest
  • Update lint rules
  • Drop husky and commitlint

Side

- Support 0.0.82
- Drop support for old coc.nvim versions. (prior to 0.0.82)
- Drop Node.js v10 because coc.nvim also drops.
- Fix for errors on switching to node but you should use patched
  version. Refer to fannheyward/coc-deno#184
- Use Vitest istead of Jest
- Update lint rules
- Drop husky and commitlint
- Remove README "to suppress erros on switching to node" (fannheyward/coc-deno#184)
@codecov-commenter
Copy link

Codecov Report

Merging #8 (0066853) into main (8bf846a) will decrease coverage by 58.89%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##              main       #8       +/-   ##
============================================
- Coverage   100.00%   41.10%   -58.90%     
============================================
  Files            2        7        +5     
  Lines           41      253      +212     
  Branches         8       18       +10     
============================================
+ Hits            41      104       +63     
- Misses           0      149      +149     
Impacted Files Coverage Δ
src/coc_internal.ts 0.00% <ø> (ø)
src/commands.ts 0.00% <0.00%> (ø)
src/entrypoints/coc.ts 0.00% <0.00%> (ø)
src/set_config.ts 0.00% <ø> (ø)
src/settings.ts 0.00% <ø> (ø)
src/utils/readme.ts 96.49% <0.00%> (-3.51%) ⬇️
src/utils/package-json.ts 100.00% <0.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9390eed...0066853. Read the comment docs.

@LumaKernel LumaKernel merged commit 9c94815 into main Oct 10, 2022
@LumaKernel LumaKernel deleted the feat-0.0.82 branch October 10, 2022 13:49
@github-actions
Copy link

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After installing, I see "No matching autocommands: User tsdetect#detect#node"
2 participants