fix(deps): update all non-major dependencies#15
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
e7c8efc to
81a9fe6
Compare
Contributor
Author
|
81a9fe6 to
e157a5b
Compare
f26655d to
47a0677
Compare
47a0677 to
c6c557f
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:
v0.3.1001→v0.3.1020v0.28.0→v0.28.1v2.8.12→v2.8.13v0.35.0→v0.37.0v0.36.0→v0.38.0v2.12.1→v2.12.2Release Notes
a-h/templ (github.com/a-h/templ)
v0.3.1020Compare Source
Changelog
09d6b02chore: bump versiona411f13chore: fix linter warning in test code524cd39feat: add -check flag, closes #1007 (#1373)f3d595cfeat: add Range to ExpressionAttribute nodes (#1347)82af17cfeat: add Range to GoCode nodes (#1348)cf98cdcfeat: add Range to StringExpression nodes (#1349)ff38ceefeat: add ranges for attribute node values (#1383)552ed02feat: support concurrent rendering of templ components (#1359)b310a97fix(generatecmd): checkcmd.Start()error before insertingcmdin torunningmap (#1382)410a80efix(lsp): delete $GOROOT hack in uri.File95a0854fix: allow JSFuncCall on arbitrary HTML attributes (#1375)e581c01fix: attributes containing a conditional, are always multiline (#1380)b2952edfix: clear children context in Fragment.Render (#1360)8fecf2dfix: prevent corrupted output in watch mode with gzip, fixes #1365 (#1366)7adcb62fix: show correct updates based on written Go files without watch (#1363)aa493e0fix: track Range for non-JavaScript ScriptExpression nodes (#1350)d52d64efix: use dedicated shadow host in Suspense example to ensure header is rendered (#1370)83176f9fix: vulnerabilities in x/net (only affects templ watch mode and tests), fixes #1354evanw/esbuild (github.com/evanw/esbuild)
v0.28.1Compare Source
Disallow
\in local development server HTTP requests (GHSA-g7r4-m6w7-qqqr)This release fixes a security issue where HTTP requests to esbuild's local development server could traverse outside of the serve directory on Windows using a
\backslash character. It happened due to the use of Go'spath.Clean()function, which only handles Unix-style/characters. HTTP requests with paths containing\are no longer allowed.Thanks to @dellalibera for reporting this issue.
Add integrity checks to the Deno API (GHSA-gv7w-rqvm-qjhr)
The previous release of esbuild added integrity checks to esbuild's npm install script. This release also adds integrity checks to esbuild's Deno install script. Now esbuild's Deno API will also fail with an error if the downloaded esbuild binary contains something other than the expected content.
Note that esbuild's Deno API installs from
registry.npmjs.orgby default, but allows theNPM_CONFIG_REGISTRYenvironment variable to override this with a custom package registry. This change means that the esbuild executable served byNPM_CONFIG_REGISTRYmust now match the expected content.Thanks to @sondt99 for reporting this issue.
Avoid inlining
usingandawait usingdeclarations (#4482)Previously esbuild's minifier sometimes incorrectly inlined
usingandawait usingdeclarations into subsequent uses of that declaration, which then fails to dispose of the resource correctly. This bug happened because inlining was done forletandconstdeclarations by avoiding doing it forvardeclarations, which no longer worked when more declaration types were added. Here's an example:Fix module evaluation when an error is thrown (#4461, #4467)
If an error is thrown during module evaluation, esbuild previously didn't preserve the state of the module for subsequent module references. This was observable if
import()orrequire()is used to import a module multiple times. The thrown error is supposed to be thrown by every call toimport()orrequire(), not just the first. With this release, esbuild will now throw the same error every time you callimport()orrequire()on a module that throws during its evaluation.Fix some edge cases around the
newoperator (#4477)Previously esbuild incorrectly printed certain edge cases involving complex expressions inside the target of a
newexpression (specifically an optional chain and/or a tagged template literal). The generated code for thenewtarget was not correctly wrapped with parentheses, and either contained a syntax error or had different semantics. These edge cases have been fixed so that they now correctly wrap thenewtarget in parentheses. Here is an example of some affected code:Fix renaming of nested
vardeclarations (#4471)This release fixes a bug where
vardeclarations in nested scopes that are hoisted up to module scope were not correctly being renamed during bundling. That could previously lead to name collisions when minification was disabled, which could potentially cause a behavior change. The bug has been fixed so that these hoisted declarations are now considered to be module-level symbols during the name collision avoidance pass.Emit
varinstead ofconstfor certain TypeScript-only constructs for ES5 (#4448)While esbuild doesn't generally support converting
consttovarfor ES5 due to nested scoping rules (which is currently a build-time error), esbuild previously incorrectly converted TypeScript-onlyimportassignment constructs into aconstdeclaration even when targeting ES5. With this release, esbuild will now usevarfor this case instead:tdewolff/parse (github.com/tdewolff/parse/v2)
v2.8.13Compare Source
golangci/golangci-lint (golangci/golangci-lint)
v2.12.2Compare Source
Released on 2026-05-06
gomodguard_v2: fix blocked configurationgomodguard_v2: from 2.1.0 to 2.1.3iface: from 1.4.1 to 1.4.2Configuration
📅 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.
👻 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.