fix: drop lit-analyzer from deps#85
Open
sgammon wants to merge 1 commit into
Open
Conversation
- switch to `npx lit-analyzer` to run - drops ~96 package deps, modulo env - drops 4 package warnings
sgammon
commented
Feb 5, 2023
sgammon
left a comment
Author
There was a problem hiding this comment.
my environment went from:
Scope: all 9 workspace projects
some/project/here | WARN deprecated svgo@1.3.2
some/project/here | WARN deprecated stable@0.1.8
some/project/here | WARN deprecated source-map-resolve@0.5.3
some/project/here | WARN deprecated source-map-url@0.4.1
some/project/here | WARN deprecated resolve-url@0.2.1
some/project/here | WARN deprecated urix@0.1.0
to:
Scope: all 9 workspace projects
app/ui/frontend | WARN deprecated svgo@1.3.2
app/ui/frontend | WARN deprecated stable@0.1.8
pnpm said:
Packages: -96
| "lint": "npm run lint:lit-analyzer && npm run lint:eslint", | ||
| "lint:eslint": "eslint 'src/**/*.ts'", | ||
| "lint:lit-analyzer": "lit-analyzer", | ||
| "lint:lit-analyzer": "npx lit-analyzer", |
| "@web/test-runner-playwright": "^0.9.0", | ||
| "@webcomponents/webcomponentsjs": "^2.6.0", | ||
| "eslint": "^8.15.0", | ||
| "lit-analyzer": "^1.2.1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
npx lit-analyzerto runsimple change, it also alleviates the need to keep
lit-analyzerup to date