Skip to content

chore(deps): bump @microsoft/teams-js from 2.35.0 to 2.49.0 - #251

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/microsoft/teams-js-2.49.0
Closed

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/microsoft/teams-js-2.49.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 2, 2026

Copy link
Copy Markdown
Contributor

Bumps @microsoft/teams-js from 2.35.0 to 2.49.0.

Release notes

Sourced from @​microsoft/teams-js's releases.

v2.49.0

2.49.0

Thu, 26 Feb 2026 21:58:31 GMT

Minor changes

  • Added new params for openFilePreview SDK that will help reduce file open latency in Teams. The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see https://aka.ms/capmatrix
  • Added support for non-https URLs for opt-in app valid origins in app.initialize().
  • Added support for nested wildcard subdomains. The valid origins are still restricted to the usage of only one wildcard in the valid origin.

Patches

  • Updated stageView.StageViewParams interface to make threadId optional.

v2.48.1

2.48.1

Wed, 04 Feb 2026 17:24:38 GMT

Patches

  • Added MAC domains to valid domains for CDN
  • Mark registerOnContextChangeHandler as internal API

v2.48.0

2.48.0

Thu, 08 Jan 2026 23:04:26 GMT

Minor changes

  • Added domain to valid domains list.
  • Added opt-in event handler to receive memory usage heartbeat periodically.
  • Fixed formatting on some domains in valid domains list.
  • Added valid domain for UnifiedStore SDX.
  • Added host ancestors to app context.
  • Added widgetHosting capability that will enable hosting of widgets within M365 hubs. The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see https://aka.ms/capmatrix
  • Added timezone property to LocaleInfo interface that will allow applications to access the user's timezone information.
  • Bumped eslint-plugin-recommend-no-namespaces to v0.1.0

Patches

  • Fixed a bug on RegisterOnContextChangeHandler where the handler was not being called when the context changed due to theme change.
  • Updated valid domains list for M365 Copilot SSR end points.

v2.47.2

2.47.2

Wed, 10 Dec 2025 19:42:31 GMT

... (truncated)

Changelog

Sourced from @​microsoft/teams-js's changelog.

2.49.0

Thu, 26 Feb 2026 21:58:31 GMT

Minor changes

  • Added new params for openFilePreview SDK that will help reduce file open latency in Teams. The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see https://aka.ms/capmatrix
  • Added support for non-https URLs for opt-in app valid origins in app.initialize().
  • Added support for nested wildcard subdomains. The valid origins are still restricted to the usage of only one wildcard in the valid origin.

Patches

  • Updated stageView.StageViewParams interface to make threadId optional.

2.48.1

Wed, 04 Feb 2026 17:24:38 GMT

Patches

  • Added MAC domains to valid domains for CDN
  • Mark registerOnContextChangeHandler as internal API

2.48.0

Thu, 08 Jan 2026 23:04:26 GMT

Minor changes

  • Added domain to valid domains list.
  • Added opt-in event handler to receive memory usage heartbeat periodically.
  • Fixed formatting on some domains in valid domains list.
  • Added valid domain for UnifiedStore SDX.
  • Added host ancestors to app context.
  • Added widgetHosting capability that will enable hosting of widgets within M365 hubs. The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see https://aka.ms/capmatrix
  • Added timezone property to LocaleInfo interface that will allow applications to access the user's timezone information.
  • Bump eslint-plugin-recommend-no-namespaces to v0.1.0

Patches

  • Fixed a bug on RegisterOnContextChangeHandler where the handler was not being called when the context changed due to theme change.
  • Updated valid domains list for M365 Copilot SSR end points.

2.47.2

Wed, 10 Dec 2025 19:42:31 GMT

Patches

  • Upgraded Next dependency in SSR test app to resolve security alert.

... (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 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 [@microsoft/teams-js](https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js) from 2.35.0 to 2.49.0.
- [Release notes](https://github.com/OfficeDev/microsoft-teams-library-js/releases)
- [Changelog](https://github.com/OfficeDev/microsoft-teams-library-js/blob/v2.49.0/packages/teams-js/CHANGELOG.md)
- [Commits](https://github.com/OfficeDev/microsoft-teams-library-js/commits/v2.49.0/packages/teams-js)

---
updated-dependencies:
- dependency-name: "@microsoft/teams-js"
  dependency-version: 2.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 2, 2026
@hebus hebus closed this Mar 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Mar 20, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@hebus
hebus deleted the dependabot/npm_and_yarn/microsoft/teams-js-2.49.0 branch March 20, 2026 10:03
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