chore(deps-dev): bump the development-dependencies group across 1 directory with 2 updates - #101
Open
dependabot[bot] wants to merge 1 commit into
Conversation
…ectory with 2 updates Bumps the development-dependencies group with 2 updates in the / directory: [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [jscpd](https://github.com/kucherenko/jscpd/tree/HEAD/rust/jscpd). Updates `eslint-plugin-jsdoc` from 63.3.3 to 64.2.1 - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v63.3.3...v64.2.1) Updates `jscpd` from 5.0.14 to 5.0.16 - [Release notes](https://github.com/kucherenko/jscpd/releases) - [Changelog](https://github.com/kucherenko/jscpd/blob/master/CHANGELOG.md) - [Commits](https://github.com/kucherenko/jscpd/commits/v5.0.16/rust/jscpd) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-version: 64.2.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: jscpd dependency-version: 5.0.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Sorry @dependabot[bot], you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the development-dependencies group with 2 updates in the / directory: eslint-plugin-jsdoc and jscpd.
Updates
eslint-plugin-jsdocfrom 63.3.3 to 64.2.1Release notes
Sourced from eslint-plugin-jsdoc's releases.
... (truncated)
Commits
dc99c3cfix: update jsdcoccomment, devDeps (#1746)8a37bd2feat(check-param-names): add order fixer and suggestions (#1732)7309d7dfeat: update jsdoccomment, devDeps.; use nodenext for module properties in TS4de1b19chore: update jsdoccomment, devDep.fbe2a2bfix: update jsdoccomment and devDep.343516afix: resume support for CJS via require(esm)7e94c04chore: update jsdoccomment, comment-parser, devDeps.9c9b723feat: ESM only; fixes #1626Updates
jscpdfrom 5.0.14 to 5.0.16Release notes
Sourced from jscpd's releases.
... (truncated)
Changelog
Sourced from jscpd's changelog.
Commits
2b08d13release: cpd-v5.0.167a01672chore: pin GitHub 'Latest' badge to v5 releases, polish npm package pageb03abdarelease: cpd-v5.0.15Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsSummary by cubic
Bumps dev tooling:
eslint-plugin-jsdocto 64.2.1 (ESM-only) andjscpdto 5.0.16 to pick up fixes/features. No runtime code changes, but lint behavior and tooling compatibility may shift.eslint-plugin-jsdoc@64is ESM-only. If ESLint fails to load the plugin from a CJS config, migrate to an ESM config (eslint.config.js) or use dynamic import; verify ESLint runs locally and in CI.jscpd@5.0.16adds optional features; existing CLI usage should remain stable. No action required unless adopting new flags.Written for commit 630c369. Summary will update on new commits.