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

Commits on Dec 5, 2023

  1. tree: Remove dependency tracking (#18659)

    ## 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.
    taylorsw04 authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b5918c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32398cb View commit details
    Browse the repository at this point in the history
  3. tree2: Document beta APIs (#18653)

    ## 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)
    CraigMacomber authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    aa4930e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. ci: Update the PR labeler to address mislabeled PRs (#18655)

    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.
    tylerbutler authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fda3c55 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    4b0a9d4 View commit details
    Browse the repository at this point in the history