diff --git a/.changeset/stupid-days-happen.md b/.changeset/stupid-days-happen.md deleted file mode 100644 index 850970a5..00000000 --- a/.changeset/stupid-days-happen.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@jackolope/web-component-analyzer": minor -"lit-analyzer-plugin": minor -"@jackolope/ts-lit-plugin": minor -"@jackolope/lit-analyzer": minor ---- - -chore: Add support for testing changes against node24 diff --git a/.changeset/wild-chairs-grin.md b/.changeset/wild-chairs-grin.md deleted file mode 100644 index ba539413..00000000 --- a/.changeset/wild-chairs-grin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@jackolope/web-component-analyzer": major -"lit-analyzer-plugin": major -"@jackolope/ts-lit-plugin": major -"@jackolope/lit-analyzer": major ---- - -chore: Minimum Node version is now node20 (drop node18 support now that it is EOL) diff --git a/packages/lit-analyzer/CHANGELOG.md b/packages/lit-analyzer/CHANGELOG.md index d1d25b87..d4106488 100644 --- a/packages/lit-analyzer/CHANGELOG.md +++ b/packages/lit-analyzer/CHANGELOG.md @@ -1,5 +1,20 @@ # @jackolope/lit-analyzer +## 4.0.0 + +### Major Changes + +- [#336](https://github.com/JackRobards/lit-analyzer/pull/336) [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b) Thanks [@JackRobards](https://github.com/JackRobards)! - chore: Minimum Node version is now node20 (drop node18 support now that it is EOL) + +### Minor Changes + +- [#336](https://github.com/JackRobards/lit-analyzer/pull/336) [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b) Thanks [@JackRobards](https://github.com/JackRobards)! - chore: Add support for testing changes against node24 + +### Patch Changes + +- Updated dependencies [[`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b), [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b)]: + - @jackolope/web-component-analyzer@5.0.0 + ## 3.2.1 ### Patch Changes diff --git a/packages/lit-analyzer/package.json b/packages/lit-analyzer/package.json index 68ddfc13..333df641 100644 --- a/packages/lit-analyzer/package.json +++ b/packages/lit-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@jackolope/lit-analyzer", - "version": "3.2.1", + "version": "4.0.0", "description": "CLI that type checks bindings in lit-html templates", "author": "runem", "license": "MIT", @@ -98,7 +98,7 @@ "ts-simple-type": "~2.0.0-next.0", "vscode-css-languageservice": "6.3.7", "vscode-html-languageservice": "5.5.1", - "@jackolope/web-component-analyzer": "^4.0.4" + "@jackolope/web-component-analyzer": "^5.0.0" }, "devDependencies": { "@types/node": "^22.15.30", diff --git a/packages/ts-lit-plugin/CHANGELOG.md b/packages/ts-lit-plugin/CHANGELOG.md index c832292b..b42fb83a 100644 --- a/packages/ts-lit-plugin/CHANGELOG.md +++ b/packages/ts-lit-plugin/CHANGELOG.md @@ -1,5 +1,21 @@ # @jackolope/ts-lit-plugin +## 4.0.0 + +### Major Changes + +- [#336](https://github.com/JackRobards/lit-analyzer/pull/336) [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b) Thanks [@JackRobards](https://github.com/JackRobards)! - chore: Minimum Node version is now node20 (drop node18 support now that it is EOL) + +### Minor Changes + +- [#336](https://github.com/JackRobards/lit-analyzer/pull/336) [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b) Thanks [@JackRobards](https://github.com/JackRobards)! - chore: Add support for testing changes against node24 + +### Patch Changes + +- Updated dependencies [[`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b), [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b)]: + - @jackolope/web-component-analyzer@5.0.0 + - @jackolope/lit-analyzer@4.0.0 + ## 3.1.6 ### Patch Changes diff --git a/packages/ts-lit-plugin/package.json b/packages/ts-lit-plugin/package.json index a4f0546d..28c7b84d 100644 --- a/packages/ts-lit-plugin/package.json +++ b/packages/ts-lit-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@jackolope/ts-lit-plugin", - "version": "3.1.6", + "version": "4.0.0", "description": "Typescript plugin that adds type checking and code completion to lit-html. Fork of the original ts-lit-plugin.", "author": "JackRobards", "license": "MIT", @@ -55,8 +55,8 @@ "/html-documentation/" ], "dependencies": { - "@jackolope/lit-analyzer": "^3.2.1", - "@jackolope/web-component-analyzer": "^4.0.4" + "@jackolope/lit-analyzer": "^4.0.0", + "@jackolope/web-component-analyzer": "^5.0.0" }, "devDependencies": { "@types/node": "^22.15.30", diff --git a/packages/vscode-lit-plugin/CHANGELOG.md b/packages/vscode-lit-plugin/CHANGELOG.md index 1365d38d..3ec15718 100644 --- a/packages/vscode-lit-plugin/CHANGELOG.md +++ b/packages/vscode-lit-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 3.0.0 + +### Major Changes + +- [#336](https://github.com/JackRobards/lit-analyzer/pull/336) [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b) Thanks [@JackRobards](https://github.com/JackRobards)! - chore: Minimum Node version is now node20 (drop node18 support now that it is EOL) + +### Minor Changes + +- [#336](https://github.com/JackRobards/lit-analyzer/pull/336) [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b) Thanks [@JackRobards](https://github.com/JackRobards)! - chore: Add support for testing changes against node24 + ## 2.4.2 ### Patch Changes diff --git a/packages/vscode-lit-plugin/package.json b/packages/vscode-lit-plugin/package.json index f209392f..874478dd 100644 --- a/packages/vscode-lit-plugin/package.json +++ b/packages/vscode-lit-plugin/package.json @@ -3,7 +3,7 @@ "private": true, "displayName": "lit-analyzer-plugin", "description": "Syntax highlighting, type checking and code completion for lit-html", - "version": "2.4.2", + "version": "3.0.0", "publisher": "jackolope", "icon": "docs/assets/lit-plugin@256w.png", "license": "MIT", @@ -175,7 +175,7 @@ "@vscode/vsce": "^3.6.0", "esbuild": "^0.25.5", "fast-glob": "^3.2.11", - "@jackolope/lit-analyzer": "^3.2.1", + "@jackolope/lit-analyzer": "^4.0.0", "mocha": "^11.7.1", "vscode-css-languageservice": "6.3.7", "vscode-html-languageservice": "5.5.1", diff --git a/packages/web-component-analyzer/CHANGELOG.md b/packages/web-component-analyzer/CHANGELOG.md index 7f49dbb2..0e248ab1 100644 --- a/packages/web-component-analyzer/CHANGELOG.md +++ b/packages/web-component-analyzer/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 5.0.0 + +### Major Changes + +- [#336](https://github.com/JackRobards/lit-analyzer/pull/336) [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b) Thanks [@JackRobards](https://github.com/JackRobards)! - chore: Minimum Node version is now node20 (drop node18 support now that it is EOL) + +### Minor Changes + +- [#336](https://github.com/JackRobards/lit-analyzer/pull/336) [`03e6f64`](https://github.com/JackRobards/lit-analyzer/commit/03e6f6438bae7739609442cda5a41bc7748d265b) Thanks [@JackRobards](https://github.com/JackRobards)! - chore: Add support for testing changes against node24 + ## 4.0.4 ### Patch Changes diff --git a/packages/web-component-analyzer/package.json b/packages/web-component-analyzer/package.json index 167d446f..007d1dbc 100644 --- a/packages/web-component-analyzer/package.json +++ b/packages/web-component-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@jackolope/web-component-analyzer", - "version": "4.0.4", + "version": "5.0.0", "description": "Utilities for analyzer the types of web components", "main": "lib/cjs/api.js", "module": "lib/esm/api.js",