Skip to content

Commit 98797e5

Browse files
committed
fix(analyzer): 🐛 Use @wc-toolkit/cem-inheritance
The `custom-elements-manifest-inheritance` package is deprecated. - Updates the analyzer script to use `@wc-toolkit/cem-inheritance`. - Updates `package.json` and `pnpm-lock.yaml` to reflect the change. - Ensures continued functionality of CEM inheritance updates.
1 parent 31fa24f commit 98797e5

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"@types/node": "^22.13.14",
6565
"@typescript-eslint/eslint-plugin": "^8.28.0",
6666
"@typescript-eslint/parser": "^8.28.0",
67+
"@wc-toolkit/cem-inheritance": "^1.0.4",
6768
"@web-types/lit": "2.0.0-3",
6869
"@webcomponents/webcomponentsjs": "^2.8.0",
6970
"custom-element-jet-brains-integration": "^1.7.0",
70-
"custom-elements-manifest-inheritance": "1.1.1",
7171
"eslint": "^9.23.0",
7272
"eslint-config-google": "^0.14.0",
7373
"eslint-plugin-n": "^17.17.0",

pnpm-lock.yaml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/analyzer/update-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {docsToElementMapping} from './element-docs-map.js';
1313
import {MarkdownTable} from './markdown-tree-builder.js';
1414
import {generateJetBrainsWebTypes} from 'custom-element-jet-brains-integration';
1515
import {generateManifest} from '@lit-labs/gen-manifest';
16-
import {updateCemInheritance} from 'custom-elements-manifest-inheritance';
16+
import {updateCemInheritance} from '@wc-toolkit/cem-inheritance';
1717

1818
interface MarkdownTableSection {
1919
name: string;

0 commit comments

Comments
 (0)