Skip to content

[pull] main from KelvinTegelaar:main#59

Merged
pull[bot] merged 1 commit intoscheiblingco:mainfrom
KelvinTegelaar:main
Apr 10, 2026
Merged

[pull] main from KelvinTegelaar:main#59
pull[bot] merged 1 commit intoscheiblingco:mainfrom
KelvinTegelaar:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Apr 10, 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 : )

* Add standardized schema toggle to form

Introduce a UseStandardizedSchema option to the notification form. The changes set a default false value when loading config and add a switch control labeled "Use Standardized Alert Schema" with helper text explaining it enables a consistent JSON schema for webhook alerts (improves Power Automate / Logic Apps integration). The switch is disabled while notification config is being fetched; default remains off for backward compatibility.

* Update licenses.js

- Added form dropdown to license exclusion flow

* Update licenses.js

* Update licenses.js

* chore: fix eslint, configure prettier, fix editorconfig to match prettier style for intellij ides, remove old eslint config files

* feat: DeployCheckChromeExtension to use CyberDrain branding and enhance configuration options

* feat: add detection script support to custom application

* chore: update yarn lockfile

* chore: remove merge conflict markers

* Add webhook auth types and tenant filter

Introduce webhook authentication options and related form fields for Notification settings. Imports CippFormCondition and useSettings, adds a webhookAuthTypes list, and loads additional webhook auth values (type, token, username, password, header name/value, headers) from API config. Adds conditional UI controls for Bearer, Basic, API Key Header, and Custom Headers (JSON). Updates effect deps to include dataUpdatedAt, changes Send Test Alert button disabling to depend on form dirty state, and includes currentTenant as tenantFilter in the test alert POST payload.

* Update licenses.js

* Integrate Universal Search dialog in TopNav

Add a Universal Search dialog to the top navigation and wire up CippUniversalSearchV2. This change introduces a button and Ctrl/Cmd+Shift+K keyboard shortcut to open the dialog, passes autoFocus to the search component, and resets the component via a key increment on close. CippUniversalSearchV2 was updated to support autoFocus, use placeholder instead of label, clear its input and call onConfirm when items are selected, and adjust internal layout alignment. The standalone Universal Search card was removed from the dashboard page.

* Add username space handling and replacement

Allow username templates to control how spaces are handled when generating usernames. CippAddEditUser.generateUsername now accepts spaceHandling (keep|remove|replace) and spaceReplacement parameters and applies them before lowercasing. The user defaults page adds two new fields: usernameSpaceHandling (autoComplete with Keep/Remove/Replace) and usernameSpaceReplacement (textField), and includes these keys in the saved/default field lists. This enables admins to configure whether generated usernames keep, remove, or replace spaces (with a custom character).

* Replace ListOrg calls with ListGraphRequest

* Update top-nav.js

* Replace ListDevices with ListGraphRequest

* Replace ListDomains with ListGraphRequest

* Add alerts to frontend

* Pages search & keyboard nav; remove central search

Extend CippUniversalSearchV2 to support a new "Pages" search mode and improved keyboard navigation. Adds dynamic tabOptions loading, menu flattening, breadcrumb building and permission/role filtering so pages and tabs (including tabOptions.json entries) appear in search results. Implements arrow/Enter/Escape navigation, result highlighting/scroll-into-view, and UI tweaks (hide Search button for Pages, loading states). Update top-nav to open the universal search in different default modes (Ctrl/Cmd+K for Pages, Ctrl/Cmd+Shift+K for Users), add the magnifying icon, and pass defaultSearchType into the dialog. Remove the legacy CippCentralSearch component file.

* feat: Add "Deny - Remediate" option to deviation action menu for denied standards

* chore: fix grid layout for alert configuration

* Add Colleague Impersonation Alert standard

Added a new standard for Colleague Impersonation Alert with detailed configurations for transport rules.

Signed-off-by: Chris Dewey <142454021+chris-dewey-1991@users.noreply.github.com>

* Refine helpText and docsDescription for transport rules

Updated help text and documentation description for Exchange Online transport rules to clarify functionality and preserve existing exemptions.

Signed-off-by: Chris Dewey <142454021+chris-dewey-1991@users.noreply.github.com>

* chore(deps): bump react-dropzone from 14.3.8 to 15.0.0

Bumps [react-dropzone](https://github.com/react-dropzone/react-dropzone) from 14.3.8 to 15.0.0.
- [Release notes](https://github.com/react-dropzone/react-dropzone/releases)
- [Commits](react-dropzone/react-dropzone@v14.3.8...v15.0.0)

---
updated-dependencies:
- dependency-name: react-dropzone
  dependency-version: 15.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump mui-tiptap from 1.29.0 to 1.29.1

Bumps [mui-tiptap](https://github.com/sjdemartini/mui-tiptap) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/sjdemartini/mui-tiptap/releases)
- [Commits](sjdemartini/mui-tiptap@v1.29.0...v1.29.1)

---
updated-dependencies:
- dependency-name: mui-tiptap
  dependency-version: 1.29.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump react-grid-layout from 2.2.2 to 2.2.3

Bumps [react-grid-layout](https://github.com/STRML/react-grid-layout) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/STRML/react-grid-layout/releases)
- [Changelog](https://github.com/react-grid-layout/react-grid-layout/blob/master/CHANGELOG.md)
- [Commits](react-grid-layout/react-grid-layout@2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: react-grid-layout
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump @tiptap/starter-kit from 3.20.4 to 3.20.5

Bumps [@tiptap/starter-kit](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/starter-kit) from 3.20.4 to 3.20.5.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/starter-kit/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.20.5/packages/starter-kit)

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

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump react-i18next from 16.2.4 to 16.6.5

Bumps [react-i18next](https://github.com/i18next/react-i18next) from 16.2.4 to 16.6.5.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/react-i18next@v16.2.4...v16.6.5)

---
updated-dependencies:
- dependency-name: react-i18next
  dependency-version: 16.6.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix API endpoint for adding standards template in CippPolicyImportDrawer

Signed-off-by: Brian Simpson <50429915+bmsimp@users.noreply.github.com>

* Add SmtpAuthSuccess input and validators

Add a numeric input configuration for the SmtpAuthSuccess alert in alerts.json (requiresInput, inputType number, inputLabel, inputName SmtpAuthSuccessDays) with min/max validators (min 7, max 30). Update AlertWizard to pass a validators prop to form controls and inputs by merging existing validators and automatically adding a required validator when the field is marked required, ensuring consistent validation messages for required and ranged fields.

* feat: add warnings to offboarding wizard
disable most form elements when delete user is selected

* chore: update license files to newest MS version

* added filters for #5711

* feat: enhance tenant management page
move tenant groups to table
add refresh button and more details

* Add category prefix to bookmarks

* better app management

* Fix: pass defaultDomainName instead of GUID for manual cache refresh

* Add enable/disable script and alert actions

Add UI actions to enable/disable custom scripts and to enable/disable alerting

* Rename to Tests

* Monico editor

* Add global scope to custom tests

* fix: Quarantine template support in applied standards

Normalize code style and refactor standards parsing logic. Convert imports/strings to single quotes and tidy formatting. Improve handling and expansion of template tags for IntuneTemplate and ConditionalAccessTemplate, add dedicated parsing for QuarantineTemplate, and refine GroupTemplate processing. Introduce robust compliance comparison helpers (order-independent array/object comparisons), better detection of overridden templates and template display names, and standardize compliance/status outputs. Also adjust API/query keys and dialog/runReport config usage to be more consistent. These changes make template evaluation more reliable and add support for quarantine policies.

* fix: Support QuarantineTemplate in manage drift

* fix: move shared actions to CippComponents for app reg/enterprise

* feat: Dashboard improvements

- Created CippReportToolbar component for report selection and management.
- Integrated CippReportToolbar into dashboardv2 custom, devices, and identity pages.
- Updated API calls to fetch reports and handle report selection.
- Added alert for report description in dashboard pages.
- Refactored dashboard layout to improve code readability and maintainability.

* fix: add maxHeightOffset to components in dashboard pages

* feat: add Graph and Office Reports page with report selection and data display

* fix: add sorting

* stuff for report builder

* stuff for report builder

* new report builder

* new report builder

* formatting stuff

* cipp formatting

* menu better

* fixes

* more fixes

* skeletons for builder

* added block moving

* chore: Rename report → test suite & tidy exec report

Update CippReportToolbar labels/tooltips/placeholders to refer to "test suite" (select/placeholder/refresh/delete) and change the update button label to "Refresh". Large cleanup in ExecutiveReportButton.js: code-style normalization (single quotes, consistent spacing), many JSX/string tweaks, safer null/array checks, improved template display-name lookup and standards processing, minor logic and formatting fixes in data processing and chart rendering. Also apply small formatting/cleanup in dashboardv2 index.js.

* remediation settings checkbox

* Builder fixes

* Preset name

* fix report

* fix: Update addedDate for Exchange Cloud Management

* fix some ai slop

* Report stuff

* Improve dashboard test UI and report editor

AssessmentCard: Replace radial chart with compact segmented progress bars, add support for fail/skip/info/needsAttention counts, show overall and per-category bars, add description with tooltip.
CippAddTestReportDrawer: Add edit mode to make it possible to edit custom reports.
CippReportToolbar: Expose an Edit button that opens the report add/edit drawer for custom reports
ExecutiveReportButton & dashboardv2: Tweak button styling responsive widths.

* loading skeleton

* skeleton

* removes failed harlem shake and updates report generation

* removes failed harlem shake and updates report generation

* Lock axios to 1.13.6

* Fix: SafeLinks policy editor/creation page

* add database block options for frontend

* delete cache types,

* added option to email attachments

* Fix: Standardise password cippformcomponent

Standardise password cippformcomponent and add validator to the password option in the addedit user component to ensure blank value by default not null

* refactor: Sign in report improvements
- Replace ListSignIns with ListGraphRequest and manual pagination
- Refactored state management and form handling in CippGraphExplorerFilter.
- Enhanced filter options in SignInReport with new fields and improved UI components.
- Implemented a buildGraphFilter function for constructing query filters in SignInReport.
- Added functionality to save filter presets in SignInReport.
- Improved overall code readability and maintainability by restructuring components and using hooks effectively.

* chore: fix linter warnings/errors

* feat: implement dynamic date placeholders in graph filter templates

* test updates counts

* test updates counts

* fix: block time settings on linux dynamic sku

* Add 'Save to GitHub' action for templates

Add a "Save to GitHub" action to the application templates

* Update index.js

Formatting fix

* Fix: only return ID and name for transport rule configuration in standards

* fixes reloading of database tables

* added reload protection

* improve table performance

* Fix: Clear keys for all related keys when a template is added or edited.

* chore(deps): bump next from 16.2.0 to 16.2.2

Bumps [next](https://github.com/vercel/next.js) from 16.2.0 to 16.2.2.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.0...v16.2.2)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump axios from 1.13.6 to 1.14.0

Bumps [axios](https://github.com/axios/axios) from 1.13.6 to 1.14.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.6...v1.14.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump @tiptap/pm from 3.20.5 to 3.22.0

Bumps [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) from 3.20.5 to 3.22.0.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.22.0/packages/pm)

---
updated-dependencies:
- dependency-name: "@tiptap/pm"
  dependency-version: 3.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump @tiptap/extension-image from 3.20.4 to 3.20.5

Bumps [@tiptap/extension-image](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/extension-image) from 3.20.4 to 3.20.5.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/extension-image/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.20.5/packages/extension-image)

---
updated-dependencies:
- dependency-name: "@tiptap/extension-image"
  dependency-version: 3.20.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump react-hook-form from 7.71.2 to 7.72.0

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.71.2 to 7.72.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases)
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md)
- [Commits](react-hook-form/react-hook-form@v7.71.2...v7.72.0)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-version: 7.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump LanceMcCarthy/Action-AzureBlobUpload

Bumps [LanceMcCarthy/Action-AzureBlobUpload](https://github.com/lancemccarthy/action-azureblobupload) from 3.9.0 to 3.11.0.
- [Release notes](https://github.com/lancemccarthy/action-azureblobupload/releases)
- [Commits](LanceMcCarthy/Action-AzureBlobUpload@v3.9.0...v3.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix: allow hostname paths in tenant allow block list but block http/s protocal

* introduce alert snooze

* introduce alert snooze

* added access alert

* feat: add refresh action to policy deploy drawer

* fix: add apidatakey for updated compliance endpoint

* Fix: API client re-try creation and fix when adding existing new client

* fix: update tenant filter references and improve code formatting

* added permanent deny

* block list templates

* block list templates

* new standards for defender

* fixes minor bug with multiple

* Revert "fix: add apidatakey for updated compliance endpoint"

This reverts commit 8622970.

* fix: undo apiDataKey addition

* feat: enhance intune policy list page with sync functionality and caching options

* chore: remove redundant tooltip for cached data and clarify status message

* fix: column ordering for cached/alltenants

* Delete .claude directory

Signed-off-by: John Duprey <john@cyberdrain.com>

* refactor: change sync icons to match new style

* Add Global Quarantine Settings configuration standard

Added configuration settings for Global Quarantine Policy including sender name, subject, disclaimer, and branding options.

Signed-off-by: Chris Dewey <142454021+chris-dewey-1991@users.noreply.github.com>

* Updated standards.json to include DEV standards

Resolved Conflict

Signed-off-by: Chris Dewey <142454021+chris-dewey-1991@users.noreply.github.com>

* Add Global Quarantine Settings configuration options

Deleted my standard by mistake lol. 

Signed-off-by: Chris Dewey <142454021+chris-dewey-1991@users.noreply.github.com>

* added refrence line

* fixes table button tenant allow list

* fix by kevin grube the most amazing person in the world.

* fix: dev improvements for turbopack

* fix: remove cacheComponents from next.config.js

* add overscan of 30

* fixes column sizes before introducing resizing

* fix: set overscan to 5 for smoother scrolling

* feat: add compliance state rendering in getCippFormatting

Added functionality to render compliance state as a Chip component based on the cellName 'compliancestate'. The color of the Chip is determined by the compliance status (compliant or noncompliant).

* Shapes and shapetests

* refactor: time zone settings

Simplify the Time Settings page to only handle timezone selection. Removed BusinessHoursStart default, business hours options generation (useMemo), and platform-specific checks (isFlexConsumption / isLinuxConsumption) along with their related UI/alerts and form fields. Replaced the introductory Typography with an informational Alert and adjusted form reset and useEffect dependencies accordingly. Also reorganized imports for Alert/Typography.

* refactor: simplify timezone configuration alert message

* Fix: Rebuild Offloading Page - Fixes re-render issues

* remove a bunch of the new defender standards as they are just intune policies, should we not make them preset intune policies to monitor right.

* add groupTag

* add groupTag

* add autoClaim blocking.

* Implements #5742

* Implements #5742

* implements #5768

* add active sync device blocking

* added newer than toggle

* fixes multi select ca vacation mode

* validator

* feat: add mail forwarding functionality to vacation mode

Fixes #5789

* Fix: Add publisher to excluded app options

* remove forever as an option

* improve reports

* improve reports spacing and headers

* fix: missing key prop

* feat: Add "Save as Template" functionality to DeployDefenderForm

* chore: formatting

* refactor: Update mailbox page to improve readability and add report database toggle

* feat: add more check extension settings

* Update template library syncing information

Clarified the syncing frequency for tenant-based and community repository-based template libraries.

Signed-off-by: Zacgoose <107489668+Zacgoose@users.noreply.github.com>

* Update GDAPRoles.json with new role MS added i start April

https://blog-en.topedia.com/2026/04/new-admin-role-in-microsoft-entra-customer-delegated-admin-relationship-administrator/

Assign the Customer Delegated Admin Relationship Administrator role to users who need to do the following tasks:
Accept a granular delegated admin privileges (GDAP) relationship from a partner for their tenant.
List and view GDAP relationships with partners.
Terminate a GDAP relationship with a partner.

Signed-off-by: Simon K. Hansen <40685882+zenturash@users.noreply.github.com>

* updated help texts

* more help texts

* Autopilot grouptag clarification

* fix: only include verified domains in user template

* refactor: CippAddEditUser component
- add refresh buttons
- send primdomain for template

* fix: remove initial filter for drift templates in alignment page

* fixes weird sharepoint layout

* fixes weird sharepoint layout

* fixes progressbars

* fix editor for custom scripts

* fix editor for custom scripts

* chore(deps): bump @tiptap/pm from 3.22.0 to 3.22.3 (#5819)

Bumps [@tiptap/pm](https://github.com/ueberdosis/tiptap/tree/HEAD/packages/pm) from 3.22.0 to 3.22.3.
- [Release notes](https://github.com/ueberdosis/tiptap/releases)
- [Changelog](https://github.com/ueberdosis/tiptap/blob/main/packages/pm/CHANGELOG.md)
- [Commits](https://github.com/ueberdosis/tiptap/commits/v3.22.3/packages/pm)

---
updated-dependencies:
- dependency-name: "@tiptap/pm"
  dependency-version: 3.22.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump react from 19.2.4 to 19.2.5 (#5820)

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 19.2.4 to 19.2.5.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.5/packages/react)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/upload-artifact from 4 to 7 (#5823)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump eslint-config-next from 16.2.1 to 16.2.3 (#5822)

Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 16.2.1 to 16.2.3.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v16.2.3/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-version: 16.2.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump @tanstack/react-query from 5.91.2 to 5.96.2 (#5818)

Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.91.2 to 5.96.2.
- [Release notes](https://github.com/TanStack/query/releases)
- [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md)
- [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.96.2/packages/react-query)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-version: 5.96.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(routing): move Super Admin pages under /cipp/advanced/ for consistent URL paths (#5815)

All Advanced menu children use /cipp/advanced/... except Super Admin,
which used /cipp/super-admin/.... This moves the pages and updates all
route references, relative imports, and navigation configs to align
Super Admin with its sibling menu items.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore(deps): bump react-apexcharts from 1.9.0 to 2.1.0 (#5821)

Bumps [react-apexcharts](https://github.com/apexcharts/react-apexcharts) from 1.9.0 to 2.1.0.
- [Release notes](https://github.com/apexcharts/react-apexcharts/releases)
- [Commits](https://github.com/apexcharts/react-apexcharts/commits)

---
updated-dependencies:
- dependency-name: react-apexcharts
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update packages and lockfile

* Move to Tools

* update version

* Update add.jsx

---------

Signed-off-by: John Duprey <john@cyberdrain.com>
Signed-off-by: Chris Dewey <142454021+chris-dewey-1991@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Brian Simpson <50429915+bmsimp@users.noreply.github.com>
Signed-off-by: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com>
Signed-off-by: Zacgoose <107489668+Zacgoose@users.noreply.github.com>
Signed-off-by: Simon K. Hansen <40685882+zenturash@users.noreply.github.com>
Co-authored-by: Zacgoose <107489668+Zacgoose@users.noreply.github.com>
Co-authored-by: James Tarran <jtarran@techary.com>
Co-authored-by: k-grube <grube.kevin@gmail.com>
Co-authored-by: John Duprey <jwd@johnwduprey.com>
Co-authored-by: John Duprey <john@cyberdrain.com>
Co-authored-by: Roel van der Wegen <github@aeternus.tech>
Co-authored-by: Chris Dewey <142454021+chris-dewey-1991@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Simpson <50429915+bmsimp@users.noreply.github.com>
Co-authored-by: Kristian Kjærgård <kris6673@hotmail.com>
Co-authored-by: Luis Mengel <luis.mengel@united-gameserver.de>
Co-authored-by: Kristian Kjærgård <31723128+kris6673@users.noreply.github.com>
Co-authored-by: Simon K. Hansen <40685882+zenturash@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@pull pull bot locked and limited conversation to collaborators Apr 10, 2026
@pull pull bot added the ⤵️ pull label Apr 10, 2026
@pull pull bot merged commit b9e4458 into scheiblingco:main Apr 10, 2026
1 check passed
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.

1 participant