Skip to content

🛡️ dependabot updates#190

Merged
github-actions[bot] merged 7 commits into
mainfrom
dependabot-updates
Jul 10, 2026
Merged

🛡️ dependabot updates#190
github-actions[bot] merged 7 commits into
mainfrom
dependabot-updates

Conversation

@aquarion

Copy link
Copy Markdown
Owner

Aggregated dependabot dependency updates.

dependabot Bot added 7 commits July 10, 2026 09:57
Bumps [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/dropdown-menu) from 2.1.18 to 2.1.20.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/dropdown-menu/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/dropdown-menu)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-dropdown-menu"
  dependency-version: 2.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@radix-ui/react-separator](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/separator) from 1.1.10 to 1.1.11.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/separator/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/separator)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-separator"
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [laravel/sail](https://github.com/laravel/sail) from 1.62.0 to 1.63.0.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.62.0...v1.63.0)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-version: 1.63.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@tailwindcss/oxide-linux-x64-gnu](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/crates/node/npm/linux-x64-gnu) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.2/crates/node/npm/linux-x64-gnu)

---
updated-dependencies:
- dependency-name: "@tailwindcss/oxide-linux-x64-gnu"
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 26.1.0 to 26.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [laravel/boost](https://github.com/laravel/boost) from 2.4.10 to 2.4.12.
- [Release notes](https://github.com/laravel/boost/releases)
- [Changelog](https://github.com/laravel/boost/blob/main/CHANGELOG.md)
- [Commits](laravel/boost@v2.4.10...v2.4.12)

---
updated-dependencies:
- dependency-name: laravel/boost
  dependency-version: 2.4.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@rollup/rollup-win32-x64-msvc](https://github.com/rollup/rollup) from 4.61.1 to 4.62.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.61.1...v4.62.2)

---
updated-dependencies:
- dependency-name: "@rollup/rollup-win32-x64-msvc"
  dependency-version: 4.62.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@aquarion aquarion marked this pull request as ready for review July 10, 2026 10:07
Copilot AI review requested due to automatic review settings July 10, 2026 10:07

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Aggregates Dependabot-driven dependency bumps across the JS (npm) and PHP (Composer) parts of the codebase, updating the lockfiles to reflect newer upstream releases.

Changes:

  • Bumped several frontend packages (e.g., @types/node, Radix UI components, Rollup Windows binary, Tailwind Oxide Linux binary).
  • Updated package-lock.json to the new resolved versions/metadata for the bumped npm dependencies.
  • Updated composer.lock with newer versions across key PHP dependencies (including Laravel framework and related ecosystem packages).

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Updates selected npm dependency versions, including optional platform-specific binaries.
package-lock.json Updates npm lock resolution and package metadata for the bumped dependencies.
composer.lock Updates Composer-locked PHP dependency versions to newer releases.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines +81 to 84
"@rollup/rollup-win32-x64-msvc": "4.62.2",
"@tailwindcss/oxide-linux-x64-gnu": "^4.3.2",
"@tailwindcss/oxide-win32-x64-msvc": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.29.1",
@github-actions github-actions Bot merged commit 56c4e0d into main Jul 10, 2026
10 checks passed
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.

2 participants