Update dependency esbuild-loader to v4#81
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
5c03d36 to
39e9ca9
Compare
39e9ca9 to
88c03cf
Compare
88c03cf to
5a819da
Compare
0124a35 to
bc1142e
Compare
bc1142e to
e109635
Compare
e109635 to
66e4546
Compare
66e4546 to
17df332
Compare
17df332 to
1b5123b
Compare
edfec93 to
152d31b
Compare
152d31b to
79a7c4a
Compare
8aae4a7 to
99f1c4d
Compare
99f1c4d to
d15baea
Compare
d15baea to
d5d6d88
Compare
d5d6d88 to
ead212d
Compare
ead212d to
abcc0ba
Compare
abcc0ba to
ce0d886
Compare
ce0d886 to
4c9c2fa
Compare
4c9c2fa to
23b78c9
Compare
23b78c9 to
50404ca
Compare
50404ca to
1aef701
Compare
1aef701 to
345a28c
Compare
345a28c to
4d992bf
Compare
984febb to
9e4c9a5
Compare
9e4c9a5 to
fdae82a
Compare
fdae82a to
c3c77a3
Compare
c3c77a3 to
c3b2620
Compare
1c4d1fd to
42701c2
Compare
42701c2 to
84a3b4b
Compare
84a3b4b to
4380416
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:
2.21.0→4.4.3Release Notes
privatenumber/esbuild-loader (esbuild-loader)
v4.4.3Compare Source
Bug Fixes
v4.4.2Compare Source
Bug Fixes
v4.4.1Compare Source
Bug Fixes
v4.4.0Compare Source
Bug Fixes
Features
v4.3.0Compare Source
Features
^0.25(#382) (42ec34f)v4.2.2Compare Source
Bug Fixes
tsconfig.jsonedge-cases in dependencies (#377) (e252654)v4.2.1Compare Source
Bug Fixes
v4.2.0Compare Source
Features
^0.21(#374) (53a5966)v4.1.0Compare Source
Features
dynamic-importsby default (#361) (7b948ef)v4.0.3Compare Source
Bug Fixes
Reverts
v4.0.2Compare Source
Bug Fixes
v4.0.1Compare Source
Bug Fixes
Performance Improvements
v4.0.0Compare Source
Bug Fixes
BREAKING CHANGES
v3.2.0Compare Source
Features
v3.1.0Compare Source
Features
v3.0.1Compare Source
Performance Improvements
sourceAndMap()when source maps are enabled (#316) (5c97454)v3.0.0Compare Source
Migration guide
ESBuildMinifyPluginwas renamed toEsbuildPluginto indicate it can be used as a general interface to esbuild (not just a minifier, but transformer).Import
EsbuildPlugininstead:.js,.jsx,.ts,.tsx,.cssfiles, you no longer need to set theloaderoption becauseesbuild-loadercan now detect how to handle them based on the extension. This also means you can consolidateesbuild-loaderrules for different file types into one, rather than hard-coding how to load each extension type.module: { rules: [ { test: /\.[tj]sx?$/, loader: 'esbuild-loader', options: { target: 'es2015', - loader: 'tsx', }, }, ], },You can now use the
tsconfigproperty to pass in a tsconfig file, and it will even resolveextendstsconfig.json
includes/excludes/filesare now respected so it will only apply thetsconfig.jsonto matching files. However, TypeScript compilation will always work regardless oftsconfig.json.If Webpack's target is
web,EsbuildPluginwill default to usingformat: iifeunless otherwise specified. This change was made to prevent window pollution.Make sure your Node.js version is at least v16
Changes
Bug Fixes
Build System
Code Refactoring
sourcemapoption (#305) (53cbc73)ESBuildMinifyPlugintoEsbuildPlugin(#307) (b052cdd)Continuous Integration
Features
tsconfigoption (#311) (92b49e9)formattoiife(a9e8e7e)BREAKING CHANGES
tsconfig.jsonis now only applied to files it matches (viainclude/exclude/files)iifewhen Webpack's target isweb& esbuild's target is belowesnextESBuildMinifyPluginrenamed toEsbuildPlugin;MinifyPluginOptionsrenamed toEsbuildPluginOptionssourcemapoption removedConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.