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 #17549
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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>
we are adding packageName to DocumentNode so its easier to pull the package information into our docs This change is breaking, since it changes the signature of `DocumentNode` [AB#5582](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/5582)
Commands used: ```shell pnpm run typetests:prepare pnpm i pnpm run build ```
…ests for `unboxedField` (#17538) The `unboxedFoo` functions are used by both `lazyField` and `lazyTree`, so extracting them into their own module seemed the best organizationally. Also allowed adding a more scoped test suite, since we map test suites 1-1 with modules.
|
🔗 Found some broken links! 💔 Run a link check locally to find them. See linkcheck output |
⯅ @fluid-example/bundle-size-tests: +9.34 KB
Baseline commit: d405186 |
sonalideshpandemsft
approved these changes
Sep 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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