LaurenceWarne / cfn-lsp-extra

An Experimental Cloudformation language server
MIT License
21 stars 4 forks source link

cfn-lint upgrade >= 0.85.0 #8

Open mbarneyjr opened 5 months ago

mbarneyjr commented 5 months ago

I'm getting lsp errors on Lambda functions with runtimepython3.11, which in cfn-lint version 0.75 is not valid, but in cfn-lint version 0.85 is valid

It would be interesting if cfn-lsp-extra could be automatically updated when a new version of cfn-lint is released, though I understand you need to be careful about breaking changes

LaurenceWarne commented 5 months ago

Hi thanks for the report, I've updated the cfn-lint version to 0.85.0 and cut a new release.

It would be interesting if cfn-lsp-extra could be automatically updated when a new version of cfn-lint is released, though I understand you need to be careful about breaking changes

Yeah, I think this would be the best approach. I've enabled dependabot version updates on the repo to automate this in part.