PR #98 opened: chore(deps): bump the minor-and-patch group with 5 updates
Bumps the minor-and-patch group with 5 updates:
| Package | From | To |
|---|---|---|
| globals | 17.5.0 | 17.6.0 |
| laravel-vite-plugin | 3.0.1 | 3.1.0 |
| lucide-react | 1.11.0 | 1.14.0 |
| prettier-plugin-tailwindcss | 0.7.3 | 0.8.0 |
| typescript-eslint | 8.59.0 | 8.59.1 |
Updates globals from 17.5.0 to 17.6.0
▶Release notes
Sourced from globals's releases.
v17.6.0
- Update globals (2026-05-01) (#343) 00a4dd9
https://github.com/sindresorhus/globals/compare/v17.5.0...v17.6.0
▶Commits
6b1587017.6.000a4dd9Update globals (2026-05-01) (#343)- See full diff in compare view
Updates laravel-vite-plugin from 3.0.1 to 3.1.0
▶Release notes
Sourced from laravel-vite-plugin's releases.
v3.1.0
Full Changelog: https://github.com/laravel/vite-plugin/compare/v3.0.3...v3.1.0
v3.0.3
What's Changed
- Add font optimization plugin by
@WendellAdrielin laravel/vite-plugin#348- Add release script and publish workflow by
@joetannenbaumin laravel/vite-plugin#351New Contributors
@WendellAdrielmade their first contribution in laravel/vite-plugin#348@joetannenbaummade their first contribution in laravel/vite-plugin#351Full Changelog: https://github.com/laravel/vite-plugin/compare/v3.0.1...v3.0.3
▶Changelog
Sourced from laravel-vite-plugin's changelog.
v3.1.0 - 2026-04-29
Full Changelog: https://github.com/laravel/vite-plugin/compare/v3.0.3...v3.1.0
v3.0.3 - 2026-04-29
What's Changed
- Add font optimization plugin by
@WendellAdrielin laravel/vite-plugin#348- Add release script and publish workflow by
@joetannenbaumin laravel/vite-plugin#351New Contributors
@WendellAdrielmade their first contribution in laravel/vite-plugin#348@joetannenbaummade their first contribution in laravel/vite-plugin#351Full Changelog: https://github.com/laravel/vite-plugin/compare/v3.0.1...v3.0.3
v3.0.0 - 2026-03-18
What's Changed
- [3.x] Add Vite 8 support by
@timacdonaldin laravel/vite-plugin#342Please see the upgrade guide for important upgrade steps.
Full Changelog: https://github.com/laravel/vite-plugin/compare/v2.1.0...v3.0.0
v2.1.0 - 2026-01-20
- fix: missing 2.0.0 release notes in changelog by
@james2doylein laravel/vite-plugin#338- [2.x] Use vite export to future proof additional pattern changes by
@timacdonaldin laravel/vite-plugin#339v2.0.1 - 2025-08-26
- Automatically create hotFile parent directory by
@adrumin laravel/vite-plugin#334v2.0.0 - 2025-07-09
- Vite 7 support by
@sweptsquashin laravel/vite-plugin#328- Upgrade dependencies by
@timacdonaldin laravel/vite-plugin#331v1.3.0 - 2025-06-03
- Use rollup types from Vite by
@sapphi-redin laravel/vite-plugin#325v1.2.0 - 2025-01-21
- [1.x] Fix Invalid URL issue with Vite 6.0.9 by
@batinmustuin laravel/vite-plugin#317- [1.x] Add default CORS origins by
@timacdonaldin laravel/vite-plugin#318
... (truncated)
▶Commits
c30bff4v3.1.043c8679Merge branch '3.x' of github.com:laravel/vite-plugin into 3.x3e531d0Update publish.ymlab23840Update CHANGELOG01d1725v3.0.3efec294Add release script and publish workflow (#351)5cb4e78Update package.json0236378Add font optimization plugin (#348)- See full diff in compare view
▶Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for laravel-vite-plugin since your current version.
Updates lucide-react from 1.11.0 to 1.14.0
▶Release notes
Sourced from lucide-react's releases.
Version 1.14.0
What's Changed
- feat(icons): added
repeat-officon by@jguddasin lucide-icons/lucide#3102Full Changelog: https://github.com/lucide-icons/lucide/compare/1.13.0...1.14.0
Version 1.13.0
What's Changed
- fix(docs): sync URL params with UI state on categories page by
@taimarin lucide-icons/lucide#4111- feat(icons): add
waves-verticalicon by@jamiemlawin lucide-icons/lucide#3867Full Changelog: https://github.com/lucide-icons/lucide/compare/1.12.0...1.13.0
Version 1.12.0
What's Changed
- feat(icon): add folder-bookmark icon by
@swastik7805in lucide-icons/lucide#4262- docs(readme): Update readme files by
@ericfennisin lucide-icons/lucide#4320- feat(icons): added
astroidicon by@whoisBugsbunnyin lucide-icons/lucide#4217Full Changelog: https://github.com/lucide-icons/lucide/compare/1.10.0...1.12.0
▶Commits
50d8af5docs(readme): Update readme files (#4320)- See full diff in compare view
Updates prettier-plugin-tailwindcss from 0.7.3 to 0.8.0
▶Release notes
Sourced from prettier-plugin-tailwindcss's releases.
v0.8.0
Changed
- Require at least Prettier 3.7.x (#420)
Added
- Export public sorting APIs to
/sorter(#438)Fixed
- Remove top-level await (#420)
- Improve load-time performance (#420)
- Improve config resolution caching with directory-based cache (#432)
- Load compatible plugins on demand and tighten plugin detection (#437)
- Load v3/v4 modules only when needed (#439)
- Remove recast/ast-types deps and optimize dynamic JS attribute handling (#440)
- Remove unused deps (#441)
- Use the plugin that has already been imported rather than dynamically importing it again (#442)
- Skip visiting non-node children (#443)
- Optimize whitespace-only class detection (#429)
- Fix v3 config loading with Jiti re-exports (#448)
- Collapse whitespace in template literals with adjacent quasis (#427)
- Improve
canCollapseWhitespaceInhandling for"tailwindPreserveWhitespace": true(#428)v0.7.4
Same as v0.7.2, since v0.7.3 contained breaking changes.
▶Changelog
Sourced from prettier-plugin-tailwindcss's changelog.
[0.8.0] - 2026-04-27
Changed
- Require at least Prettier 3.7.x (#420)
Added
- Export public sorting APIs to
/sorter(#438)Fixed
- Remove top-level await (#420)
- Improve load-time performance (#420)
- Improve config resolution caching with directory-based cache (#432)
- Load compatible plugins on demand and tighten plugin detection (#437)
- Load v3/v4 modules only when needed (#439)
- Remove recast/ast-types deps and optimize dynamic JS attribute handling (#440)
- Remove unused deps (#441)
- Use the plugin that has already been imported rather than dynamically importing it again (#442)
- Skip visiting non-node children (#443)
- Optimize whitespace-only class detection (#429)
- Fix v3 config loading with Jiti re-exports (#448)
- Collapse whitespace in template literals with adjacent quasis (#427)
- Improve
canCollapseWhitespaceInhandling for"tailwindPreserveWhitespace": true(#428)[0.7.2] - 2025-12-01
Fixed
- Load compatible plugins sequentially to work around race conditions in Node.js (#412)
- Fix compatibility with
prettier-plugin-sveltewhen using Prettier v3.7+ (#418)[0.7.1] - 2025-10-17
Fixed
- Match against correct name of dynamic attributes when using regexes (#410)
[0.7.0] - 2025-10-14
Added
- Format quotes in
@source,@plugin, and@config(#387)- Sort in function calls in Twig (#358)
- Sort in callable template literals (#367)
- Sort in function calls mixed with property accesses (#367)
- Support regular expression patterns for attributes (#405)
- Support regular expression patterns for function names (#405)
... (truncated)
▶Commits
Updates typescript-eslint from 8.59.0 to 8.59.1
▶Release notes
Sourced from typescript-eslint's releases.
v8.59.1
8.59.1 (2026-04-27)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-assertion] fix crash "TypeError: checker.getTypeArguments is not a function" (#12246)
- eslint-plugin: [no-unnecessary-type-assertion] preserve index signatures in undefined unions (#12257)
- eslint-plugin: [no-unnecessary-type-assertion] preserve phantom type arguments in generic inference (#12269)
- eslint-plugin: [no-unnecessary-type-assertion] avoid false positive in logical assignment assertions (#12278)
- eslint-plugin: [no-unnecessary-type-arguments] handle instantiation expressions (#12220)
- eslint-plugin: [no-unnecessary-condition] treat void as nullish in no-unnecessary-condition (#12241)
❤️ Thank You
- anasm266
@anasm266- Anshika Jain
@Anshikakalpana- Ulrich Stark
- yugo innami
@nami8824See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.59.1 (2026-04-27)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
5245793chore(release): publish 8.59.1- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
▶Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions