Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

build(deps-dev): bump nuxt-security from 1.0.0-rc.4 to 1.0.0-rc.5 #45

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps nuxt-security from 1.0.0-rc.4 to 1.0.0-rc.5.

Release notes

Sourced from nuxt-security's releases.

1.0.0-rc.5

1.0.0-rc.5 is the next release candidate

๐Ÿพ New features

This PR introduces per-route configuration of security headers, via

defineNuxtConfig({
  routeRules: {
    [some-route]: {
      security: {
        headers : ...
      }
    }
  }
})

๐Ÿ—ž๏ธ Next steps

This is the last release candidate version. In the next weeks we are planning to release stable 1.0.0 version :)

๐Ÿ‘‰ Changelog compare changes

๐Ÿš€ Enhancements

  • Per-route object based headers configuration
  • Limiting CSP header to HTML responses only
  • Migrate to Node 18.X
  • Allow falling back to global options when per-route option is not provided

๐Ÿฉน Fixes

  • failed to find a valid digest in the 'integrity' attribute
  • Strict-Transport-Security as string not parsing max-age correctly
  • Nuxt 3.8.1 breaks Subresource Integrity
  • Unrecognized Content-Security-Policy directive 'undefined'
  • Build fails because of removeLoggers

๐Ÿ“– Documentation

  • Per Route Security configuration with headers

โค๏ธ Contributors

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nuxt-security](https://github.com/Baroshem/nuxt-security) from 1.0.0-rc.4 to 1.0.0-rc.5.
- [Release notes](https://github.com/Baroshem/nuxt-security/releases)
- [Commits](Baroshem/nuxt-security@v1.0.0-rc.4...v1.0.0-rc.5)

---
updated-dependencies:
- dependency-name: nuxt-security
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 5, 2023
Copy link

vercel bot commented Dec 5, 2023

The latest updates on your projects. Learn more about Vercel for Git โ†—๏ธŽ

Name Status Preview Comments Updated (UTC)
hidden-link โœ… Ready (Inspect) Visit Preview ๐Ÿ’ฌ Add feedback Dec 5, 2023 0:51am

Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests โœ…

Comparison is base (700d0be) 95.60% compared to head (e7218d8) 95.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #45   +/-   ##
=======================================
  Coverage   95.60%   95.60%           
=======================================
  Files           5        5           
  Lines         250      250           
  Branches       18       18           
=======================================
  Hits          239      239           
  Misses         11       11           

โ˜” View full report in Codecov by Sentry.
๐Ÿ“ข Have feedback on the report? Share it here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants