Skip to content

chore(deps): bump node-fetch, @microsoft/sp-application-base, @microsoft/sp-dialog, botframework-webchat, react, react-dom, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench in /samples/react-msal-bot/spfx#1592

Merged
hugoabernier merged 1 commit into
mainfrom
dependabot/npm_and_yarn/samples/react-msal-bot/spfx/multi-c1a5ff5c97
Jan 31, 2026

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 25, 2026

Copy link
Copy Markdown
Contributor

Bumps node-fetch to 2.7.0 and updates ancestor dependencies node-fetch, @microsoft/sp-application-base, @microsoft/sp-dialog, botframework-webchat, react, react-dom, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench. These dependencies need to be updated together.

Updates node-fetch from 2.1.2 to 2.7.0

Release notes

Sourced from node-fetch's releases.

v2.7.0

2.7.0 (2023-08-23)

Features

v2.6.13

2.6.13 (2023-08-18)

Bug Fixes

v2.6.12

2.6.12 (2023-06-29)

Bug Fixes

v2.6.11

2.6.11 (2023-05-09)

Reverts

v2.6.10

2.6.10 (2023-05-08)

Bug Fixes

v2.6.9

2.6.9 (2023-01-30)

Bug Fixes

v2.6.8

2.6.8 (2023-01-13)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by node-fetch-bot, a new releaser for node-fetch since your current version.


Updates @microsoft/sp-application-base from 1.5.1 to 1.22.1

Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for @​microsoft/sp-application-base since your current version.


Updates @microsoft/sp-dialog from 1.5.1 to 1.11.0

Updates botframework-webchat from 0.14.1 to 4.18.0

Release notes

Sourced from botframework-webchat's releases.

[4.18.0] - 2024-07-10

Subresource Integrity

The CDN URL will be online in about a day after we completed publish to NPM.

<script
  crossorigin="anonymous"
  integrity="sha384-YCF4860lf811lnrrIBL4pfZ+UqiNit+8lXEhSY3R+dSc+C1rg6UnEQR5avdOTbj0"
  src="https://cdn.botframework.com/botframework-webchat/4.18.0/webchat.js"
></script>
<script
  crossorigin="anonymous"
  integrity="sha384-RuyQM7i2h9QDvJTm5quFymi0qfuWyIZocRdsgUaPIhlZnAM/Qz1/YnUxH55Dt9Rd"
  src="https://cdn.botframework.com/botframework-webchat/4.18.0/webchat-es5.js"
></script>
<script
  crossorigin="anonymous"
  integrity="sha384-YXzfTEuq6x+8VEBZcHmPE9rM+NpSTVfRQsU1X0v4drgjp3S4F8d8rnq/anR3WLpj"
  src="https://cdn.botframework.com/botframework-webchat/4.18.0/webchat-minimal.js"
></script>

Changelog

[4.18.0] - 2024-07-10

Added

  • (Experimental) Added initial decorators support, in PR #5205, by @​OEvgeny
    • Introduced internal botframework-webchat-api/decorator import, in PR #5205, by @​OEvgeny
    • Added DecoratorComposer and ActivityDecorator to be used for decorating activity border, in PR #5205, by @​OEvgeny

Fixed

  • Read deeper into citation objects in order to provide names, in PR #5215, by @​beyackle2
  • Improved performance for useActivityWithRenderer, in PR #5172, by @​OEvgeny
  • Fixes #5162. Improved performance for useActivityTreeWithRenderer, in PR #5163, by @​compulim
  • Fixes #5175. PrecompiledGlobalize.js is emitted instead of .cjs, by @​compulim in PR #5181
  • Improved performance for BasicTranscript, in PR #5183, by @​OEvgeny
  • Fixed potential memory usage issues caused by useActivitiesWithRenderer, in PR #5183, by @​OEvgeny
  • Improved performance for useMemoized, in PR #5190, by @​OEvgeny
  • Fixed send box zoomed in when clicked on mobile Safari, in PR #5192, by @​OEvgeny
  • Added missing support for chat history scroll with keyboard when Fluent send box is focused, in PR #5191, by @​OEvgeny

... (truncated)

Changelog

Sourced from botframework-webchat's changelog.

[4.18.0] - 2024-07-10

Added

  • (Experimental) Added initial decorators support, in PR #5205, by @​OEvgeny
    • Introduced internal botframework-webchat-api/decorator import, in PR #5205, by @​OEvgeny
    • Added DecoratorComposer and ActivityDecorator to be used for decorating activity border, in PR #5205, by @​OEvgeny
  • Added styleOptions.bubbleImageMaxHeight and styleOptions.bubbleImageMinHeight for variable image height, in PR #5236, by @​compulim

Changed

... (truncated)

Commits

Updates react from 15.6.2 to 16.14.0

Release notes

Sourced from react's releases.

16.14.0 (October 14, 2020)

React

16.13.1 (March 19, 2020)

React DOM

  • Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. (@​acdlite in #18238)
  • Revert warning for cross-component updates that happen inside class render lifecycles (componentWillReceiveProps, shouldComponentUpdate, and so on). (@​gaearon in #18330)

Artifacts

16.13.0 (February 26, 2020)

React

React DOM

Concurrent Mode (Experimental)

Artifacts

... (truncated)

Changelog

Sourced from react's changelog.

16.14.0 (October 14, 2020)

React

16.13.1 (March 19, 2020)

React DOM

  • Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. (@​acdlite in #18238)
  • Revert warning for cross-component updates that happen inside class render lifecycles (componentWillReceiveProps, shouldComponentUpdate, and so on). (@​gaearon in #18330)

16.13.0 (February 26, 2020)

React

React DOM

Concurrent Mode (Experimental)

16.12.0 (November 14, 2019)

React DOM

  • Fix passive effects (useEffect) not being fired in a multi-root app. (@​acdlite in #17347)

React Is

... (truncated)

Commits

Updates react-dom from 15.6.2 to 16.14.0

Release notes

Sourced from react-dom's releases.

16.14.0 (October 14, 2020)

React

16.13.1 (March 19, 2020)

React DOM

  • Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. (@​acdlite in #18238)
  • Revert warning for cross-component updates that happen inside class render lifecycles (componentWillReceiveProps, shouldComponentUpdate, and so on). (@​gaearon in #18330)

Artifacts

16.13.0 (February 26, 2020)

React

React DOM

Concurrent Mode (Experimental)

Artifacts

... (truncated)

Changelog

Sourced from react-dom's changelog.

16.14.0 (October 14, 2020)

React

16.13.1 (March 19, 2020)

React DOM

  • Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. (@​acdlite in #18238)
  • Revert warning for cross-component updates that happen inside class render lifecycles (componentWillReceiveProps, shouldComponentUpdate, and so on). (@​gaearon in #18330)

16.13.0 (February 26, 2020)

React

React DOM

Concurrent Mode (Experimental)

16.12.0 (November 14, 2019)

React DOM

  • Fix passive effects (useEffect) not being fired in a multi-root app. (@​acdlite in #17347)

React Is

... (truncated)

Commits

Updates @microsoft/sp-build-web from 1.11.0 to 1.12.0

Updates @microsoft/sp-webpart-workbench from 1.11.0 to 1.12.0

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…oft/sp-dialog, botframework-webchat, react, react-dom, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) to 2.7.0 and updates ancestor dependencies [node-fetch](https://github.com/node-fetch/node-fetch), [@microsoft/sp-application-base](http://aka.ms/spfx), [@microsoft/sp-dialog](http://aka.ms/spfx), [botframework-webchat](https://github.com/microsoft/BotFramework-WebChat), [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom), [@microsoft/sp-build-web](http://aka.ms/spfx) and [@microsoft/sp-webpart-workbench](http://aka.ms/spfx). These dependencies need to be updated together.


Updates `node-fetch` from 2.1.2 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.1.2...v2.7.0)

Updates `@microsoft/sp-application-base` from 1.5.1 to 1.22.1

Updates `@microsoft/sp-dialog` from 1.5.1 to 1.11.0

Updates `botframework-webchat` from 0.14.1 to 4.18.0
- [Release notes](https://github.com/microsoft/BotFramework-WebChat/releases)
- [Changelog](https://github.com/microsoft/BotFramework-WebChat/blob/main/CHANGELOG.md)
- [Commits](microsoft/BotFramework-WebChat@v0.14.1...v4.18.0)

Updates `react` from 15.6.2 to 16.14.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react)

Updates `react-dom` from 15.6.2 to 16.14.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react-dom)

Updates `@microsoft/sp-build-web` from 1.11.0 to 1.12.0

Updates `@microsoft/sp-webpart-workbench` from 1.11.0 to 1.12.0

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-version: 2.7.0
  dependency-type: indirect
- dependency-name: "@microsoft/sp-application-base"
  dependency-version: 1.22.1
  dependency-type: direct:production
- dependency-name: "@microsoft/sp-dialog"
  dependency-version: 1.11.0
  dependency-type: direct:production
- dependency-name: botframework-webchat
  dependency-version: 4.18.0
  dependency-type: direct:production
- dependency-name: react
  dependency-version: 16.14.0
  dependency-type: indirect
- dependency-name: react-dom
  dependency-version: 16.14.0
  dependency-type: indirect
- dependency-name: "@microsoft/sp-build-web"
  dependency-version: 1.12.0
  dependency-type: direct:development
- dependency-name: "@microsoft/sp-webpart-workbench"
  dependency-version: 1.12.0
  dependency-type: direct:development
...

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 Jan 25, 2026
@hugoabernier
hugoabernier merged commit 6d69478 into main Jan 31, 2026
7 checks passed
@hugoabernier
hugoabernier deleted the dependabot/npm_and_yarn/samples/react-msal-bot/spfx/multi-c1a5ff5c97 branch January 31, 2026 15:09
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.

1 participant