diff --git a/.changeset/eleven-trees-grow.md b/.changeset/eleven-trees-grow.md deleted file mode 100644 index 38ccf8f76e..0000000000 --- a/.changeset/eleven-trees-grow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@marko/translator-default": patch -"@marko/babel-utils": patch -"@marko/compiler": patch ---- - -add ts to ast diff --git a/.changeset/spicy-turtles-travel.md b/.changeset/spicy-turtles-travel.md deleted file mode 100644 index f93748df5a..0000000000 --- a/.changeset/spicy-turtles-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"marko": patch ---- - -Improve compatibility of legacy Marko widgets loading a template compiled as esm. diff --git a/package-lock.json b/package-lock.json index a719c47404..4ef9b98c37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11566,7 +11566,7 @@ }, "packages/babel-utils": { "name": "@marko/babel-utils", - "version": "6.3.1", + "version": "6.3.2", "license": "MIT", "dependencies": { "@babel/runtime": "^7.16.0", @@ -11574,7 +11574,7 @@ "relative-import-path": "^1.0.0" }, "devDependencies": { - "@marko/compiler": "^5.32.0" + "@marko/compiler": "^5.33.5" } }, "packages/babel-utils/node_modules/jsesc": { @@ -11589,7 +11589,7 @@ }, "packages/compiler": { "name": "@marko/compiler", - "version": "5.33.4", + "version": "5.33.5", "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.0", @@ -11602,7 +11602,7 @@ "@babel/runtime": "^7.16.0", "@babel/traverse": "^7.16.0", "@babel/types": "^7.16.0", - "@marko/babel-utils": "^6.3.0", + "@marko/babel-utils": "^6.3.2", "complain": "^1.6.0", "he": "^1.2.0", "htmljs-parser": "^5.4.3", @@ -11618,7 +11618,7 @@ "strip-json-comments": "^3.1.1" }, "devDependencies": { - "@marko/translator-default": "^5.31.4" + "@marko/translator-default": "^5.31.5" } }, "packages/compiler/node_modules/jsesc": { @@ -11636,11 +11636,11 @@ "license": "Apache-2.0" }, "packages/marko": { - "version": "5.31.14", + "version": "5.31.15", "license": "MIT", "dependencies": { - "@marko/compiler": "^5.33.4", - "@marko/translator-default": "^5.31.4", + "@marko/compiler": "^5.33.5", + "@marko/translator-default": "^5.31.5", "app-module-path": "^2.2.0", "argly": "^1.2.0", "browser-refresh-client": "1.1.4", @@ -11664,18 +11664,18 @@ }, "packages/translator-default": { "name": "@marko/translator-default", - "version": "5.31.4", + "version": "5.31.5", "license": "MIT", "dependencies": { "@babel/runtime": "^7.16.0", - "@marko/babel-utils": "^6.3.1", + "@marko/babel-utils": "^6.3.2", "escape-string-regexp": "^4.0.0", "magic-string": "^0.27.0", "self-closing-tags": "^1.0.1" }, "devDependencies": { - "@marko/compiler": "^5.33.4", - "marko": "^5.31.14" + "@marko/compiler": "^5.33.5", + "marko": "^5.31.15" }, "peerDependencies": { "@marko/compiler": "^5.16.1", diff --git a/packages/babel-utils/CHANGELOG.md b/packages/babel-utils/CHANGELOG.md index 2149d33ccf..2f0a84cb3d 100644 --- a/packages/babel-utils/CHANGELOG.md +++ b/packages/babel-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.3.2 + +### Patch Changes + +- [#2051](https://github.com/marko-js/marko/pull/2051) [`5354d4411`](https://github.com/marko-js/marko/commit/5354d44112c56fcbbd7f44dd3bf91be1e5a7747c) Thanks [@LuLaValva](https://github.com/LuLaValva)! - add ts to ast + ## 6.3.1 ### Patch Changes diff --git a/packages/babel-utils/package.json b/packages/babel-utils/package.json index f54cab8e67..421cb9bcc2 100644 --- a/packages/babel-utils/package.json +++ b/packages/babel-utils/package.json @@ -1,6 +1,6 @@ { "name": "@marko/babel-utils", - "version": "6.3.1", + "version": "6.3.2", "description": "Utilities for use with Marko babel plugins.", "keywords": [ "htmljs", @@ -33,7 +33,7 @@ "relative-import-path": "^1.0.0" }, "devDependencies": { - "@marko/compiler": "^5.32.0" + "@marko/compiler": "^5.33.5" }, "publishConfig": { "access": "public" diff --git a/packages/compiler/CHANGELOG.md b/packages/compiler/CHANGELOG.md index 1822752288..5b0224815a 100644 --- a/packages/compiler/CHANGELOG.md +++ b/packages/compiler/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.33.5 + +### Patch Changes + +- [#2051](https://github.com/marko-js/marko/pull/2051) [`5354d4411`](https://github.com/marko-js/marko/commit/5354d44112c56fcbbd7f44dd3bf91be1e5a7747c) Thanks [@LuLaValva](https://github.com/LuLaValva)! - add ts to ast + +- Updated dependencies [[`5354d4411`](https://github.com/marko-js/marko/commit/5354d44112c56fcbbd7f44dd3bf91be1e5a7747c)]: + - @marko/babel-utils@6.3.2 + ## 5.33.4 ### Patch Changes diff --git a/packages/compiler/package.json b/packages/compiler/package.json index 603b5baaaf..79ae452142 100644 --- a/packages/compiler/package.json +++ b/packages/compiler/package.json @@ -1,6 +1,6 @@ { "name": "@marko/compiler", - "version": "5.33.4", + "version": "5.33.5", "description": "Marko template to JS compiler.", "keywords": [ "babel", @@ -45,7 +45,7 @@ "@babel/runtime": "^7.16.0", "@babel/traverse": "^7.16.0", "@babel/types": "^7.16.0", - "@marko/babel-utils": "^6.3.0", + "@marko/babel-utils": "^6.3.2", "complain": "^1.6.0", "he": "^1.2.0", "htmljs-parser": "^5.4.3", @@ -61,7 +61,7 @@ "strip-json-comments": "^3.1.1" }, "devDependencies": { - "@marko/translator-default": "^5.31.4" + "@marko/translator-default": "^5.31.5" }, "publishConfig": { "access": "public" diff --git a/packages/marko/CHANGELOG.md b/packages/marko/CHANGELOG.md index 56841668ea..c37ddc4516 100644 --- a/packages/marko/CHANGELOG.md +++ b/packages/marko/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 5.31.15 + +### Patch Changes + +- [#2053](https://github.com/marko-js/marko/pull/2053) [`37b347eb5`](https://github.com/marko-js/marko/commit/37b347eb5e9e2d16badb170a880e2eed5d2892a9) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve compatibility of legacy Marko widgets loading a template compiled as esm. + +- Updated dependencies [[`5354d4411`](https://github.com/marko-js/marko/commit/5354d44112c56fcbbd7f44dd3bf91be1e5a7747c)]: + - @marko/translator-default@5.31.5 + - @marko/compiler@5.33.5 + ## 5.31.14 ### Patch Changes diff --git a/packages/marko/package.json b/packages/marko/package.json index a77c30992d..360c623355 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -1,6 +1,6 @@ { "name": "marko", - "version": "5.31.14", + "version": "5.31.15", "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.", "keywords": [ "front-end", @@ -64,8 +64,8 @@ "build": "babel ./src --out-dir ./dist --delete-dir-on-start --copy-files --config-file ../../babel.config.js --env-name=production" }, "dependencies": { - "@marko/compiler": "^5.33.4", - "@marko/translator-default": "^5.31.4", + "@marko/compiler": "^5.33.5", + "@marko/translator-default": "^5.31.5", "app-module-path": "^2.2.0", "argly": "^1.2.0", "browser-refresh-client": "1.1.4", diff --git a/packages/translator-default/CHANGELOG.md b/packages/translator-default/CHANGELOG.md index 77855c575d..e8618fe0b2 100644 --- a/packages/translator-default/CHANGELOG.md +++ b/packages/translator-default/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 5.31.5 + +### Patch Changes + +- [#2051](https://github.com/marko-js/marko/pull/2051) [`5354d4411`](https://github.com/marko-js/marko/commit/5354d44112c56fcbbd7f44dd3bf91be1e5a7747c) Thanks [@LuLaValva](https://github.com/LuLaValva)! - add ts to ast + +- Updated dependencies [[`5354d4411`](https://github.com/marko-js/marko/commit/5354d44112c56fcbbd7f44dd3bf91be1e5a7747c)]: + - @marko/babel-utils@6.3.2 + ## 5.31.4 ### Patch Changes diff --git a/packages/translator-default/package.json b/packages/translator-default/package.json index 8d53f644ee..11f72e1718 100644 --- a/packages/translator-default/package.json +++ b/packages/translator-default/package.json @@ -1,6 +1,6 @@ { "name": "@marko/translator-default", - "version": "5.31.4", + "version": "5.31.5", "description": "Translates Marko templates to the default Marko runtime.", "keywords": [ "babel", @@ -29,14 +29,14 @@ }, "dependencies": { "@babel/runtime": "^7.16.0", - "@marko/babel-utils": "^6.3.1", + "@marko/babel-utils": "^6.3.2", "escape-string-regexp": "^4.0.0", "magic-string": "^0.27.0", "self-closing-tags": "^1.0.1" }, "devDependencies": { - "@marko/compiler": "^5.33.4", - "marko": "^5.31.14" + "@marko/compiler": "^5.33.5", + "marko": "^5.31.15" }, "peerDependencies": { "@marko/compiler": "^5.16.1",