Skip to content

Commit

Permalink
[JS] bump: (deps): Bump the production group across 1 directory with …
Browse files Browse the repository at this point in the history
…2 updates (#2254)

#minor 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
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/eemeli/yaml/releases">yaml's
releases</a>.</em></p>
<blockquote>
<h2>v2.7.0</h2>
<p>The library is now available on JSR as <a
href="https://jsr.io/@eemeli/yaml"><code>@​eemeli/yaml</code></a> and on
deno.land/x as <a href="https://deno.land/x/yaml">yaml</a>. In addition
to Node.js and browsers, it should work in Deno, Bun, and Cloudflare
Workers.</p>
<ul>
<li>Use .ts extension in all relative imports (<a
href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a>)</li>
<li>Ignore newline after block seq indicator as space before value (<a
href="https://redirect.github.com/eemeli/yaml/issues/590">#590</a>)</li>
<li>Require Node.js 14.18 or later (was 14.6) (<a
href="https://redirect.github.com/eemeli/yaml/issues/598">#598</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/eemeli/yaml/commit/8f512b526a52e245e770be257235f7d37059ca39"><code>8f512b5</code></a>
2.7.0</li>
<li><a
href="https://github.com/eemeli/yaml/commit/8a7569afff1a7add4560ed2e125eebab1f9683f1"><code>8a7569a</code></a>
ci: Add jsr.jsonc &amp; jsr-publish workflow</li>
<li><a
href="https://github.com/eemeli/yaml/commit/8ef085fa870f2b749e67ce52bb642afb796b7150"><code>8ef085f</code></a>
docs: Fix API docs links</li>
<li><a
href="https://github.com/eemeli/yaml/commit/374c19cfdc051ca81c5a1ce12ca733c2e2a9ec93"><code>374c19c</code></a>
style: Really use explicit imports for process.env and Buffer</li>
<li><a
href="https://github.com/eemeli/yaml/commit/1ab037d64674baf0265dfe6a57c5b3c8c2d5120a"><code>1ab037d</code></a>
style: Include explicit type declarations on all public APIs</li>
<li><a
href="https://github.com/eemeli/yaml/commit/4354c4233d7f75aed47a6d0ab74ab54867892b61"><code>4354c42</code></a>
style: Use explicit imports for process.env and Buffer</li>
<li><a
href="https://github.com/eemeli/yaml/commit/2c55723ab9f1d654d27deb2ed666d1c414a69013"><code>2c55723</code></a>
Merge pull request <a
href="https://redirect.github.com/eemeli/yaml/issues/591">#591</a> from
eemeli/import-ts</li>
<li><a
href="https://github.com/eemeli/yaml/commit/ab240c17d35bb808a6df8e3039b9ddd6a2de7ac4"><code>ab240c1</code></a>
fix: Drop .ts extension from import &amp; export paths in .d.ts
files</li>
<li><a
href="https://github.com/eemeli/yaml/commit/c4c49f9e95db811a6fe7fd529647cb2659f150d0"><code>c4c49f9</code></a>
fix: Use separate rather than inline type keyword for TS
compatibility</li>
<li><a
href="https://github.com/eemeli/yaml/commit/3bec004db4206ebb0d4551f981a7f9961077470b"><code>3bec004</code></a>
ci: Add deno smoke test</li>
<li>Additional commits viewable in <a
href="https://github.com/eemeli/yaml/compare/v2.6.1...v2.7.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `@microsoft/teams-js` from 2.31.1 to 2.32.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/OfficeDev/microsoft-teams-library-js/releases"><code>@​microsoft/teams-js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.32.0</h2>
<h2>2.32.0</h2>
<p>Fri, 13 Dec 2024 20:07:32 GMT</p>
<h3>Minor changes</h3>
<ul>
<li>Added optional <code>FeatureSet</code> field to
<code>AppEligibilityInformation</code> interface</li>
<li>Added <code>store</code> 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 <a
href="https://aka.ms/capmatrix">https://aka.ms/capmatrix</a></li>
<li>Added <code>nestedAppAuth</code> capability against a new client
version <code>2.1.1</code> to support isNAAChannelRecommended for Teams
Mobile</li>
</ul>
<h3>Patches</h3>
<ul>
<li>Added <code>ConversationResponse</code> to explicit named exports
for back-compat</li>
<li>Resolved an issue with non-necessary polyfills being included</li>
<li>Backed out <code>Buffer</code> removal changes</li>
<li>Removed <code>@beta</code> tag from all functions on
<code>dialog</code> capability (and all subcapabilities)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/OfficeDev/microsoft-teams-library-js/blob/main/packages/teams-js/CHANGELOG.md"><code>@​microsoft/teams-js</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>2.32.0</h2>
<p>Fri, 13 Dec 2024 20:07:32 GMT</p>
<h3>Minor changes</h3>
<ul>
<li>Added optional <code>FeatureSet</code> field to
<code>AppEligibilityInformation</code> interface</li>
<li>Added <code>store</code> 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 <a
href="https://aka.ms/capmatrix">https://aka.ms/capmatrix</a></li>
<li>Added <code>nestedAppAuth</code> capability against a new client
version <code>2.1.1</code> to support isNAAChannelRecommended for Teams
Mobile</li>
</ul>
<h3>Patches</h3>
<ul>
<li>Added <code>ConversationResponse</code> to explicit named exports
for back-compat</li>
<li>Resolved an issue with non-necessary polyfills being included</li>
<li>Backed out <code>Buffer</code> removal changes</li>
<li>Removed <code>@beta</code> tag from all functions on
<code>dialog</code> capability (and all subcapabilities)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/1b164a6b86b8e4022be724a6f7fe965adc105e44"><code>1b164a6</code></a>
Setting up for release 2.32.0 (<a
href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2657">#2657</a>)</li>
<li><a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/ee6f616764e9c03a72144caab0fba62b27e066aa"><code>ee6f616</code></a>
noahdarveau/ export conversationResponse (<a
href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2656">#2656</a>)</li>
<li><a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/a51cd2b2e277d3cce606f10a627be443f5ca876e"><code>a51cd2b</code></a>
Added optional FeatureSet parameter to eligibility interface (<a
href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2623">#2623</a>)</li>
<li><a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/4d7daccccea3aa182bd3afa08ee39134a3747684"><code>4d7dacc</code></a>
noahdarveau/polyfill fix (<a
href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2646">#2646</a>)</li>
<li><a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/d787b479f7c5c05e7bf618e43138ff3a9c4ffdd4"><code>d787b47</code></a>
backed out buffer changes (<a
href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2640">#2640</a>)</li>
<li><a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/426f2d8eb1f7164850cb10836641c38bef18a608"><code>426f2d8</code></a>
Noahdarveau/cleanup release 2.31.1 (<a
href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2634">#2634</a>)</li>
<li><a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/b558cec5d9687ce03bdf0f9eda70303866ea0491"><code>b558cec</code></a>
Add Open App Store &amp; Notify App Install Completed Capability (<a
href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2626">#2626</a>)</li>
<li><a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/8d2d55b54070fc09d4b3f6ccbedba89193453f80"><code>8d2d55b</code></a>
Remove <a href="https://github.com/beta"><code>@​beta</code></a> tag
from all dialog capability functions (<a
href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2627">#2627</a>)</li>
<li><a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/3a07cf5209d9215380b03f03170142e0cda9671b"><code>3a07cf5</code></a>
Supporting isNAAChannelRecommended flag for Legacy Teams Mobile Scenario
(<a
href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2604">#2604</a>)</li>
<li>See full diff in <a
href="https://github.com/OfficeDev/microsoft-teams-library-js/commits/v2.32.0/packages/teams-js">compare
view</a></li>
</ul>
</details>
<br />


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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 0d4ac2f commit fb49078
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion js/packages/teams-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"json-colorizer": "^2.2.2",
"jsonschema": "1.4.1",
"uuid": "^9.0.1",
"yaml": "^2.6.0"
"yaml": "^2.7.0"
},
"resolutions": {
"follow-redirects": "^1.15.0"
Expand Down
2 changes: 1 addition & 1 deletion js/samples/04.ai-apps/a.teamsChefBot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.7.1",
"@microsoft/teams-js": "^2.31.0",
"@microsoft/teams-js": "^2.32.0",
"botbuilder": "^4.23.1",
"dotenv": "^16.4.5",
"openai": "4.77.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@microsoft/teams-ai": "~1.7.1",
"@microsoft/teams-js": "^2.31.0",
"@microsoft/teams-js": "^2.32.0",
"botbuilder": "^4.23.1",
"dotenv": "^16.4.5",
"openai": "4.41.1",
Expand Down
16 changes: 8 additions & 8 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -713,10 +713,10 @@
resolved "https://registry.yarnpkg.com/@microsoft/recognizers-text/-/recognizers-text-1.3.1.tgz#eda98a9148101ecdb04ed1424082d472b04aabd9"
integrity sha512-HikLoRUgSzM4OKP3JVBzUUp3Q7L4wgI17p/3rERF01HVmopcujY3i6wgx8PenCwbenyTNxjr1AwSDSVuFlYedQ==

"@microsoft/teams-js@^2.31.0":
version "2.31.1"
resolved "https://registry.yarnpkg.com/@microsoft/teams-js/-/teams-js-2.31.1.tgz#6f3989613ccf8b81efb983c48dda3ffc1ae15431"
integrity sha512-HzUYELJxukST2lG3dlTOjSZNg9G+6JeWcXF6gEJU6OEFpdWN2EKlUBw2q4VLQFwwHV2I9+eCOALOEHFhGtEQxQ==
"@microsoft/teams-js@^2.32.0":
version "2.32.0"
resolved "https://registry.yarnpkg.com/@microsoft/teams-js/-/teams-js-2.32.0.tgz#18300d63d66f8aac18d0be81518dce7ab1d9c09a"
integrity sha512-ZKfQtbGRZisvdUdxt8iiX7uRlrB14fIQiB3+zV76CJoLDSMD1WqB4qlP8pgrKHyG2HjCI1TC3/wuKXGLjrOT2g==
dependencies:
base64-js "^1.3.1"
debug "^4.3.3"
Expand Down Expand Up @@ -9532,10 +9532,10 @@ yaml@^1.10.0:
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==

yaml@^2.6.0:
version "2.6.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773"
integrity sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==
yaml@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==

yargs-parser@^13.1.2:
version "13.1.2"
Expand Down

0 comments on commit fb49078

Please sign in to comment.