Bump axios, express-msteams-host and browser-sync in /MSTeams/yo-teams/personal-tab
Bumps axios, express-msteams-host and browser-sync. These dependencies needed to be updated together.
Updates axios from 0.19.2 to 1.12.2
Release notes
Sourced from axios's releases.
Release v1.12.2
Release notes:
Bug Fixes
- fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)
Contributors to this release
Release v1.12.1
Release notes:
Bug Fixes
Contributors to this release
Release v1.12.0
Release notes:
Bug Fixes
- adding build artifacts (9ec86de)
- dont add dist on release (a2edc36)
- fetch-adapter: set correct Content-Type for Node FormData (#6998) (a9f47af)
- node: enforce maxContentLength for data: URLs (#7011) (945435f)
- package exports (#5627) (aa78ac2)
- params: removing '[' and ']' from URL encode exclude characters (#3316) (#5715) (6d84189)
- release pr run (fd7f404)
- types: change the type guard on isCancel (#5595) (0dbb7fd)
Features
- adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
- fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
- support reviver on JSON.parse (#5926) (2a97634), closes #5924
- types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)
Contributors to this release
... (truncated)
Changelog
Sourced from axios's changelog.
1.12.2 (2025-09-14)
Bug Fixes
- fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)
Contributors to this release
1.12.1 (2025-09-12)
Bug Fixes
Contributors to this release
1.12.0 (2025-09-11)
Bug Fixes
- adding build artifacts (9ec86de)
- dont add dist on release (a2edc36)
- fetch-adapter: set correct Content-Type for Node FormData (#6998) (a9f47af)
- node: enforce maxContentLength for data: URLs (#7011) (945435f)
- package exports (#5627) (aa78ac2)
- params: removing '[' and ']' from URL encode exclude characters (#3316) (#5715) (6d84189)
- release pr run (fd7f404)
- types: change the type guard on isCancel (#5595) (0dbb7fd)
Features
- adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
- fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
- support reviver on JSON.parse (#5926) (2a97634), closes #5924
- types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)
Contributors to this release
... (truncated)
Commits
e5a3336chore(release): v1.12.2 (#7031)38726c7refactor: change if in else to else if (#7028)cf78825fix(fetch): use current global fetch instead of cached one when env fetch is ...c26d00frefactor: remove redundant assignment (#7029)9fb41a8chore(ci): add local HTTP server for Karma tests; (#7022)19f9f36docs(readme): add custom fetch section; (#7024)3cac78cchore(release): v1.12.1 (#7021)b5f26b7fix(types): fixed env config types; (#7020)0d8ad6echore(release): v1.12.0 (#7013)fd7f404fix: release pr run- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.
Updates express-msteams-host from 1.6.2 to 1.9.1
Release notes
Sourced from express-msteams-host's releases.
1.9.1
[1.9.1] - <2022-06-23>
Changes
- Marked
BotCallingWebhookas deprecated (Typescript typings only)1.9.1-preview.1
Changes
- Marked
BotCallingWebhookas deprecated (Typescript typings only)1.9.0
Changes
- BREAKING: Added user state to classes marked with the
BotDeclarationdecorator. Class is instantiated with the following arguments:(ConversationState, UserState, BotFrameworkAdapter)- Added
*.office.comto CSP header for pages1.9.0-preview2
Changes
- BREAKING: Added user state to classes marked with the
BotDeclarationdecorator. Class is instantiated with the following arguments:(ConversationState, UserState, BotFrameworkAdapter)- Added
*.office.comto CSP header for pages1.9.0-preview
- BREAKING: Added user state to classes marked with the
BotDeclarationdecorator. Class is instantiated with the following arguments:(ConversationState, UserState, BotFrameworkAdapter)1.8.0
[1.8.0] - <2021-10-22>
Added
- Unit testing
- Github code coverage integration
Fixed
- Fixed in assue with CSP where the current host was not added correctly
Changes
- BREAKING: Upgraded to
botbuilderversion4.14.1as minumum version- Dependency bump
- Moved to Github actions
- Moved to ESLint
1.8.0-preview
Added
- Unit testing
... (truncated)
Changelog
Sourced from express-msteams-host's changelog.
[1.9.1] - <2022-06-23>
Changes
- Marked
BotCallingWebhookas deprecated (Typescript typings only)[1.9.0] - <2021-11-18>
Changes
- BREAKING: Added user state to classes marked with the
BotDeclarationdecorator. Class is instantiated with the following arguments:(ConversationState, UserState, BotFrameworkAdapter)- Added
*.office.comto CSP header for pages[1.8.0] - <2021-10-22>
Added
- Unit testing
- Github code coverage integration
Fixed
- Fixed in issue with CSP where the current host was not added correctly
Changes
- BREAKING: Upgraded to
botbuilderversion4.14.1as minimum version- Dependency bump
- Moved to Github actions
- Moved to ESLint
[1.7.0] - <2020-10-27>
Changes
- Bot Framework dependencies updated (PR #10)
BotDeclarationnow supports dynamically loaded parameters by supporting functions that return stringsAdded
- Support form certificate based auth for Bots (PR #6)
Commits
- See full diff in compare view
Updates browser-sync from 2.26.12 to 3.0.4
Release notes
Sourced from browser-sync's releases.
v3.0.3
What's Changed
- remove xip by
@shakyShanein BrowserSync/browser-sync#2065- deps: send + micromatch by
@shakyShanein BrowserSync/browser-sync#2088Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v3.0.2...v3.0.3
v3.0.2
What's Changed
- fix: dist path by
@bufo24in BrowserSync/browser-sync#2054- fix ui-external url by
@qdirksin BrowserSync/browser-sync#1970New Contributors
@bufo24made their first contribution in BrowserSync/browser-sync#2054@qdirksmade their first contribution in BrowserSync/browser-sync#1970Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v3.0.1...v3.0.2
v3.0.1
⚠️ Breaking
- removed localtunnel (it's not maintained, and was always optional) - see BrowserSync/browser-sync#2059
What's Changed
- build(deps): bump nanoid and mocha in /packages/browser-sync-ui by
@dependabotin BrowserSync/browser-sync#2015- build(deps): bump engine.io from 6.2.1 to 6.4.2 in /packages/browser-sync by
@dependabotin BrowserSync/browser-sync#2038- build(deps-dev): bump webpack from 5.75.0 to 5.76.0 in /packages/browser-sync-client by
@dependabotin BrowserSync/browser-sync#2027- build(deps): bump json5 from 1.0.1 to 1.0.2 by
@dependabotin BrowserSync/browser-sync#2014- build(deps): bump json-schema and jsprim in /packages/browser-sync-ui by
@dependabotin BrowserSync/browser-sync#2042- fixing nx caching, run tests on nonde 16, 18 & 20 by
@shakyShanein BrowserSync/browser-sync#2050- Update README.md by
@shakyShanein BrowserSync/browser-sync#2051- adding playwright tests by
@shakyShanein BrowserSync/browser-sync#2052- remove localtunnel by
@shakyShanein BrowserSync/browser-sync#2059Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.3...v3.0.1
The one that fixes snippetOptions
What's Changed
- fix: append to head if body not present yet - fixes #2031 by
@shakyShanein BrowserSync/browser-sync#2041Full Changelog: https://github.com/BrowserSync/browser-sync/compare/v2.29.2...v2.29.3
v2.29.1
What's Changed
- trim-deps by
@shakyShanein BrowserSync/browser-sync#2028
... (truncated)
Commits
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 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.