Skip to content
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

2.15.0 #8591

Merged
merged 158 commits into from
Feb 15, 2021
Merged

2.15.0 #8591

merged 158 commits into from
Feb 15, 2021

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Jan 4, 2021

💡 Highlights

⚠️This release introduces minor breaking changes. Update with caution ⚠️

🐛 Bug Fixes

🚀 Features

💅 Refactors

🏡 Chore

🇹 Types

💖 Thanks to

danielroe and others added 30 commits December 1, 2020 12:10
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
…r payloads (#8489)

* fix(utils): don't inject a trailing slash on catchall routes (e.g. `/*/`)

closes #8488

* fix(vue-app, vue-renderer): respect `trailingSlash` setting for payloads

* refactor: use new ufo `parsePath` utility

Co-authored-by: pooya parsa <pyapar@gmail.com>
renovate bot and others added 17 commits February 8, 2021 22:09
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* chore(deps): lock file maintenance

* test: don't override fs to resolve issue with graceful-fs

* restore existsSync after each test

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
components module is not using loader for dev mode anymore
pi0 and others added 7 commits February 13, 2021 11:54
each package should specify it's engine requirements. also for nuxt we use runtime check to warn about minimum
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
@pi0 pi0 merged commit dcfb42b into 2.x Feb 15, 2021
@AlejandroRodarte
Copy link

Thank you for the support! One quick question though. I updated my applications from 2.14.12 to 2.15 and my server middlewares suddenly stopped working since the express module was not found. Does this means that, from now on, nuxt will not come bundled with express anymore? Thanks again for your hard work!

@manniL
Copy link
Member

manniL commented Feb 18, 2021

Thank you for the support! One quick question though. I updated my applications from 2.14.12 to 2.15 and my server middlewares suddenly stopped working since the express module was not found. Does this means that, from now on, nuxt will not come bundled with express anymore? Thanks again for your hard work!

Nuxt never came with express out of the box. It uses connect under the hood (and still does).
If you use express, you should add it to your dependencies :)

@AlejandroRodarte
Copy link

Thank you for the support! One quick question though. I updated my applications from 2.14.12 to 2.15 and my server middlewares suddenly stopped working since the express module was not found. Does this means that, from now on, nuxt will not come bundled with express anymore? Thanks again for your hard work!

Nuxt never came with express out of the box. It uses connect under the hood (and still does).
If you use express, you should add it to your dependencies :)

I see! I added it now to my dependencies and everything is working as usual. Just found it weird that updating nuxt to this version affected my express imports. Thank you!

@danielroe danielroe added the 2.x label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet