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 the dev-dependencies group with 4 updates #1421

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps the dev-dependencies group with 4 updates: cspell, eslint-plugin-comment-length, eslint-plugin-jsdoc and npm-check-updates.

Updates cspell from 8.14.2 to 8.14.4

Release notes

Sourced from cspell's releases.

v8.14.4

Changes

Fixes

fix: Remove object from cache (#6257)

flatpack-json was caching the objects it got for performance. But this created an issue when one of those objects were updated in the background. Since the object was cached, it was assumed that nothing had changed.


v8.14.3

Changes

Delete unneeded Jekyll post (#6208)

I found this while searching on the site for 'GitHub'. :-)


Fixes

fix: Add ability to unpack and preserve order (#6252)


fix: Make flatpack-json diff friendly. (#6243)


... (truncated)

Changelog

Sourced from cspell's changelog.

8.14.4 (2024-09-18)

8.14.3 (2024-09-17)

Commits

Updates eslint-plugin-comment-length from 2.1.0 to 2.1.1

Commits

Updates eslint-plugin-jsdoc from 50.2.3 to 50.2.4

Release notes

Sourced from eslint-plugin-jsdoc's releases.

v50.2.4

50.2.4 (2024-09-18)

Bug Fixes

  • require-returns-check: allow infinite for loops to have only one branch to return; fixes #1315 (e7ab475)
Commits
  • e7ab475 fix(require-returns-check): allow infinite for loops to have only one branc...
  • See full diff in compare view

Updates npm-check-updates from 17.1.1 to 17.1.3

Commits

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

Bumps the dev-dependencies group with 4 updates: [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell), [eslint-plugin-comment-length](https://github.com/lasselupe33/eslint-plugin-comment-length), [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) and [npm-check-updates](https://github.com/raineorshine/npm-check-updates).


Updates `cspell` from 8.14.2 to 8.14.4
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.14.4/packages/cspell)

Updates `eslint-plugin-comment-length` from 2.1.0 to 2.1.1
- [Commits](lasselupe33/eslint-plugin-comment-length@v2.1.0...v2.1.1)

Updates `eslint-plugin-jsdoc` from 50.2.3 to 50.2.4
- [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@v50.2.3...v50.2.4)

Updates `npm-check-updates` from 17.1.1 to 17.1.3
- [Release notes](https://github.com/raineorshine/npm-check-updates/releases)
- [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md)
- [Commits](raineorshine/npm-check-updates@v17.1.1...v17.1.3)

---
updated-dependencies:
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-comment-length
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jsdoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: npm-check-updates
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from cdcabrera as a code owner September 23, 2024 11:14
@dependabot dependabot bot added the build label Sep 23, 2024
@cdcabrera cdcabrera merged commit 750bb50 into main Sep 23, 2024
8 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dev-dependencies-1ab0277249 branch September 23, 2024 15:55
@cdcabrera cdcabrera mentioned this pull request Sep 24, 2024
cdcabrera pushed a commit that referenced this pull request Sep 24, 2024
* cspell from 8.14.2 to 8.14.4
* eslint-plugin-comment-length from 2.1.0 to 2.1.1
* eslint-plugin-jsdoc from 50.2.3 to 50.2.4
* npm-check-updates from 17.1.1 to 17.1.3

Signed-off-by: dependabot[bot] <[email protected]>
cdcabrera pushed a commit that referenced this pull request Sep 24, 2024
* cspell from 8.14.2 to 8.14.4
* eslint-plugin-comment-length from 2.1.0 to 2.1.1
* eslint-plugin-jsdoc from 50.2.3 to 50.2.4
* npm-check-updates from 17.1.1 to 17.1.3

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant