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.50.0 to 8.53.0 #2884

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2023

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint from 8.50.0 to 8.53.0.

Release notes

Sourced from eslint's releases.

v8.53.0

Features

  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)

Chores

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])
  • 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta)

v8.52.0

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.53.0 - November 3, 2023

  • ba4d4d5 chore: remove metascraper (#17707) (Milos Djermanovic)
  • 0d07338 chore: Update dependencies (#17706) (Milos Djermanovic)
  • 93256a3 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • ab8c60d docs: change position of return to top button (#17688) (Tanuj Kanti)
  • 528e1c0 feat: Deprecate formatting rules (#17696) (Nicholas C. Zakas)
  • 485ec7d test: fix ESLint tests for caching (#17699) (Milos Djermanovic)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#17677) (Yonathan Randolph)
  • 4fc44c0 docs: update twitter icon to new X icon (#17687) (Tanuj Kanti)
  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#17683) (Milos Djermanovic)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#17657) (Josh Goldberg ✨)
  • db06a7f ci: bump actions/setup-node from 3 to 4 (#17676) (dependabot[bot])
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#17672) (Francesco Trotta)
  • 994596b ci: run tests in Node.js 21 (#17673) (Francesco Trotta)

v8.52.0 - October 20, 2023

  • 6d1f0c2 chore: upgrade @​eslint/js@​8.52.0 (#17671) (Milos Djermanovic)
  • d63d4fe chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#17664) (Nicholas C. Zakas)
  • 5de9637 fix: Ensure shared references in rule configs are separated (#17666) (Nicholas C. Zakas)
  • f30cefe test: fix FlatESLint tests for caching (#17658) (Milos Djermanovic)
  • ef650cb test: update tests for no-promise-executor-return (#17661) (Milos Djermanovic)
  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#17611) (Yosuke Ota)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#17649) (Francesco Trotta)
  • 660ed3a docs: Plugin flat config migration guide (#17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

v8.51.0 - October 6, 2023

  • 1ef39ea chore: upgrade @​eslint/js@​8.51.0 (#17624) (Milos Djermanovic)
  • f8c7403 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)
  • ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta)

... (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)

@dependabot dependabot bot requested a review from a team as a code owner November 10, 2023 07:16
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependabot-upgrades/eslint-8.53.0 branch 2 times, most recently from f1323cb to 20f7e06 Compare November 10, 2023 07:21
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]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependabot-upgrades/eslint-8.53.0 branch from 20f7e06 to c01f9ae Compare November 10, 2023 07:30
@thewahome thewahome merged commit 53d78ce into dependabot-upgrades Nov 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependabot-upgrades/eslint-8.53.0 branch November 10, 2023 07:30
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]>
musale pushed a commit that referenced this pull request Jan 2, 2025
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>
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