chore(deps): update external fixes #53
Open
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:
4.20250510.0→4.20260111.017.0.1→17.2.30.25.4→0.27.22.31.0→2.32.016.0.0→16.2.711.2.2→11.7.524.2.3→24.2.9Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20260111.0Compare Source
v4.20260109.0Compare Source
v4.20260108.0Compare Source
v4.20260107.1Compare Source
v4.20260103.0Compare Source
v4.20260101.0Compare Source
v4.20251231.0Compare Source
v4.20251230.0Compare Source
v4.20251229.0Compare Source
v4.20251228.0Compare Source
v4.20251225.0Compare Source
v4.20251224.0Compare Source
v4.20251223.0Compare Source
v4.20251221.0Compare Source
v4.20251220.0Compare Source
v4.20251219.0Compare Source
v4.20251218.0Compare Source
v4.20251217.0Compare Source
v4.20251216.0Compare Source
v4.20251213.0Compare Source
v4.20251212.0Compare Source
v4.20251211.0Compare Source
v4.20251210.0Compare Source
v4.20251209.0Compare Source
v4.20251205.0Compare Source
v4.20251202.0Compare Source
v4.20251128.0Compare Source
v4.20251127.0Compare Source
v4.20251126.0Compare Source
v4.20251125.0Compare Source
v4.20251121.0Compare Source
v4.20251120.0Compare Source
v4.20251119.0Compare Source
v4.20251118.0Compare Source
v4.20251117.0Compare Source
v4.20251115.0Compare Source
v4.20251113.0Compare Source
v4.20251111.0Compare Source
v4.20251109.0Compare Source
v4.20251107.0Compare Source
v4.20251106.1Compare Source
v4.20251014.0Compare Source
v4.20251011.0Compare Source
v4.20251008.0Compare Source
v4.20251004.0Compare Source
v4.20251003.0Compare Source
v4.20251001.0Compare Source
v4.20250927.0Compare Source
v4.20250926.0Compare Source
v4.20250924.0Compare Source
v4.20250923.0Compare Source
v4.20250922.0Compare Source
v4.20250921.0Compare Source
v4.20250920.0Compare Source
v4.20250919.0Compare Source
v4.20250918.0Compare Source
v4.20250917.0Compare Source
v4.20250913.0Compare Source
v4.20250912.0Compare Source
v4.20250911.0Compare Source
v4.20250910.0Compare Source
v4.20250909.0Compare Source
v4.20250906.0Compare Source
v4.20250905.0Compare Source
v4.20250904.0Compare Source
v4.20250903.0Compare Source
v4.20250902.0Compare Source
v4.20250831.0Compare Source
v4.20250830.0Compare Source
v4.20250829.0Compare Source
v4.20250828.1Compare Source
v4.20250828.0Compare Source
v4.20250826.0Compare Source
v4.20250823.0Compare Source
v4.20250822.0Compare Source
v4.20250821.0Compare Source
v4.20250820.0Compare Source
v4.20250819.0Compare Source
v4.20250816.0Compare Source
v4.20250813.0Compare Source
v4.20250812.0Compare Source
v4.20250810.0Compare Source
v4.20250809.0Compare Source
v4.20250807.0Compare Source
v4.20250806.0Compare Source
v4.20250805.0Compare Source
v4.20250803.0Compare Source
v4.20250802.0Compare Source
v4.20250801.0Compare Source
v4.20250731.0Compare Source
v4.20250730.0Compare Source
v4.20250726.0Compare Source
v4.20250725.0Compare Source
v4.20250724.0Compare Source
v4.20250723.0Compare Source
v4.20250722.0Compare Source
v4.20250719.0Compare Source
v4.20250718.0Compare Source
v4.20250715.0Compare Source
v4.20250712.0Compare Source
v4.20250711.0Compare Source
v4.20250710.0Compare Source
v4.20250709.0Compare Source
v4.20250708.0Compare Source
v4.20250705.0Compare Source
v4.20250704.0Compare Source
v4.20250703.0Compare Source
v4.20250702.0Compare Source
v4.20250701.0Compare Source
v4.20250628.0Compare Source
v4.20250627.0Compare Source
v4.20250620.0Compare Source
v4.20250619.0Compare Source
v4.20250618.0Compare Source
v4.20250617.0Compare Source
v4.20250614.0Compare Source
v4.20250613.0Compare Source
v4.20250612.0Compare Source
v4.20250610.0Compare Source
v4.20250607.0Compare Source
v4.20250606.0Compare Source
v4.20250605.0Compare Source
v4.20250604.0Compare Source
v4.20250603.0Compare Source
v4.20250601.0Compare Source
v4.20250531.0Compare Source
v4.20250529.0Compare Source
v4.20250528.0Compare Source
v4.20250525.0Compare Source
v4.20250524.0Compare Source
v4.20250523.0Compare Source
v4.20250522.0Compare Source
v4.20250521.0Compare Source
v4.20250520.0Compare Source
v4.20250519.0Compare Source
v4.20250517.0Compare Source
v4.20250515.0Compare Source
v4.20250514.0Compare Source
v4.20250513.0Compare Source
motdotla/dotenv (dotenv)
v17.2.3Compare Source
Changed
v17.2.2Compare Source
Added
v17.2.1Compare Source
Changed
v17.2.0Compare Source
Added
DOTENV_CONFIG_QUIET=truein your environment or.envfile to quiet the runtime log (#889)DOTENV_CONFIG_environment variables take precedence over any code set options like({quiet: false})v17.1.0Compare Source
Added
evanw/esbuild (esbuild)
v0.27.2Compare Source
Allow import path specifiers starting with
#/(#4361)Previously the specification for
package.jsondisallowed import path specifiers starting with#/, but this restriction has recently been relaxed and support for it is being added across the JavaScript ecosystem. One use case is using it for a wildcard pattern such as mapping#/*to./src/*(previously you had to use another character such as#_*instead, which was more confusing). There is some more context in nodejs/node#49182.This change was contributed by @hybrist.
Automatically add the
-webkit-maskprefix (#4357, #4358)This release automatically adds the
-webkit-vendor prefix for themaskCSS shorthand property:This change was contributed by @BPJEnnova.
Additional minification of
switchstatements (#4176, #4359)This release contains additional minification patterns for reducing
switchstatements. Here is an example:Forbid
usingdeclarations insideswitchclauses (#4323)This is a rare change to remove something that was previously possible. The Explicit Resource Management proposal introduced
usingdeclarations. These were previously allowed insidecaseanddefaultclauses inswitchstatements. This had well-defined semantics and was already widely implemented (by V8, SpiderMonkey, TypeScript, esbuild, and others). However, it was considered to be too confusing because of how scope works in switch statements, so it has been removed from the specification. This edge case will now be a syntax error. See tc39/proposal-explicit-resource-management#215 and rbuckton/ecma262#14 for details.Here is an example of code that is no longer allowed:
That code will now have to be modified to look like this instead (note the additional
{and}block statements around each case body):This is not being released in one of esbuild's breaking change releases since this feature hasn't been finalized yet, and esbuild always tracks the current state of the specification (so esbuild's previous behavior was arguably incorrect).
v0.27.1Compare Source
Fix bundler bug with
varnested insideif(#4348)This release fixes a bug with the bundler that happens when importing an ES module using
require(which causes it to be wrapped) and there's a top-levelvarinside anifstatement without being wrapped in a{ ... }block (and a few other conditions). The bundling transform needed to hoist thesevardeclarations outside of the lazy ES module wrapper for correctness. See the issue for details.Fix minifier bug with
forinsidetryinside label (#4351)This fixes an old regression from version v0.21.4. Some code was introduced to move the label inside the
trystatement to address a problem with transforming labeledfor awaitloops to avoid theawait(the transformation involves converting thefor awaitloop into aforloop and wrapping it in atrystatement). However, it introduces problems for cross-compiled JVM code that uses all three of these features heavily. This release restricts this transform to only apply toforloops that esbuild itself generates internally as part of thefor awaittransform. Here is an example of some affected code:Inline IIFEs containing a single expression (#4354)
Previously inlining of IIFEs (immediately-invoked function expressions) only worked if the body contained a single
returnstatement. Now it should also work if the body contains a single expression statement instead:The minifier now strips empty
finallyclauses (#4353)This improvement means that
finallyclauses containing deaConfiguration
📅 Schedule: Branch creation - "after 2pm on Monday" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.