Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps eslint from 8.46.0 to 8.50.0.

Release notes

Sourced from eslint's releases.

v8.50.0

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)

v8.49.0

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)

v8.48.0

Features

  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.50.0 - September 22, 2023

  • f8a8a2d chore: upgrade @​eslint/js@​8.50.0 (#17599) (Milos Djermanovic)
  • 38ada6d chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
  • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
  • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)
  • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
  • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

v8.49.0 - September 8, 2023

  • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
  • cac45d0 chore: upgrade @​eslint/js@​8.49.0 (#17549) (Milos Djermanovic)
  • cd39508 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ecfb54f docs: Update README (GitHub Actions Bot)
  • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
  • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
  • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)
  • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
  • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
  • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)

v8.48.0 - August 25, 2023

  • 8dd3cec chore: upgrade @​eslint/js@​8.48.0 (#17501) (Milos Djermanovic)
  • 6d0496e chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 7a51d77 docs: no-param-reassign mention strict mode (#17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#17459) (Nitin Kumar)
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#17496) (Jonas Berlin)
  • 1fbb3b0 feat: correct update direction in for-direction (#17483) (Francesco Trotta)
  • 9d4216d chore: Refactor and document CodePathSegment (#17474) (Nicholas C. Zakas)
  • cab21e6 docs: advice for inline disabling of rules (#17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#17482) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#17282) (nopeless)
  • 9e9edf9 docs: update documentation URL in error message (#17465) (Nitin Kumar)

v8.47.0 - August 11, 2023

... (truncated)

Commits

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 [eslint](https://github.com/eslint/eslint) from 8.46.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.46.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 1, 2023 20:33
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2023
@ElinorW ElinorW merged commit c6f64ca into dependabot-upgrades Oct 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependabot-upgrades/eslint-8.50.0 branch October 3, 2023 11:52
@sonarqubecloud
Copy link

sonarqubecloud bot commented Oct 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

musale added a commit that referenced this pull request Jan 2, 2025
* 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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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/[email protected]@6.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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 @babel/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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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-contrib/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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Onokaev <[email protected]>
Co-authored-by: Charles Wahome <[email protected]>
Co-authored-by: Musale Martin <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant