Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/fastify-4.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette authored Mar 20, 2024
2 parents bf7eaf3 + 8b46734 commit 590887f
Show file tree
Hide file tree
Showing 9 changed files with 161 additions and 34 deletions.
23 changes: 21 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,26 @@
"initialVersions": {
"@kitajs/fastify-html-plugin": "3.1.2",
"@kitajs/html": "3.1.2",
"@kitajs/ts-html-plugin": "3.1.2"
"@kitajs/ts-html-plugin": "3.1.2",
"@kitajs/bench-html-kitajs": "1.0.0",
"@kitajs/bench-html-preact": "1.0.0",
"@kitajs/bench-html-react": "1.0.0",
"@kitajs/bench-html-reactjsx": "1.0.0",
"@kitajs/bench-html-runner": "1.0.0",
"@kitajs/bench-html-templates": "1.0.0",
"@kitajs/bench-html-typed-html": "1.0.0",
"@kitajs/bench-html-vhtml": "1.0.0"
},
"changesets": []
"changesets": [
"calm-games-lay",
"calm-pants-call",
"four-weeks-drum",
"gold-islands-brake",
"hot-meals-beam",
"kind-elephants-learn",
"long-elephants-work",
"mighty-kids-camp",
"ninety-panthers-collect",
"soft-chairs-explain"
]
}
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: 'npm'
directory: './'
schedule:
interval: 'daily'
interval: 'weekly'

- package-ecosystem: 'github-actions'
directory: './'
Expand Down
33 changes: 33 additions & 0 deletions packages/fastify-html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# @kitajs/fastify-html-plugin

## 4.0.0-next.0

### Major Changes

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Ported to ReactJSX
runtime.

### Patch Changes

- [`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Simplified html stream
generation

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Updated Dependencies

- Updated dependencies
[[`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f16f99f`](https://github.com/kitajs/html/commit/f16f99f1e8ebbc917dc86e587e5c5a49bb93a2dd),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)]:
- @kitajs/html@4.0.0-next.0
- @kitajs/ts-html-plugin@4.0.0-next.0
6 changes: 3 additions & 3 deletions packages/fastify-html-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/fastify-html-plugin",
"version": "3.1.2",
"version": "4.0.0-next.0",
"description": "A Fastify plugin to add support for @kitajs/html",
"homepage": "https://github.com/kitajs/html/tree/master/packages/fastify-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
Expand All @@ -25,9 +25,9 @@
"devDependencies": {
"@fastify/formbody": "^7.4.0",
"@swc-node/register": "^1.9.0",
"@swc/helpers": "^0.5.6",
"@swc/helpers": "^0.5.7",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.29",
"@types/node": "^20.11.30",
"c8": "^9.1.0",
"fastify": "^4.26.2",
"jsdom": "^24.0.0",
Expand Down
52 changes: 52 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# @kitajs/html

## 4.0.0-next.0

### Major Changes

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Ported to ReactJSX
runtime.

### Patch Changes

- [`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Simplified html stream
generation

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Added support for
react-jsx runtime

- [`f16f99f`](https://github.com/kitajs/html/commit/f16f99f1e8ebbc917dc86e587e5c5a49bb93a2dd)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added vhtml to benchmarks

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Fixed triple slash
directives for jsx-runtime

- [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added support for
Alpine.js by @B-R-P

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Reserved 'key' attribute
to prevent use of it

- [`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37)
Thanks [@arthurfiorette](https://github.com/arthurfiorette)! - Added dialog tag
definition

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Avoid hijacking fastify
reply

- Updated dependencies
[[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)]:
- @kitajs/ts-html-plugin@4.0.0-next.0
4 changes: 2 additions & 2 deletions packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/html",
"version": "3.1.2",
"version": "4.0.0-next.0",
"description": "Fast and type safe HTML templates using TypeScript.",
"homepage": "https://github.com/kitajs/html/tree/master/packages/html#readme",
"bugs": "https://github.com/kitajs/html/issues",
Expand All @@ -27,7 +27,7 @@
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.29",
"@types/node": "^20.11.30",
"c8": "^9.1.0",
"jsdom": "^24.0.0",
"tslib": "^2.6.2",
Expand Down
29 changes: 29 additions & 0 deletions packages/ts-html-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# @kitajs/ts-html-plugin

## 4.0.0-next.0

### Major Changes

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Ported to ReactJSX
runtime.

### Patch Changes

- [#129](https://github.com/kitajs/html/pull/129)
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)
Thanks [@JacopoPatroclo](https://github.com/JacopoPatroclo)! - Avoid hijacking fastify
reply

- Updated dependencies
[[`9b324af`](https://github.com/kitajs/html/commit/9b324afaf28e5accc27469e02527cd8c1c7d2608),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f16f99f`](https://github.com/kitajs/html/commit/f16f99f1e8ebbc917dc86e587e5c5a49bb93a2dd),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca),
[`35fc753`](https://github.com/kitajs/html/commit/35fc753e23391d97a44f867833038c0e9f66cf37),
[`f6a8c11`](https://github.com/kitajs/html/commit/f6a8c1184039ae6168b4890e094a6ffd434c45ca)]:
- @kitajs/html@4.0.0-next.0
6 changes: 3 additions & 3 deletions packages/ts-html-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitajs/ts-html-plugin",
"version": "3.1.2",
"version": "4.0.0-next.0",
"homepage": "https://github.com/kitajs/html/tree/master/packages/ts-html-plugin#readme",
"bugs": "https://github.com/kitajs/html/issues",
"repository": {
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@swc-node/register": "^1.9.0",
"@swc/helpers": "^0.5.6",
"@types/node": "^20.11.29",
"@swc/helpers": "^0.5.7",
"@types/node": "^20.11.30",
"@types/yargs": "^17.0.32",
"fast-defer": "^1.1.8",
"self": "file:."
Expand Down
40 changes: 17 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 590887f

Please sign in to comment.