Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
/frameworkPublic archive

fix(nuxt): remove deprecated req/res access - #9636

Merged
danielroe merged 2 commits into
mainfrom
refactor/deprecated-node
Dec 10, 2022
Merged

fix(nuxt): remove deprecated req/res access#9636
danielroe merged 2 commits into
mainfrom
refactor/deprecated-node

Conversation

@danielroe

Copy link
Copy Markdown
Member

🔗 Linked issue

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

A few missing places where we should update to event.node rather than accessing res/req directly off the event

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@danielroedanielroe added bug Something isn't working 🍰 p2-nice-to-have Priority 2: nothing is broken but it's worth addressing labels Dec 9, 2022
@danielroe
danielroe requested a review from pi0December 9, 2022 22:39
@danielroedanielroe self-assigned this Dec 9, 2022
@codesandbox

Copy link
Copy Markdown

CodeSandbox logoCodeSandbox logo Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@danielroedanielroe changed the title fix(nuxt): access req/res from event.nodefix(nuxt): remove deprecated req/res accessDec 10, 2022
@danielroe
danielroe merged commit 2396fc6 into mainDec 10, 2022
@danielroe
danielroe deleted the refactor/deprecated-node branch December 10, 2022 19:54
@pi0pi0 mentioned this pull request Dec 15, 2022
6 tasks
@danielroedanielroe mentioned this pull request Jan 20, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

3.xbugSomething isn't working🍰 p2-nice-to-havePriority 2: nothing is broken but it's worth addressing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@danielroe@atinux