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

Update all non-major dependencies #74

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
debug 4.3.5 -> 4.3.6 age adoption passing confidence dependencies patch
eslint (source) 9.7.0 -> 9.9.0 age adoption passing confidence devDependencies minor
husky 9.0.11 -> 9.1.5 age adoption passing confidence devDependencies minor
jsdoc-to-markdown 8.0.1 -> 8.0.3 age adoption passing confidence devDependencies patch
lint-staged 15.2.7 -> 15.2.9 age adoption passing confidence devDependencies patch
mocha (source) 10.6.0 -> 10.7.3 age adoption passing confidence devDependencies minor
nvuillam/github-dependents-info v1.5.1 -> v1.6.3 age adoption passing confidence action minor
tar 7.4.0 -> 7.4.3 age adoption passing confidence dependencies patch

Release Notes

debug-js/debug (debug)

v4.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: debug-js/debug@4.3.5...4.3.6

eslint/eslint (eslint)

v9.9.0

Compare Source

Features

  • 41d0206 feat: Add support for TS config files (#​18134) (Arya Emami)
  • 3a4eaf9 feat: add suggestion to require-await to remove async keyword (#​18716) (Dave)

Documentation

  • 9fe068c docs: how to author plugins with configs that extend other configs (#​18753) (Alec Gibson)
  • 48117b2 docs: add version support page in the side navbar (#​18738) (Amaresh S M)
  • fec2951 docs: add version support page to the dropdown (#​18730) (Amaresh S M)
  • 38a0661 docs: Fix typo (#​18735) (Zaina Al Habash)
  • 3c32a9e docs: Update yarn command for creating ESLint config (#​18739) (Temitope Ogunleye)
  • f9ac978 docs: Update README (GitHub Actions Bot)

Chores

v9.8.0

Compare Source

typicode/husky (husky)

v9.1.5

Compare Source

v9.1.4

Compare Source

v9.1.3

Compare Source

  • fix: better handle space in PATH

v9.1.2

Compare Source

v9.1.1

Compare Source

v9.1.0

Compare Source

Super saiyan god dog! It's over 9.0.0!

There's a bug with this release which prevents the deprecation notice to appear and requires to remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" (which are deprecated by the way). I'll publish a new version to fix that. Sorry about any inconvenience.

What's new

You can now run package commands directly, no need for npx or equivalents.
It makes writing hooks more intuitive and is also slightly faster 🐺⚡️

### .husky/pre-commit
- npx jest
+ jest # ~0.2s faster

A new recipe has been added to the docs. Lint staged files without external dependencies (inspired by Prettier docs). Feel free to modify it.

### .husky/pre-commit
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again

For more advanced use cases, see lint-staged.

Fixes

  • bunx husky init command
  • Workaround for some hooks implementation on Windows 🤷

Deprecations

  • Remove #!/usr/bin/env sh and . "$(dirname -- "$0")/_/husky.sh" from your hooks
  • Move your code from ~/.huskyrc to .config/husky/init.sh

Support for these will be removed in v10, notices have been added.

Friendly reminder

If Git hooks don't fit your workflow, you can disable Husky globally. Just add export HUSKY=0 to .config/husky/init.sh.

I've seen some confusion about this on X, so just a heads-up!

Sponsoring

Husky is downloaded over 45M times per month and used by ~1.5M projects. If your company wants to sponsor, you can do so here: GitHub Sponsors.

Have a nice summer ☀️ I'm open to new opportunities/consulting so feel free to drop me a message 😉

jsdoc2md/jsdoc-to-markdown (jsdoc-to-markdown)

v8.0.3

Compare Source

v8.0.2

Compare Source

lint-staged/lint-staged (lint-staged)

v15.2.9

Compare Source

Patch Changes
  • #​1463 b69ce2d Thanks @​iiroj! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning MaxListenersExceededWarning: Possible EventEmitter memory leak detected.

v15.2.8

Compare Source

Patch Changes
  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

mochajs/mocha (mocha)

v10.7.3

Compare Source

🩹 Fixes

v10.7.0

Compare Source

🎉 Enhancements

v10.6.1

Compare Source

🐛 Fixes
nvuillam/github-dependents-info (nvuillam/github-dependents-info)

v1.6.3

Compare Source

What's Changed

Full Changelog: nvuillam/github-dependents-info@v1.6.2...v1.6.3

v1.6.2

Compare Source

What's Changed

  • Fix issue with hyperlink when outputrepo is not set

Pull Requests

Full Changelog: nvuillam/github-dependents-info@v1.6.1...v1.6.2

v1.6.1

Compare Source

What's changed

  • Fix GitHub Action

Full Changelog: nvuillam/github-dependents-info@v1.6.0...v1.6.1

v1.6.0

Compare Source

What's Changed

  • New config outputrepo allowing to run stats on another repository
  • Setup Github Dependents Info on own repo
  • Update doc to explain how to authorize GitHub Actions to create Pull Requests

Pull Requests

New Contributors

Full Changelog: nvuillam/github-dependents-info@v1.5.1...v1.6.0

isaacs/node-tar (tar)

v7.4.3

Compare Source

v7.4.2

Compare Source

v7.4.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

github-actions bot commented Jul 16, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ ACTION actionlint 4 2 0.08s
✅ COPYPASTE jscpd yes no 1.35s
✅ JAVASCRIPT eslint 3 0 0 0.76s
✅ JAVASCRIPT prettier 3 0 0 0.65s
✅ JSON jsonlint 10 0 0.27s
✅ JSON npm-package-json-lint yes no 0.58s
✅ JSON prettier 10 0 0 0.53s
✅ JSON v8r 10 0 26.08s
✅ MARKDOWN markdownlint 2 0 0 0.49s
⚠️ MARKDOWN markdown-link-check 3 2 5.0s
✅ MARKDOWN markdown-table-formatter 3 0 0 0.27s
✅ REPOSITORY checkov yes no 13.19s
✅ REPOSITORY gitleaks yes no 0.42s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.01s
✅ REPOSITORY secretlint yes no 0.6s
✅ REPOSITORY trivy yes no 5.78s
✅ REPOSITORY trivy-sbom yes no 1.13s
✅ REPOSITORY trufflehog yes no 3.55s
✅ SPELL cspell 33 0 2.75s
✅ SPELL lychee 22 0 0.92s
✅ XML xmllint 5 0 0 0.01s
✅ YAML prettier 9 0 0 0.61s
✅ YAML v8r 8 0 10.67s
✅ YAML yamllint 9 0 0.38s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b222cf2 to 88a6811 Compare July 17, 2024 17:11
@renovate renovate bot changed the title Update nvuillam/github-dependents-info action to v1.6.3 Update all non-major dependencies Jul 17, 2024
@renovate renovate bot changed the title Update all non-major dependencies Update nvuillam/github-dependents-info action to v1.6.3 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88a6811 to 1757aad Compare July 18, 2024 16:19
@renovate renovate bot changed the title Update nvuillam/github-dependents-info action to v1.6.3 Update all non-major dependencies Jul 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from f899cca to 878ab2b Compare July 26, 2024 19:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a4df1d8 to 5446437 Compare July 29, 2024 15:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8b08a9e to bccccd9 Compare August 9, 2024 21:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bccccd9 to 89b2707 Compare August 13, 2024 07:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 89b2707 to 25a5885 Compare August 20, 2024 15:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 25a5885 to d7de3c5 Compare August 20, 2024 19:40
@nvuillam nvuillam merged commit 8080409 into main Aug 20, 2024
6 checks passed
@nvuillam nvuillam deleted the renovate/all-minor-patch branch August 20, 2024 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant