Update dependency gulp-esbuild to v0.15.0 - #755
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/gulp-esbuild-0.x
branch
11 times, most recently
from
June 13, 2026 14:16
66859f3 to
acec99a
Compare
renovate
Bot
force-pushed
the
renovate/gulp-esbuild-0.x
branch
9 times, most recently
from
June 19, 2026 15:59
94c98c5 to
2337190
Compare
renovate
Bot
force-pushed
the
renovate/gulp-esbuild-0.x
branch
9 times, most recently
from
June 27, 2026 10:53
822da80 to
2dad07a
Compare
renovate
Bot
force-pushed
the
renovate/gulp-esbuild-0.x
branch
from
June 29, 2026 17:19
2dad07a to
bda38ce
Compare
renovate
Bot
force-pushed
the
renovate/gulp-esbuild-0.x
branch
6 times, most recently
from
July 12, 2026 08:58
ec7642f to
842fbdb
Compare
renovate
Bot
force-pushed
the
renovate/gulp-esbuild-0.x
branch
9 times, most recently
from
July 19, 2026 05:36
f119a94 to
ca9bd39
Compare
renovate
Bot
force-pushed
the
renovate/gulp-esbuild-0.x
branch
13 times, most recently
from
July 27, 2026 08:56
5a804a8 to
8ccadb7
Compare
renovate
Bot
force-pushed
the
renovate/gulp-esbuild-0.x
branch
from
July 28, 2026 06:14
8ccadb7 to
065b669
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.14.1→0.15.0Release Notes
ym-project/gulp-esbuild (gulp-esbuild)
v0.15.0Compare Source
Now plugin has only named imports (previously there was default import):
Also you need to pass
entryPointsalways:Why?
Previous version of the plugin had behavior: every gulp's virtual file was esbuild's entryPoint. It means the plugin set entryPoints itself. But it has limitations to works with virtual files correctly.
For example we have 3 virtual files and one entryPoint which import other two files. If we had 3 separate entrypoints, we would get 3 separate output files, not one that includes the other 2.
Be sure, another gulp's libraries for webpack, rollup, ... do the same.
What's Changed
Full Changelog: ym-project/gulp-esbuild@v0.14.1...v0.15.0
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.