Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump vite from 5.4.6 to 5.4.13 #1887

Closed
wants to merge 12 commits into from
Closed
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
5 changes: 5 additions & 0 deletions .changeset/chilly-donkeys-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-email/render": patch
---

Fix extra `<` characters being kept when rendering if mso comments under certain conditions
5 changes: 5 additions & 0 deletions .changeset/dry-adults-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-email": patch
---

Fixes active state for root email templats on file tree
5 changes: 5 additions & 0 deletions .changeset/early-mugs-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"react-email": patch
---

Respect user's NODE_ENV when previewing templates
5 changes: 5 additions & 0 deletions .changeset/mean-plums-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-email/render": patch
---

Fix pretty option breaking button components
51 changes: 51 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"mode": "pre",
"tag": "canary",
"initialVersions": {
"demo": "0.0.0",
"web": "0.0.0",
"@benchmarks/preview-server": "0.0.0",
"@benchmarks/tailwind-component": "0.0.0",
"react-email-with-aws-ses": "1.0.7",
"react-email-with-mailersend": "1.0.7",
"react-email-with-nodemailer": "1.0.7",
"react-email-with-plunk": "1.0.7",
"react-email-with-postmark": "1.0.7",
"react-email-with-resend": "1.0.7",
"react-email-with-next-scaleway": "1.0.7",
"react-email-with-node-scaleway": "1.0.7",
"react-email-with-sendgrid": "1.0.7",
"@react-email/body": "0.0.11",
"@react-email/button": "0.0.19",
"@react-email/code-block": "0.0.11",
"@react-email/code-inline": "0.0.5",
"@react-email/column": "0.0.13",
"@react-email/components": "0.0.32",
"@react-email/container": "0.0.15",
"create-email": "0.1.8",
"react-email-starter": "0.1.8",
"@react-email/font": "0.0.9",
"@react-email/head": "0.0.12",
"@react-email/heading": "0.0.15",
"@react-email/hr": "0.0.11",
"@react-email/html": "0.0.11",
"@react-email/img": "0.0.11",
"@react-email/link": "0.0.12",
"@react-email/markdown": "0.0.14",
"@react-email/preview": "0.0.12",
"react-email": "3.0.6",
"@react-email/render": "1.0.4",
"@react-email/row": "0.0.12",
"@react-email/section": "0.0.16",
"@react-email/tailwind": "1.0.4",
"@react-email/text": "0.0.11",
"tsconfig": "0.0.0"
},
"changesets": [
"chilly-donkeys-worry",
"dry-adults-grab",
"early-mugs-divide",
"mean-plums-exercise",
"smart-bananas-lie"
]
}
5 changes: 5 additions & 0 deletions .changeset/smart-bananas-lie.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-email/render": patch
---

Fix unstable rendering when prettifying with the Preview component
4 changes: 2 additions & 2 deletions benchmarks/preview-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"react-email": "workspace:*",
"react-email-canary": "npm:[email protected]",
"tinybench": "2.5.1"
"react-email-2.1.7-canary.2": "npm:[email protected]",
"tinybench": "3.1.0"
},
"devDependencies": {
"tsconfig": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { runServerAndFetchPreviewPage } from './utils/run-server-and-fetch-previ
const pathToCanaryCliScript = path.resolve(
__dirname,
'../',
'./node_modules/react-email-canary/cli/index.js',
'./node_modules/react-email-2.1.7-canary.2/cli/index.js',
);

const pathToLocalCliScript = path.resolve(
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/preview-server/src/local-vs-2.1.7-canary.2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { runServerAndFetchPreviewPage } from './utils/run-server-and-fetch-previ
const pathToCanaryCliScript = path.resolve(
__dirname,
'../',
'./node_modules/react-email-canary/cli/index.js',
'./node_modules/react-email-2.1.7-canary.2/cli/index.js',
);

const pathToLocalCliScript = path.resolve(
Expand Down
9 changes: 5 additions & 4 deletions benchmarks/tailwind-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.0",
"scripts": {
"with-vs-without": "tsx ./src/benchmark-with-vs-without",
"0.0.15-vs-local": "tsx --max-old-space-size=256 ./src/benchmark-0.0.15-vs-local-version",
"0.0.17-vs-local": "tsx --max-old-space-size=256 ./src/benchmark-0.0.17-vs-local-version",
"0.0.12-vs-local": "tsx ./src/benchmark-0.0.12-vs-local-version",
"flamegraph-render-tailwind": "tsx --prof ./src/tailwind-render && node --prof-process --preprocess -j isolate*.log | flamebearer"
},
Expand All @@ -22,10 +22,11 @@
"@react-email/components": "workspace:*",
"@react-email/render": "workspace:*",
"@react-email/tailwind": "workspace:*",
"react": "18.2.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-0.0.12": "npm:@react-email/[email protected]",
"tailwind-0.0.15": "npm:@react-email/[email protected].15",
"tinybench": "2.5.1"
"tailwind-0.0.17": "npm:@react-email/[email protected].17",
"tinybench": "3.1.0"
},
"devDependencies": {
"flamebearer": "1.1.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ const main = async () => {

bench
.add('local', async () => {
await render(EmailWithTailwind({ Tailwind: LocalTailwind }));
await render(<EmailWithTailwind Tailwind={LocalTailwind} />);
})
.add('0.0.12', async () => {
await render(EmailWithTailwind({ Tailwind: VersionTwelveTailwind }));
// @ts-expect-error
await render(<EmailWithTailwind Tailwind={VersionTwelveTailwind} />);
});

await bench.run();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { writeFileSync } from 'node:fs';
import { render } from '@react-email/render';
import { Tailwind as LocalTailwind } from '@react-email/tailwind';
import { Tailwind as VersionFifteenTailwind } from 'tailwind-0.0.15';
import { Tailwind as VersionSeventeenTailwind } from 'tailwind-0.0.17';
import { Bench } from 'tinybench';
import EmailWithTailwind from './emails/with-tailwind.js';

Expand All @@ -12,10 +12,10 @@ const main = async () => {

bench
.add('local', async () => {
await render(EmailWithTailwind({ Tailwind: LocalTailwind }));
await render(<EmailWithTailwind Tailwind={LocalTailwind} />);
})
.add('0.0.15', async () => {
await render(EmailWithTailwind({ Tailwind: VersionFifteenTailwind }));
.add('0.0.17', async () => {
await render(<EmailWithTailwind Tailwind={VersionSeventeenTailwind} />);
});

await bench.run();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ async function main() {

bench
.add('without tailwind', async () => {
await render(EmailWithoutTailwind());
await render(<EmailWithoutTailwind />);
})
.add('with current tailwind', async () => {
await render(EmailWithTailwind({ Tailwind: CurrentTailwind }));
await render(<EmailWithTailwind Tailwind={CurrentTailwind} />);
});

await bench.run();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ import { render } from '@react-email/render';
import { Tailwind as CurrentTailwind } from '@react-email/tailwind';
import EmailWithTailwind from './emails/with-tailwind.js';

await render(EmailWithTailwind({ Tailwind: CurrentTailwind }));
await render(<EmailWithTailwind Tailwind={CurrentTailwind} />);
12 changes: 12 additions & 0 deletions examples/aws-ses/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# react-email-with-aws-ses

## 1.0.8-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.8-canary.0

### Patch Changes

- @react-email/[email protected]

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/aws-ses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-aws-ses",
"version": "1.0.7",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@aws-sdk/client-ses": "3.341.0",
"@react-email/components": "workspace:0.0.32",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19"
},
Expand Down
12 changes: 12 additions & 0 deletions examples/mailersend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# react-email-with-mailersend

## 1.0.8-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.8-canary.0

### Patch Changes

- @react-email/[email protected]

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/mailersend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-mailersend",
"version": "1.0.7",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -13,7 +13,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.32",
"@react-email/components": "workspace:0.0.33-canary.1",
"mailersend": "^2.0.0",
"react": "^19",
"react-dom": "^19"
Expand Down
12 changes: 12 additions & 0 deletions examples/nodemailer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# react-email-with-nodemailer

## 1.0.8-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.8-canary.0

### Patch Changes

- @react-email/[email protected]

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/nodemailer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-nodemailer",
"version": "1.0.7",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -13,7 +13,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@react-email/components": "workspace:0.0.32",
"@react-email/components": "workspace:0.0.33-canary.1",
"nodemailer": "6.9.9",
"react": "^19",
"react-dom": "^19"
Expand Down
12 changes: 12 additions & 0 deletions examples/plunk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# react-email-with-plunk

## 1.0.8-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.8-canary.0

### Patch Changes

- @react-email/[email protected]

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/plunk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-plunk",
"version": "1.0.7",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"sideEffects": false,
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@plunk/node": "3.0.2",
"@react-email/components": "workspace:0.0.32",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19"
},
Expand Down
12 changes: 12 additions & 0 deletions examples/postmark/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# react-email-with-postmark

## 1.0.8-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.8-canary.0

### Patch Changes

- @react-email/[email protected]

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/postmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-email-with-postmark",
"version": "1.0.7",
"version": "1.0.8-canary.1",
"license": "MIT",
"private": true,
"type": "module",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"postmark": "3.0.14",
"@react-email/components": "workspace:0.0.32",
"@react-email/components": "workspace:0.0.33-canary.1",
"react": "^19",
"react-dom": "^19"
},
Expand Down
12 changes: 12 additions & 0 deletions examples/resend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# react-email-with-resend

## 1.0.8-canary.1

### Patch Changes

- @react-email/[email protected]

## 1.0.8-canary.0

### Patch Changes

- @react-email/[email protected]

## 1.0.7

### Patch Changes
Expand Down
Loading
Loading