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

build(deps-dev): Bump eslint-doc-generator from 1.0.2 to 1.1.0 #1708

Merged
merged 1 commit into from Dec 20, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps eslint-doc-generator from 1.0.2 to 1.1.0.

Release notes

Sourced from eslint-doc-generator's releases.

Release 1.1.0

🚀 Enhancement

🐛 Bug Fix

  • #349 Improve detection of named options to be mentioned in rule docs (@​bmish)
  • #344 Hide stack trace when throwing exception (@​bmish)

📝 Documentation

  • #342 Add table of contents to readme (@​bmish)
  • #336 Add table documenting types of notices and columns (@​bmish)
  • #332 Mention complementary rule eslint-plugin/require-meta-docs-url (@​bmish)

🏠 Internal

Committers: 1

Changelog

Sourced from eslint-doc-generator's changelog.

v1.1.0 (2022-12-16)

🚀 Enhancement

🐛 Bug Fix

  • #349 Improve detection of named options to be mentioned in rule docs (@​bmish)
  • #344 Hide stack trace when throwing exception (@​bmish)

📝 Documentation

  • #342 Add table of contents to readme (@​bmish)
  • #336 Add table documenting types of notices and columns (@​bmish)
  • #332 Mention complementary rule eslint-plugin/require-meta-docs-url (@​bmish)

🏠 Internal

Committers: 1

Commits
  • 1c41338 Release 1.1.0
  • c4cc875 Add rule doc notice type for rule description (#350)
  • 6adf091 Improve detection of named options to be mentioned in rule docs (#349)
  • 1e1debc Enable type-aware linting (#345)
  • 0bc0da4 Fix typo in readme (#348)
  • 9d3380f Better variable name for rule details (#346)
  • 8b909dd chore(deps-dev): bump @​types/node from 18.11.10 to 18.11.13 (#337)
  • 35f2c77 chore(deps): bump @​typescript-eslint/utils from 5.46.0 to 5.46.1 (#340)
  • 9d9b90b chore(deps-dev): bump @​typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 ...
  • 1af350a chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 (#338)
  • 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 [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/bmish/eslint-doc-generator/releases)
- [Changelog](https://github.com/bmish/eslint-doc-generator/blob/main/CHANGELOG.md)
- [Commits](bmish/eslint-doc-generator@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: eslint-doc-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 19, 2022
@lin-ll lin-ll merged commit 1dd5609 into master Dec 20, 2022
@lin-ll lin-ll deleted the dependabot/npm_and_yarn/eslint-doc-generator-1.1.0 branch December 20, 2022 02:06
joancc pushed a commit to joancc/eslint-plugin-ember that referenced this pull request Dec 20, 2022
…-cli#1708)

Bumps [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/bmish/eslint-doc-generator/releases)
- [Changelog](https://github.com/bmish/eslint-doc-generator/blob/main/CHANGELOG.md)
- [Commits](bmish/eslint-doc-generator@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: eslint-doc-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
rtablada pushed a commit to rtablada/eslint-plugin-ember that referenced this pull request Dec 30, 2022
…-cli#1708)

Bumps [eslint-doc-generator](https://github.com/bmish/eslint-doc-generator) from 1.0.2 to 1.1.0.
- [Release notes](https://github.com/bmish/eslint-doc-generator/releases)
- [Changelog](https://github.com/bmish/eslint-doc-generator/blob/main/CHANGELOG.md)
- [Commits](bmish/eslint-doc-generator@v1.0.2...v1.1.0)

---
updated-dependencies:
- dependency-name: eslint-doc-generator
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant