Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update deps (patch) #262

Merged
merged 1 commit into from Sep 8, 2022
Merged

fix(deps): update deps (patch) #262

merged 1 commit into from Sep 8, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/lib/pq require patch v1.10.6 -> v1.10.7
github.com/microcosm-cc/bluemonday require patch v1.0.19 -> v1.0.20

Release Notes

lib/pq

v1.10.7

Compare Source

microcosm-cc/bluemonday

v1.0.20

Compare Source

This is an update of dependencies, specifically it updates the HTML parser within go/net/html.

The update removes a capability, Microsoft style comments that allow browser conditionals no longer works. This is due to a fix on the part of the Go team to prevent XSS within HTML comments, and the commit in question is here golang/net@06994584 . There is no easy to see safe way to restore that functionality without adding more risk to those who .AllowComments() and so I am accepting that this non-standard use of HTML comments is no longer supported.

As part of this version, the older release of v1.0.19 is retracted.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner September 4, 2022 13:38
@renovate renovate bot added the dependencies Indicates a change to dependencies label Sep 4, 2022
@codecov
Copy link

codecov bot commented Sep 4, 2022

Codecov Report

Merging #262 (98b8fbd) into master (d9daabc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #262   +/-   ##
=======================================
  Coverage   97.08%   97.08%           
=======================================
  Files          57       57           
  Lines        6288     6288           
=======================================
  Hits         6105     6105           
  Misses        134      134           
  Partials       49       49           

@renovate renovate bot changed the title fix(deps): update module github.com/microcosm-cc/bluemonday to v1.0.20 fix(deps): update deps (patch) Sep 6, 2022
Copy link
Contributor

@jbrockopp jbrockopp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wass3r wass3r merged commit f0f2001 into master Sep 8, 2022
@wass3r wass3r deleted the renovate/deps-(patch) branch September 8, 2022 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Indicates a change to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants