-
-
Notifications
You must be signed in to change notification settings - Fork 564
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for elk-docs canceled.
|
❌ Deploy Preview for elk-zone failed.
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@nuxtjs/[email protected], npm/@vercel/[email protected], npm/[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()
.
b8fcfc9
to
90bf83a
Compare
7a8e58b
to
92ee07f
Compare
5149721
to
a9369ad
Compare
63e1592
to
d0d4fe0
Compare
d0d4fe0
to
71a57c6
Compare
This PR contains the following updates:
^8.5.3
->^9.0.0
^2.0.0
->^3.0.0
^1.4.3
->^2.0.0
^6.0.1
->^7.0.0
Release Notes
nuxt-modules/i18n (@nuxtjs/i18n)
v9.0.0
Compare Source
This changelog is generated by GitHub Releases
🚨 Breaking Changes
lang
attribute foruseLocaleHead
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3097 (a3fb8)useLocaleHead
options shape and defaults - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3100 (85550)restructureDir
defaults - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3106 (3e336)iso
property - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3146 (039f2)🚀 Features
Locale
type based on configuration - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3025 (9aa71)vue-i18n
and messages type generation - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3151 (4f734)🐞 Bug Fixes
@intlify/core-base
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3034 (e2c58)switchLocalePath
during SSR replacement - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3043 (be59c)switchLocalePath
during SSR replacement - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3043 (28d22)iso
property tolanguage
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3055 (6a29a)iso
property tolanguage
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3055 (df938)strategy: 'no_prefix'
when usingdifferentDomains
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3061 (8536b)strategy: 'no_prefix'
when usingdifferentDomains
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3061 (53f16)locales
andrestructureDir
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3088 (88a7b)i18n
options not loadingvue-i18n
config file - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3093 (c720b)i18n
options not loadingvue-i18n
config file - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3093 (a8463)string
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3107 (b2d49)jiti
version override - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3115 (2678e)srcDir
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3133 (b9e52)srcDir
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3133 (10c02)next
tag for v9 edge release - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3138 (f61b5)baseUrl
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3145 (35b45)vueI18n
resolution not usingrestructureDir
defaults - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3159 (a0164)@intlify/h3
dependency - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3165 (893f9)pages:resolved
hook if enabled - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3196 (11b3e)View changes on GitHub
v8.5.6
Compare Source
v8.5.5
Compare Source
No significant changes
View changes on GitHub
v8.5.4
Compare Source
This release removes version checks that prevent usage with Nuxt versions higher than
3.x
.The path resolution for
langDir
(relative tosrcDir
) andlocaleDetector
(relative torootDir
) remain unchanged, to ease migration to v9 we recommend configuringexperimental.restructureDir
which will be enabled and set toi18n
by default in the upcoming major release.🚀 Features
View changes on GitHub
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.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.