8000 Chore: Release 10.5.1 by ElinorW · Pull Request #3560 · microsoftgraph/microsoft-graph-explorer-v4 · GitHub
[go: up one dir, main page]

Skip to content

Conversation

ElinorW
Copy link
Contributor
@ElinorW ElinorW commented Jan 30, 2025

Bump to v10.5.1

thewahome and others added 30 commits March 15, 2024 13:47
* Bump version to 8.1.0

* return playwright test branch condition

* Fix: Missing return statement (#2507)

* Bump version to 8.2.0

* Chore: Release 9.0.0 (#2619)

* Chore: Update to 8.2.0 (#2520)

* Fix: Add retry handler for revoking permissions (#2515)

* Fix: Modify permissions tab resize (#2523)

* Feature: Surface documentation links (#2219)

* Task: Add support for persisting collections (#2525)

* Chore: popups manager (#2514)

* Task: support multiple collections (#2549)

* Task: Show feedback - add to collections (#2555)

* Chore: change "remove" aria label (#2558)

* Chore: append unique paths to collection (#2560)

* Fix: Collections reducer failing test logic (#2573)

* Task: Reorder revoking permission event messages (#2526)

* Fix: Persist sample body (#2550)

* Fix: collection status for nodes with IDs (#2575)

* add tests

* get url for id nodes

* Chore: Update failing snapshots (#2571)

* Chore: Uppercase methods (#2578)

* Task: Dependabot upgrades for May (#2557)

* Task: Add support for uploading postman collections (#2579)

* Fix: Remove use of external label (#2582)

* Chore: utilise resource paths (#2584)

* Chore: ensure unique paths (#2586)

* Chore: Dependabot upgrades - June (#2612)

* Chore: Clear network error message (#2615)

* Task: Add new permissions scopeType (#2585)

* Bump version to 9.0.0

---------

Co-authored-by: EvansA <evansonoka05.j@gmail.com>
Co-authored-by: Charles Wahome <thewahome.cw@gmail.com>

* Fix: Show documentation URL for supported Resource Explorer items (#2625)

* Fix: Ensure collections are initiated in store (#2627)

* Chore: Release 9.1.0 (#2694)

* Create microsoft-graph-explorer-v4-branch-protection.yml (#2617)

* Fix: Update dependencies with high security risk (#2631)

* Fix: Get documentation on resource render (#2634)

* Feature: Add flighting support (#2621)

* FabricBot: Onboarding to GitOps.ResourceManagement because of FabricBot decommissioning (#2669)

* Fix: Permissions scrollbar (#2576)

* Fix: Bundle Monaco-editor package (#2677)

* Fix: July Dependabot upgrades (#2679)

* Fix: Update resource management bot (#2682)

* Fix: Restore resources search box functionality (#2686)

* Bump version to 9.1.0

* Bump version to 9.2.0

* Bump version to 9.3.0

* Fix: Remove component chunking (#2871)

Temporarily removed until we have it working properly

* Chore: Hotfix release 9.3.2 (#2898)

* Hotfix: Upgrade msal-browser version (#2900)

* Bump version to 9.4.0

* add CI:false

* Chore: Release 9.5.0 (#2994)

* Chore: Update to 9.4.0 (#2959)

* Fix: Remove lazy loading on feedback button  (#2963)

* Fix: Ignore aria rule on Sample Queries component (#2962)

* Chore: change workflow permissions (#2966)

* Bump version to 9.5.0

---------

Co-authored-by: Charles Wahome <thewahome.cw@gmail.com>
Co-authored-by: github-actions <github-actions@github.com>

* Bump version to 9.6.0

* reset permissions to initial state on error

* fix failing tests

* Bump version to 9.7.0

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Elinor <ekaguongo@gmail.com>
Co-authored-by: EvansA <evansonoka05.j@gmail.com>
Co-authored-by: Elinor <elkaguon@microsoft.com>
* add validation for when app is loading

* add text/csv to supported responses
* create json validator function

* make message more readable

* show response alongside warning
* Bump version to 10.0.0
* Bump version to 10.1.0
Signed-off-by: Musale Martin <martinmusale@microsoft.com>
Signed-off-by: Musale Martin <martinmusale@microsoft.com>
* Update codeql

* Update cut-release

* Update en file transfer

* Update linter

* Rename artifact to fix error

* Rename artifact to fix errors

* Add optional configs for downloading
* Update bot to add items to new project

* Update projectbot.yml
musale and others added 20 commits September 25, 2024 17:44
* Bootstrap release please to the dev branch

* Update the file path

* Re-organize properties

* Update the file path to package.json file

* Update the config file with correct syntax

* Annotate sonar cloud file with inline version update

* Remove package json from list of extra files

* Include v in version and make arbitrary files a string

* Add the package json file to extra files
* Clone the resources and re-assign children to found values

* Remove unnecessary logs

* Update the object cloning for resources child

* Fix linting issues

* Fixup to search all levels

* Prettier fixes

Co-authored-by: Nickii Miaro <miaronkirote@gmail.com>

---------

Co-authored-by: Nickii Miaro <miaronkirote@gmail.com>
* Chore(deps): Bump rollup from 2.79.1 to 2.79.2 (#3348)

* Chore(deps): Bump body-parser and express (#3349)

* Chore(deps): Bump path-to-regexp and express (#3350)

* Chore(deps): Bump send and express (#3352)

* Chore(deps): Bump serve-static and express (#3353)
…description error message (#3395)

* Update dependencies and workspace

* Select only the required values from the state

Having the selector returning the entire state and then using spread operators to get the values we want will cause components to rerender. This will impact performance because if a component has the entire state and a part of the state it does not use is updated, the component has to rerender. To avoid this, only get what you need from the state for a component.

* Ensure that AutoComplete finishes rendering before calling ValidationProvider

ValidationProvider is updating when AutoComplete tries to call it while rendering.
* WIP: set basics for the Notification banner

* Revert to previous functionality

* Use v8 styling construct and a MessageBar

* Use fluent v9 and get messages for notification from GE.json

* Add fluent v9 components dependencies

* Update styles and components for Notification

* Add text for notification

* Hook theming of v9 provider to prop value

* Track the tutorial link with telemetry

* Add slice banner

* Persist banner state to localstorage

* Update state usage of banner state

* Use local storage to track banner visibility

* Add the background and custom types

* Fix theming and sizing of text in the body

* Handle dismissing of the banner

* Lock the v9 packages version

* Update the banner notification link

* Enhance type safety for trackReactComponent method

* Add telemetry tracking for Notification component

* Refactor Notification import and update App component structure

* Add telemetry tracking for notification dismiss button

* fix: correct typo in notification link text

* fix: type in notification message
* Chore(deps): Bump postcss-preset-env from 9.0.0 to 9.1.0 (#2709)

* Chore(deps): Bump css-loader from 6.7.3 to 6.8.1 (#2706)

* Chore(deps-dev): Bump acorn from 8.8.2 to 8.10.0 (#2715)

* Chore(deps): Bump @microsoft/applicationinsights-react-js (#2713)

* Chore(deps-dev): Bump selenium-webdriver from 4.10.0 to 4.11.1 (#2705)

* Chore(deps-dev): Bump jest-environment-jsdom from 29.5.0 to 29.6.2 (#2707)

* Chore(deps): Bump @azure/msal-browser from 2.32.2 to 2.38.0 (#2708)

* Run tests

* playwright deps

* Playwright deps

* Update semver and word-wrap

* Remove semver and word-wrap

* Chore(deps-dev): Bump eslint from 8.46.0 to 8.50.0 (#2810)

* Chore(deps-dev): Bump @types/react-dom from 18.2.6 to 18.2.8 (#2808)

* Chore(deps): Bump @babel/core from 7.22.9 to 7.23.0 (#2809)

* update packages

* Chore(deps): Bump @babel/runtime from 7.22.5 to 7.23.1 (#2807)

* Chore(deps): Bump @microsoft/microsoft-graph-client from 3.0.5 to 3.0.7 (#2806)

* Chore(deps): Bump apg-js from 4.1.3 to 4.2.1 (#2800)

* Chore(deps): Bump postcss-preset-env from 9.1.0 to 9.1.4 (#2795)

* Chore(deps-dev): Bump @axe-core/playwright from 4.7.0 to 4.7.3 (#2766)

* Chore(deps-dev): Bump babel-jest from 29.6.2 to 29.7.0 (#2802)

* Chore(deps-dev): Bump jest-environment-jsdom from 29.6.2 to 29.7.0 (#2798)

* Chore(deps-dev): Bump @types/react from 18.2.14 to 18.2.24 (#2799)

* Chore(deps): Bump react-redux from 8.0.7 to 8.1.3 (#2796)

* Chore(deps): Bump typescript from 5.1.6 to 5.2.2 (#2765)

* Chore(deps): Bump @fluentui/react-icons-mdl2 from 1.3.47 to 1.3.50 (#2805)

* Chore(deps): Bump adaptivecards from 2.11.1 to 3.0.1 (#2774)

* Chore(deps-dev): Bump @playwright/test from 1.36.2 to 1.38.1 (#2801)

* Chore(deps): Bump re-resizable from 6.9.9 to 6.9.11 (#2770)

* Chore(deps): Bump @fluentui/react from 8.110.8 to 8.112.0 (#2813)

* Chore(deps): Bump @azure/msal-browser from 2.38.0 to 3.1.0 (#2804)

* add await function

* remove await

* update error message

* add localisation

* Chore(deps-dev): Bump @types/react from 18.2.24 to 18.2.34 (#2859)

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.24 to 18.2.34.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  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 @microsoft/applicationinsights-web from 3.0.2 to 3.0.5 (#2858)

Bumps [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) from 3.0.2 to 3.0.5.
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](https://github.com/microsoft/ApplicationInsights-JS/commits)

---
updated-dependencies:
- dependency-name: "@microsoft/applicationinsights-web"
  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 @fluentui/react from 8.112.0 to 8.112.5 (#2857)

Bumps [@fluentui/react](https://github.com/microsoft/fluentui) from 8.112.0 to 8.112.5.
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release-fluentui.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react_v8.112.0...@fluentui/react_v8.112.5)

---
updated-dependencies:
- dependency-name: "@fluentui/react"
  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-dev): Bump @types/redux-logger from 3.0.9 to 3.0.11 (#2856)

Bumps [@types/redux-logger](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/redux-logger) from 3.0.9 to 3.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/redux-logger)

---
updated-dependencies:
- dependency-name: "@types/redux-logger"
  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-dev): Bump @types/lodash.debounce from 4.0.7 to 4.0.9 (#2879)

Bumps [@types/lodash.debounce](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.debounce) from 4.0.7 to 4.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.debounce)

---
updated-dependencies:
- dependency-name: "@types/lodash.debounce"
  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-dev): Bump @typescript-eslint/eslint-plugin (#2886)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.60.1 to 6.10.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.10.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  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): Bump react-intl from 6.4.4 to 6.5.2 (#2883)

Bumps [react-intl](https://github.com/formatjs/formatjs) from 6.4.4 to 6.5.2.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/react-intl@6.4.4...react-intl@6.5.2)

---
updated-dependencies:
- dependency-name: react-intl
  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>

* Chore(deps): Bump @fluentui/react-icons-mdl2 from 1.3.50 to 1.3.52 (#2882)

Bumps [@fluentui/react-icons-mdl2](https://github.com/microsoft/fluentui) from 1.3.50 to 1.3.52.
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release-fluentui.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons-mdl2_v1.3.50...@fluentui/react-icons-mdl2_v1.3.52)

---
updated-dependencies:
- dependency-name: "@fluentui/react-icons-mdl2"
  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-dev): Bump chromedriver from 114.0.2 to 119.0.1 (#2889)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 114.0.2 to 119.0.1.
- [Commits](giggio/node-chromedriver@114.0.2...119.0.1)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: direct:development
  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 @types/react-redux from 7.1.23 to 7.1.30 (#2881)

Bumps [@types/react-redux](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-redux) from 7.1.23 to 7.1.30.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-redux)

---
updated-dependencies:
- dependency-name: "@types/react-redux"
  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 @babel/core from 7.23.0 to 7.23.3 (#2880)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.0 to 7.23.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.3/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  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-dev): Bump @types/react-dom from 18.2.8 to 18.2.15 (#2878)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.8 to 18.2.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  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-dev): Bump eslint from 8.50.0 to 8.53.0 (#2884)

Bumps [eslint](https://github.com/eslint/eslint) from 8.50.0 to 8.53.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.50.0...v8.53.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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>

* Chore(deps): Bump @axe-core/webdriverjs from 4.7.3 to 4.8.1 (#2848)

Bumps [@axe-core/webdriverjs](https://github.com/dequelabs/axe-core-npm) from 4.7.3 to 4.8.1.
- [Release notes](https://github.com/dequelabs/axe-core-npm/releases)
- [Changelog](https://github.com/dequelabs/axe-core-npm/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/dequelabs/axe-core-npm/commits)

---
updated-dependencies:
- dependency-name: "@axe-core/webdriverjs"
  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>

* Chore(deps-dev): Bump jest and @types/jest (#2842)

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest). These dependencies needed to be updated together.

Updates `jest` from 29.6.2 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `@types/jest` from 29.5.3 to 29.5.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/jest"
  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 postcss-preset-env from 9.1.4 to 9.3.0 (#2840)

Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 9.1.4 to 9.3.0.
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

---
updated-dependencies:
- dependency-name: postcss-preset-env
  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>

* Chore(deps): Bump @babel/runtime from 7.23.1 to 7.23.2 (#2853)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.23.1 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  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-dev): Bump start-server-and-test from 2.0.0 to 2.0.1 (#2844)

Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: start-server-and-test
  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-dev): Bump @typescript-eslint/parser from 5.62.0 to 6.17.0 (#2937)

* Chore(deps): Bump eslint-plugin-react from 7.33.1 to 7.33.2 (#2913)

* Chore(deps-dev): Bump eslint from 8.53.0 to 8.56.0 (#2938)

* Chore(deps-dev): Bump @typescript-eslint/eslint-plugin (#2947)

* auto lint fix

* Add .eslintrc.js to tsconfig.json include

* Add __mocks__ and config directories to tsconfig.json

* Add new files to tsconfig.json include prop

* Chore(deps): Bump @babel/runtime from 7.23.2 to 7.23.8 (#2949)

* Chore(deps): Bump sass from 1.62.1 to 1.69.7 (#2948)

* Chore(deps): Bump @microsoft/applicationinsights-react-js (#2935)

* Chore(deps): Bump typescript from 5.2.2 to 5.3.3 (#2934)

* Chore(deps): Bump bootstrap from 5.3.0 to 5.3.2 (#2925)

* Chore(deps): Bump apg-js from 4.2.1 to 4.3.0 (#2923)

* Chore(deps): Bump adaptivecards from 3.0.1 to 3.0.2 (#2916)

* Chore(deps-dev): Bump @playwright/test from 1.38.1 to 1.40.1 (#2915)

* Chore(deps-dev): Bump @types/react from 18.2.34 to 18.2.47 (#2951)

* Chore(deps): Bump adaptive-expressions from 4.20.0 to 4.21.4 (#2950)

* Chore(deps): Bump bfj from 7.0.2 to 8.0.0 (#2926)

* Chore(deps-dev): Bump selenium-webdriver and @types/selenium-webdriver (#2952)

* Chore(deps): Bump fork-ts-checker-webpack-plugin from 8.0.0 to 9.0.2 (#2973)

* Chore(deps-dev): Bump html-webpack-plugin from 5.5.3 to 5.6.0 (#2976)

* Chore(deps-dev): Bump @types/jest from 29.5.8 to 29.5.12 (#2974)

* Chore(deps): Bump css-loader from 6.8.1 to 6.10.0 (#2977)

* Chore(deps-dev): Bump @typescript-eslint/eslint-plugin (#2978)

* Chore(deps-dev): Bump @types/isomorphic-fetch from 0.0.36 to 0.0.39 (#2979)

* Chore(deps-dev): Bump acorn from 8.10.0 to 8.11.3 (#2980)

* Chore(deps): Bump @azure/msal-browser from 3.5.0 to 3.7.1 (#2983)

* Chore(deps-dev): Bump ts-jest from 29.1.1 to 29.1.2 (#2985)

* Chore(deps): Bump @monaco-editor/react from 4.5.1 to 4.6.0 (#2982)

* Chore(deps): Bump webpack from 5.88.2 to 5.90.1 (#2986)

* Chore(deps): Bump @axe-core/webdriverjs from 4.8.1 to 4.8.4 (#2987)

* Chore(deps): Bump mini-css-extract-plugin from 2.7.6 to 2.8.0 (#2988)

* Chore(deps-dev): Bump selenium-webdriver from 4.16.0 to 4.17.0 (#2990)

* Chore(deps-dev): Bump @types/react from 18.2.47 to 18.2.55 (#3004)

* Chore(deps): Bump dotenv from 16.3.1 to 16.4.2 (#3003)

* Chore(deps-dev): Bump start-server-and-test from 2.0.1 to 2.0.3 (#2991)

* Chore(deps): Bump resolve from 1.22.2 to 1.22.8 (#2992)

* Chore(deps-dev): Bump @types/react-dom from 18.2.15 to 18.2.19 (#3002)

* update msal package

* Chore(deps-dev): Bump selenium-webdriver from 4.17.0 to 4.18.1 (#3023)

* Chore(deps): Bump sass-loader from 13.3.2 to 14.1.1 (#3024)

* Chore(deps): Bump @axe-core/webdriverjs from 4.8.4 to 4.8.5 (#3041)

* Chore(deps): Bump mini-css-extract-plugin from 2.8.0 to 2.8.1 (#3040)

* Chore(deps-dev): Bump chromedriver from 119.0.1 to 122.0.4 (#3036)

* Chore(deps): Bump dotenv from 16.4.2 to 16.4.5 (#3027)

* Chore(deps-dev): Bump @playwright/test from 1.40.1 to 1.42.0 (#3032)

* Chore(deps): Bump fs-extra from 11.1.1 to 11.2.0 (#3029)

* Chore(deps): Bump bootstrap from 5.3.2 to 5.3.3 (#3031)

* Chore(deps): Bump webpack from 5.90.1 to 5.90.3 (#3035)

* Chore(deps): Bump @babe
CB9A
l/core from 7.23.3 to 7.24.1 (#3056)

* Chore(deps): Bump style-loader from 3.3.3 to 3.3.4 (#3033)

* Chore(deps): Bump sass from 1.69.7 to 1.72.0 (#3055)

* Chore(deps): Bump url from 0.11.1 to 0.11.3 (#3039)

* Chore(deps): Bump dotenv-expand from 10.0.0 to 11.0.6 (#3038)

* Chore(deps): Bump postcss-loader from 7.3.3 to 8.1.1 (#3028)

* Revert "Chore(deps): Bump @babel/core from 7.23.3 to 7.24.1 (#3056)" (#3060)

* Chore(deps): Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#3070)

* Chore: app migration (#3069)

* Chore: app migration (add missing variable) (#3090)

* Chore: app migration (change parameter name) (#3092)

* Chore(deps): Bump express from 4.18.2 to 4.19.2 (#3071)

* remove migration parameters

* Chore(deps): Bump style-loader from 3.3.4 to 4.0.0 (#3132)

* Chore(deps): Bump sass-loader from 14.1.1 to 14.2.1 (#3139)

* Chore(deps): Bump adaptive-expressions from 4.21.4 to 4.22.2 (#3133)

* Chore(deps): Bump mini-css-extract-plugin from 2.8.1 to 2.9.0 (#3129)

* Chore(deps): Bump webpack from 5.90.3 to 5.91.0 (#3130)

* Chore(deps): Bump @microsoft/applicationinsights-react-js (#3151)

* Chore(deps): Bump @microsoft/applicationinsights-web from 3.0.5 to 3.2.1 (#3152)

* Chore(deps): Bump postcss-preset-env from 9.3.0 to 9.5.13 (#3156)

* fix initialisation

* Chore(deps): Bump @babel/runtime from 7.24.4 to 7.24.5 (#3131)

* Chore(deps-dev): Bump @typescript-eslint/eslint-plugin (#3137)

* Chore(deps): Bump eslint-webpack-plugin from 4.0.1 to 4.1.0 (#3136)

* Chore(deps): Bump @babel/core from 7.23.3 to 7.24.6 (#3160)

* Chore(deps): Bump webpack-dev-server from 4.15.1 to 5.0.4 (#3059)

* Fix: Update webpack Dev Server config (#3185)

* Chore(deps): Bump ajv from 8.12.0 to 8.17.1 (#3295)

* Chore(deps): Bump mini-css-extract-plugin from 2.9.0 to 2.9.1 (#3296)

* Chore(deps): Bump typescript from 5.4.5 to 5.5.4 (#3297)

* Chore(deps-dev): Bump @playwright/test from 1.43.1 to 1.46.1 (#3298)

* Chore(deps-dev): Bump ts-jest from 29.1.2 to 29.2.5 (#3299)

* Chore(deps): Bump @fluentui/react from 8.117.7 to 8.120.7 (#3301)

* Chore(deps): Bump @axe-core/webdriverjs from 4.8.5 to 4.10.0 (#3302)

* Chore(deps-dev): Bump acorn from 8.11.3 to 8.12.1 (#3304)

* Chore(deps-dev): Bump start-server-and-test from 2.0.3 to 2.0.5 (#3305)

* Chore(deps): Bump webpack from 5.91.0 to 5.94.0 (#3300)

* Chore(deps-dev): Bump chromedriver from 124.0.1 to 128.0.1 (#3303)

* Chore(deps): Bump @babel/runtime from 7.24.5 to 7.25.6 (#3308)

* Chore(deps): Bump adaptive-expressions from 4.22.2 to 4.23.0 (#3309)

* Chore(deps-dev): Bump @types/markdown-it from 14.1.1 to 14.1.2 (#3310)

* Chore(deps): Bump @babel/core from 7.24.6 to 7.25.2 (#3311)

* Chore(deps-dev): Bump @axe-core/playwright from 4.7.3 to 4.10.0 (#3312)

* Chore(deps): Bump @microsoft/applicationinsights-react-js (#3314)

* Chore(deps-dev): Bump selenium-webdriver and @types/selenium-webdriver (#3307)

* Chore(deps): Bump @microsoft/applicationinsights-web from 3.2.1 to 3.3.1 (#3313)

* update package version

* Chore(deps): Bump micromatch from 4.0.5 to 4.0.8 (#3323)

* Chore(deps): Bump rollup from 2.79.1 to 2.79.2 (#3348)

* Chore(deps): Bump body-parser and express (#3349)

* Chore(deps): Bump path-to-regexp and express (#3350)

* Chore(deps): Bump send and express (#3352)

* Chore(deps): Bump serve-static and express (#3353)

* Chore(deps): Bump @fluentui/react-icons-mdl2 from 1.3.63 to 1.3.76 (#3374)

Bumps [@fluentui/react-icons-mdl2](https://github.com/microsoft/fluentui) from 1.3.63 to 1.3.76.
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons-mdl2_v1.3.63...@fluentui/react-icons-mdl2_v1.3.76)

---
updated-dependencies:
- dependency-name: "@fluentui/react-icons-mdl2"
  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 eslint-plugin-react from 7.33.2 to 7.37.1 (#3373)

Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.37.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.33.2...v7.37.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  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>

* Chore(deps): Bump @reduxjs/toolkit from 2.2.5 to 2.2.7 (#3372)

Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.2.5 to 2.2.7.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.5...v2.2.7)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  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-dev): Bump eslint from 8.56.0 to 8.57.1 (#3371)

Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.56.0...v8.57.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  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>

* Chore(deps): Bump workbox-webpack-plugin from 7.0.0 to 7.1.0 (#3370)

Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](GoogleChrome/workbox@v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
  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>

* Chore(deps-dev): Bump start-server-and-test from 2.0.5 to 2.0.8 (#3368)

Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 2.0.5 to 2.0.8.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.5...v2.0.8)

---
updated-dependencies:
- dependency-name: start-server-and-test
  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 sass from 1.72.0 to 1.79.4 (#3367)

Bumps [sass](https://github.com/sass/dart-sass) from 1.72.0 to 1.79.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.72.0...1.79.4)

---
updated-dependencies:
- dependency-name: sass
  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>

* Chore(deps-dev): Bump @types/jest from 29.5.12 to 29.5.13 (#3366)

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

---
updated-dependencies:
- dependency-name: "@types/jest"
  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 @microsoft/applicationinsights-web from 3.3.1 to 3.3.3 (#3365)

Bumps [@microsoft/applicationinsights-web](https://github.com/microsoft/ApplicationInsights-JS) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/microsoft/ApplicationInsights-JS/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-JS/blob/main/RELEASES.md)
- [Commits](microsoft/ApplicationInsights-JS@3.3.1...3.3.3)

---
updated-dependencies:
- dependency-name: "@microsoft/applicationinsights-web"
  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 webpack from 5.94.0 to 5.95.0 (#3364)

Bumps [webpack](https://github.com/webpack/webpack) from 5.94.0 to 5.95.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.94.0...v5.95.0)

---
updated-dependencies:
- dependency-name: webpack
  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>

* Chore(deps-dev): Bump @playwright/test from 1.46.1 to 1.47.2 (#3359)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.46.1 to 1.47.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.46.1...v1.47.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  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>

* Chore(deps): Bump url from 0.11.3 to 0.11.4 (#3358)

Bumps [url](https://github.com/defunctzombie/node-url) from 0.11.3 to 0.11.4.
- [Commits](defunctzombie/node-url@v0.11.3...v0.11.4)

---
updated-dependencies:
- dependency-name: url
  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 webpack-dev-server from 5.0.4 to 5.1.0 (#3361)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.0.4 to 5.1.0.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v5.0.4...v5.1.0)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  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>

* Chore(deps): Bump babel-loader from 9.1.3 to 9.2.1 (#3356)

Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.3 to 9.2.1.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v9.1.3...v9.2.1)

---
updated-dependencies:
- dependency-name: babel-loader
  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>

* Chore(deps-dev): Bump @typescript-eslint/parser from 6.17.0 to 8.8.0 (#3369)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.17.0 to 8.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  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): Bump sass-loader from 14.2.1 to 16.0.2 (#3375)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 14.2.1 to 16.0.2.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack/sass-loader@v14.2.1...v16.0.2)

---
updated-dependencies:
- dependency-name: sass-loader
  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): Bump adaptive-expressions from 4.22.2 to 4.23.1 (#3357)

Bumps [adaptive-expressions](https://github.com/Microsoft/botbuilder-js) from 4.22.2 to 4.23.1.
- [Release notes](https://github.com/Microsoft/botbuilder-js/releases)
- [Commits](microsoft/botbuilder-js@4.22.2...4.23.1)

---
updated-dependencies:
- dependency-name: adaptive-expressions
  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>

* Chore(deps-dev): Bump chromedriver from 128.0.1 to 129.0.2 (#3379)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 128.0.1 to 129.0.2.
- [Commits](giggio/node-chromedriver@128.0.1...129.0.2)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: direct:development
  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): Bump @fluentui/react from 8.120.7 to 8.121.1 (#3378)

Bumps [@fluentui/react](https://github.com/microsoft/fluentui) from 8.120.7 to 8.121.1.
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react_v8.120.7...@fluentui/react_v8.121.1)

---
updated-dependencies:
- dependency-name: "@fluentui/react"
  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>

* updating typescrip- eslint packages

* adjust rules

* downgrade adaptive expressions

* fix linting errors

* Chore(deps-dev): Bump selenium-webdriver and @types/selenium-webdriver (#3400)

* Chore(deps-dev): Bump @types/jest from 29.5.13 to 29.5.14 (#3402)

* Chore(deps): Bump sass-loader from 16.0.2 to 16.0.3 (#3403)

* Chore(deps): Bump eslint-plugin-react from 7.37.1 to 7.37.2 (#3404)

* Chore(deps): Bump @azure/msal-browser from 3.14.0 to 3.26.1 (#3405)

* Chore(deps-dev): Bump @playwright/test from 1.47.2 to 1.48.2 (#3415)

* Chore(deps): Bump workbox-webpack-plugin from 7.1.0 to 7.3.0 (#3419)

* Chore(deps): Bump re-resizable from 6.9.11 to 6.10.0 (#3407)

* Chore(deps): Bump @microsoft/applicationinsights-react-js (#3408)

* Chore(deps): Bump mini-css-extract-plugin from 2.9.1 to 2.9.2 (#3409)

* Chore(deps): Bump express from 4.21.0 to 4.21.1 (#3411)

* Chore(deps-dev): Bump html-webpack-plugin from 5.6.0 to 5.6.3 (#3417)

* Chore(deps): Bump @babel/core from 7.25.2 to 7.26.0 (#3406)

* Chore(deps): Bump postcss-preset-env from 9.5.13 to 10.1.0 (#3426)

* Chore(deps-dev): Bump chromedriver from 129.0.2 to 130.0.4 (#3425)

* Chore(deps): Bump webpack from 5.95.0 to 5.96.1 (#3416)

* Chore(deps): Bump @babel/runtime from 7.25.6 to 7.26.0 (#3418)

* fix linting issue

* Chore(deps-dev): Bump chromedriver from 130.0.4 to 131.0.1 (#3472)

* Chore(deps): Bump @microsoft/applicationinsights-web from 3.3.3 to 3.3.4 (#3471)

* Chore(deps-dev): Bump redux-mock-store and @types/redux-mock-store (#3470)

* Chore(deps): Bump dotenv-expand from 11.0.6 to 12.0.1 (#3468)

* Chore(deps-dev): Bump @playwright/test from 1.48.2 to 1.49.0 (#3466)

* Chore(deps): Bump @reduxjs/toolkit from 2.2.7 to 2.4.0 (#3462)

* Chore(deps): Bump sass from 1.79.4 to 1.81.0 (#3453)

* Chore(deps): Bump @axe-core/webdriverjs from 4.10.0 to 4.10.1 (#3455)

* Chore(deps-dev): Bump @axe-core/playwright from 4.10.0 to 4.10.1 (#3456)

* Chore(deps): Bump adaptive-expressions from 4.22.3 to 4.23.1 (#3457)

* Chore(deps): Bump re-resizable from 6.10.0 to 6.10.1 (#3461)

* Chore(deps): Bump typescript from 5.5.4 to 5.7.2 (#3459)

* Chore(deps): Bump postcss-preset-env from 10.1.0 to 10.1.1 (#3458)

* Chore(deps-dev): Bump selenium-webdriver from 4.26.0 to 4.27.0 (#3460)

* Chore(deps): Bump @fluentui/react-icons-mdl2 from 1.3.76 to 1.3.80 (#3467)

* Chore(deps-dev): Bump @typescript-eslint/eslint-plugin (#3463)

* Chore(deps): Bump @fluentui/react from 8.121.1 to 8.121.13 (#3464)

* Chore(deps-dev): Bump @typescript-eslint/parser from 8.14.0 to 8.16.0 (#3469)

* Add missing packages

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Onokaev <evansonoka05.j@gmail.com>
Co-authored-by: Charles Wahome <thewahome.cw@gmail.com>
Co-authored-by: Musale Martin <martinmusale@microsoft.com>
* Chore(deps): Bump @fluentui/react from 8.121.13 to 8.122.4 (#3521)

Bumps [@fluentui/react](https://github.com/microsoft/fluentui) from 8.121.13 to 8.122.4.
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Changelog](https://github.com/microsoft/fluentui/blob/master/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react_v8.121.13...@fluentui/react_v8.122.4)

---
updated-dependencies:
- dependency-name: "@fluentui/react"
  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>

* Chore(deps-dev): Bump @playwright/test from 1.49.0 to 1.49.1 (#3520)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.49.0 to 1.49.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.49.0...v1.49.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  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 express from 4.21.1 to 4.21.2 (#3519)

Bumps [express](https://github.com/expressjs/express) from 4.21.1 to 4.21.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](expressjs/express@4.21.1...4.21.2)

---
updated-dependencies:
- dependency-name: express
  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-dev): Bump start-server-and-test from 2.0.8 to 2.0.9 (#3518)

Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.8...v2.0.9)

---
updated-dependencies:
- dependency-name: start-server-and-test
  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 sass from 1.81.0 to 1.83.1 (#3517)

Bumps [sass](https://github.com/sass/dart-sass) from 1.81.0 to 1.83.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.81.0...1.83.1)

---
updated-dependencies:
- dependency-name: sass
  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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Chore(deps): Bump cross-spawn from 7.0.3 to 7.0.6 (#3535)

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

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

* Chore(deps): Bump nanoid from 3.3.7 to 3.3.8 (#3536)

Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.3.7...3.3.8)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

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

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ElinorW ElinorW requested a review from a team as a code owner January 30, 2025 15:18
musale
musale previously approved these changes Jan 30, 2025
@ElinorW ElinorW merged commit e24eabb into master Jan 30, 2025
17 of 20 checks passed
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0