build(deps): bump github.com/quic-go/quic-go from 0.37.5 to 0.37.7#59
Open
dependabot[bot] wants to merge 299 commits intomainfrom
Open
build(deps): bump github.com/quic-go/quic-go from 0.37.5 to 0.37.7#59dependabot[bot] wants to merge 299 commits intomainfrom
dependabot[bot] wants to merge 299 commits intomainfrom
Conversation
don't show author picture on entry pages (it's too small to be realistically viewable anyway), and drop time from datetime display.
Add relevant io-slides files directly to wcsf2013 presentation, since it will be the only one to ever use it.
don't just hide with CSS, but move the author image to a <data> element so that it is only picked up by microformats parsers and not fetched by browsers.
Remove some unused styles. Bring back inline site description in header on wider browsers. Small improvements to content images.
This lists all pages on the site, regardless of section or type.
Also show all post types on /archives/.
This is the modern equivalent of the old clearfix hack to ensure floating elements don't extend past the parent.
This replaces about 85 kB of javascript libraries (mostly jQuery) for a native API that works on all browsers except Firefox (which is just behind a flag, so hopefully coming soon?). This doesn't have the pretty transition effect, but I can always add that later.
This solution comes from Ana Tudor's article, https://css-tricks.com/a-lightweight-masonry-solution/, and does exactly what I'm looking for at less than 1/10th the weight.
only show heading when there are replies. Give webmention form a background and border, the same as comments.
Bumps [github.com/quic-go/quic-go](https://github.com/quic-go/quic-go) from 0.37.5 to 0.37.7. - [Release notes](https://github.com/quic-go/quic-go/releases) - [Changelog](https://github.com/quic-go/quic-go/blob/master/Changelog.md) - [Commits](quic-go/quic-go@v0.37.5...v0.37.7) --- updated-dependencies: - dependency-name: github.com/quic-go/quic-go dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
daa1137 to
1d8fc5f
Compare
afe75e4 to
113a4fc
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.
Bumps github.com/quic-go/quic-go from 0.37.5 to 0.37.7.
Release notes
Sourced from github.com/quic-go/quic-go's releases.
Commits
21609dddon't retransmit PATH_CHALLENGE and PATH_RESPONSE frames (#4200)d7aa627limit the number of queued PATH_RESPONSE frames to 256 (#4199)e2c360creassemble post-handshake TLS messages before passing them to crypto/tls (#4038)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.