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 devdependencies group across 1 directory with 4 updates #83

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2025

Bumps the devdependencies group with 4 updates in the / directory: @types/node, lefthook, tsup and vitest.

Updates @types/node from 22.10.7 to 22.13.5

Commits

Updates lefthook from 1.10.10 to 1.11.0

Release notes

Sourced from lefthook's releases.

v1.11.0

Changelog

  • ef9a000bd28c8eb6a79f3677799ce0a1b642e0e9 docs(changelog): add links to users
  • 45126bf9b1d11559594cc9c43d8d69e7ec4e625e perf: speed up git commands (#956)

v1.10.11

Changelog

  • 358b1ced55d0a8ad7712680d68ce60ed56c2171e ci: use ubuntu-latest for gh-pages publish workflow
  • 2f59812baaff99db8718a3e831c8c6f3ece6bed0 deps: bump github.com/briandowns/spinner from 1.23.1 to 1.23.2 (#935) (#940)
  • 7b6e8817e12c925ba56d65701c76b9607ea5e780 deps: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#952) (#958)
  • a4ae15c0ab6091ee63d1e791ecca1135ac0fc2d1 fix(jsonschema): add $schema property (#942)
Changelog

Sourced from lefthook's changelog.

1.11.0 (2025-02-23)

1.10.11 (2025-02-21)

Commits
  • 8a7f844 1.11.0: improve performance
  • ef9a000 docs(changelog): add links to users
  • 45126bf perf: speed up git commands (#956)
  • 632c4cf 1.10.11: add $schema attribute and update deps
  • 7b6e881 deps: bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#952) (#958)
  • a4ae15c fix(jsonschema): add $schema property (#942)
  • 6ad8b52 docs: fix templates override example lefthook-local.yml (#951)
  • 358b1ce ci: use ubuntu-latest for gh-pages publish workflow
  • d87b8d4 docs: describe the unusual behaviour of ** in glob option (#941)
  • 2f59812 deps: bump github.com/briandowns/spinner from 1.23.1 to 1.23.2 (#935) (#940)
  • Additional commits viewable in compare view

Updates tsup from 8.3.5 to 8.3.6

Release notes

Sourced from tsup's releases.

v8.3.6

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates vitest from 3.0.3 to 3.0.6

Release notes

Sourced from vitest's releases.

v3.0.6

   🐞 Bug Fixes

    View changes on GitHub

v3.0.5

This release includes security patches for:

🚀 Features

🐞 Bug Fixes

View changes on GitHub

v3.0.4

... (truncated)

Commits
  • 9584be3 chore: release v3.0.6
  • 027ce9b fix(reporters): render tasks in tree when in TTY (#7503)
  • b62ac22 chore: use tinyglobby instead of fast-glob in Vitest (#7504)
  • 167a98d fix: exclude queueMicrotask from default fake timers to not break node fetc...
  • 6cc408d fix(deps): update all non-major dependencies (#7507)
  • 8f13825 docs: fix sequence.hooks: 'stack' as default (#7492)
  • f31a07b fix(coverage): preserve moduleExecutionInfo in non-isolated runs (#7486)
  • 5a45a7c fix(browser): cleanup timeout on resolve and give more information in the err...
  • accd2ed refactor: enable isolatedDeclarations (#7473)
  • 1f2e555 fix(coverage): vite-node to pass correct execution wrapper offset (#7417)
  • Additional commits viewable in compare view

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

…th 4 updates

Bumps the devdependencies group with 4 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [lefthook](https://github.com/evilmartians/lefthook), [tsup](https://github.com/egoist/tsup) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `@types/node` from 22.10.7 to 22.13.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `lefthook` from 1.10.10 to 1.11.0
- [Release notes](https://github.com/evilmartians/lefthook/releases)
- [Changelog](https://github.com/evilmartians/lefthook/blob/master/CHANGELOG.md)
- [Commits](evilmartians/lefthook@v1.10.10...v1.11.0)

Updates `tsup` from 8.3.5 to 8.3.6
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.3.5...v8.3.6)

Updates `vitest` from 3.0.3 to 3.0.6
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.6/packages/vitest)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: lefthook
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
...

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 Feb 24, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #84.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/devdependencies-6993020c18 branch February 24, 2025 18:20
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.

0 participants