Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
9257cc21d0 chore(deps): Bump react-aria-menubutton from 7.0.3 to 8.0.0
Bumps [react-aria-menubutton](https://github.com/davidtheclark/react-aria-menubutton) from 7.0.3 to 8.0.0.
- [Release notes](https://github.com/davidtheclark/react-aria-menubutton/releases)
- [Changelog](https://github.com/davidtheclark/react-aria-menubutton/blob/master/CHANGELOG.md)
- [Commits](https://github.com/davidtheclark/react-aria-menubutton/compare/v7.0.3...v8.0.0)

---
updated-dependencies:
- dependency-name: react-aria-menubutton
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-29 13:43:49 +00:00
3 changed files with 12 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
uses: github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7

14
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-accessible-accordion": "^5.0.1",
"react-aria-menubutton": "^7.0.3",
"react-aria-menubutton": "^8.0.0",
"react-aria-modal": "^5.0.2",
"react-collapse": "^5.1.1",
"react-color": "^2.19.3",
@@ -12611,17 +12611,19 @@
}
},
"node_modules/react-aria-menubutton": {
"version": "7.0.3",
"resolved": "https://registry.npmjs.org/react-aria-menubutton/-/react-aria-menubutton-7.0.3.tgz",
"integrity": "sha512-Ql4W3rNiZmuVJ1wQ0UUeV4OZX3IZq2evsfEqJGefSMdfkK6o8X/6Ufxrzu0wL+/Dr7JUY3xnrnIQimSCFghlCQ==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/react-aria-menubutton/-/react-aria-menubutton-8.0.0.tgz",
"integrity": "sha512-cMATQDgs14rDJ0yIY701IZpaeGQDLBgDT4fmsjacligHB1YNdFpVQqgw1lRspJcUTiY7e2f8hNGHEwFEm7fuzA==",
"license": "MIT",
"dependencies": {
"focus-group": "^0.3.1",
"prop-types": "^15.6.0",
"teeny-tap": "^0.2.0"
},
"engines": {
"node": ">=18"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0"
"react": "^16.3.0 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react-aria-modal": {

View File

@@ -67,7 +67,7 @@
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-accessible-accordion": "^5.0.1",
"react-aria-menubutton": "^7.0.3",
"react-aria-menubutton": "^8.0.0",
"react-aria-modal": "^5.0.2",
"react-collapse": "^5.1.1",
"react-color": "^2.19.3",