-
-
Notifications
You must be signed in to change notification settings - Fork 566
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 dependencies (major) #2994
Conversation
✅ Deploy Preview for elk-docs canceled.
|
✅ Deploy Preview for elk-zone ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@vercel/[email protected] |
d766e7d
to
b8fcfc9
Compare
@@ -85,7 +85,7 @@ | |||
"lru-cache": "^11.0.0", | |||
"masto": "^6.7.5", | |||
"node-emoji": "^2.1.3", | |||
"nuxt-security": "^1.4.3", | |||
"nuxt-security": "^2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that this major version up somehow broke the type inference of the returned value of useRuntimeConfig()
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, the latest version of nuxt-security
(v2.1.4) no longer has the previous type error.
b8fcfc9
to
90bf83a
Compare
7a8e58b
to
92ee07f
Compare
5149721
to
a9369ad
Compare
71a57c6
to
93ab924
Compare
93ab924
to
4bcb220
Compare
6275533
to
910015a
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
910015a
to
a029917
Compare
This PR contains the following updates:
^2.0.0
->^3.0.0
^1.4.3
->^2.0.0
^6.0.1
->^7.0.0
Release Notes
vercel/storage (@vercel/kv)
v3.0.0
Compare Source
Major Changes
14bc82e
: BREAKING: Updates @upstash/redis to v1.34.0 which contains a small breaking change in the public API. The cursor field in scan commands is now returned asstring
instead ofnumber
.Baroshem/nuxt-security (nuxt-security)
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: Baroshem/nuxt-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: Baroshem/nuxt-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: Baroshem/nuxt-security@v2.0.0...v2.1.0
v2.0.0
: 2.0.0Compare Source
2.0.0 🎉
This is the new major version of the NuxtSecurity module. After nine release candidates versions, we are ready to present you this new amazing version 🚀
With it, we have updated many things that you can check out below in comparison to version 1.4.0.
Enjoy!
New features
As a part of this new release, there are several new features.
A+ Score by default
Our new version delivers an A+ security rating by default on both the Mozilla Observatory and SecurityHeaders.com
Our documentation page is deployed with Nuxt-Security and is tested on these two scanners:
Performance optimization
We are considerably improving the performance of Nuxt Security with this release, by removing all dependency from cheerio.
Applications running in lightweight environments such as workers, will benefit from significantly reduced CPU and memory usage, and increased page delivery.
Many thanks to @GalacticHypernova for leading the full rewrite of our HTML parsing engine 💚
All Nuxt modes
Security headers are now deployed in all Nuxt rendering modes:
See https://github.com/Baroshem/nuxt-security/pull/441 for details.
OWASP compliance
We are updating our default security settings to conform with the latest OWASP default values for headers.
Users benefit from these updating settings out of the box, with no changes required.
See https://github.com/Baroshem/nuxt-security/pull/450 for details.
Full Static Support
We are significantly improving application security for static websites:
prerenderedHeaders
build-time hook that exposes all security headers for complete control of your server's headers.🗞️ Next steps
We are planning a new release soon with the Nuxt DevTools Tab support 🚀
👉 Changelog
compare changes
❤️ Contributors
What's Changed
--host
mode by @vejja in https://github.com/Baroshem/nuxt-security/pull/456strict
mode by @vejja in https://github.com/Baroshem/nuxt-security/pull/483useScript
by @vejja in https://github.com/Baroshem/nuxt-security/pull/485New Contributors
postcss/postcss-nested (postcss-nested)
v7.0.2
Compare Source
v7.0.1
Compare Source
v7.0.0
Compare Source
v6.2.0
Compare Source
@starting-style
to bubbling at-rules.Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.