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 readmeio/rdme from 8.0.1 to 8.2.0 #49

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

Bumps readmeio/rdme from 8.0.1 to 8.2.0.

Release notes

Sourced from readmeio/rdme's releases.

8.2.0

We've added a new version tag (v8) to simplify access to the latest version of rdme in your GitHub Actions workflows. This release also adds support for proxies.

Major Version Tags 🏷️

You can now point your GitHub Actions rdme references to the v8 tag, which will automatically update with every future release that's part of the current major version[^1]. This will help ensure that your GitHub Actions workflow is using the latest and greatest version of rdme, while ensuring that your workflow doesn't break for future major releases.

This is similar to how you can reference the latest v3 release of actions/checkout Action using actions/checkout@v3. See below for an example:

- uses: actions/checkout@v3
- uses: readmeio/rdme@v8
  with:
    rdme: [your command here]

What's Changed

Full Changelog: readmeio/rdme@v8.1.1...8.2.0

[^1]: We use SemVer conventions for versioning rdme.

8.1.1

What's Changed

Full Changelog: readmeio/rdme@v8.1.0...8.1.1

8.1.0

This release ships support for Postman Collections in the openapi family of commands. Postman Collections are converted to OpenAPI using postman-to-openapi prior to any syncing/validation/reduction.

This release also includes a few fixes to prevent false positives with GitHub Actions onboarding.

What's Changed

... (truncated)

Changelog

Sourced from readmeio/rdme's changelog.

8.2.0 (2022-11-29)

8.1.1 (2022-11-17)

  • fix: don't prompt for version if only one exists (#675) (0180883), closes #675
  • feat(open): rdme open should have a flag for opening the dash (#671) (c2677f7), closes #671
  • docs: update maintainers guidance (1aa7214)
  • ci: remove retag-release workflow (#674) (5ed84a0), closes #674

8.1.0 (2022-11-16)

  • fix: package.json keywords declarations (#666) (9d026cb), closes #666
  • fix: swap out @npmcli/ci-detect for ci-info (#667) (6cc1f01), closes #667
  • fix: upgrade oas-normalize to fix a postman conversion issue (#672) (64c8f77), closes #672
  • fix(createGHA): remove non-github remote check (#665) (480cdad), closes #665
  • fix(openapi): spinner.stop() in validation step (7712adc)
  • feat: adding support for uploading and validating Postman collections (#669) (93f80c6), closes #669
  • feat: postman-related enhancements, output cleanup (#673) (1097fb5), closes #673
  • ci: lint docs against latest version of alex (e606aa0)
  • ci: stop running tests in node 19 (53109d3)

8.0.4 (2022-11-03)

  • chore(deps): bump update-notifier-cjs (879d0c8), closes #661
  • refactor(createGHA): drop hercule in favor of native solution (#660) (e55b89e), closes #660
  • revert: uninstall keyv (0a6c0df)

8.0.3 (2022-11-02)

  • fix: keyv should be a regular dep 🤦 (4290d50)

8.0.2 (2022-11-02)

  • fix: npm script awareness, TS fixes, test env refactors (#659) (05c34da), closes #659
Commits
  • 22ff103 build: 8.2.0 release
  • dc103c0 feat: major version tags (#682)
  • 0e4644a feat: proxy support (#681)
  • 0166c1e docs: update version/category to reflect new location (#678)
  • c5dcf19 fix: unreachable code and those not getting flagged by eslint (#677)
  • 14015cd build: 8.1.1 release
  • 0180883 fix: don't prompt for version if only one exists (#675)
  • c2677f7 feat(open): rdme open should have a flag for opening the dash (#671)
  • 1aa7214 docs: update maintainers guidance
  • 5ed84a0 ci: remove retag-release workflow (#674)
  • 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)

Bumps [readmeio/rdme](https://github.com/readmeio/rdme) from 8.0.1 to 8.2.0.
- [Release notes](https://github.com/readmeio/rdme/releases)
- [Changelog](https://github.com/readmeio/rdme/blob/main/CHANGELOG.md)
- [Commits](readmeio/rdme@8.0.1...8.2.0)

---
updated-dependencies:
- dependency-name: readmeio/rdme
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 1, 2022
@dependabot dependabot bot requested a review from erunion December 1, 2022 20:01
@erunion erunion merged commit b6a7295 into main Dec 2, 2022
@erunion erunion deleted the dependabot/github_actions/readmeio/rdme-8.2.0 branch December 2, 2022 15:46
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.

1 participant