You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking:Strict-Transport-Security now has a max-age of 365 days, up from 180
Breaking:Content-Security-Policy middleware now throws an error if a directive should have quotes but does not, such as self instead of 'self'. See #454
Breaking:Content-Security-Policy's getDefaultDirectives now returns a deep copy. This only affects users who were mutating the result
Breaking:Strict-Transport-Security now throws an error when "includeSubDomains" option is misspelled. This was previously a warning
Removed
Breaking: Drop support for Node 16 and 17. Node 18+ is now required
Configuration
📅 Schedule: (UTC)
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
If you want to rebase/retry this PR, check this box
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
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:
^7.0.0→^8.0.0Release Notes
helmetjs/helmet (helmet)
v8.3.0Compare Source
Changed
Content-Security-Policy: improved performance by ~7% when there are no dynamic directivesContent-Security-Policy: improved error handling for invalid directive namesFixed
Content-Security-Policy:useDefaults: falsewith no directives is no longer valid, both at runtime and the type levelContent-Security-Policy: dynamically-computed directive values wouldthrow, not callnext, when invalidContent-Security-Policy: dynamically-computed directive value entries wouldthrow, not callnext, when function threwv8.2.0Compare Source
Cross-Origin-Opener-Policy: supportnoopener-allow-popups. See #522v8.1.0Compare Source
Changed
Content-Security-Policygives a better error when a directive value, likeself, should be quoted. See #482v8.0.0Compare Source
Changed
Strict-Transport-Securitynow has a max-age of 365 days, up from 180Content-Security-Policymiddleware now throws an error if a directive should have quotes but does not, such asselfinstead of'self'. See #454Content-Security-Policy'sgetDefaultDirectivesnow returns a deep copy. This only affects users who were mutating the resultStrict-Transport-Securitynow throws an error when "includeSubDomains" option is misspelled. This was previously a warningRemoved
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.