-
Notifications
You must be signed in to change notification settings - Fork 10
chore(deps): update all non-major dependencies #50
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
Merged
Conversation
This file contains hidden or 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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
7713943 to
e4a8b81
Compare
e4a8b81 to
ee0905c
Compare
ee0905c to
cf750ff
Compare
cf750ff to
9f2d623
Compare
9f2d623 to
8649e79
Compare
8649e79 to
e97ad88
Compare
e97ad88 to
51b450c
Compare
51b450c to
d2f339b
Compare
d2f339b to
0039fcb
Compare
0039fcb to
80a7bca
Compare
80a7bca to
51b3c6a
Compare
51b3c6a to
6ddb033
Compare
6ddb033 to
66c9329
Compare
66c9329 to
748bb84
Compare
d8f86a3 to
c12c8c3
Compare
c12c8c3 to
456843e
Compare
456843e to
ea02b39
Compare
ea02b39 to
83c2ead
Compare
83c2ead to
9bbc575
Compare
9bbc575 to
e10a6ce
Compare
e10a6ce to
f14b26d
Compare
f14b26d to
15d0063
Compare
15d0063 to
7647302
Compare
7647302 to
3045b3c
Compare
3045b3c to
bd093e5
Compare
bd093e5 to
16200cc
Compare
16200cc to
0884ada
Compare
mitjans
approved these changes
Dec 4, 2024
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:
^1.2.0->^1.2.1^1.2.4->^1.2.14^2.13.2->^2.13.4^0.5.7->^0.7.2^3.13.2->^3.14.1592^3.13.2->^3.14.1592^3.14.2->^3.14.4^1.4.3->^1.5.0^2.1.1->^2.2.1^0.4.3->^0.4.4^20.16.9->^20.17.9^9.11.1->^9.16.0^3.13.2->^3.14.1592^3.0.2->^3.1.1^1.165.0->^1.194.3^4.2.0->^4.3.1^3.3.3->^3.4.2^5.6.2->^5.7.2^2.1.1->^2.1.8^2.1.6->^2.1.10Release Notes
nuxt/content (@nuxt/content)
v2.13.4Compare Source
compare changes
🏡 Chore
@nuxtjs/mdc(0c462d3f)❤️ Contributors
v2.13.3Compare Source
compare changes
🩹 Fixes
@nuxtjs/mdcutils via content module (#2775)charset=utf-8to headers of indexed mode (#2729)ssr: falsewith Content (#2776)defineNitroPluginfrom#imports(34f65172)draftkey as_draft(#2738)📖 Documentation
🏡 Chore
@nuxtjs/mdc(#2781)@nuxtjs/mdc(664ac088)❤️ Contributors
nuxt/eslint (@nuxt/eslint-config)
v0.7.2Compare Source
🚀 Features
View changes on GitHub
v0.7.1Compare Source
No significant changes
View changes on GitHub
v0.7.0Compare Source
🚀 Features
features.formattersto format CSS and HTML - by @antfu in https://github.com/nuxt/eslint/issues/520 (f6d8b)View changes on GitHub
v0.6.2Compare Source
🚀 Features
🐞 Bug Fixes
eslint-config-flat-gitignoreto0.2.0to support ESLint v8, #507 - by @antfu in https://github.com/nuxt/eslint/issues/507 (b781e)View changes on GitHub
v0.6.1Compare Source
🚀 Features
vite-plugin-eslint2v5, close #516 - by @antfu in https://github.com/nuxt/eslint/issues/516 (a6b4e)View changes on GitHub
v0.6.0Compare Source
🚀 Features
nuxt-config-keys-orderrule - by @antfu in https://github.com/nuxt/eslint/issues/491 (b65a8)View changes on GitHub
nuxt/nuxt (@nuxt/kit)
v3.14.1592Compare Source
👉 Changelog
compare changes
🩹 Fixes
webpackbarwith support for rspack (#29823)dstto deduplicate templates when adding them (#29895)dstto invalidate modules (6cd3352de)changeevents (#29954)<NuxtWelcome>when building (#29956)💅 Refactors
📖 Documentation
🏡 Chore
✅ Tests
🤖 CI
❤️ Contributors
v3.14.159Compare Source
We're leaning into the π theme - future patch releases of this minor version will just continue adding digits. (Sorry for any inconvenience! 😆)
👉 Changelog
compare changes
🩹 Fixes
module.json(#29793)mllyto resolve module paths to avoid cjs fallback (#29799)webpack-dev-middleware(#29806)📖 Documentation
🏡 Chore
❤️ Contributors
v3.14.0Compare Source
👀 Highlights
Behind the scenes, a lot has been going on in preparation for the release of Nuxt v4 (particularly on the
unjsside with preparations for Nitro v3!)⚡️ Faster starts powered by
jitiLoading the nuxt config file, as well as modules and other build-time code, is now powered by
jitiv2. You can see more about the release in the jiti v2 release notes, but one of the most important pieces is native node esm import (where possible), which should mean a faster start. ✨📂 Shared folder for code and types shared with client/server
You should never import Vue app code in your nitro code (or the other way around). But this has meant a friction point when it comes to sharing types or utilities that don't rely on the nitro/vue contexts.
For this, we have a new
shared/folder (#28682). You can't import Vue or nitro code into files in this folder, but it produces auto-imports you can consume throughout the rest of your app.If needed you can use the new
#sharedalias which points to this folder.The shared folder is alongside your
server/folder. (If you're usingcompatibilityVersion: 4, this means it's not inside yourapp/folder.)🦀
rspackbuilderWe're excited to announce a new first-class Nuxt builder for
rspack. It's still experimental but we've refactored the internal Nuxt virtual file system to useunpluginto make this possible.Let us know if you like it - and feel free to raise any issues you experience with it.
👉 To try it out, you can use this starter - or just install
@nuxt/rspack-builderand setbuilder: 'rspack'in your nuxt config file.✨ New composables
We have new
useResponseHeaderanduseRuntimeHookcomposables (#27131 and #29741).🔧 New module utilities
We now have a new
addServerTemplateutility (#29320) for adding virtual files for access inside nitro runtime routes.🚧 v4 changes
We've merged some changes which only take effect with
compatibilityVersion: 4, but which you can opt-into earlier.previously, if you had a component like
~/components/App/Header.vuethis would be visible in your devtools as<Header>. From v4 we ensure this is<AppHeader>, but it's opt-in to avoid breaking any manual<KeepAlive>you might have implemented. (#28745).Nuxt scans page metadata from your files, before calling
pages:extend. But this has led to some confusing behaviour, as pages added at this point do not end up having their page metadata respected. So we now do not scan metadata before callingpages:extend. Instead, we have a newpages:resolvedhook, which is called afterpages:extend, after all pages have been augmented with their metadata. I'd recommend opting into this by settingexperimental.scanPageMetatoafter-resolve, as it solves a number of bugs.🗺️ Roadmap to v3.15
They didn't quite make it in time for v3.14 but for the next minor release you can expect (among other things):
✅ Upgrading
As usual, our recommendation for upgrading is to run:
This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.
👉 Changelog
compare changes
🚀 Enhancements
jiti(#29073)addServerTemplateutility (#29320)useResponseHeadercomposable (#27131)rspackbuilder (#29142)pages:resolvedhook + scan meta post extend (#28861)definePageMeta(#29586)shared/folder and#sharedalias (#28682)useRuntimeHookcomposable (#29741)🔥 Performance
useNuxtApp(#29514)🩹 Fixes
InjectionTypetemplate conditional (#29023)webpackmemfs (#29027)DOMExceptionas fetch abort exception (#29058)devServer.https(#29049)buildDirin dev mode (#29068)node_modules/from parent urls (5bd42c893)crossoriginattribute for stylesheets (#29138)routeRulesto hint pages to prerender (#29172)link:prefetch(#29321)ConfigLayertype fromc12(#29370)typedPages(#29352)configFileas required in layer type (3bbcd7d21)createIsExternal(686be8168)propsvalue indefinePageMeta(#29683)nitropack/typesto ensure api routes are typed (54096875e)💅 Refactors
addBuildPlugininternally (#29157)📖 Documentation
defineNuxtComponentinstead ofdefineComponent(#29011)useRequestFetchandevent.$fetch(#29099)useFetcherrors (#29253)ofetchheaders for interceptors (#29118).env.test(#29398)mockImplementation()call (#29669)$fetch(#29755)--envNameflag (#28909)📦 Build
beasties(1b5391182)🏡 Chore
unbuildupdate (71e0fb06f)jiti.import(7ece49f9b)✅ Tests
unctxtransform (d81196122)🤖 CI
❤️ Contributors
nuxt/test-utils (@nuxt/test-utils)
v3.14.4Compare Source
compare changes
🩹 Fixes
NODE_ENVwhen running built server (#969)❤️ Contributors
v3.14.3Compare Source
compare changes
🩹 Fixes
directivestomountSuspended(#960)directivestorenderSuspended(cf1b48ff)🏡 Chore
✅ Tests
❤️ Contributors
nuxt/ui-pro (@nuxt/ui-pro)
v1.5.0Compare Source
v1.4.4Compare Source
nuxtlabs/studio-module (@nuxthq/studio)
v2.2.1Compare Source
9fe3094)v2.2.0Compare Source
294bc38)c5e32fb)e501ba7)nuxt-modules/fontaine (@nuxtjs/fontaine)
v0.4.4Compare Source
🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)
v9.16.0Compare Source
Features
8f70eb1feat: AddignoreComputedKeysoption insort-keysrule (#19162) (Milos Djermanovic)Documentation
9eefc8fdocs: fix typos inuse-isnan(#19190) (루밀LuMir)0c8cea8docs: switch the order of words inno-unreachable(#19189) (루밀LuMir)0c19417docs: add missing backtick tono-async-promise-executor(#19188) (루밀LuMir)8df9276docs: add backtick in-0indescriptionofno-compare-neg-zero(#19186) (루밀LuMir)7e16e3fdocs: fixcaseSensitiveoption's title ofsort-keys(#19183) (Tanuj Kanti)0c6b842docs: fix typos inmigration-guide.md(#19180) (루밀LuMir)353266edocs: fix a typo indebug.md(#19179) (루밀LuMir)5ff318adocs: delete unnecessary horizontal rule(---) innodejs-api(#19175) (루밀LuMir)576bcc5docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti)742d054docs: note thatno-restricted-syntaxcan be used with any language (#19148) (Milos Djermanovic)Chores
feb703bchore: upgrade to@eslint/[email protected](#19195) (Francesco Trotta)df9bf95chore: package.json update for @eslint/js release (Jenkins)f831893chore: add type forignoreComputedKeysoption ofsort-keys(#19184) (Tanuj Kanti)3afb8a1chore: update dependency @eslint/json to ^0.8.0 (#19177) (Milos Djermanovic)1f77c53chore: addrepository.directoryproperty topackage.json(#19165) (루밀LuMir)d460594chore: update dependency @arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot])45cd4earefactor: update default options in rules (#19136) (Milos Djermanovic)v9.15.0Compare Source
v9.14.0Compare Source
v9.13.0Compare Source
v9.12.0Compare Source
Features
5a6a053feat: update tojitiv2 (#18954) (Arya Emami)17a07fbfeat: Hooks for test cases (RuleTester) (#18771) (Anna Bocharova)2ff0e51feat: Implement alternate config lookup (#18742) (Nicholas C. Zakas)2d17453feat: Implement modified cyclomatic complexity (#18896) (Dmitry Pashkevich)Bug Fixes
ea380cafix: Upgrade retry to avoid EMFILE errors (#18986) (Nicholas C. Zakas)fdd6319fix: Issues with type definitions (#18940) (Arya Emami)Documentation
ecbd522docs: Mention code explorer (#18978) (Nicholas C. Zakas)7ea4eccdocs: Clarifying the Use of Meta Objects (#18697) (Amaresh S M)d3e4b2edocs: Clarify how to exclude.jsfiles ([#18976](https://redirect.gConfiguration
📅 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.
👻 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.