diff --git a/.changeset/slow-parents-sin.md b/.changeset/slow-parents-sin.md deleted file mode 100644 index 4f5866d5..00000000 --- a/.changeset/slow-parents-sin.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@jackolope/lit-analyzer": patch -"@jackolope/ts-lit-plugin": patch -"lit-analyzer-plugin": patch ---- - -Fix: Update no-missing-import rule to avoid reporting on any listed globalTags diff --git a/.changeset/zzz_dependabot-b2dc9f0-@jackolope-lit-analyzer.md b/.changeset/zzz_dependabot-b2dc9f0-@jackolope-lit-analyzer.md deleted file mode 100644 index b0f660e1..00000000 --- a/.changeset/zzz_dependabot-b2dc9f0-@jackolope-lit-analyzer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@jackolope/lit-analyzer": patch ---- - -Updated dependencies: -Updated dependency `vscode-css-languageservice` to `6.3.7`. -Updated dependency `vscode-html-languageservice` to `5.5.1`. diff --git a/.changeset/zzz_dependabot-b2dc9f0-@jackolope-web-component-analyzer.md b/.changeset/zzz_dependabot-b2dc9f0-@jackolope-web-component-analyzer.md deleted file mode 100644 index acfafe0a..00000000 --- a/.changeset/zzz_dependabot-b2dc9f0-@jackolope-web-component-analyzer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@jackolope/web-component-analyzer": patch ---- - -Updated dependencies: -Updated devDependency `@rollup/plugin-typescript` to `^12.1.4`. -Updated devDependency `rollup` to `^4.44.2`. diff --git a/.changeset/zzz_dependabot-b2dc9f0-lit-analyzer-plugin.md b/.changeset/zzz_dependabot-b2dc9f0-lit-analyzer-plugin.md deleted file mode 100644 index 0e994147..00000000 --- a/.changeset/zzz_dependabot-b2dc9f0-lit-analyzer-plugin.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"lit-analyzer-plugin": patch ---- - -Updated dependencies: -Updated dependency `@vscode/vsce` to `^3.6.0`. -Updated dependency `vscode-css-languageservice` to `6.3.7`. -Updated dependency `vscode-html-languageservice` to `5.5.1`. diff --git a/dev/package-lock.json b/dev/package-lock.json index 1be40872..9e4a3b19 100644 --- a/dev/package-lock.json +++ b/dev/package-lock.json @@ -21,11 +21,11 @@ }, "../packages/ts-lit-plugin": { "name": "@jackolope/ts-lit-plugin", - "version": "3.1.4", + "version": "3.1.5", "license": "MIT", "dependencies": { - "@jackolope/lit-analyzer": "^3.2.0", - "@jackolope/web-component-analyzer": "^4.0.3" + "@jackolope/lit-analyzer": "^3.2.1", + "@jackolope/web-component-analyzer": "^4.0.4" }, "devDependencies": { "@types/node": "^22.15.30", diff --git a/package-lock.json b/package-lock.json index 11c5ca00..d30883f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11405,10 +11405,10 @@ }, "packages/lit-analyzer": { "name": "@jackolope/lit-analyzer", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { - "@jackolope/web-component-analyzer": "^4.0.3", + "@jackolope/web-component-analyzer": "^4.0.4", "@vscode/web-custom-data": "^0.6.0", "chalk": "^5.4.0", "didyoumean2": "7.0.4", @@ -11439,11 +11439,11 @@ }, "packages/ts-lit-plugin": { "name": "@jackolope/ts-lit-plugin", - "version": "3.1.4", + "version": "3.1.5", "license": "MIT", "dependencies": { - "@jackolope/lit-analyzer": "^3.2.0", - "@jackolope/web-component-analyzer": "^4.0.3" + "@jackolope/lit-analyzer": "^3.2.1", + "@jackolope/web-component-analyzer": "^4.0.4" }, "devDependencies": { "@types/node": "^22.15.30", @@ -11457,13 +11457,13 @@ }, "packages/vscode-lit-plugin": { "name": "lit-analyzer-plugin", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "typescript": "^5.8.3" }, "devDependencies": { - "@jackolope/lit-analyzer": "^3.2.0", + "@jackolope/lit-analyzer": "^3.2.1", "@types/mocha": "^10.0.10", "@types/node": "^22.15.30", "@types/vscode": "1.63.0", @@ -11489,7 +11489,7 @@ }, "packages/web-component-analyzer": { "name": "@jackolope/web-component-analyzer", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "dependencies": { "ts-simple-type": "2.0.0-next.0", diff --git a/packages/lit-analyzer/CHANGELOG.md b/packages/lit-analyzer/CHANGELOG.md index 5620f179..d1d25b87 100644 --- a/packages/lit-analyzer/CHANGELOG.md +++ b/packages/lit-analyzer/CHANGELOG.md @@ -1,5 +1,17 @@ # @jackolope/lit-analyzer +## 3.2.1 + +### Patch Changes + +- [#369](https://github.com/JackRobards/lit-analyzer/pull/369) [`1abcf43`](https://github.com/JackRobards/lit-analyzer/commit/1abcf43c0dfcb17e9a256d0468f047c62121ea6a) Thanks [@JackRobards](https://github.com/JackRobards)! - Fix: Update no-missing-import rule to avoid reporting on any listed globalTags + +- [#371](https://github.com/JackRobards/lit-analyzer/pull/371) [`0dffbd9`](https://github.com/JackRobards/lit-analyzer/commit/0dffbd9b15b8f122c87adc26a867f204a9f7717e) Thanks [@JackRobards](https://github.com/JackRobards)! - Updated dependencies: + Updated dependency `vscode-css-languageservice` to `6.3.7`. + Updated dependency `vscode-html-languageservice` to `5.5.1`. +- Updated dependencies [[`0dffbd9`](https://github.com/JackRobards/lit-analyzer/commit/0dffbd9b15b8f122c87adc26a867f204a9f7717e)]: + - @jackolope/web-component-analyzer@4.0.4 + ## 3.2.0 ### Minor Changes @@ -103,7 +115,6 @@ ### Major Changes - [#125](https://github.com/JackRobards/lit-analyzer/pull/125) [`e85bdaf`](https://github.com/JackRobards/lit-analyzer/commit/e85bdafe871bcac2d4a89da64fc2c1d4b8b78bd9) Thanks [@JackRobards](https://github.com/JackRobards)! - Major (Breaking) changes: - - Upgrade Supported Node versions to 18, 20, and 22: https://github.com/JackRobards/lit-analyzer/pull/27. - Upgrade to the latest version of vsce, for building and publishing the VSCode Extension: https://github.com/JackRobards/lit-analyzer/pull/45 and https://github.com/JackRobards/lit-analyzer/pull/47. - Upgrade TypeScript Versions tested against to 5.4, 5.5, 5.6, 5.7 (previously it was 4.8 - 5.2): https://github.com/JackRobards/lit-analyzer/pull/75. @@ -113,13 +124,11 @@ ### Minor Changes - [#125](https://github.com/JackRobards/lit-analyzer/pull/125) [`e85bdaf`](https://github.com/JackRobards/lit-analyzer/commit/e85bdafe871bcac2d4a89da64fc2c1d4b8b78bd9) Thanks [@JackRobards](https://github.com/JackRobards)! - Bulk Minor/Patch Changes - - Upgrade the html and css language service packages, so that the plugin can detect the latest features. - Generally, all packages have been upgraded in (or uninstalled from) the repo. This includes a number of security fixes, and many of these PRs were handled by Dependabot. - fix: Exclude symbol when checking binding types: https://github.com/JackRobards/lit-analyzer/pull/107. Dev related (doesn't effect consumers): - - Migrate to npm workspaces: https://github.com/JackRobards/lit-analyzer/pull/28. - The web-component-analyzer repo has also been forked, and is no included in this monorepo: https://github.com/JackRobards/lit-analyzer/pull/59. - Upgrade and fix the broken .github scripts to build on PRs: https://github.com/JackRobards/lit-analyzer/pull/4 and https://github.com/JackRobards/lit-analyzer/pull/5. diff --git a/packages/lit-analyzer/package.json b/packages/lit-analyzer/package.json index b58ce0b3..2042df00 100644 --- a/packages/lit-analyzer/package.json +++ b/packages/lit-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@jackolope/lit-analyzer", - "version": "3.2.0", + "version": "3.2.1", "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.3" + "@jackolope/web-component-analyzer": "^4.0.4" }, "devDependencies": { "@types/node": "^22.15.30", diff --git a/packages/lit-analyzer/src/lib/analyze/constants.ts b/packages/lit-analyzer/src/lib/analyze/constants.ts index 5564b6c3..6a3d60b0 100644 --- a/packages/lit-analyzer/src/lib/analyze/constants.ts +++ b/packages/lit-analyzer/src/lib/analyze/constants.ts @@ -16,6 +16,6 @@ export const DIAGNOSTIC_SOURCE = "lit-analyzer-plugin"; export const TS_IGNORE_FLAG = "@ts-ignore"; -export const VERSION = "3.2.0"; +export const VERSION = "3.2.1"; export const MAX_RUNNING_TIME_PER_OPERATION = 150; // Default to small timeouts. Opt in to larger timeouts where necessary. diff --git a/packages/ts-lit-plugin/CHANGELOG.md b/packages/ts-lit-plugin/CHANGELOG.md index 08471005..4530d28a 100644 --- a/packages/ts-lit-plugin/CHANGELOG.md +++ b/packages/ts-lit-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @jackolope/ts-lit-plugin +## 3.1.5 + +### Patch Changes + +- [#369](https://github.com/JackRobards/lit-analyzer/pull/369) [`1abcf43`](https://github.com/JackRobards/lit-analyzer/commit/1abcf43c0dfcb17e9a256d0468f047c62121ea6a) Thanks [@JackRobards](https://github.com/JackRobards)! - Fix: Update no-missing-import rule to avoid reporting on any listed globalTags + +- Updated dependencies [[`1abcf43`](https://github.com/JackRobards/lit-analyzer/commit/1abcf43c0dfcb17e9a256d0468f047c62121ea6a), [`0dffbd9`](https://github.com/JackRobards/lit-analyzer/commit/0dffbd9b15b8f122c87adc26a867f204a9f7717e), [`0dffbd9`](https://github.com/JackRobards/lit-analyzer/commit/0dffbd9b15b8f122c87adc26a867f204a9f7717e)]: + - @jackolope/lit-analyzer@3.2.1 + - @jackolope/web-component-analyzer@4.0.4 + ## 3.1.4 ### Patch Changes @@ -77,7 +87,6 @@ ### Major Changes - [#125](https://github.com/JackRobards/lit-analyzer/pull/125) [`e85bdaf`](https://github.com/JackRobards/lit-analyzer/commit/e85bdafe871bcac2d4a89da64fc2c1d4b8b78bd9) Thanks [@JackRobards](https://github.com/JackRobards)! - Major (Breaking) changes: - - Upgrade Supported Node versions to 18, 20, and 22: https://github.com/JackRobards/lit-analyzer/pull/27. - Upgrade to the latest version of vsce, for building and publishing the VSCode Extension: https://github.com/JackRobards/lit-analyzer/pull/45 and https://github.com/JackRobards/lit-analyzer/pull/47. - Upgrade TypeScript Versions tested against to 5.4, 5.5, 5.6, 5.7 (previously it was 4.8 - 5.2): https://github.com/JackRobards/lit-analyzer/pull/75. @@ -87,13 +96,11 @@ ### Minor Changes - [#125](https://github.com/JackRobards/lit-analyzer/pull/125) [`e85bdaf`](https://github.com/JackRobards/lit-analyzer/commit/e85bdafe871bcac2d4a89da64fc2c1d4b8b78bd9) Thanks [@JackRobards](https://github.com/JackRobards)! - Bulk Minor/Patch Changes - - Upgrade the html and css language service packages, so that the plugin can detect the latest features. - Generally, all packages have been upgraded in (or uninstalled from) the repo. This includes a number of security fixes, and many of these PRs were handled by Dependabot. - fix: Exclude symbol when checking binding types: https://github.com/JackRobards/lit-analyzer/pull/107. Dev related (doesn't effect consumers): - - Migrate to npm workspaces: https://github.com/JackRobards/lit-analyzer/pull/28. - The web-component-analyzer repo has also been forked, and is no included in this monorepo: https://github.com/JackRobards/lit-analyzer/pull/59. - Upgrade and fix the broken .github scripts to build on PRs: https://github.com/JackRobards/lit-analyzer/pull/4 and https://github.com/JackRobards/lit-analyzer/pull/5. diff --git a/packages/ts-lit-plugin/package.json b/packages/ts-lit-plugin/package.json index 06dd0f13..413eebb3 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.4", + "version": "3.1.5", "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.0", - "@jackolope/web-component-analyzer": "^4.0.3" + "@jackolope/lit-analyzer": "^3.2.1", + "@jackolope/web-component-analyzer": "^4.0.4" }, "devDependencies": { "@types/node": "^22.15.30", diff --git a/packages/vscode-lit-plugin/CHANGELOG.md b/packages/vscode-lit-plugin/CHANGELOG.md index dda0af2f..b4874519 100644 --- a/packages/vscode-lit-plugin/CHANGELOG.md +++ b/packages/vscode-lit-plugin/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.4.1 + +### Patch Changes + +- [#369](https://github.com/JackRobards/lit-analyzer/pull/369) [`1abcf43`](https://github.com/JackRobards/lit-analyzer/commit/1abcf43c0dfcb17e9a256d0468f047c62121ea6a) Thanks [@JackRobards](https://github.com/JackRobards)! - Fix: Update no-missing-import rule to avoid reporting on any listed globalTags + +- [#371](https://github.com/JackRobards/lit-analyzer/pull/371) [`0dffbd9`](https://github.com/JackRobards/lit-analyzer/commit/0dffbd9b15b8f122c87adc26a867f204a9f7717e) Thanks [@JackRobards](https://github.com/JackRobards)! - Updated dependencies: + Updated dependency `@vscode/vsce` to `^3.6.0`. + Updated dependency `vscode-css-languageservice` to `6.3.7`. + Updated dependency `vscode-html-languageservice` to `5.5.1`. + ## 2.4.0 ### Minor Changes @@ -92,7 +103,6 @@ ### Major Changes - [#125](https://github.com/JackRobards/lit-analyzer/pull/125) [`e85bdaf`](https://github.com/JackRobards/lit-analyzer/commit/e85bdafe871bcac2d4a89da64fc2c1d4b8b78bd9) Thanks [@JackRobards](https://github.com/JackRobards)! - Major (Breaking) changes: - - Upgrade Supported Node versions to 18, 20, and 22: https://github.com/JackRobards/lit-analyzer/pull/27. - Upgrade to the latest version of vsce, for building and publishing the VSCode Extension: https://github.com/JackRobards/lit-analyzer/pull/45 and https://github.com/JackRobards/lit-analyzer/pull/47. - Upgrade TypeScript Versions tested against to 5.4, 5.5, 5.6, 5.7 (previously it was 4.8 - 5.2): https://github.com/JackRobards/lit-analyzer/pull/75. @@ -102,13 +112,11 @@ ### Minor Changes - [#125](https://github.com/JackRobards/lit-analyzer/pull/125) [`e85bdaf`](https://github.com/JackRobards/lit-analyzer/commit/e85bdafe871bcac2d4a89da64fc2c1d4b8b78bd9) Thanks [@JackRobards](https://github.com/JackRobards)! - Bulk Minor/Patch Changes - - Upgrade the html and css language service packages, so that the plugin can detect the latest features. - Generally, all packages have been upgraded in (or uninstalled from) the repo. This includes a number of security fixes, and many of these PRs were handled by Dependabot. - fix: Exclude symbol when checking binding types: https://github.com/JackRobards/lit-analyzer/pull/107. Dev related (doesn't effect consumers): - - Migrate to npm workspaces: https://github.com/JackRobards/lit-analyzer/pull/28. - The web-component-analyzer repo has also been forked, and is no included in this monorepo: https://github.com/JackRobards/lit-analyzer/pull/59. - Upgrade and fix the broken .github scripts to build on PRs: https://github.com/JackRobards/lit-analyzer/pull/4 and https://github.com/JackRobards/lit-analyzer/pull/5. diff --git a/packages/vscode-lit-plugin/package.json b/packages/vscode-lit-plugin/package.json index 0bedc293..7a915370 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.0", + "version": "2.4.1", "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.0", + "@jackolope/lit-analyzer": "^3.2.1", "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 7f7620cc..7f49dbb2 100644 --- a/packages/web-component-analyzer/CHANGELOG.md +++ b/packages/web-component-analyzer/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.0.4 + +### Patch Changes + +- [#371](https://github.com/JackRobards/lit-analyzer/pull/371) [`0dffbd9`](https://github.com/JackRobards/lit-analyzer/commit/0dffbd9b15b8f122c87adc26a867f204a9f7717e) Thanks [@JackRobards](https://github.com/JackRobards)! - Updated dependencies: + Updated devDependency `@rollup/plugin-typescript` to `^12.1.4`. + Updated devDependency `rollup` to `^4.44.2`. + ## 4.0.3 ### Patch Changes @@ -44,7 +52,6 @@ ### Major Changes - [#125](https://github.com/JackRobards/lit-analyzer/pull/125) [`e85bdaf`](https://github.com/JackRobards/lit-analyzer/commit/e85bdafe871bcac2d4a89da64fc2c1d4b8b78bd9) Thanks [@JackRobards](https://github.com/JackRobards)! - Major (Breaking) changes: - - Upgrade Supported Node versions to 18, 20, and 22: https://github.com/JackRobards/lit-analyzer/pull/27. - Upgrade to the latest version of vsce, for building and publishing the VSCode Extension: https://github.com/JackRobards/lit-analyzer/pull/45 and https://github.com/JackRobards/lit-analyzer/pull/47. - Upgrade TypeScript Versions tested against to 5.4, 5.5, 5.6, 5.7 (previously it was 4.8 - 5.2): https://github.com/JackRobards/lit-analyzer/pull/75. @@ -54,13 +61,11 @@ ### Minor Changes - [#125](https://github.com/JackRobards/lit-analyzer/pull/125) [`e85bdaf`](https://github.com/JackRobards/lit-analyzer/commit/e85bdafe871bcac2d4a89da64fc2c1d4b8b78bd9) Thanks [@JackRobards](https://github.com/JackRobards)! - Bulk Minor/Patch Changes - - Upgrade the html and css language service packages, so that the plugin can detect the latest features. - Generally, all packages have been upgraded in (or uninstalled from) the repo. This includes a number of security fixes, and many of these PRs were handled by Dependabot. - fix: Exclude symbol when checking binding types: https://github.com/JackRobards/lit-analyzer/pull/107. Dev related (doesn't effect consumers): - - Migrate to npm workspaces: https://github.com/JackRobards/lit-analyzer/pull/28. - The web-component-analyzer repo has also been forked, and is no included in this monorepo: https://github.com/JackRobards/lit-analyzer/pull/59. - Upgrade and fix the broken .github scripts to build on PRs: https://github.com/JackRobards/lit-analyzer/pull/4 and https://github.com/JackRobards/lit-analyzer/pull/5. diff --git a/packages/web-component-analyzer/package.json b/packages/web-component-analyzer/package.json index 241ec976..c526cd11 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.3", + "version": "4.0.4", "description": "Utilities for analyzer the types of web components", "main": "lib/cjs/api.js", "module": "lib/esm/api.js",