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 intoJan 31, 2026
Conversation
…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>
hugoabernier
deleted the
dependabot/npm_and_yarn/samples/react-msal-bot/spfx/multi-c1a5ff5c97
branch
January 31, 2026 15:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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-fetchfrom 2.1.2 to 2.7.0Release notes
Sourced from node-fetch's releases.
... (truncated)
Commits
9b9d458feat:AbortError(#1744)65ae25afix: Remove the default connection close header (#1765)8bc3a7cfix: socket variable testing for undefined (#1726)afb36f6Revert "fix: handle bom in text and json (#1739)" (#1741)29909d7fix: handle bom in text and json (#1739)70f592dfix: "global is not defined" (#1704)0f1ebb0Prevent error when response is null (#1699)6e9464dci(release): install dependenciesdd2a0baci(release): install dependencies49bef02ci(release): use latest Node LTSMaintainer 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-basefrom 1.5.1 to 1.22.1Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for
@microsoft/sp-application-basesince your current version.Updates
@microsoft/sp-dialogfrom 1.5.1 to 1.11.0Updates
botframework-webchatfrom 0.14.1 to 4.18.0Release notes
Sourced from botframework-webchat's releases.
... (truncated)
Changelog
Sourced from botframework-webchat's changelog.
... (truncated)
Commits
20f73e04.18.0 (#5240)c9247bfFix: decorator import in CJS legacy envs (#5231)336dd7cproritize given citation names as titles (#5215)6c3063dfeat: Add decorators (#5205)745a603Update Docker registry (#5203)157a8cbUpdate Gemini dev server and serve 4.17 (#5199)6ff90dbFluent: fix DTMF key command usage (#5198)7ced5faFluent: sendbox transcript navigation (#5191)058cccbFluent: increase send box text size to prevent unwanted zoom on mobile (#5192)6eb0f92Perf: improve useMemoized callback execution time (#5190)Updates
reactfrom 15.6.2 to 16.14.0Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
c63741foffscreen double invoke effects (#19523)c691734Fixed broken Profiler test (#19894)87c023bProfiler onRender only called when we do work (#19885)81aaee5Don't call onCommit et al if there are no effects (#19863)bc6b7b6Don't trigger lazy in DEV during element creation (#19871)781212aRemove double space in test name (#19762)d17086cDecouple public, internal act implementation (#19745)1f38dcfRemove withSuspenseConfig (#19724)ddd1faaRemove config argument from useTransition (#19719)92fcd46Replace SuspenseConfig object with an integer (#19706)Updates
react-domfrom 15.6.2 to 16.14.0Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
993ca53Enable eager listeners statically (#19983)4ead6b5Treat <time> tag as a normal HTML tag. (#19951)480626aCreate Synthetic Events Lazily (#19909)0a00804Remove Array.from() from hot path (#19908)1890159Separate SyntheticEvent constructors to prevent deopts (#19907)6fddca2Remove passive intervention flag (#19849)b93f3e7Fixactbundle size regression (#19832)11ee82d[Events] Make passiveness and priority non-configurable (#19807)a08ae9fListen to onScroll during hydration (#19803)e7b2553Internalact: Flush timers at end of scope (#19788)Updates
@microsoft/sp-build-webfrom 1.11.0 to 1.12.0Updates
@microsoft/sp-webpart-workbenchfrom 1.11.0 to 1.12.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.