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

chore(deps): bump @microsoft/api-extractor from 7.29.5 to 7.31.1 #6435

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps @microsoft/api-extractor from 7.29.5 to 7.31.1.

Changelog

Sourced from @​microsoft/api-extractor's changelog.

7.31.1

Thu, 15 Sep 2022 00:18:51 GMT

Version update only

7.31.0

Tue, 13 Sep 2022 00:16:55 GMT

Minor changes

  • Fix an issue where aliased classes sometimes had incorrect canonical references in *.api.json (GitHub #3593)

7.30.1

Mon, 12 Sep 2022 22:27:48 GMT

Patches

  • Fix a recent regression where items exported from both the entry point and from an exported namespace appeared only once in the API doc model (GitHub #3619)

7.30.0

Fri, 02 Sep 2022 17:48:42 GMT

Minor changes

  • Add new "apiReport.includeForgottenExports" and "docModel.includeForgottenExports" properties to control whether forgotten exports are included in the API report and doc model files.
  • Fix incorrect declaration references for symbols not exported from the package's entry point.
Commits
  • 8c21a4d Bump versions [skip ci]
  • 085fefa Update changelogs [skip ci]
  • 5d74ff9 Bump versions [skip ci]
  • 185100d Update changelogs [skip ci]
  • fb400b6 Merge pull request #3602 from fwienber/fwienber/api-extractor-fix-3593-refere...
  • 6d975b5 Convert "firstExportingConsumableParent" property to "getFirstExportingConsum...
  • e662910 Bump versions [skip ci]
  • a112c2d Update changelogs [skip ci]
  • 6bfbc7a Merge remote-tracking branch 'remotes/origin/main' into fwienber/api-extracto...
  • 844f15b [api-extractor] Fix logic when to fall back to Navigation.Exports
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

@dependabot dependabot bot requested a review from a team as a code owner September 19, 2022 09:02
@dependabot dependabot bot requested a review from gonfunko September 19, 2022 09:02
@dependabot dependabot bot added PR: chore General chores (dependencies, typos, etc) PR: dependencies Pull requests that update a dependency file labels Sep 19, 2022
@gonfunko gonfunko merged commit dc28ec8 into develop Sep 19, 2022
@gonfunko gonfunko deleted the dependabot/npm_and_yarn/develop/microsoft/api-extractor-7.31.1 branch September 19, 2022 15:22
@cpcallen
Copy link
Contributor

cpcallen commented Sep 19, 2022

@maribethb: Is this relevant to our interests?:

Patches

  • Fix a recent regression where items exported from both the entry point and from an exported namespace appeared only once in the API doc model (GitHub #3619)

@maribethb
Copy link
Contributor

Maybe, but I'm not sure. The linked bug is here: microsoft/rushstack#3619 (since github is having trouble following the shortlinks) and the scenario is this:

// index.ts
import {Foo} from './internal';
import * as internal from './internal';

export {Foo, internal}

// internal.ts
export class Foo {}

and I'm not sure we actually use this pattern anywhere, so this might be irrelevant.

The main problem I saw with api-extractor is microsoft/rushstack#2895 which may be due to conflicting types included somewhere in the repo and which I fixed by just removing them manually from the generated .api.json file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: chore General chores (dependencies, typos, etc) PR: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants