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 npm-dev-dependencies group across 1 directory with 6 updates #31

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2024

Bumps the npm-dev-dependencies group with 6 updates in the / directory:

Package From To
@semantic-release/github 10.1.0 10.1.3
homebridge 1.8.3 1.8.4
husky 9.0.11 9.1.4
ts-jest 29.2.2 29.2.4
typedoc 0.26.4 0.26.5
typescript 5.5.3 5.5.4

Updates @semantic-release/github from 10.1.0 to 10.1.3

Release notes

Sourced from @​semantic-release/github's releases.

v10.1.3

10.1.3 (2024-07-26)

Bug Fixes

  • Revert "fix: failing release due to renamed repository (#878)" (#887) (325952e)

v10.1.2

10.1.2 (2024-07-25)

Bug Fixes

  • failing release due to renamed repository (#878) (76fdaa3)

v10.1.1

10.1.1 (2024-07-19)

Bug Fixes

  • invalid GraphQL query generated when no release commits are found (#876) (8ee2744)
Commits
  • 325952e fix: Revert "fix: failing release due to renamed repository (#878)" (#887)
  • 76fdaa3 fix: failing release due to renamed repository (#878)
  • c70cfbf chore(deps): lock file maintenance (#882)
  • 8ee2744 fix: invalid GraphQL query generated when no release commits are found (#876)
  • 500240b chore(deps): update dependency publint to v0.2.9 (#881)
  • a53fe2c chore(deps): lock file maintenance (#879)
  • 74708da chore(deps): update dependency prettier to v3.3.3 (#877)
  • ef4fd4d chore(deps): update npm to v10.8.2 (#875)
  • 526873e ci(action): update actions/setup-node action to v4.0.3 (#873)
  • See full diff in compare view

Updates homebridge from 1.8.3 to 1.8.4

Release notes

Sourced from homebridge's releases.

v1.8.4

Fixed

Changed

  • Detect config interface on registerPlatform (#3609) (@​duddu)
  • Updated dependencies, fix typedoc generation
  • Added log messaging about upcoming Homebridge v2.0.0 update
    • NOTICE TO USERS AND PLUGIN DEVELOPERS
      • Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
      • Please visit the following link to learn more about the changes and how to prepare:
Changelog

Sourced from homebridge's changelog.

v1.8.4 (2024-07-19)

Fixed

Changed

  • Detect config interface on registerPlatform (#3609) (@​duddu)
  • Updated dependencies, fix typedoc generation
  • Added log messaging about upcoming Homebridge v2.0.0 update
    • NOTICE TO USERS AND PLUGIN DEVELOPERS
      • Homebridge 2.0 is on the way and brings some breaking changes to existing plugins.
      • Please visit the following link to learn more about the changes and how to prepare:
Commits

Updates husky from 9.0.11 to 9.1.4

Release notes

Sourced from husky's releases.

v9.1.4

  • Improve deprecation notice

v9.1.3

  • fix: better handle space in PATH

v9.1.2

Show a message instead of automatically removing deprecated code.

This only concerns projects that still have the following code in their hooks:

- #!/usr/bin/env sh # <- This is deprecated, remove it
- . "$(dirname -- "$0")/_/husky.sh"  # <- This is deprecated, remove it
Rest of your hook code

Hooks with these lines will fail in v10.0.0

v9.1.1

Super saiyan god dog! It's over 9.0.0!

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

... (truncated)

Commits

Updates ts-jest from 29.2.2 to 29.2.4

Release notes

Sourced from ts-jest's releases.

v29.2.4

Please refer to CHANGELOG.md for details.

v29.2.3

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.2.4 (2024-08-01)

Bug Fixes

  • fix: revert support implementation for Node16/NodeNext (70b9530), closes #4468 #4473

29.2.3 (2024-07-18)

Security Fixes

  • build(deps): Update dependency ejs to ^3.1.10 (de94a56)

Code Refactoring

  • refactor(presets): maintain preset codes inside src (8474fc2)
Commits
  • 0977789 chore(release): 29.2.4
  • 70b9530 fix: revert support implementation for Node16/NodeNext
  • 86398c7 build(deps): Update dependency @​babel/preset-env to ^7.25.3
  • 2b07e2b build(deps): Update dependency eslint-plugin-jsdoc to ^48.10.2
  • 5cc1333 build(deps): Update babel monorepo to ^7.25.2
  • 46fa736 build(deps): Update ESLint packages to ^7.18.0
  • e1aad14 build(deps): Update dependency eslint-plugin-jsdoc to ^48.9.2
  • 19473a2 build(deps): Update dependency eslint-plugin-jsdoc to ^48.9.1
  • a40a791 build(deps): Update dependency eslint-plugin-jsdoc to ^48.9.0
  • 6d8063a test: refactor example apps to be in one project
  • Additional commits viewable in compare view

Updates typedoc from 0.26.4 to 0.26.5

Release notes

Sourced from typedoc's releases.

v0.26.5

Features

  • TypeDoc now exposes array option defaults under OptionDefaults, #2640.

Bug Fixes

  • Constructor parameters which share a name with a property on a parent class will no longer inherit the comment on the parent class, #2636.
  • Packages mode will now attempt to use the comment declared in the comment class for inherited members, #2622.
  • TypeDoc no longer crashes when @document includes an empty file, #2638.
  • API: Event listeners added later with the same priority will be called later, #2643.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.26.5 (2024-07-21)

Features

  • TypeDoc now exposes array option defaults under OptionDefaults, #2640.

Bug Fixes

  • Constructor parameters which share a name with a property on a parent class will no longer inherit the comment on the parent class, #2636.
  • Packages mode will now attempt to use the comment declared in the comment class for inherited members, #2622.
  • TypeDoc no longer crashes when @document includes an empty file, #2638.
  • API: Event listeners added later with the same priority will be called later, #2643.

Thanks!

Commits

Updates typescript from 5.5.3 to 5.5.4

Release notes

Sourced from typescript's releases.

TypeScript 5.5.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • c8a7d58 Bump version to 5.5.4 and LKG
  • c0ded04 🤖 Pick PR #58771 (Allow references to the global Symb...) into release-5.5 (#...
  • 5ba41e2 🤖 Pick PR #59208 (Write non-missing undefined on mapp...) into release-5.5 (#...
  • b075332 🤖 Pick PR #59337 (Allow declarationMap to be emitted ...) into release-5.5 (#...
  • 9dd6f91 Cherry-pick "Stop using latest Node in CI" to release-5.5 (#59348)
  • bf0ddaf 🤖 Pick PR #59070 (Delay the calculation of common sou...) into release-5.5 (#...
  • a44e2d9 🤖 Pick PR #59160 (Fixed crash on authored import type...) into release-5.5 (#...
  • f35206d 🤖 Pick PR #59325 (Don't skip markLinkedReferences on ...) into release-5.5 (#...
  • 1109550 Fix baselines on release-5.5 (#59330)
  • 8794318 🤖 Pick PR #59215 (Fix codefix crash on circular alias...) into release-5.5 (#...
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 2, 2024
Copy link

codacy-production bot commented Aug 2, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (29d0175) 804 767 95.40%
Head commit (9e645c6) 804 (+0) 767 (+0) 95.40% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#31) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@duddu
Copy link
Owner

duddu commented Aug 6, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-dev-dependencies-f3a7054796 branch from e62e394 to bba4d09 Compare August 6, 2024 17:39
@duddu
Copy link
Owner

duddu commented Aug 6, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-dev-dependencies-f3a7054796 branch from bba4d09 to d287c34 Compare August 6, 2024 17:50
@duddu
Copy link
Owner

duddu commented Aug 7, 2024

@dependabot recreate

…ry with 6 updates

Bumps the npm-dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@semantic-release/github](https://github.com/semantic-release/github) | `10.1.0` | `10.1.3` |
| [homebridge](https://github.com/homebridge/homebridge) | `1.8.3` | `1.8.4` |
| [husky](https://github.com/typicode/husky) | `9.0.11` | `9.1.4` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.2` | `29.2.4` |
| [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.26.4` | `0.26.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.5.3` | `5.5.4` |



Updates `@semantic-release/github` from 10.1.0 to 10.1.3
- [Release notes](https://github.com/semantic-release/github/releases)
- [Commits](semantic-release/github@v10.1.0...v10.1.3)

Updates `homebridge` from 1.8.3 to 1.8.4
- [Release notes](https://github.com/homebridge/homebridge/releases)
- [Changelog](https://github.com/homebridge/homebridge/blob/latest/CHANGELOG.md)
- [Commits](homebridge/homebridge@v1.8.3...v1.8.4)

Updates `husky` from 9.0.11 to 9.1.4
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.11...v9.1.4)

Updates `ts-jest` from 29.2.2 to 29.2.4
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.2.2...v29.2.4)

Updates `typedoc` from 0.26.4 to 0.26.5
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.26.4...v0.26.5)

Updates `typescript` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: "@semantic-release/github"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-dependencies
- dependency-name: homebridge
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-dependencies
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dev-dependencies
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-dependencies
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npm-dev-dependencies-f3a7054796 branch from d287c34 to 9e645c6 Compare August 7, 2024 13:34
@duddu
Copy link
Owner

duddu commented Aug 9, 2024

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2024

Superseded by #32.

@dependabot dependabot bot closed this Aug 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/npm-dev-dependencies-f3a7054796 branch August 9, 2024 19:47
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.

1 participant