Skip to content

chore: Bump @microsoft/api-extractor from 7.24.1 to 7.24.2 #5106

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2022

Bumps @microsoft/api-extractor from 7.24.1 to 7.24.2.

Changelog

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

7.24.2

Wed, 25 May 2022 22:25:07 GMT

Patches

  • Fix an issue where API Extractor would fail to run on a project where "moduleResolution" is set to "Node16" in tsconfig.json
Commits
  • d6d567b Bump versions [skip ci]
  • d266ec7 Update changelogs [skip ci]
  • 18b51b5 add return type for getModeForUsageLocation
  • 9b25861 fix: add missing required parameter for getResolvedModule to ensure typescrip...
  • See full diff 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 added the dependencies Issue about dependencies of the package label May 30, 2022
@typescript-eslint
Copy link
Contributor

Thanks for the PR, @dependabot[bot]!

typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community.

The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately.

Thanks again!


🙏 Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently on https://opencollective.com/typescript-eslint. As a thank you, your profile/company logo will be added to our main README which receives thousands of unique visitors per day.

@nx-cloud
Copy link

nx-cloud bot commented May 30, 2022

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 089cf85. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 47 targets

Sent with 💌 from NxCloud.

@dependabot dependabot bot added the javascript Pull requests that update Javascript code label May 30, 2022
@netlify
Copy link

netlify bot commented May 30, 2022

Deploy Preview for typescript-eslint ready!

Name Link
🔨 Latest commit 089cf85
🔍 Latest deploy log https://app.netlify.com/sites/typescript-eslint/deploys/6295760badb95000081f3edc
😎 Deploy Preview https://deploy-preview-5106--typescript-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/api-extractor-7.24.2 branch 3 times, most recently from 2d24e5d to 5564b92 Compare May 30, 2022 20:54
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) from 7.24.1 to 7.24.2.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.24.2/apps/api-extractor)

---
updated-dependencies:
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/microsoft/api-extractor-7.24.2 branch from 5564b92 to 089cf85 Compare May 31, 2022 01:57
@codecov
Copy link

codecov bot commented May 31, 2022

Codecov Report

Merging #5106 (5564b92) into main (90f3960) will increase coverage by 2.12%.
The diff coverage is 100.00%.

❗ Current head 5564b92 differs from pull request most recent head 089cf85. Consider uploading reports for the commit 089cf85 to get more accurate results

@@            Coverage Diff             @@
##             main    #5106      +/-   ##
==========================================
+ Coverage   91.70%   93.83%   +2.12%     
==========================================
  Files         362      286      -76     
  Lines       12181     9838    -2343     
  Branches     3530     2939     -591     
==========================================
- Hits        11171     9231    -1940     
+ Misses        661      328     -333     
+ Partials      349      279      -70     
Flag Coverage Δ
unittest 93.83% <100.00%> (+2.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ackages/eslint-plugin/src/rules/space-infix-ops.ts 100.00% <100.00%> (ø)
packages/type-utils/src/propertyTypes.ts
packages/type-utils/src/predicates.ts
...s/utils/src/ast-utils/eslint-utils/astUtilities.ts
packages/utils/src/ts-eslint/ParserOptions.ts
packages/type-utils/src/containsAllTypesByName.ts
...s/utils/src/eslint-utils/batchedSingleLineTests.ts
...ges/utils/src/ast-utils/eslint-utils/predicates.ts
packages/typescript-estree/src/ast-converter.ts
packages/typescript-estree/src/convert.ts
... and 67 more

@bradzacher bradzacher merged commit d2de4e3 into main May 31, 2022
@bradzacher bradzacher deleted the dependabot/npm_and_yarn/microsoft/api-extractor-7.24.2 branch May 31, 2022 02:10
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 1, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Issue about dependencies of the package javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant