Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 3, 2024

Bumps eslint-plugin-jsdoc from 44.1.0 to 48.0.2.

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v48.0.2

48.0.2 (2024-01-02)

Bug Fixes

  • update legacy entry point (b60cbb0)

v48.0.1

48.0.1 (2024-01-02)

Bug Fixes

v48.0.0

48.0.0 (2024-01-02)

Features

  • switch to native ESM and add exports (6ac8116)

BREAKING CHANGES

  • adds exports; requires Node 18

v47.0.2

47.0.2 (2024-01-01)

Bug Fixes

v47.0.1

47.0.1 (2023-12-31)

Bug Fixes

  • TS: make configs explicit (47f3161)

v47.0.0

47.0.0 (2023-12-31)

Features

... (truncated)

Commits
  • b60cbb0 fix: update legacy entry point
  • d940187 fix(ESM): allow src files
  • 6ac8116 feat: switch to native ESM and add exports
  • 3677e43 fix(TS): use flat config; fixes #1130
  • 5f61575 chore(lint): handle disable directives in config
  • 47f3161 fix(TS): make configs explicit
  • dd9e71d feat: expose TS types for index file; fixes #1130
  • eb3f4b4 chore(linting): add ignores properly and disable directives for now
  • 5e6280f fix: revert change to engines for now
  • eec9d95 feat: support ESLint 9
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added scope:dependencies dependency updates type:build changes to the build system or external dependencies labels Jan 3, 2024
@flex-development flex-development bot enabled auto-merge (squash) January 3, 2024 15:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-48.0.2 branch from 3c36799 to 424ec55 Compare January 3, 2024 15:45
@codecov
Copy link

codecov bot commented Jan 3, 2024

Codecov Report

Merging #293 (0b73780) into main (ba008c2) will not change coverage.
Report is 93 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #293   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           72        72           
  Lines         9494      9494           
  Branches       215       215           
=========================================
  Hits          9494      9494           
Flag Coverage Δ
node18 100.00% <ø> (ø)
node19 100.00% <ø> (ø)
node20 100.00% <ø> (ø)
Components Coverage Δ
bump 100.00% <ø> (ø)
changelog 100.00% <ø> (ø)
config 100.00% <ø> (ø)
commands 100.00% <ø> (ø)
decorators 100.00% <ø> (ø)
git 100.00% <ø> (ø)
log 100.00% <ø> (ø)
models 100.00% <ø> (ø)
options 100.00% <ø> (ø)
providers 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d526a9e...0b73780. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-48.0.2 branch 8 times, most recently from 074d44f to ed16fe7 Compare January 11, 2024 15:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-48.0.2 branch 7 times, most recently from f058568 to 0e00b0f Compare January 22, 2024 15:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-48.0.2 branch from 0e00b0f to 0b73780 Compare January 24, 2024 15:37
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 44.1.0 to 48.0.2.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
- [Commits](gajus/eslint-plugin-jsdoc@v44.1.0...v48.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-plugin-jsdoc-48.0.2 branch from 0b73780 to 522d902 Compare January 24, 2024 15:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 25, 2024

Superseded by #324.

@dependabot dependabot bot closed this Jan 25, 2024
auto-merge was automatically disabled January 25, 2024 15:41

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-plugin-jsdoc-48.0.2 branch January 25, 2024 15:41
@flex-development
Copy link
Contributor

This pull request has been automatically locked since there has not been any recent
activity after it was closed. Please open a new issue for related bugs or features. Be
sure to reference this issue.

@flex-development flex-development bot added the status:stale superseded by different issue, pull request, or discussion label Mar 26, 2024
@flex-development flex-development bot locked as resolved and limited conversation to collaborators Mar 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

scope:dependencies dependency updates status:stale superseded by different issue, pull request, or discussion type:build changes to the build system or external dependencies

Projects

Status: 🥶 Icebox

Development

Successfully merging this pull request may close these issues.

0 participants