Update dependency nuxt-security to v2.1.5 #127
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:
2.0.0
->2.1.5
Release Notes
Baroshem/nuxt-security (nuxt-security)
v2.1.5
Compare Source
🚨Hotfix Release : disable minification by default
This release fixes an issue reported in #576 whereby Nuxt UI v3 styles could break.
The issue was related to minification settings.
This release also deploys the new version of the documentation pages for Nuxt Security
Enjoy reading 📖
What's Changed
New Contributors
Full Changelog: nuxt-modules/security@v2.1.4...v2.1.5
v2.1.4
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v2.1.3
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
v2.1.2
: 2.1.2Compare Source
🚨Hotfix release: re-enable console.logs in dev mode
This release prevents the removal of
console.log
statements by Nuxt-Security in development mode.Nuxt Security helps you ship safer applications by removing
console.log
statements when theremoveLoggers
option is set totrue
, which is the default value.However, removing
console.log
statements by default also in development mode is causing our users to search why their logs are disappearing.With this release,
removeLoggers
only removesconsole.log
statements in production builds.What's Changed
Full Changelog: nuxt-modules/security@v2.1.1...v2.1.2
v2.1.1
: 2.1.1Compare Source
🛠️ Hotfix Release : Node 18 Compatibility
This hotfix release re-introduces support for Node 18.
Node 18 is the minimum requirement for all Nuxt 3 applications.
Full Changelog: nuxt-modules/security@v2.1.0...v2.1.1
v2.1.0
: 2.1.0Compare Source
2.1.0 🎉
This is a new minor version where we focused mainly on fixing bugs but we also introduced Continous Releases by Stackblitz!
Enjoy!
👉 Changelog
compare changes
❤️ Contributors
What's Changed
New Contributors
Full Changelog: nuxt-modules/security@v2.0.0...v2.1.0
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.
🔕 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.