307815d
15.1.0d4d0eed
Updated release files for 15.1.088145ac
Commit lock file4296cb9
Update allc623931
adjustment: only do check on V8 enginesd1983d2
Include stacktrace clear native timers warning (#529)73f52d8
docs: Update setTickMode docs to mention sinon APIs, not
jest (#527)Sourced from dotenv's changelog.
17.3.1 (2026-02-12)
Changed
- Fix as2 example command in README and update spanish README
17.3.0 (2026-02-12)
Added
- Add a new README section on dotenv’s approach to the agentic future.
Changed
- Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.
17.2.4 (2026-02-05)
Changed
- Make
DotenvPopulateInputacceptNodeJS.ProcessEnvtype (#915)
- Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Sourced from esbuild's releases.
v0.27.3
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:<!DOCTYPE html> <html> <head><link rel="stylesheet" href="icons.css"></head> <body><div class="triangle"></div></body> </html>
icons.css:.triangle { width: 10px; height: 10px; background: currentColor; clip-path: url(./triangle.svg#x); }
triangle.svg:<svg xmlns="http://www.w3.org/2000/svg"> <defs> <clipPath id="x"> <path d="M0 0H10V10Z"/> </clipPath> </defs> </svg>The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using thedataurlloader, which broke the bundled CSS. With this release, esbuild will now preserve the URL fragment in the bundled CSS:/* icons.css */ .triangle { width: 10px; height: 10px; background: currentColor; clip-path: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="x"><path d="M0 0H10V10Z"/></clipPath></defs></svg>#x'); }
... (truncated)
Sourced from esbuild's changelog.
0.27.3
Preserve URL fragments in data URLs (#4370)
Consider the following HTML, CSS, and SVG:
index.html:<!DOCTYPE html> <html> <head><link rel="stylesheet" href="icons.css"></head> <body><div class="triangle"></div></body> </html>
icons.css:.triangle { width: 10px; height: 10px; background: currentColor; clip-path: url(./triangle.svg#x); }
triangle.svg:<svg xmlns="http://www.w3.org/2000/svg"> <defs> <clipPath id="x"> <path d="M0 0H10V10Z"/> </clipPath> </defs> </svg>The CSS uses a URL fragment (the
#x) to reference theclipPathelement in the SVG file. Previously esbuild's CSS bundler didn't preserve the URL fragment when bundling the SVG using thedataurlloader, which broke the bundled CSS. With this release, esbuild will now preserve the URL fragment in the bundled CSS:/* icons.css */ .triangle { width: 10px; height: 10px; background: currentColor; clip-path: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg"><defs><clipPath id="x"><path d="M0 0H10V10Z"/></clipPath></defs></svg>#x'); }
... (truncated)
9129e00
publish 0.27.3 to npme20e411
small fix to release notes0dc0f2d
fix #4322:
parse and print CSS @scope rules55fe391
update firefox css gradient support2c35297
update gradient lowering transform9209e44
Update Go to 1.25.7 (#4388)e8d861b
close #4374:
compat table for the using feature19b8887
no longer need williamkapke/node-compat-table7e44218
the kangax/compat-table repo moved to a new url23b9338
run make update-compat-tableThis version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for esbuild since your current version.
Sourced from execa's releases.
v9.6.1
- Fix
VerboseOptiontype not being properly exported (#1215) 7891c39
https://github.com/sindresorhus/execa/compare/v9.6.0...v9.6.1
84e1f36
9.6.17891c39
Fix VerboseOption type not being properly exported (#1215)103095f
Meta tweaks23ec6f0
Fix CI tests related to .kill(0) (#1212)9a2cb79
Meta tweakse7cafeb
[docs] TTY control is lost only on the FD that uses mixed inherit. (#1209)5587ae1
Fix CI tests (#1207)3e8fa32
[docs] A process is not a TTY usually, just connected to one. (#1208)c468672
[docs] Transforms: Summary: Fix example command and output. (#1206)086fa6b
2.8.295f01e9
chore: Add funding to package.json152e204
style: Apply updated Prettier rules & satisfy updated ESLint3f3378c
chore: Drop unused dependency cross-envf0b9af7
chore: Update to @rollup/plugin-replace v6e3cafc7
chore: Update to eslint-config-prettier v10553c1b5
chore: Refresh lockfile70a8db3
fix: Do not double newlines for empty map values (#642)92821f2
ci: Limit action permissions to minimum required95285f8
fix: Serialize -0 as -0 (fixes #638)