-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-dependencies
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
added
the
c: dependencies
Pull requests that adds/updates a dependency
label
Oct 14, 2024
✅ 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/i18n@8.5.3, npm/@vercel/kv@2.0.0, npm/file-saver@2.0.5 |
renovate
bot
force-pushed
the
renovate/major-dependencies
branch
from
October 14, 2024 08:35
d766e7d
to
b8fcfc9
Compare
shuuji3
reviewed
Oct 15, 2024
@@ -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()
.
renovate
bot
force-pushed
the
renovate/major-dependencies
branch
from
October 21, 2024 02:27
b8fcfc9
to
90bf83a
Compare
renovate
bot
force-pushed
the
renovate/major-dependencies
branch
4 times, most recently
from
November 4, 2024 17:06
7a8e58b
to
92ee07f
Compare
renovate
bot
force-pushed
the
renovate/major-dependencies
branch
5 times, most recently
from
November 11, 2024 02:05
5149721
to
a9369ad
Compare
renovate
bot
force-pushed
the
renovate/major-dependencies
branch
2 times, most recently
from
November 18, 2024 12:09
63e1592
to
d0d4fe0
Compare
renovate
bot
force-pushed
the
renovate/major-dependencies
branch
from
November 19, 2024 10:52
d0d4fe0
to
71a57c6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^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.