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

Automation: main-next integrate #18746

Merged
merged 5 commits into from
Dec 11, 2023
Merged

Automation: main-next integrate #18746

merged 5 commits into from
Dec 11, 2023

Conversation

msfluid-bot
Copy link
Collaborator

main-next integrate PR

DO NOT MERGE THIS PR USING THE GITHUB UI.

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:

  1. Acknowledge the pull request by adding a comment -- "Actively working on it".
  2. If there are no CI failures, add the "msftbot: merge-next" label to the PR and one of the people with merge permissions will merge it in.
  3. If there are CI failures, check out the main-next-fda3c55 branch and make code changes to fix the failures.
  • You can ignore any failures in the Real service e2e test and Stress test pipelines. These pipelines are not required to pass to merge changes.
  1. Do NOT rebase or squash the main-next-fda3c55 branch: its history must be preserved. Always amend the HEAD commit using the following git commands:
  • git commit --amend -m "Automation: main-next integrate"
  • git push --force-with-lease

Once CI passes and the PR is ready to merge, add the "msftbot: merge-next" label to the PR and one of the people with merge permissions will merge it in.

taylorsw04 and others added 5 commits December 5, 2023 23:30
## Description

This change removes the dependency tracking library from core, as its
usage was (currently) redundant with the eventing patterns that are more
pervasively used in tree2. This code may be added back in the future if
there is a need for more complicated invalidation scenarios that events
don't satisfy.

## Breaking Changes

Dependency tracking is removed from the tree's public API.
## Description

Document all `@beta` APIs API-Extractor reported as undocumented.

This fixed all non-parameter property undocumented warnings for beta
APIs. Parameter properties are currently incorrectly reporting as
undocumented, as noted in
microsoft/rushstack#3462 (comment)
All PRs are being labeled "external-contribution". This is probably
because of srvaroa/labeler#123, which has been
resolved in the latest v1 release. I updated the version of the action
to the latest v1 version.
@msfluid-bot
Copy link
Collaborator Author

@fluid-example/bundle-size-tests: -1.7 KB
Metric NameBaseline SizeCompare SizeSize Diff
aqueduct.js 452.78 KB 452.78 KB +2 Bytes
connectionState.js 680 Bytes 680 Bytes No change
containerRuntime.js 239.23 KB 239.23 KB No change
loader.js 166.81 KB 166.82 KB +2 Bytes
map.js 46.7 KB 46.7 KB +2 Bytes
matrix.js 147.36 KB 147.36 KB +2 Bytes
odspDriver.js 90.35 KB 90.36 KB +2 Bytes
odspPrefetchSnapshot.js 41.82 KB 41.82 KB +2 Bytes
sharedString.js 165.55 KB 165.55 KB No change
sharedTree2.js 289.07 KB 287.36 KB -1.72 KB
Total Size 1.75 MB 1.75 MB -1.7 KB

Baseline commit: 9a423c6

Generated by 🚫 dangerJS against 4b0a9d4

@sonalideshpandemsft sonalideshpandemsft merged commit 4b0a9d4 into next Dec 11, 2023
37 checks passed
@sonalideshpandemsft sonalideshpandemsft deleted the main-next-fda3c55 branch December 11, 2023 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base: next PRs targeted against next branch main-next-integrate merge-ok
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants