Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/slow-parents-sin.md

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/zzz_dependabot-b2dc9f0-lit-analyzer-plugin.md

This file was deleted.

6 changes: 3 additions & 3 deletions dev/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions packages/lit-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions packages/lit-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-analyzer/src/lib/analyze/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
13 changes: 10 additions & 3 deletions packages/ts-lit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions packages/ts-lit-plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
14 changes: 11 additions & 3 deletions packages/vscode-lit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-lit-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 8 additions & 3 deletions packages/web-component-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading