Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/rushstack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d640b8b6f3f8f36ff0d3d16dd975ab79a1d2ab5
Choose a base ref
...
head repository: microsoft/rushstack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0a63fb10bc3c3f44d771c7192e6a5857e0b851ca
Choose a head ref

Commits on Jul 7, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ba4151d View commit details
  2. Add rush change file

    SchoofsKelvin committed Jul 7, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    73f21c0 View commit details

Commits on Jun 17, 2023

  1. feat(api-extractor): add support for cts and mts

    Since TS 4.7, two new type declaration extensions have been supported:
    - `.d.cts` for types from a compilation on `.cts` files
    - `.d.mts` for types from a compilation on `.mts` files
    
    Support has been added for both of these type declarations.  I also
    included two new test packages,
    demonstrating the full .cts -> .cjs/.d.cts and .mts -> .mjs/.d.mts workflow
    michaelfaith committed Jun 17, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    33591fa View commit details

Commits on Sep 20, 2023

  1. feat(rush-lib): add experiment flag to allow skipping build with succ…

    …ess with warning status
    zecheng01 committed Sep 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a31fb48 View commit details
  2. doc: add changelog

    zecheng01 committed Sep 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d968c8a View commit details

Commits on Nov 15, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    709f54f View commit details

Commits on Nov 16, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7d6d6b8 View commit details
  2. Rush change

    D4N14L committed Nov 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    edb9c42 View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    bcb2f2c View commit details
  4. Merge pull request #4423 from D4N14L/user/danade/FixExcludedLinks

    [package-extractor] Ignore links to paths outside the source directory if explicitly excluded
    iclanton authored Nov 16, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    8a25f33 View commit details
  5. Update changelogs [skip ci]

    rushbot committed Nov 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7a7cc59 View commit details
  6. Bump versions [skip ci]

    rushbot committed Nov 16, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    b5714a9 View commit details
  7. Update changelogs [skip ci]

    rushbot committed Nov 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    da769d7 View commit details
  8. Bump versions [skip ci]

    rushbot committed Nov 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c2d8460 View commit details
  9. Merge remote-tracking branch 'remotes/origin/main' into feat/support-…

    …mts-cts
    
    # Conflicts:
    #	apps/api-extractor/src/api/ExtractorConfig.ts
    #	build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml
    octogonz committed Nov 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ce5d6e8 View commit details
  10. Rename test projects

    octogonz committed Nov 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e8636f0 View commit details
  11. Rename test projects

    octogonz committed Nov 16, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    f03bff8 View commit details
  12. rush update

    octogonz committed Nov 16, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cf03030 View commit details
  13. Update README

    octogonz committed Nov 16, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    haoqunjiang Haoqun Jiang
    Copy the full SHA
    ee6cdfa View commit details
  14. rush build

    octogonz committed Nov 16, 2023
    Copy the full SHA
    ec6f5c4 View commit details
  15. Remove old change file

    octogonz committed Nov 16, 2023
    Copy the full SHA
    c2fb892 View commit details
  16. rush change

    octogonz committed Nov 16, 2023
    Copy the full SHA
    dd74f98 View commit details
  17. Merge pull request #4196 from michaelfaith/feat/support-mts-cts

    [api-extractor] add support for cts and mts
    octogonz authored Nov 16, 2023
    Copy the full SHA
    a2fe24e View commit details
  18. Update libraries/rush-lib/src/logic/operations/LegacySkipPlugin.ts

    Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
    zecheng01 and iclanton authored Nov 16, 2023
    Copy the full SHA
    13e39b8 View commit details
  19. Update libraries/rush-lib/src/logic/operations/LegacySkipPlugin.ts

    Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
    zecheng01 and iclanton authored Nov 16, 2023
    Copy the full SHA
    0dac7f3 View commit details
  20. Update libraries/rush-lib/src/cli/scriptActions/PhasedScriptAction.ts

    Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
    zecheng01 and iclanton authored Nov 16, 2023
    Copy the full SHA
    2373889 View commit details

Commits on Nov 17, 2023

  1. Copy the full SHA
    fc11957 View commit details
  2. Merge pull request #4341 from zecheng01/feat/skip-build-with-warning-…

    …status
    
    [rush-lib] Add experiment flag to allow skipping build with warning
    iclanton authored Nov 17, 2023
    Copy the full SHA
    6a10332 View commit details

Commits on Nov 18, 2023

  1. Update changelogs [skip ci]

    rushbot committed Nov 18, 2023
    Copy the full SHA
    fd757a2 View commit details
  2. Bump versions [skip ci]

    rushbot committed Nov 18, 2023
    Copy the full SHA
    32536c2 View commit details

Commits on Nov 21, 2023

  1. feat: working prototype for eslint-global-suppressions

    Kevin Yang authored and kevin-y-ang committed Nov 21, 2023
    Copy the full SHA
    68ef7e2 View commit details
  2. fix: small changes

    kevin-y-ang committed Nov 21, 2023
    Copy the full SHA
    f70dd81 View commit details
  3. fix: code cleanup

    kevin-y-ang committed Nov 21, 2023
    Copy the full SHA
    4f3fc3c View commit details
  4. Copy the full SHA
    0a4b84d View commit details
  5. Copy the full SHA
    0cfab5a View commit details
  6. Copy the full SHA
    8cba410 View commit details
  7. Copy the full SHA
    b9ec493 View commit details
  8. Copy the full SHA
    c7145a0 View commit details
  9. Copy the full SHA
    1af7e81 View commit details
  10. feat: eslint-bulk package

    kevin-y-ang committed Nov 21, 2023
    Copy the full SHA
    480ed11 View commit details
  11. Copy the full SHA
    22a6514 View commit details
  12. Copy the full SHA
    3e540b2 View commit details
  13. Copy the full SHA
    cf00eb8 View commit details
  14. Copy the full SHA
    6a88182 View commit details
  15. chore: update README

    kevin-y-ang committed Nov 21, 2023
    Copy the full SHA
    dd1c64c View commit details
  16. Copy the full SHA
    33a8c1c View commit details
  17. chore: cleanup PR

    kevin-y-ang committed Nov 21, 2023
    Copy the full SHA
    88c1eea View commit details
  18. Copy the full SHA
    b1f2e91 View commit details
  19. Copy the full SHA
    56b5555 View commit details
  20. Copy the full SHA
    44970c4 View commit details
Loading