Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps @reduxjs/toolkit from 2.6.0 to 2.6.1.

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.6.1

This bugfix release fixes several assorted types issues with the initial infinite query feature release, and adds support for an optional signal argument to createAsyncThunk.

Changelog

Infinite Query Fixes

We've fixed several types issues that were reported with infinite queries after the 2.6.0 release:

  • matchFulfilled and providesTags now get the correct response types
  • We've added pre-typed Type* types to represent infinite queries, similar to the existing pre-defined types for queries and mutations
  • selectCachedArgsForQuery now supports fetching args for infinite query endpoints
  • We fixed some TS type portability issues with infinite queries that caused errors when generating TS declarations
  • useInfiniteQueryState/Subscription now correctly expect just the query arg, not the combined {queryArg, pageParam} object

Other Improvements

createAsyncThunk now accepts an optional {signal} argument. If provided, the internal AbortSignal handling will tie into that signal.

upsertQueryEntries now correctly generates provided tags for upserted cache entries.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.6.0...v2.6.1

Commits
  • ac26766 Release 2.6.1
  • 690869c support passing an external abortsignal to createAsyncThunk (#4860)
  • 4e35821 Fix infinite query type portability issues (#4881)
  • 642d795 add more Typed wrappers and make sure they're all exported (#4866)
  • a59f90c add infinite query type support for selectCachedArgsForQuery (#4880)
  • 72ac07d Add providesTags handling for upsertQueryEntries (#4872)
  • 2751bec Merge pull request #4877 from aryaemami59/chore/fix-env-handling
  • be33129 Improve handling of environment variables in tests
  • 66ff32a Fix assorted infinite query types (#4869)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 1, 2025 20:03
@Mnickii Mnickii merged commit ee3f908 into dependabot-upgrades Apr 2, 2025
14 of 15 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependabot-upgrades/reduxjs/toolkit-2.6.1 branch April 2, 2025 07:36
@sonarqubecloud
Copy link

sonarqubecloud bot commented Apr 2, 2025

Mnickii added a commit that referenced this pull request Apr 24, 2025
* Chore(deps): Bump @babel/core from 7.26.8 to 7.26.9 (#3672)

* Chore(deps): Bump re-resizable from 6.10.1 to 6.11.2 (#3674)

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

* Chore(deps-dev): Bump ts-jest from 29.2.5 to 29.2.6 (#3677)

* Chore(deps-dev): Bump chromedriver from 133.0.0 to 133.0.3 (#3678)

* Chore(deps-dev): Bump @eslint/js from 9.20.0 to 9.21.0 (#3681)

* Chore(deps): Bump sass-loader from 16.0.3 to 16.0.5 (#3683)

* Chore(deps): Bump @reduxjs/toolkit from 2.4.0 to 2.6.0 (#3684)

* Chore(deps): Bump @azure/msal-browser from 4.4.0 to 4.5.1 (#3697)

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

* Chore(deps-dev): Bump @typescript-eslint/parser from 8.22.0 to 8.26.0 (#3700)

* Chore(deps): Bump sass from 1.84.0 to 1.85.1 (#3680)

* Chore(deps): Bump monaco-editor from 0.31.1 to 0.52.2 (#3679)

* Chore(deps): Bump @babel/runtime from 7.26.7 to 7.26.9 (#3673)

* Chore(deps): Bump adaptive-expressions from 4.22.3 to 4.23.2 (#3687)

* Chore(deps): Bump @fluentui/react-components from 9.58.3 to 9.60.0 (#3686)

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

* remove carets

* update @babel/runtime package

* update @babel/core to latest

* Chore(deps): Bump sass from 1.85.1 to 1.86.1 (#3736)

Bumps [sass](https://github.com/sass/dart-sass) from 1.85.1 to 1.86.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.85.1...1.86.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.86.1
  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 webpack-manifest-plugin from 5.0.0 to 5.0.1 (#3737)

Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases)
- [Commits](shellscape/webpack-manifest-plugin@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: webpack-manifest-plugin
  dependency-version: 5.0.1
  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 postcss-preset-env from 10.1.1 to 10.1.5 (#3738)

Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 10.1.1 to 10.1.5.
- [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-version: 10.1.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-dev): Bump acorn from 8.12.1 to 8.14.1 (#3739)

Bumps [acorn](https://github.com/acornjs/acorn) from 8.12.1 to 8.14.1.
- [Commits](acornjs/acorn@8.12.1...8.14.1)

---
updated-dependencies:
- dependency-name: acorn
  dependency-version: 8.14.1
  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 @reduxjs/toolkit from 2.6.0 to 2.6.1 (#3740)

Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.6.1
  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/js from 9.21.0 to 9.23.0 (#3741)

Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.21.0 to 9.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.23.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.23.0
  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 @fluentui/react from 8.122.9 to 8.122.14 (#3745)

Bumps [@fluentui/react](https://github.com/microsoft/fluentui) from 8.122.9 to 8.122.14.
- [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.122.9...@fluentui/react_v8.122.14)

---
updated-dependencies:
- dependency-name: "@fluentui/react"
  dependency-version: 8.122.14
  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.96.1 to 5.98.0 (#3755)

Bumps [webpack](https://github.com/webpack/webpack) from 5.96.1 to 5.98.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.98.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.98.0
  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 selenium-webdriver from 4.28.1 to 4.30.0 (#3751)

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.28.1 to 4.30.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.30.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-version: 4.30.0
  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 @babel/runtime from 7.26.10 to 7.27.0 (#3748)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.10 to 7.27.0.
- [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.27.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.0
  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.50.1 to 1.51.1 (#3752)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.50.1 to 1.51.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.51.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.51.1
  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-dev): Bump @typescript-eslint/eslint-plugin (#3743)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.24.0 to 8.29.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/v8.29.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.29.0
  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-dev): Bump start-server-and-test from 2.0.10 to 2.0.11 (#3753)

Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.10...v2.0.11)

---
updated-dependencies:
- dependency-name: start-server-and-test
  dependency-version: 2.0.11
  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 @fluentui/react-components from 9.60.0 to 9.61.6 (#3754)

Bumps [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.60.0 to 9.61.6.
- [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-components_v9.60.0...@fluentui/react-components_v9.61.6)

---
updated-dependencies:
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.61.6
  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 133.0.3 to 134.0.5 (#3746)

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

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-version: 134.0.5
  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>

* fix build

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

Bumps [@microsoft/applicationinsights-react-js](https://github.com/microsoft/applicationinsights-react-js) from 17.3.4 to 18.3.6.
- [Release notes](https://github.com/microsoft/applicationinsights-react-js/releases)
- [Changelog](https://github.com/microsoft/applicationinsights-react-js/blob/main/RELEASES.md)
- [Commits](microsoft/applicationinsights-react-js@17.3.4...18.3.6)

---
updated-dependencies:
- dependency-name: "@microsoft/applicationinsights-react-js"
  dependency-version: 18.3.6
  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 express from 4.21.2 to 5.1.0 (#3747)

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

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.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>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ElinorW <elkaguon@microsoft.com>
Mnickii added a commit that referenced this pull request Apr 28, 2025
* fix: profile user iimage (#3784)

* fix: improve validation error display (#3792)

* fix: code snippet loads when a sample is selected (#3789)

* fix: tabs on expand modal occupy the modal space (#3790)

* fix: share query button and documentation button are visible even when query is long (#3796)

* fix: code snippets UI enhancements (#3798)

* fix: display correct tenant (#3805)

* display correct tenant

* fix sonar

* fix: update message bar intents for o-data (#3804)

* fix(a11y): disable add button when no key, value in headers (#3808)

* fix: remove unnecessary scrollbars (#3774)



* hide scrollbar

* chore: remove need for issue assignment for ToTriage label (#3802)

* remove need for assigment

* show triaged but unassigned issues for better management

* fix: set default sample auto selection on page load globally (#3799)

* set auto selection globally

* remove highlight

* fix sonar issues

* feat: use window high contrast (#3782)

* remove high contrast theme

* update contrast styling in components

* fix: Add check for shared query url on page load (#3815)

* feat: add request/response area resizing (#3810)

* Chore(deps): April Dependabot upgrades (#3759)

* Chore(deps): Bump @babel/core from 7.26.8 to 7.26.9 (#3672)

* Chore(deps): Bump re-resizable from 6.10.1 to 6.11.2 (#3674)

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

* Chore(deps-dev): Bump ts-jest from 29.2.5 to 29.2.6 (#3677)

* Chore(deps-dev): Bump chromedriver from 133.0.0 to 133.0.3 (#3678)

* Chore(deps-dev): Bump @eslint/js from 9.20.0 to 9.21.0 (#3681)

* Chore(deps): Bump sass-loader from 16.0.3 to 16.0.5 (#3683)

* Chore(deps): Bump @reduxjs/toolkit from 2.4.0 to 2.6.0 (#3684)

* Chore(deps): Bump @azure/msal-browser from 4.4.0 to 4.5.1 (#3697)

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

* Chore(deps-dev): Bump @typescript-eslint/parser from 8.22.0 to 8.26.0 (#3700)

* Chore(deps): Bump sass from 1.84.0 to 1.85.1 (#3680)

* Chore(deps): Bump monaco-editor from 0.31.1 to 0.52.2 (#3679)

* Chore(deps): Bump @babel/runtime from 7.26.7 to 7.26.9 (#3673)

* Chore(deps): Bump adaptive-expressions from 4.22.3 to 4.23.2 (#3687)

* Chore(deps): Bump @fluentui/react-components from 9.58.3 to 9.60.0 (#3686)

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

* remove carets

* update @babel/runtime package

* update @babel/core to latest

* Chore(deps): Bump sass from 1.85.1 to 1.86.1 (#3736)

Bumps [sass](https://github.com/sass/dart-sass) from 1.85.1 to 1.86.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.85.1...1.86.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.86.1
  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 webpack-manifest-plugin from 5.0.0 to 5.0.1 (#3737)

Bumps [webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin) from 5.0.0 to 5.0.1.
- [Release notes](https://github.com/shellscape/webpack-manifest-plugin/releases)
- [Commits](shellscape/webpack-manifest-plugin@v5.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: webpack-manifest-plugin
  dependency-version: 5.0.1
  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 postcss-preset-env from 10.1.1 to 10.1.5 (#3738)

Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 10.1.1 to 10.1.5.
- [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-version: 10.1.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-dev): Bump acorn from 8.12.1 to 8.14.1 (#3739)

Bumps [acorn](https://github.com/acornjs/acorn) from 8.12.1 to 8.14.1.
- [Commits](acornjs/acorn@8.12.1...8.14.1)

---
updated-dependencies:
- dependency-name: acorn
  dependency-version: 8.14.1
  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 @reduxjs/toolkit from 2.6.0 to 2.6.1 (#3740)

Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-version: 2.6.1
  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/js from 9.21.0 to 9.23.0 (#3741)

Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.21.0 to 9.23.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.23.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-version: 9.23.0
  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 @fluentui/react from 8.122.9 to 8.122.14 (#3745)

Bumps [@fluentui/react](https://github.com/microsoft/fluentui) from 8.122.9 to 8.122.14.
- [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.122.9...@fluentui/react_v8.122.14)

---
updated-dependencies:
- dependency-name: "@fluentui/react"
  dependency-version: 8.122.14
  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.96.1 to 5.98.0 (#3755)

Bumps [webpack](https://github.com/webpack/webpack) from 5.96.1 to 5.98.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.96.1...v5.98.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-version: 5.98.0
  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 selenium-webdriver from 4.28.1 to 4.30.0 (#3751)

Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.28.1 to 4.30.0.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](https://github.com/SeleniumHQ/selenium/commits/selenium-4.30.0)

---
updated-dependencies:
- dependency-name: selenium-webdriver
  dependency-version: 4.30.0
  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 @babel/runtime from 7.26.10 to 7.27.0 (#3748)

Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.10 to 7.27.0.
- [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.27.0/packages/babel-runtime)

---
updated-dependencies:
- dependency-name: "@babel/runtime"
  dependency-version: 7.27.0
  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.50.1 to 1.51.1 (#3752)

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.50.1 to 1.51.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.50.1...v1.51.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-version: 1.51.1
  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-dev): Bump @typescript-eslint/eslint-plugin (#3743)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.24.0 to 8.29.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/v8.29.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.29.0
  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-dev): Bump start-server-and-test from 2.0.10 to 2.0.11 (#3753)

Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.10...v2.0.11)

---
updated-dependencies:
- dependency-name: start-server-and-test
  dependency-version: 2.0.11
  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 @fluentui/react-components from 9.60.0 to 9.61.6 (#3754)

Bumps [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.60.0 to 9.61.6.
- [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-components_v9.60.0...@fluentui/react-components_v9.61.6)

---
updated-dependencies:
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.61.6
  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 133.0.3 to 134.0.5 (#3746)

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

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-version: 134.0.5
  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>

* fix build

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

Bumps [@microsoft/applicationinsights-react-js](https://github.com/microsoft/applicationinsights-react-js) from 17.3.4 to 18.3.6.
- [Release notes](https://github.com/microsoft/applicationinsights-react-js/releases)
- [Changelog](https://github.com/microsoft/applicationinsights-react-js/blob/main/RELEASES.md)
- [Commits](microsoft/applicationinsights-react-js@17.3.4...18.3.6)

---
updated-dependencies:
- dependency-name: "@microsoft/applicationinsights-react-js"
  dependency-version: 18.3.6
  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 express from 4.21.2 to 5.1.0 (#3747)

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

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.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>

---------

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

* fix: update request body on PATCH request (#3817)

* feat: add theming to adaptive cards (#3818)

* revert package

* add theming to adaptive cards

* remove duplication

* fix: correct GE try-it mode view (#3800)

* fix(a11y): add column headers to collections (#3809)

* fix column header: romove announcement

* add table headers

* add column definition API collections

* fix: refresh token silently (#3806)

* fix: correct history items order and request body updates (#3822)

* chore(dev): release 11.1.0 (#3794)

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>

---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Elinor <ekaguongo@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants