cloudinary
cloudinary copied to clipboard
chore(deps): update resolutions rollup-plugin-esbuild to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| rollup-plugin-esbuild | 2.6.1 -> 4.9.1 |
Release Notes
egoist/rollup-plugin-esbuild
v4.9.1
Bug Fixes
v4.9.0
Features
- add
charsetoption (#267) (#330) (d39fed7) - pass all options to esbuild's
transformapi, closes #331 (b05c627)
v4.8.2
Bug Fixes
v4.8.1
Bug Fixes
- optimizeDeps: handling resolver errors (822d71c)
Features
- experimental: add
optimizeDeps.excludeoption (0a0efe2)
v4.8.0
Features
- experimental: add
optimizeDepsoption (671ffc3) - Support target option when using the minify plugin standalone (#322) (2e9fb36)
- Automatically infer
sourceMapoption from Rollup'soutput.sourcemapoption
v4.7.2
Bug Fixes
v4.7.1
Bug Fixes
v4.7.0
Features
v4.6.1
Bug Fixes
v4.6.0
Features
v4.5.0
Features
v4.4.0
Features
v4.3.1
Bug Fixes
v4.3.0
Features
v4.2.3
Bug Fixes
- set default loader to js (350e48a)
v4.2.2
Bug Fixes
- correctly convert string to base64 (f4ead25)
v4.2.1
Bug Fixes
- fallback to load file from fs (fc216bc)
v4.2.0
Bug Fixes
- skip transform in bundle mode (ad2965c)
Features
- add experimental bundle mode (99c689e)
v4.1.0
Features
v4.0.1
Bug Fixes
- handle warnings in renderChunk hook (for minification) (f2b32a9)
v4.0.0
Features
- use esbuild's built-in message formatter for warnings (b2ac329)
BREAKING CHANGES
- requires esbuild >= 0.10.1
v3.0.4
Bug Fixes
v3.0.3
Bug Fixes
v3.0.2
Bug Fixes
v3.0.1
Bug Fixes
- deps: update joycon (b2f5952)
v3.0.0
Features
BREAKING CHANGES
- Require esbuild 0.9 or above.
Recently esbuild 0.9 was released with some breaking changes. A breaking change broke this plugin: esbuild.startService function is being removed.
This commit change peer and devDependencies to esbuild 0.9 and also removing usage of service in the plugin. Instead it use transform function directly.
All tests passed and example is built just fine.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.