Skip to content

fix: drop lit-analyzer from deps#85

Open
sgammon wants to merge 1 commit into
lit:mainfrom
sgammon:fix/lit-analyzer-dep
Open

fix: drop lit-analyzer from deps#85
sgammon wants to merge 1 commit into
lit:mainfrom
sgammon:fix/lit-analyzer-dep

Conversation

@sgammon

@sgammon sgammon commented Feb 5, 2023

Copy link
Copy Markdown
  • switch to npx lit-analyzer to run
  • drops ~96 package deps, modulo env
  • drops 4 package warnings

simple change, it also alleviates the need to keep lit-analyzer up to date

- switch to `npx lit-analyzer` to run
- drops ~96 package deps, modulo env
- drops 4 package warnings

@sgammon sgammon left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

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

Comment thread package.json
"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",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

swap to npx...

Comment thread package.json
"@web/test-runner-playwright": "^0.9.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"eslint": "^8.15.0",
"lit-analyzer": "^1.2.1",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

...and drop dep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant