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

Bump validator and @microsoft/api-extractor #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

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

Bumps validator and @microsoft/api-extractor. These dependencies needed to be updated together.
Updates validator from 8.2.0 to 13.7.0

Release notes

Sourced from validator's releases.

13.7.0

13.7.0

New Features

Fixes and Enhancements

New and Improved Locales

... (truncated)

Changelog

Sourced from validator's changelog.

13.7.0

New Features

New Features

Fixes and Enhancements

New and Improved Locales

... (truncated)

Commits
  • 47ee5ad 13.7.0
  • 496fc8b fix(rtrim): remove regex to prevent ReDOS attack (#1738)
  • 45901ec Merge pull request #1851 from validatorjs/chore/fix-merge-conflicts
  • 83cb7f8 chore: merge conflict clean-up
  • f17e220 feat(isMobilePhone): add El Salvador es-SV locale
  • 5b06703 feat(isMobilePhone): add Palestine ar-PS locale
  • a3faa83 feat(isMobilePhone): add Botswana en-BW locale
  • 26605f9 feat(isMobilePhone): add Turkmenistan tk-TM
  • 0e5d5d4 feat(isMobilePhone): add Guyana en-GY locale
  • f7ff349 feat(isMobilePhone): add Frech Polynesia fr-PF locale
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by profnandaa, a new releaser for validator since your current version.


Updates @microsoft/api-extractor from 7.17.1 to 7.31.0

Changelog

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

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.

7.29.5

Wed, 24 Aug 2022 03:01:22 GMT

Version update only

7.29.4

Wed, 24 Aug 2022 00:14:38 GMT

Patches

  • Remove use of LegacyAdapters.sortStable

7.29.3

Fri, 19 Aug 2022 00:17:19 GMT

Version update only

7.29.2

Wed, 10 Aug 2022 09:52:12 GMT

Patches

  • Fix incorrect declaration references for local symbols within namespaces

7.29.1

Wed, 10 Aug 2022 08:12:16 GMT

Patches

... (truncated)

Commits
  • 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
  • baba34d Tidying up PR
  • 1e11c5c Added a comment
  • Additional commits viewable in compare view

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [validator](https://github.com/validatorjs/validator.js) and [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor). These dependencies needed to be updated together.

Updates `validator` from 8.2.0 to 13.7.0
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](validatorjs/validator.js@8.2.0...13.7.0)

Updates `@microsoft/api-extractor` from 7.17.1 to 7.31.0
- [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.31.0/apps/api-extractor)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: indirect
- dependency-name: "@microsoft/api-extractor"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants