Skip to content

[pull] dev from KelvinTegelaar:dev#17

Open
pull[bot] wants to merge 752 commits intoOverviewTS:devfrom
KelvinTegelaar:dev
Open

[pull] dev from KelvinTegelaar:dev#17
pull[bot] wants to merge 752 commits intoOverviewTS:devfrom
KelvinTegelaar:dev

Conversation

@pull
Copy link

@pull pull bot commented Dec 5, 2025

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 : )

@pull pull bot locked and limited conversation to collaborators Dec 5, 2025
@pull pull bot added the ⤵️ pull label Dec 5, 2025
dependabot bot and others added 28 commits February 20, 2026 17:01
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>
JohnDuprey and others added 30 commits March 12, 2026 17:16
Adds the AppManagementPolicy entry to standards.json with configuration fields for password addition, custom password addition, password credential max lifetime, and key credential max lifetime.

Signed-off-by: James Tarran <jtarran@techary.com>
When defaultvalues is a function, the reset call on dialog open was passing
the function itself instead of calling it with the current row. This meant
React Hook Form had no valid values to reset to, so it fell back to whatever
was set when the dialog first mounted — keeping the first row's data stuck
in the form no matter which row you clicked after that.

Tested by opening the edit template name and description dialog on one Intune Template, closing it, then
opening the edit template name and description on a different template — the first template's name and description stayed in the fields instead of updating.

The fix is to call defaultvalues(row) when it's a function, which is the
same pattern already used one line above it for the initial form setup.
Feat: Persistent Bookmarks with Migration from local storage
…supported

Fix: Secure Score crash when switching to AllTenants
feat: Add options for "Operating system default" and "User Select" in Autopilot language dropdown
fix: resolve SharePoint User Information List by template instead of localized display name
feat: SID Conversion on the roles and groups page
Password Generation Settings Configuration UI
…s/dev/LanceMcCarthy/Action-AzureBlobUpload-3.9.0

chore(deps): bump LanceMcCarthy/Action-AzureBlobUpload from 3.8.0 to 3.9.0
…dev/tiptap/starter-kit-3.20.1

chore(deps): bump @tiptap/starter-kit from 3.20.0 to 3.20.1
…dev/typescript-5.9.3

chore(deps): bump typescript from 5.9.2 to 5.9.3
…dev/i18next-25.8.18

chore(deps): bump i18next from 25.8.13 to 25.8.18
…dev/react-virtuoso-4.18.3

chore(deps): bump react-virtuoso from 4.18.1 to 4.18.3
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants