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 #37

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/bun (source) ^1.1.17 -> ^1.2.8 age adoption passing confidence
bumpp ^10.0.1 -> ^10.1.0 age adoption passing confidence
changelogen ^0.5.7 -> ^0.6.1 age adoption passing confidence
lint-staged ^15.4.3 -> ^15.5.0 age adoption passing confidence
simple-git-hooks ^2.11.1 -> ^2.12.1 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.3 age adoption passing confidence

Release Notes

antfu-collective/bumpp (bumpp)

v10.1.0

Compare Source

   🚀 Features
    View changes on GitHub

v10.0.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v10.0.2

Compare Source

No significant changes

    View changes on GitHub
unjs/changelogen (changelogen)

v0.6.1

Compare Source

compare changes

🩹 Fixes
  • Pass cwd in more places before running commands (#​266)
🏡 Chore
✅ Tests
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • Update jiti to v2 (6e85d32)
  • Add check for breaking changes in commit body (#​228)
  • Hide author email address via flag (#​247)
  • Add noAuthors option (#​183)
🩹 Fixes
  • Use https proto for author's github link (#​225)
  • Use https proto for author's github link in tests (#​226)
  • Release version regex supporting pre versions (#​259)
  • Use correct compare changes URL for Bitbucket (#​257)
  • Use tag template for version title and compare change link (#​255)
  • Render usernames in github changelog (#​265)
💅 Refactors
  • Use consola for colors (49e0401)
  • Use confbox for yaml parsing (19e940c)
📦 Build
🏡 Chore
✅ Tests
  • Add tests for parsing co-authors from commit body (#​229)
⚠️ Breaking Changes
❤️ Contributors
lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes
toplenboren/simple-git-hooks (simple-git-hooks)

v2.12.1

Compare Source

What's Changed

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

microsoft/TypeScript (typescript)

v5.8.3

Compare Source

v5.8.2

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.

@renovate renovate bot changed the title chore(deps): update dependency @types/bun to ^1.1.18 chore(deps): update all non-major dependencies Jan 22, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 616a5bf to 9f76f9c Compare January 28, 2025 07:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f76f9c to 6f8d73b Compare February 1, 2025 09:22
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency @types/bun to ^1.2.2 Feb 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f8d73b to 6d60ffc Compare February 3, 2025 17:43
@renovate renovate bot changed the title chore(deps): update dependency @types/bun to ^1.2.2 chore(deps): update all non-major dependencies Feb 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1ef29d7 to 5818ceb Compare February 11, 2025 14:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c7adeb7 to 111c8e5 Compare February 28, 2025 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 111c8e5 to c68b529 Compare March 3, 2025 18:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0cb6df3 to 5044d32 Compare March 12, 2025 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1d31693 to debb067 Compare March 25, 2025 14:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from debb067 to def0942 Compare March 28, 2025 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from def0942 to c7eac18 Compare April 5, 2025 00:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants