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
Automation: main-next integrate #17534
Conversation
…rk (#17525) Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chaijs/get-func-name/releases">get-func-name's releases</a>.</em></p> <blockquote> <h2>v2.0.2</h2> <h2>What's Changed</h2> <p>Revert previous changes that shipped this as an ES module.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/chaijs/get-func-name/commits/v2.0.2">https://github.com/chaijs/get-func-name/commits/v2.0.2</a></p> <h2>v2.0.1</h2> <h2>What's Changed</h2> <p>Fix <a href="https://github.com/chaijs/get-func-name/security/advisories/GHSA-4q6p-r6v2-jvc5">https://github.com/chaijs/get-func-name/security/advisories/GHSA-4q6p-r6v2-jvc5</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/chaijs/get-func-name/commits/v2.0.1">https://github.com/chaijs/get-func-name/commits/v2.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/chaijs/get-func-name/commits/v2.0.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~keithamus">keithamus</a>, a new releaser for get-func-name since your current version.</p> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/microsoft/FluidFramework/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Adds an intro suite of unit tests for `LazyOptionalField`. Specifically, adds tests for the following properties and methods: * `is` * `length` * `map` * `mapBoxed` --------- Co-authored-by: Noah Encke <78610362+noencke@users.noreply.github.com>
## Description This replaces the current iterator behavior of the editable tree types to be specific to the type of tree object, and in general favors unboxing. The existing iteration behavior (which keeps nodes and fields boxed) has been moved to a method called `[boxedIterator]()`. ## Breaking Changes The behavior of node and field iterators has been moved to `[boxedIterator]()`.
Updates the dependency on `@fluid-tools/api-markdown-documenter` and applies necessary fixes to accommodate breaking changes in the library. Changes include: * Add custom `DocumentationNode` implementation `AlertNode` (which was previously a type in the library, but was removed) * See `alert-node.js` and `custom-renderers.js` * Specifying a custom `createDefaultLayout` lambda * Allows us to use the custom `AlertNode`, and will allow us to more flexibly adjust page layout in the future. * See `api-documentation-layout.js`
## Description Related to ADO:5682 This change adds the capability to sample measure performance events per (event name + event category) and enables this for the noisy event. --------- Co-authored-by: Alex Villarreal <716334+alexvy86@users.noreply.github.com>
⯅ @fluid-example/bundle-size-tests: +9.34 KB
Baseline commit: 2163145 |
|
@NicholasCouri @alexvy86 about the Perf benchmark test |
The failure seems transient? However, hitting 're-run' doesn't re-run it. Closing -> Opening the PR scheduled all other test runs, except for this one. Anyone have any ideas? @tylerbutler @sonalideshpandemsft This was assigned to me as I did the last commit, which seems unrelated to this test failure. |
|
🔗 Found some broken links! 💔 Run a link check locally to find them. See linkcheck output |
|
One stage of perf benchmarks has been broken for a while, we discovered recently. It shouldn't run for PRs though. Not sure if for main-next automation, since the commit in main did get perf benchmarks run as part of its internal CI, that's why we see it here? But I would've expected many more main-next integrations to have the same symptom and I don't think they have... or we've been ignoring it? IMO it's safe to ignore that pipeline failure if it's the only one. |
|
closing and opening a new PR. I don't see the merge commit with the name thanks @andre4i, @alexvy86!! not sure why the merge commit is not included in this PR. I opened a new PR: #17549. This PR has the merge commit: |
main-next integrate PR
The aim of this pull request is to sync main and next branch. If this PR is assigned to you, you need to do the following:
git commit --amend -m "Automation: main-next integrate"git push --force-with-lease