Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JS] bump: (deps): Bump the production group across 1 directory with …
…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 & 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 & 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 & 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