Skip to content
Open
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
5 changes: 0 additions & 5 deletions .changeset/breezy-beds-rule.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/small-queens-teach.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/stupid-days-happen.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-chairs-grin.md

This file was deleted.

17 changes: 17 additions & 0 deletions packages/lit-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @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

- [#491](https://github.com/JackRobards/lit-analyzer/pull/491) [`01f810d`](https://github.com/JackRobards/lit-analyzer/commit/01f810def709363f497c93a62586ee557956f086) Thanks [@JackRobards](https://github.com/JackRobards)! - build: Migrate project from npm to pnpm. There should be no breaking changes, but there are some related dependency and build updates

- [#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 [[`2412bea`](https://github.com/JackRobards/lit-analyzer/commit/2412beacad5bba903b73e714185ae8a49f3c1e3e), [`01f810d`](https://github.com/JackRobards/lit-analyzer/commit/01f810def709363f497c93a62586ee557956f086), [`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
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.1",
"version": "4.0.0",
"description": "CLI that type checks bindings in lit-html templates",
"author": "runem",
"license": "MIT",
Expand Down Expand Up @@ -95,7 +95,7 @@
"cli.mjs"
],
"dependencies": {
"@jackolope/web-component-analyzer": "^4.0.4",
"@jackolope/web-component-analyzer": "^5.0.0",
"@vscode/web-custom-data": "^0.6.3",
"chalk": "^5.6.2",
"didyoumean2": "7.0.4",
Expand Down
18 changes: 18 additions & 0 deletions packages/ts-lit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @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

- [#491](https://github.com/JackRobards/lit-analyzer/pull/491) [`01f810d`](https://github.com/JackRobards/lit-analyzer/commit/01f810def709363f497c93a62586ee557956f086) Thanks [@JackRobards](https://github.com/JackRobards)! - build: Migrate project from npm to pnpm. There should be no breaking changes, but there are some related dependency and build updates

- [#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 [[`2412bea`](https://github.com/JackRobards/lit-analyzer/commit/2412beacad5bba903b73e714185ae8a49f3c1e3e), [`01f810d`](https://github.com/JackRobards/lit-analyzer/commit/01f810def709363f497c93a62586ee557956f086), [`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
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.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",
Expand Down Expand Up @@ -61,8 +61,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": "^24.12.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/vscode-lit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 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

- [#491](https://github.com/JackRobards/lit-analyzer/pull/491) [`01f810d`](https://github.com/JackRobards/lit-analyzer/commit/01f810def709363f497c93a62586ee557956f086) Thanks [@JackRobards](https://github.com/JackRobards)! - build: Migrate project from npm to pnpm. There should be no breaking changes, but there are some related dependency and build updates

- [#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
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.2",
"version": "3.0.0",
"publisher": "jackolope",
"icon": "docs/assets/lit-plugin@256w.png",
"license": "MIT",
Expand Down Expand Up @@ -174,7 +174,7 @@
"@vscode/vsce": "^3.7.1",
"esbuild": "^0.27.3",
"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.10",
"vscode-html-languageservice": "5.6.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/web-component-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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

- [#491](https://github.com/JackRobards/lit-analyzer/pull/491) [`2412bea`](https://github.com/JackRobards/lit-analyzer/commit/2412beacad5bba903b73e714185ae8a49f3c1e3e) Thanks [@JackRobards](https://github.com/JackRobards)! - build: Include sourcemaps in build output

- [#491](https://github.com/JackRobards/lit-analyzer/pull/491) [`01f810d`](https://github.com/JackRobards/lit-analyzer/commit/01f810def709363f497c93a62586ee557956f086) Thanks [@JackRobards](https://github.com/JackRobards)! - build: Migrate project from npm to pnpm. There should be no breaking changes, but there are some related dependency and build updates

- [#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
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.4",
"version": "5.0.0",
"description": "Utilities for analyzer the types of web components",
"main": "lib/cjs/api.js",
"module": "lib/esm/api.js",
Expand Down