From 3bf2264eb499a7f298977b42ac86f971cabc36b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 9 Dec 2024 16:07:06 +0000 Subject: [PATCH] [ci] release --- .changeset/bright-windows-fly.md | 8 -------- package-lock.json | 14 +++++++------- packages/language-server/CHANGELOG.md | 9 +++++++++ packages/language-server/package.json | 4 ++-- packages/language-tools/CHANGELOG.md | 6 ++++++ packages/language-tools/package.json | 2 +- packages/type-check/CHANGELOG.md | 9 +++++++++ packages/type-check/package.json | 4 ++-- packages/vscode/CHANGELOG.md | 6 ++++++ packages/vscode/package.json | 4 ++-- 10 files changed, 44 insertions(+), 22 deletions(-) delete mode 100644 .changeset/bright-windows-fly.md diff --git a/.changeset/bright-windows-fly.md b/.changeset/bright-windows-fly.md deleted file mode 100644 index dd8c9a6b..00000000 --- a/.changeset/bright-windows-fly.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@marko/language-tools": patch -"@marko/language-server": patch -"@marko/type-check": patch -"marko-vscode": patch ---- - -Ensure script tags are only processed as javascript when they contain no other attributes or placeholders in the body content. diff --git a/package-lock.json b/package-lock.json index caffbce3..f136049f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9282,13 +9282,13 @@ }, "packages/language-server": { "name": "@marko/language-server", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "dependencies": { "@luxass/strip-json-comments": "^1.3.2", "@marko/babel-utils": "^6.6.1", "@marko/compiler": "^5.38.3", - "@marko/language-tools": "^2.5.1", + "@marko/language-tools": "^2.5.2", "@marko/translator-default": "^6.1.2", "axe-core": "^4.10.2", "htmljs-parser": "^5.5.3", @@ -9313,7 +9313,7 @@ }, "packages/language-tools": { "name": "@marko/language-tools", - "version": "2.5.1", + "version": "2.5.2", "license": "MIT", "dependencies": { "@babel/parser": "^7.26.3", @@ -9337,12 +9337,12 @@ }, "packages/type-check": { "name": "@marko/type-check", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.26.2", "@luxass/strip-json-comments": "^1.3.2", - "@marko/language-tools": "^2.5.1", + "@marko/language-tools": "^2.5.2", "arg": "^5.0.2", "kleur": "^4.1.5", "typescript": "^5.7.2" @@ -9357,10 +9357,10 @@ }, "packages/vscode": { "name": "marko-vscode", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "devDependencies": { - "@marko/language-server": "^1.4.1", + "@marko/language-server": "^1.4.2", "@types/vscode": "^1.80.0", "@vscode/test-electron": "^2.4.1", "@vscode/vsce": "^3.2.1", diff --git a/packages/language-server/CHANGELOG.md b/packages/language-server/CHANGELOG.md index 72537f4e..26fac393 100644 --- a/packages/language-server/CHANGELOG.md +++ b/packages/language-server/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 1.4.2 + +### Patch Changes + +- [#314](https://github.com/marko-js/language-server/pull/314) [`a839384`](https://github.com/marko-js/language-server/commit/a8393841d60a29341e3c2854378246e653c1749f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure script tags are only processed as javascript when they contain no other attributes or placeholders in the body content. + +- Updated dependencies [[`a839384`](https://github.com/marko-js/language-server/commit/a8393841d60a29341e3c2854378246e653c1749f)]: + - @marko/language-tools@2.5.2 + ## 1.4.1 ### Patch Changes diff --git a/packages/language-server/package.json b/packages/language-server/package.json index 92e519cd..4c5ebe4e 100644 --- a/packages/language-server/package.json +++ b/packages/language-server/package.json @@ -1,14 +1,14 @@ { "name": "@marko/language-server", "description": "Marko Language Server", - "version": "1.4.1", + "version": "1.4.2", "bin": { "marko-language-server": "./bin.js" }, "bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md", "dependencies": { "@luxass/strip-json-comments": "^1.3.2", - "@marko/language-tools": "^2.5.1", + "@marko/language-tools": "^2.5.2", "@marko/babel-utils": "^6.6.1", "@marko/compiler": "^5.38.3", "@marko/translator-default": "^6.1.2", diff --git a/packages/language-tools/CHANGELOG.md b/packages/language-tools/CHANGELOG.md index e5d988bb..1db3ee96 100644 --- a/packages/language-tools/CHANGELOG.md +++ b/packages/language-tools/CHANGELOG.md @@ -1,5 +1,11 @@ # @marko/language-tools +## 2.5.2 + +### Patch Changes + +- [#314](https://github.com/marko-js/language-server/pull/314) [`a839384`](https://github.com/marko-js/language-server/commit/a8393841d60a29341e3c2854378246e653c1749f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure script tags are only processed as javascript when they contain no other attributes or placeholders in the body content. + ## 2.5.1 ### Patch Changes diff --git a/packages/language-tools/package.json b/packages/language-tools/package.json index 9174a568..7de68955 100644 --- a/packages/language-tools/package.json +++ b/packages/language-tools/package.json @@ -1,7 +1,7 @@ { "name": "@marko/language-tools", "description": "Marko Language Tools", - "version": "2.5.1", + "version": "2.5.2", "bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md", "peerDependencies": { "@marko/compiler": "^5.28.4" diff --git a/packages/type-check/CHANGELOG.md b/packages/type-check/CHANGELOG.md index 9e875c9a..1ec71c96 100644 --- a/packages/type-check/CHANGELOG.md +++ b/packages/type-check/CHANGELOG.md @@ -1,5 +1,14 @@ # @marko/type-check +## 1.3.2 + +### Patch Changes + +- [#314](https://github.com/marko-js/language-server/pull/314) [`a839384`](https://github.com/marko-js/language-server/commit/a8393841d60a29341e3c2854378246e653c1749f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure script tags are only processed as javascript when they contain no other attributes or placeholders in the body content. + +- Updated dependencies [[`a839384`](https://github.com/marko-js/language-server/commit/a8393841d60a29341e3c2854378246e653c1749f)]: + - @marko/language-tools@2.5.2 + ## 1.3.1 ### Patch Changes diff --git a/packages/type-check/package.json b/packages/type-check/package.json index 75d02a05..259ea262 100644 --- a/packages/type-check/package.json +++ b/packages/type-check/package.json @@ -1,12 +1,12 @@ { "name": "@marko/type-check", "description": "A CLI to type check Marko projects", - "version": "1.3.1", + "version": "1.3.2", "bugs": "https://github.com/marko-js/language-server/issues/new?template=Bug_report.md", "dependencies": { "@babel/code-frame": "^7.26.2", "@luxass/strip-json-comments": "^1.3.2", - "@marko/language-tools": "^2.5.1", + "@marko/language-tools": "^2.5.2", "arg": "^5.0.2", "kleur": "^4.1.5", "typescript": "^5.7.2" diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 322dca4d..5ce39c17 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.5.2 + +### Patch Changes + +- [#314](https://github.com/marko-js/language-server/pull/314) [`a839384`](https://github.com/marko-js/language-server/commit/a8393841d60a29341e3c2854378246e653c1749f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ensure script tags are only processed as javascript when they contain no other attributes or placeholders in the body content. + ## 1.5.1 ### Patch Changes diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 4cda5161..7acaf3cf 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -1,7 +1,7 @@ { "name": "marko-vscode", "description": "Marko Syntax Highlighting, Pretty-printing, TypeScript, IntelliSense, and more", - "version": "1.5.1", + "version": "1.5.2", "activationEvents": [ "workspaceContains:**/*.marko" ], @@ -103,7 +103,7 @@ } }, "devDependencies": { - "@marko/language-server": "^1.4.1", + "@marko/language-server": "^1.4.2", "@types/vscode": "^1.80.0", "@vscode/test-electron": "^2.4.1", "@vscode/vsce": "^3.2.1",