Skip to content

Commit c66ee40

Browse files
build(deps-dev): bump rollup-plugin-esbuild from 5.0.0 to 6.1.1 (#268)
Bumps [rollup-plugin-esbuild](https://github.com/egoist/rollup-plugin-esbuild) from 5.0.0 to 6.1.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/egoist/rollup-plugin-esbuild/releases">rollup-plugin-esbuild's releases</a>.</em></p> <blockquote> <h2>v6.1.1</h2> <h2><a href="https://github.com/egoist/rollup-plugin-esbuild/compare/v6.1.0...v6.1.1">6.1.1</a> (2024-01-23)</h2> <h3>Bug Fixes</h3> <ul> <li>bundle ts-essentials (<a href="https://redirect.github.com/egoist/rollup-plugin-esbuild/issues/374">#374</a>) (<a href="https://github.com/egoist/rollup-plugin-esbuild/commit/bb2055fd28ed04fec85a6a208b6255af4ec00d50">bb2055f</a>)</li> </ul> <h2>v6.1.0</h2> <h1><a href="https://github.com/egoist/rollup-plugin-esbuild/compare/v6.0.2...v6.1.0">6.1.0</a> (2023-10-08)</h1> <h3>Features</h3> <ul> <li>support rollup 4 (<a href="https://github.com/egoist/rollup-plugin-esbuild/commit/3822de9c58896d946631003d5507b285f5dfa417">3822de9</a>)</li> </ul> <h2>v6.0.2</h2> <h2><a href="https://github.com/egoist/rollup-plugin-esbuild/compare/v6.0.1...v6.0.2">6.0.2</a> (2023-09-28)</h2> <h3>Bug Fixes</h3> <ul> <li>resolve tsconfig extends (<a href="https://github.com/egoist/rollup-plugin-esbuild/commit/3205edd30aa3a674b3b9b9d21ed308ef63b89755">3205edd</a>), closes <a href="https://redirect.github.com/egoist/rollup-plugin-esbuild/issues/371">#371</a></li> </ul> <h2>v6.0.1</h2> <h2><a href="https://github.com/egoist/rollup-plugin-esbuild/compare/v6.0.0...v6.0.1">6.0.1</a> (2023-09-21)</h2> <h3>Bug Fixes</h3> <ul> <li>handle esm loader (<a href="https://github.com/egoist/rollup-plugin-esbuild/commit/b484d88eced5c27ec5e90ca3ecdcdd9d165bea9f">b484d88</a>), closes <a href="https://redirect.github.com/egoist/rollup-plugin-esbuild/issues/307">#307</a></li> </ul> <h2>v6.0.0</h2> <h1><a href="https://github.com/egoist/rollup-plugin-esbuild/compare/v5.0.0...v6.0.0">6.0.0</a> (2023-09-20)</h1> <h3>Bug Fixes</h3> <ul> <li> <p>remove <code>types</code> field (<a href="https://github.com/egoist/rollup-plugin-esbuild/commit/c8caef91cef342a7672995f0bccf3b049f33975a">c8caef9</a>)</p> </li> <li> <p>refactor!: don't resolve tsconfig (<a href="https://redirect.github.com/egoist/rollup-plugin-esbuild/issues/370">#370</a>) (<a href="https://github.com/egoist/rollup-plugin-esbuild/commit/cfdeb282196310119c8a63650454d2e5dfd6c00a">cfdeb28</a>), closes <a href="https://redirect.github.com/egoist/rollup-plugin-esbuild/issues/370">#370</a></p> </li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li><code>target</code> now defaults to <code>es2020</code></li> <li>Required esbuild version should be 0.18 and above</li> <li>For tsconfig, switch to use the built-in strategy of esbuild. (For example, esbuild v0.18 and later will no longer follow <code>target</code> in <code>tsconfig.json</code>). Read more in <a href="https://github.com/evanw/esbuild/releases/tag/v0.18.0">esbuild changelog</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/bb2055fd28ed04fec85a6a208b6255af4ec00d50"><code>bb2055f</code></a> fix: bundle ts-essentials (<a href="https://redirect.github.com/egoist/rollup-plugin-esbuild/issues/374">#374</a>)</li> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/6df9e54559474ce6b08582d43fb2f0ac3f480070"><code>6df9e54</code></a> chore(deps-dev): bump vite from 5.0.5 to 5.0.12 (<a href="https://redirect.github.com/egoist/rollup-plugin-esbuild/issues/376">#376</a>)</li> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/a29b2800652e8e5c2955a9ac6e7902367dc18cea"><code>a29b280</code></a> chore(deps-dev): bump vite from 4.4.11 to 5.0.5 (<a href="https://redirect.github.com/egoist/rollup-plugin-esbuild/issues/375">#375</a>)</li> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/3822de9c58896d946631003d5507b285f5dfa417"><code>3822de9</code></a> feat: support rollup 4</li> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/3205edd30aa3a674b3b9b9d21ed308ef63b89755"><code>3205edd</code></a> fix: resolve tsconfig extends</li> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/175ea9d4aa476f0a2b73b1553caeefb5b428945a"><code>175ea9d</code></a> test: update snapshot</li> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/b484d88eced5c27ec5e90ca3ecdcdd9d165bea9f"><code>b484d88</code></a> fix: handle esm loader</li> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/5fe86535080ce1af500b5941477155323e6059be"><code>5fe8653</code></a> chore: add tsup config file</li> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/e82493b21b5258b20f3624596c04c3e856eb2f14"><code>e82493b</code></a> chore: remove unused import</li> <li><a href="https://github.com/egoist/rollup-plugin-esbuild/commit/04c1b3b73eceae50e71d8f0c2dc6c043e4d90db8"><code>04c1b3b</code></a> chore: add renovate config</li> <li>Additional commits viewable in <a href="https://github.com/egoist/rollup-plugin-esbuild/compare/v5.0.0...v6.1.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup-plugin-esbuild&package-manager=npm_and_yarn&previous-version=5.0.0&new-version=6.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03c2f8d commit c66ee40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"rimraf": "^5.0.7",
7474
"rollup": "^3.26.2",
7575
"rollup-plugin-dts": "^6.1.0",
76-
"rollup-plugin-esbuild": "^5.0.0",
76+
"rollup-plugin-esbuild": "^6.1.1",
7777
"rollup-plugin-filesize": "^10.0.0",
7878
"ts-jest": "^27.1.1",
7979
"tslint": "^6.1.3",

0 commit comments

Comments
 (0)