Skip to content

Conversation

sweptsquash
Copy link
Contributor

This pull request updates the package.json file to expand the supported versions of several dependencies and peer dependencies. These changes aim to ensure compatibility with newer versions while maintaining support for existing ones.

Dependency version updates:

  • Updated the version ranges for @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, typescript, vite, and vitest in devDependencies to include newer versions.

Peer dependency updates:

  • Expanded the supported version range for vite in peerDependencies to include version ^7.0.0.

@sweptsquash
Copy link
Contributor Author

Hi @timacdonald when you've got a spare second would be great to get some 👀 on this PR. Many thanks 😄

@tylersatre
Copy link

I didn't test this branch, but did update my requirement for vite to ^7.0.0 and did npm update --legacy-peer-deps to get it to install and it worked out fine in my local environment with the plugin. 🤞 it gets merged soon!

@stevebauman
Copy link

Can we get a super sick merge on this bad boy? 🏄

@timacdonald
Copy link
Member

Should have a chance to look at this one this week. Sorry for the delay, folks.

@stevebauman
Copy link

Thanks @timacdonald! Appreciate you 🙏

@timacdonald timacdonald mentioned this pull request Jul 1, 2025
@Freeeon
Copy link

Freeeon commented Jul 7, 2025

Waiting so much!

},
"peerDependencies": {
"vite": "^5.0.0 || ^6.0.0"
"vite": "^7.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the package is extremely stable, I don't feel we need to support multiple versions of Vite anymore.

We will tag a major version when we release this.

@taylorotwell taylorotwell merged commit 746c04c into laravel:1.x Jul 8, 2025
3 checks passed
@sweptsquash sweptsquash mentioned this pull request Jul 8, 2025
@timacdonald
Copy link
Member

Thanks, @sweptsquash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants