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

[JS] bump: (deps): Bump the production group across 1 directory with 2 updates #2254

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

#minor Bumps the production group with 2 updates in the /js directory: yaml and @microsoft/teams-js.

Updates yaml from 2.6.1 to 2.7.0

Release notes

Sourced from yaml's releases.

v2.7.0

The library is now available on JSR as @​eemeli/yaml and on deno.land/x as yaml. In addition to Node.js and browsers, it should work in Deno, Bun, and Cloudflare Workers.

  • Use .ts extension in all relative imports (#591)
  • Ignore newline after block seq indicator as space before value (#590)
  • Require Node.js 14.18 or later (was 14.6) (#598)
Commits
  • 8f512b5 2.7.0
  • 8a7569a ci: Add jsr.jsonc & jsr-publish workflow
  • 8ef085f docs: Fix API docs links
  • 374c19c style: Really use explicit imports for process.env and Buffer
  • 1ab037d style: Include explicit type declarations on all public APIs
  • 4354c42 style: Use explicit imports for process.env and Buffer
  • 2c55723 Merge pull request #591 from eemeli/import-ts
  • ab240c1 fix: Drop .ts extension from import & export paths in .d.ts files
  • c4c49f9 fix: Use separate rather than inline type keyword for TS compatibility
  • 3bec004 ci: Add deno smoke test
  • Additional commits viewable in compare view

Updates @microsoft/teams-js from 2.31.1 to 2.32.0

Release notes

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

v2.32.0

2.32.0

Fri, 13 Dec 2024 20:07:32 GMT

Minor changes

  • Added optional FeatureSet field to AppEligibilityInformation interface
  • Added store capability that will enable user to open several types of app store dialogs.. 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 nestedAppAuth capability against a new client version 2.1.1 to support isNAAChannelRecommended for Teams Mobile

Patches

  • Added ConversationResponse to explicit named exports for back-compat
  • Resolved an issue with non-necessary polyfills being included
  • Backed out Buffer removal changes
  • Removed @beta tag from all functions on dialog capability (and all subcapabilities)
Changelog

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

2.32.0

Fri, 13 Dec 2024 20:07:32 GMT

Minor changes

  • Added optional FeatureSet field to AppEligibilityInformation interface
  • Added store capability that will enable user to open several types of app store dialogs.. 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 nestedAppAuth capability against a new client version 2.1.1 to support isNAAChannelRecommended for Teams Mobile

Patches

  • Added ConversationResponse to explicit named exports for back-compat
  • Resolved an issue with non-necessary polyfills being included
  • Backed out Buffer removal changes
  • Removed @beta tag from all functions on dialog capability (and all subcapabilities)
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 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from aacebo as a code owner January 6, 2025 19:58
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
@dependabot dependabot bot requested a review from corinagum as a code owner January 6, 2025 19:58
@dependabot dependabot bot added the JS Change/fix applies to JS. If all three, use the 'JS & dotnet & Python' label label Jan 6, 2025
@dependabot dependabot bot requested a review from a team January 6, 2025 19:58
…2 updates

Bumps the production group with 2 updates in the /js directory: [yaml](https://github.com/eemeli/yaml) and [@microsoft/teams-js](https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js).


Updates `yaml` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.6.1...v2.7.0)

Updates `@microsoft/teams-js` from 2.31.1 to 2.32.0
- [Release notes](https://github.com/OfficeDev/microsoft-teams-library-js/releases)
- [Changelog](https://github.com/OfficeDev/microsoft-teams-library-js/blob/main/packages/teams-js/CHANGELOG.md)
- [Commits](https://github.com/OfficeDev/microsoft-teams-library-js/commits/v2.32.0/packages/teams-js)

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

Signed-off-by: dependabot[bot] <[email protected]>
@corinagum corinagum merged commit fb49078 into main Jan 6, 2025
12 checks passed
@corinagum corinagum deleted the dependabot/npm_and_yarn/js/production-bf664af763 branch January 6, 2025 21:55
corinagum added a commit that referenced this pull request Jan 8, 2025
#minor

## Changes

* [JS] chore: Release 1.7.0 by @corinagum in
#2222
* [repo] bump: (deps): Bump github/codeql-action from 3.27.5 to 3.27.6
in the production group by @dependabot in
#2223
* [repo] docs: Update wording in the sample readmes for clarity by
@corinagum in #2225
* [repo] fix: C# Citations' `encodingFormat` to not be hardcoded. Fix JS
AssistantsPlanner options to set api version by @corinagum in
#2235
* [repo] bump: (deps): Bump github/codeql-action from 3.27.6 to 3.27.9
in the production group by @dependabot in
#2239
* [JS] bump: (deps-dev): Bump @microsoft/api-extractor from 7.48.0 to
7.48.1 in /js in the development group by @dependabot in
#2238
* [JS] Bump Teams AI for patch release 1.7.1 by @corinagum in
#2236
* [JS] fix: streaming - citations, feedback loop, and duplicate typing
activity by @lilyydu in #2185
* [JS] fix: Assistants Planner API version by @corinagum in
#2256
* [JS] bump: (deps-dev): Bump @types/lodash from 4.17.13 to 4.17.14 in
/js in the development group by @dependabot in
#2255
* [JS] bump: (deps): Bump the production group across 1 directory with 2
updates by @dependabot in
#2254
* [JS] bump: Updating Feedback buttons to the sample by @Jegadeesh-MSFT
in #2245

Co-authored-by: Corina Gum <>
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 JS Change/fix applies to JS. If all three, use the 'JS & dotnet & Python' label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant