[pull] main from KelvinTegelaar:main#45
Merged
pull[bot] merged 40 commits intoLumityTech:mainfrom Feb 24, 2026
Merged
Conversation
Bumps [andymckay/labeler](https://github.com/andymckay/labeler) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/andymckay/labeler/releases) - [Commits](andymckay/labeler@5c59dab...e6c4322) --- updated-dependencies: - dependency-name: andymckay/labeler dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [brettcannon/check-for-changed-files](https://github.com/brettcannon/check-for-changed-files) from 1.1.0 to 1.2.1. - [Release notes](https://github.com/brettcannon/check-for-changed-files/releases) - [Commits](brettcannon/check-for-changed-files@v1.1.0...v1.2.1) --- updated-dependencies: - dependency-name: brettcannon/check-for-changed-files dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.2.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.2.0...v6.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 10. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v4...v10) --- updated-dependencies: - dependency-name: actions/stale dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [recharts](https://github.com/recharts/recharts) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/recharts/recharts/releases) - [Changelog](https://github.com/recharts/recharts/blob/main/CHANGELOG.md) - [Commits](recharts/recharts@v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: recharts dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 15.7.3 to 16.2.4. - [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md) - [Commits](i18next/react-i18next@v15.7.3...v16.2.4) --- updated-dependencies: - dependency-name: react-i18next dependency-version: 16.2.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) from 8.27.0 to 8.27.2. - [Release notes](https://github.com/mui/mui-x/releases) - [Changelog](https://github.com/mui/mui-x/blob/v8.27.2/CHANGELOG.md) - [Commits](https://github.com/mui/mui-x/commits/v8.27.2/packages/x-date-pickers) --- updated-dependencies: - dependency-name: "@mui/x-date-pickers" dependency-version: 8.27.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mui-tiptap](https://github.com/sjdemartini/mui-tiptap) from 1.28.1 to 1.29.0. - [Release notes](https://github.com/sjdemartini/mui-tiptap/releases) - [Commits](sjdemartini/mui-tiptap@v1.28.1...v1.29.0) --- updated-dependencies: - dependency-name: mui-tiptap dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [react-virtuoso](https://github.com/petyosi/react-virtuoso/tree/HEAD/packages/react-virtuoso) from 4.17.0 to 4.18.1. - [Release notes](https://github.com/petyosi/react-virtuoso/releases) - [Changelog](https://github.com/petyosi/react-virtuoso/blob/master/packages/react-virtuoso/CHANGELOG.md) - [Commits](https://github.com/petyosi/react-virtuoso/commits/HEAD/packages/react-virtuoso) --- updated-dependencies: - dependency-name: react-virtuoso dependency-version: 4.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Add listboxRef and scrollPositionRef to track the Listbox scroll position for the CippAutoComplete component. Store scroll position on user scroll and before processing change in multiple mode, and restore it after selection when refocusing the input. Attach ref and onScroll via ListboxProps and update related comments to reflect restoring behavior.
…dev/react-virtuoso-4.18.1 Bump react-virtuoso from 4.17.0 to 4.18.1
…dev/mui-tiptap-1.29.0 Bump mui-tiptap from 1.28.1 to 1.29.0
…dev/mui/x-date-pickers-8.27.2 Bump @mui/x-date-pickers from 8.27.0 to 8.27.2
…dev/react-i18next-16.2.4 Bump react-i18next from 15.7.3 to 16.2.4
…dev/recharts-3.7.0 Bump recharts from 3.6.0 to 3.7.0
…s/dev/actions/stale-10 Bump actions/stale from 4 to 10
…s/dev/actions/setup-node-6.2.0 Bump actions/setup-node from 4.2.0 to 6.2.0
…s/dev/actions/checkout-6 Bump actions/checkout from 4 to 6
…s/dev/brettcannon/check-for-changed-files-1.2.1 Bump brettcannon/check-for-changed-files from 1.1.0 to 1.2.1
…s/dev/andymckay/labeler-1.0.4 Bump andymckay/labeler from 1.0.2 to 1.0.4
So the validation in the frontend works Fixes #5431
Fix: fix Send from alias state saving issue by updating boolean values to strings in standards.json
Introduce a new standard entry (standards.intuneDeviceRegLocalAdmins) to control local administrator behavior for Microsoft Entra joined device registrations. Adds two UI switches (disableRegisteringUsers, enableGlobalAdmins) with default true values, metadata (label, impact: Medium, addedDate: 2026-02-23), and a PowerShell equivalent (Update-MgBetaPolicyDeviceRegistrationPolicy). This provides a configurable policy to prevent registering users from becoming local admins and to optionally allow Global Administrators to remain local admins.
Add DeviceRegLocalAdmins Standard
Replaced text referring to old Report button with new Actions dropdown reference Signed-off-by: Brian Simpson <50429915+bmsimp@users.noreply.github.com>
fix: Update applied-standards.js to refer to Actions dropdown
- Done to ensure dependencies are up to date before starting the emulators
fix: Ensure dependencies are updated before starting emulators
Dev to hotfix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )