mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
[ci] release
This commit is contained in:
parent
638ca07db3
commit
c02b2956cd
@ -1,5 +0,0 @@
|
||||
---
|
||||
"@marko/translator-tags": patch
|
||||
---
|
||||
|
||||
Improve reference analysis
|
||||
@ -1,10 +0,0 @@
|
||||
---
|
||||
"@marko/babel-utils": patch
|
||||
"@marko/compiler": patch
|
||||
"marko": patch
|
||||
"@marko/translator-default": patch
|
||||
"@marko/translator-interop-class-tags": patch
|
||||
"@marko/translator-tags": patch
|
||||
---
|
||||
|
||||
Update dependencies
|
||||
36
package-lock.json
generated
36
package-lock.json
generated
@ -11987,7 +11987,7 @@
|
||||
},
|
||||
"packages/babel-utils": {
|
||||
"name": "@marko/babel-utils",
|
||||
"version": "6.4.2",
|
||||
"version": "6.4.3",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.24.1",
|
||||
@ -11995,7 +11995,7 @@
|
||||
"relative-import-path": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.35.10"
|
||||
"@marko/compiler": "^5.35.11"
|
||||
}
|
||||
},
|
||||
"packages/babel-utils/node_modules/jsesc": {
|
||||
@ -12010,7 +12010,7 @@
|
||||
},
|
||||
"packages/compiler": {
|
||||
"name": "@marko/compiler",
|
||||
"version": "5.35.10",
|
||||
"version": "5.35.11",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.24.2",
|
||||
@ -12024,7 +12024,7 @@
|
||||
"@babel/traverse": "^7.24.1",
|
||||
"@babel/types": "^7.24.0",
|
||||
"@luxass/strip-json-comments": "^1.2.0",
|
||||
"@marko/babel-utils": "^6.4.2",
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"complain": "^1.6.0",
|
||||
"he": "^1.2.0",
|
||||
"htmljs-parser": "^5.5.2",
|
||||
@ -12038,7 +12038,7 @@
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/translator-default": "^5.32.11"
|
||||
"@marko/translator-default": "^5.32.12"
|
||||
}
|
||||
},
|
||||
"packages/compiler/node_modules/jsesc": {
|
||||
@ -12052,11 +12052,11 @@
|
||||
}
|
||||
},
|
||||
"packages/marko": {
|
||||
"version": "5.33.12",
|
||||
"version": "5.33.13",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.35.10",
|
||||
"@marko/translator-default": "^5.32.11",
|
||||
"@marko/compiler": "^5.35.11",
|
||||
"@marko/translator-default": "^5.32.12",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
@ -12095,17 +12095,17 @@
|
||||
},
|
||||
"packages/translator-default": {
|
||||
"name": "@marko/translator-default",
|
||||
"version": "5.32.11",
|
||||
"version": "5.32.12",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.24.1",
|
||||
"@marko/babel-utils": "^6.4.2",
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"magic-string": "^0.30.8",
|
||||
"self-closing-tags": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.35.10",
|
||||
"marko": "^5.33.12"
|
||||
"@marko/compiler": "^5.35.11",
|
||||
"marko": "^5.33.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@marko/compiler": "^5.16.1",
|
||||
@ -12114,13 +12114,13 @@
|
||||
},
|
||||
"packages/translator-interop": {
|
||||
"name": "@marko/translator-interop-class-tags",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.24.2",
|
||||
"@marko/babel-utils": "^6.4.2",
|
||||
"@marko/translator-default": "^5.32.11",
|
||||
"@marko/translator-tags": "^0.1.11"
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"@marko/translator-default": "^5.32.12",
|
||||
"@marko/translator-tags": "^0.1.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@marko/compiler": "^5.23.0"
|
||||
@ -12128,10 +12128,10 @@
|
||||
},
|
||||
"packages/translator-tags": {
|
||||
"name": "@marko/translator-tags",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.12",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@marko/babel-utils": "^6.4.2",
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"@marko/runtime-tags": "^0.1.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 6.4.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2190](https://github.com/marko-js/marko/pull/2190) [`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update dependencies
|
||||
|
||||
## 6.4.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/babel-utils",
|
||||
"version": "6.4.2",
|
||||
"version": "6.4.3",
|
||||
"description": "Utilities for use with Marko babel plugins.",
|
||||
"keywords": [
|
||||
"htmljs",
|
||||
@ -33,7 +33,7 @@
|
||||
"relative-import-path": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.35.10"
|
||||
"@marko/compiler": "^5.35.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 5.35.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2190](https://github.com/marko-js/marko/pull/2190) [`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update dependencies
|
||||
|
||||
- Updated dependencies [[`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905)]:
|
||||
- @marko/babel-utils@6.4.3
|
||||
|
||||
## 5.35.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/compiler",
|
||||
"version": "5.35.10",
|
||||
"version": "5.35.11",
|
||||
"description": "Marko template to JS compiler.",
|
||||
"keywords": [
|
||||
"babel",
|
||||
@ -66,7 +66,7 @@
|
||||
"@babel/traverse": "^7.24.1",
|
||||
"@babel/types": "^7.24.0",
|
||||
"@luxass/strip-json-comments": "^1.2.0",
|
||||
"@marko/babel-utils": "^6.4.2",
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"complain": "^1.6.0",
|
||||
"he": "^1.2.0",
|
||||
"htmljs-parser": "^5.5.2",
|
||||
@ -80,7 +80,7 @@
|
||||
"source-map-support": "^0.5.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/translator-default": "^5.32.11"
|
||||
"@marko/translator-default": "^5.32.12"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
@ -1,5 +1,15 @@
|
||||
# Change Log
|
||||
|
||||
## 5.33.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2190](https://github.com/marko-js/marko/pull/2190) [`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update dependencies
|
||||
|
||||
- Updated dependencies [[`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905)]:
|
||||
- @marko/compiler@5.35.11
|
||||
- @marko/translator-default@5.32.12
|
||||
|
||||
## 5.33.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marko",
|
||||
"version": "5.33.12",
|
||||
"version": "5.33.13",
|
||||
"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 --extensions .js --copy-files --config-file ../../babel.config.js --env-name=production"
|
||||
},
|
||||
"dependencies": {
|
||||
"@marko/compiler": "^5.35.10",
|
||||
"@marko/translator-default": "^5.32.11",
|
||||
"@marko/compiler": "^5.35.11",
|
||||
"@marko/translator-default": "^5.32.12",
|
||||
"app-module-path": "^2.2.0",
|
||||
"argly": "^1.2.0",
|
||||
"browser-refresh-client": "1.1.4",
|
||||
|
||||
@ -1,5 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
## 5.32.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2190](https://github.com/marko-js/marko/pull/2190) [`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update dependencies
|
||||
|
||||
- Updated dependencies [[`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905)]:
|
||||
- @marko/babel-utils@6.4.3
|
||||
|
||||
## 5.32.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/translator-default",
|
||||
"version": "5.32.11",
|
||||
"version": "5.32.12",
|
||||
"description": "Translates Marko templates to the default Marko runtime.",
|
||||
"keywords": [
|
||||
"babel",
|
||||
@ -29,13 +29,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.24.1",
|
||||
"@marko/babel-utils": "^6.4.2",
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"magic-string": "^0.30.8",
|
||||
"self-closing-tags": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marko/compiler": "^5.35.10",
|
||||
"marko": "^5.33.12"
|
||||
"@marko/compiler": "^5.35.11",
|
||||
"marko": "^5.33.13"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@marko/compiler": "^5.16.1",
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @marko/translator-interop-class-tags
|
||||
|
||||
## 0.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2190](https://github.com/marko-js/marko/pull/2190) [`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update dependencies
|
||||
|
||||
- Updated dependencies [[`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905), [`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905)]:
|
||||
- @marko/translator-tags@0.1.12
|
||||
- @marko/babel-utils@6.4.3
|
||||
- @marko/translator-default@5.32.12
|
||||
|
||||
## 0.1.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/translator-interop-class-tags",
|
||||
"version": "0.1.10",
|
||||
"version": "0.1.11",
|
||||
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
|
||||
"keywords": [
|
||||
"babel",
|
||||
@ -29,9 +29,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.24.2",
|
||||
"@marko/babel-utils": "^6.4.2",
|
||||
"@marko/translator-default": "^5.32.11",
|
||||
"@marko/translator-tags": "^0.1.11"
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"@marko/translator-default": "^5.32.12",
|
||||
"@marko/translator-tags": "^0.1.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@marko/compiler": "^5.23.0"
|
||||
|
||||
@ -1,5 +1,16 @@
|
||||
# @marko/translator-tags
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#2190](https://github.com/marko-js/marko/pull/2190) [`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve reference analysis
|
||||
|
||||
- [#2190](https://github.com/marko-js/marko/pull/2190) [`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Update dependencies
|
||||
|
||||
- Updated dependencies [[`638ca07`](https://github.com/marko-js/marko/commit/638ca07db382345c26f90247115eef13394e9905)]:
|
||||
- @marko/babel-utils@6.4.3
|
||||
|
||||
## 0.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@marko/translator-tags",
|
||||
"version": "0.1.11",
|
||||
"version": "0.1.12",
|
||||
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
|
||||
"keywords": [
|
||||
"babel",
|
||||
@ -30,7 +30,7 @@
|
||||
"build": "node -r ~ts ./scripts/bundle.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@marko/babel-utils": "^6.4.2",
|
||||
"@marko/babel-utils": "^6.4.3",
|
||||
"@marko/runtime-tags": "^0.1.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user