Update esbuild 0.19.5 → 0.19.8 (minor) #1345
Closed
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.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ esbuild (0.19.5 → 0.19.8) · Repo · Changelog
Release Notes
0.19.8
0.19.7
0.19.6
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 61 commits:
publish 0.19.8 to npm
mention the treemap in the release notes (#2848)
add whitespace change to release notes
decorators: printing preserves newline-tail status
reword an experimental decorators error message
remove a now-unused field
ts: forbid regular decorators on `declare` fields
allow decorators to come after `export` (#104)
fix a panic with "export default interface\n"
use "check" for decorator validation, not "guess"
ts: ASI for `abstract` before `class`
tiny decorator fixes
github *.md doesn't support nested warning syntax
publish 0.19.7 to npm
more adjustments to import assertions/attributes
add basic support for import assertions
fix test262 crash in v8 due to renamed test
fix #3230, fix #3326, fix #3394: update decorators
ast helpers: use a context object
tree shaking: handle destructuring of an array
fix #3477: forbid `--keep-names` if not supported
compat-table: sort kangax feature map
dev server: add a fallback `favicon.ico` handler
fixes for graph-debug.html
publish 0.19.6 to npm
async arrow functions are not IIFEs
inline IIFEs that return a single expression
fix #3454: crash with jsx-dev before super() call
fix #3467: `formatMessages` edge case perf hack
add some go tests for message formatting
silence new warnings within `node_modules`
fix #3485: map subpath imports to node built-ins
fix #3453: use `Symbol.for` for missing symbols
try adding a warning about suspicious uses of `=>`
try adding a warning about suspicious uses of `??`
fix #3493: `-webkit-` prefix for `mask-composite`
fix the latest yarn breaking its own installation
run `make update-compat-table`
ci: update node 16 => 18 to fix yarn berry error
allow `for (await using of of of) ;`
fix #3490, close #3491: `import type from from ""`
ci: update node 16 => 18 to fix yarn berry error
formalize and expose the ToString operation
minifier: support string in ToNumber conversion
minifier: expand string concatenation with array
`.toString()` on number with a radix other than 10
minifier: handle `.toString()` on primitives
js: avoid `NaN` and `Infinity` names inside `with`
fix failing deno test
fix constant folding of bigint literal equality
minifier: inline `String.fromCharCode()` with ints
minifier: inline `charCodeAt()` on string literals
minifier: string folding for regular expressions
minifier: late constant fold index to dot
minifier: allow folding divide by zero
minifier: ToString on `{}` is `[object Object]`
minifier: constant folding of string index by int
minifier: constant folding of boolean to string
minifier: constant folding of unary + with object
minifier: enable constant folding of integer +/-
minifier: objects become true in boolean contexts
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands