-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update dependency helmet to v8 #1296
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/helmet-8.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
2 times, most recently
from
September 29, 2024 03:43
f65600c
to
6952869
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
September 29, 2024 21:32
6952869
to
8c3f495
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
September 29, 2024 21:34
8c3f495
to
60aeb50
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 1, 2024 03:12
60aeb50
to
aa50796
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 1, 2024 03:15
aa50796
to
1c2edd3
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 3, 2024 22:05
1c2edd3
to
eb28dab
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 3, 2024 22:08
eb28dab
to
dff2cc9
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 8, 2024 22:14
dff2cc9
to
6cc8e2e
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 8, 2024 22:17
6cc8e2e
to
f45f0f0
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 9, 2024 03:10
f45f0f0
to
e9c4efe
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 9, 2024 03:12
e9c4efe
to
f64fbf9
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 11, 2024 18:22
f64fbf9
to
4658cee
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 11, 2024 18:24
4658cee
to
69cebed
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
October 18, 2024 23:15
69cebed
to
a5c646c
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
November 27, 2024 05:01
8a48a84
to
0093025
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
November 27, 2024 05:04
0093025
to
033d687
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
December 1, 2024 03:27
033d687
to
8288c24
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
December 1, 2024 03:30
8288c24
to
a5733b5
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
December 3, 2024 08:39
a5733b5
to
a39b60e
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
December 3, 2024 08:41
a39b60e
to
1939a03
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
December 3, 2024 22:44
1939a03
to
f0f335b
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
December 3, 2024 22:46
f0f335b
to
8563f34
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
December 4, 2024 13:50
8563f34
to
dfd3044
Compare
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
December 4, 2024 15:19
dfd3044
to
df16342
Compare
renovate
bot
changed the title
Update dependency helmet to v8
Update dependency helmet to v8 - autoclosed
Dec 8, 2024
renovate
bot
changed the title
Update dependency helmet to v8 - autoclosed
Update dependency helmet to v8
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/helmet-8.x
branch
from
December 9, 2024 02:27
60bdb8d
to
df16342
Compare
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0
Release Notes
helmetjs/helmet (helmet)
v8.0.0
Compare Source
Changed
Strict-Transport-Security
now has a max-age of 365 days, up from 180Content-Security-Policy
middleware now throws an error if a directive should have quotes but does not, such asself
instead of'self'
. See #454Content-Security-Policy
'sgetDefaultDirectives
now returns a deep copy. This only affects users who were mutating the resultStrict-Transport-Security
now throws an error when "includeSubDomains" option is misspelled. This was previously a warningRemoved
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 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.