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
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.

15 changes: 15 additions & 0 deletions packages/lit-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]

## 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 @@ -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",
Expand Down
16 changes: 16 additions & 0 deletions packages/ts-lit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/[email protected]
- @jackolope/[email protected]

## 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 @@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/vscode-lit-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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/[email protected]",
"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.1",
"@jackolope/lit-analyzer": "^4.0.0",
"mocha": "^11.7.1",
"vscode-css-languageservice": "6.3.7",
"vscode-html-languageservice": "5.5.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/web-component-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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