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-dev): bump @readme/eslint-config from 8.1.1 to 8.2.0 #239

Merged
merged 1 commit into from
Feb 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @readme/eslint-config from 8.1.1 to 8.2.0.

Release notes

Sourced from @​readme/eslint-config's releases.

8.2.0

What's Changed

Full Changelog: readmeio/standards@8.1.2...8.2.0

8.1.2

What's Changed

Full Changelog: readmeio/standards@8.1.1...8.1.2

Changelog

Sourced from @​readme/eslint-config's changelog.

8.2.0 (2022-01-27)

  • feat: mocha testing config (#310) (d5d661f), closes #310
  • chore(deps-dev): bumping dev deps (#302) (2a2e934), closes #302
  • chore(deps): bump @​typescript-eslint/eslint-plugin from 5.8.1 to 5.10.1 (#307) (5c0fd4f), closes #307
  • chore(deps): bump @​typescript-eslint/parser from 5.8.1 to 5.10.1 (#309) (358d67f), closes #309
  • chore(deps): bump eslint-plugin-import from 2.25.3 to 2.25.4 (#305) (73d6580), closes #305
  • chore(deps): bump eslint-plugin-jest from 25.3.3 to 26.0.0 (#306) (378ea34), closes #306
  • chore(deps): bump eslint-plugin-jest-dom from 4.0.0 to 4.0.1 (#308) (fc97ebe), closes #308
  • chore(deps): bump eslint-plugin-testing-library from 5.0.1 to 5.0.4 (#303) (0a65bfb), closes #303
  • chore(deps): bump eslint-plugin-unicorn from 40.0.0 to 40.1.0 (#304) (5214aa4), closes #304
  • ci: upping the dependabot cadence (994626f)

8.1.2 (2022-01-04)

  • chore: removing remnants of the sonarjs plugin (40b4694)
  • chore(deps-dev): bump @​commitlint/cli from 15.0.0 to 16.0.1 (#301) (5fd2e90), closes #301
  • chore(deps-dev): bump @​commitlint/config-conventional (#297) (e629065), closes #297
  • chore(deps): bump @​typescript-eslint/eslint-plugin from 5.6.0 to 5.8.1 (#299) (8209b79), closes #299
  • chore(deps): bump @​typescript-eslint/parser from 5.6.0 to 5.8.1 (#294) (04e4cee), closes #294
  • chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#293) (49109a1), closes #293
  • chore(deps): bump eslint-plugin-jest from 25.3.0 to 25.3.3 (#295) (edbde06), closes #295
  • chore(deps): bump eslint-plugin-jest-dom from 3.9.2 to 4.0.0 (#298) (a0550cc), closes #298
  • chore(deps): bump eslint-plugin-react from 7.27.1 to 7.28.0 (#300) (95f83a9), closes #300
  • chore(deps): bump eslint-plugin-unicorn from 39.0.0 to 40.0.0 (#296) (25fa7f3), closes #296
Commits
  • bcdf50e build: 8.2.0 release
  • d5d661f feat: mocha testing config (#310)
  • 0a65bfb chore(deps): bump eslint-plugin-testing-library from 5.0.1 to 5.0.4 (#303)
  • 5c0fd4f chore(deps): bump @​typescript-eslint/eslint-plugin from 5.8.1 to 5.10.1 (#307)
  • 378ea34 chore(deps): bump eslint-plugin-jest from 25.3.3 to 26.0.0 (#306)
  • fc97ebe chore(deps): bump eslint-plugin-jest-dom from 4.0.0 to 4.0.1 (#308)
  • 73d6580 chore(deps): bump eslint-plugin-import from 2.25.3 to 2.25.4 (#305)
  • 5214aa4 chore(deps): bump eslint-plugin-unicorn from 40.0.0 to 40.1.0 (#304)
  • 358d67f chore(deps): bump @​typescript-eslint/parser from 5.8.1 to 5.10.1 (#309)
  • 994626f ci: upping the dependabot cadence
  • 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 [@readme/eslint-config](https://github.com/readmeio/eslint-config) from 8.1.1 to 8.2.0.
- [Release notes](https://github.com/readmeio/eslint-config/releases)
- [Changelog](https://github.com/readmeio/eslint-config/blob/main/CHANGELOG.md)
- [Commits](readmeio/standards@8.1.1...8.2.0)

---
updated-dependencies:
- dependency-name: "@readme/eslint-config"
  dependency-type: direct:development
  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 Feb 1, 2022
@dependabot dependabot bot requested a review from erunion February 1, 2022 18:00
@erunion erunion merged commit 2b4cf95 into main Feb 1, 2022
@erunion erunion deleted the dependabot/npm_and_yarn/readme/eslint-config-8.2.0 branch February 1, 2022 19:02
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