Skip to content

[pull] main from KelvinTegelaar:main#61

Merged
pull[bot] merged 50 commits intoAMTSupport:mainfrom
KelvinTegelaar:main
Mar 18, 2026
Merged

[pull] main from KelvinTegelaar:main#61
pull[bot] merged 50 commits intoAMTSupport:mainfrom
KelvinTegelaar:main

Conversation

@pull
Copy link

@pull pull bot commented Mar 18, 2026

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

Brad-M-K and others added 30 commits March 10, 2026 18:53
[pull] dev from KelvinTegelaar:dev
Bumps [react-virtuoso](https://github.com/petyosi/react-virtuoso/tree/HEAD/packages/react-virtuoso) from 4.18.1 to 4.18.3.
- [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/react-virtuoso@4.18.3/packages/react-virtuoso)

---
updated-dependencies:
- dependency-name: react-virtuoso
  dependency-version: 4.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [i18next](https://github.com/i18next/i18next) from 25.8.13 to 25.8.18.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next@v25.8.13...v25.8.18)

---
updated-dependencies:
- dependency-name: i18next
  dependency-version: 25.8.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) from 3.20.0 to 3.20.1.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/develop/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.20.1/packages/starter-kit)

---
updated-dependencies:
- dependency-name: "@tiptap/starter-kit"
  dependency-version: 3.20.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [LanceMcCarthy/Action-AzureBlobUpload](https://github.com/lancemccarthy/action-azureblobupload) from 3.8.0 to 3.9.0.
- [Release notes](https://github.com/lancemccarthy/action-azureblobupload/releases)
- [Commits](LanceMcCarthy/Action-AzureBlobUpload@v3.8.0...v3.9.0)

---
updated-dependencies:
- dependency-name: LanceMcCarthy/Action-AzureBlobUpload
  dependency-version: 3.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Replaces inline password type toggle with dedicated configuration page. Adds support for Classic passwords and Passphrase both with configurable word/character count, separator, capitalization, and optional number/special character appending. Updates CippPasswordSettings component to display current configuration and link to new settings.
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
KelvinTegelaar and others added 20 commits March 15, 2026 15:40
…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
Inline RetentionControls JSX directly into the CardButton prop in
CippBackupRetentionSettings and CippLogRetentionSettings, replacing
inner component definitions that caused React to unmount/remount the
TextField on every keystroke due to unstable component type identity.

Also removes dead imports (ButtonGroup, SvgIcon, History) from
CippBackupRetentionSettings that were leftover from an earlier draft.
Fix: fix focus loss in retention settings number field
feat: Add "Show Usage" toggle to Tenant Groups page
Fix: Enable "Next Step" button after template selection
add table view for all offboarding tasks for a tenant
implement dialog mode for CippWizard
fix: User Management filters for Business Phone and Assigned Licenses
@pull pull bot locked and limited conversation to collaborators Mar 18, 2026
@pull pull bot added the ⤵️ pull label Mar 18, 2026
@pull pull bot merged commit 8da95fa into AMTSupport:main Mar 18, 2026
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.

8 participants