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

chore(deps): update all non-major dependencies #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.2.0 -> ^19.5.0 age adoption passing confidence
@types/bun (source) ^1.0.8 -> ^1.1.9 age adoption passing confidence
@types/node (source) ^20.11.27 -> ^20.16.5 age adoption passing confidence
bun-plugin-dts-auto ^0.10.0 -> ^0.11.1 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
cz-git (source) ^1.9.0 -> ^1.9.4 age adoption passing confidence
eslint (source) ^8.57.0 -> ^8.57.1 age adoption passing confidence
lint-staged ^15.2.2 -> ^15.2.10 age adoption passing confidence
simple-git-hooks ^2.10.0 -> ^2.11.1 age adoption passing confidence
typescript (source) ^5.4.2 -> ^5.6.2 age adoption passing confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.5.0

Compare Source

Features

19.4.1 (2024-08-28)

Note: Version bump only for package @​commitlint/cli

v19.4.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.4.0

Compare Source

Features

v19.3.0

Compare Source

Note: Version bump only for package @​commitlint/cli

19.2.2 (2024-04-14)

Note: Version bump only for package @​commitlint/cli

19.2.1 (2024-03-19)

Note: Version bump only for package @​commitlint/cli

v19.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v19.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

stacksjs/bun-plugin-dts-auto (bun-plugin-dts-auto)

v0.11.1

Compare Source

No significant changes

    View changes on GitHub

v0.11.0

Compare Source

compare changes

unjs/changelogen (changelogen)

v0.5.7

Compare Source

compare changes

🩹 Fixes
  • bump: Avoid using + for canary suffix (#​224)
❤️ Contributors

v0.5.6

Compare Source

compare changes

🚀 Enhancements
  • Add option to sign git tags (#​117)
  • git: Support parse git messages that have prefix emoji (#​146)
🩹 Fixes
  • github: Use bearer token (#​180)
  • Handle repo name with multiple segments (#​219)
  • Lowercase scope when filtering (#​199)
💅 Refactors
  • Replace execa with execSync (#​222)
  • Use human readable date for canary versions (#​223)
  • Update execCommand (68127be)
🏡 Chore
❤️ Contributors
Zhengqbbb/cz-git (cz-git)

v1.9.4

Compare Source

Bug Fixes

v1.9.3

Compare Source

Bug Fixes

v1.9.2

Compare Source

Bug Fixes
  • cz-git: incorrect maxSubjectLength on custom scope (#​173) (baa58ae)

v1.9.1

Compare Source

Bug Fixes
eslint/eslint (eslint)

v8.57.1

Compare Source

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

v15.2.10

Compare Source

Patch Changes

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.

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 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 drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.

v15.2.5

Compare Source

Patch Changes

v15.2.4

Compare Source

Patch Changes
  • 4f4537a Thanks @​iiroj! - Fix release issue with previous version; update dependencies
toplenboren/simple-git-hooks (simple-git-hooks)

v2.11.1

Compare Source

Package.json was updated with correct linkage to the repository

Full Changelog: toplenboren/simple-git-hooks@2.11.0...2.11.1

v2.11.0

Compare Source

microsoft/TypeScript (typescript)

v5.6.2

Compare Source

v5.5.4: TypeScript 5.5.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.3: TypeScript 5.5.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.5.2: TypeScript 5.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

v5.4.3: TypeScript 5.4.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 223dfc9 to 5e000e2 Compare March 16, 2024 13:05
@renovate renovate bot changed the title chore(deps): update dependency @types/node to ^20.11.28 chore(deps): update all non-major dependencies Mar 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 5b1bccf to 89d7326 Compare March 25, 2024 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d2d86dc to 01821d6 Compare March 30, 2024 17:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dd04836 to 742036b Compare April 9, 2024 05:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d774678 to 60f3584 Compare April 16, 2024 11:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c8ffc4f to f324f2d Compare April 30, 2024 03:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6101386 to cb41210 Compare May 8, 2024 12:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 405ccc6 to 3a0adbc Compare May 14, 2024 06:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a027715 to d45f000 Compare July 1, 2024 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d45f000 to 0baa104 Compare July 5, 2024 22:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 10b971b to 58a869d Compare July 23, 2024 00:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 172c889 to 8032b8b Compare July 28, 2024 12:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 4c9be87 to d844a00 Compare August 7, 2024 09:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from bcf29a1 to 440f21d Compare August 13, 2024 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d1d2912 to c44065a Compare August 19, 2024 03:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 278ad7d to 58a8832 Compare August 28, 2024 12:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from da4c666 to 56e06ab Compare September 4, 2024 21:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 4b7b9f1 to 993e12e Compare September 16, 2024 17:31
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.

0 participants