Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.6.1 -> ^19.8.0 age adoption passing confidence
@stacksjs/cli (source) ^0.68.2 -> ^0.69.3 age adoption passing confidence
@stacksjs/logging (source) ^0.68.1 -> ^0.69.3 age adoption passing confidence
@stacksjs/storage (source) ^0.68.2 -> ^0.69.3 age adoption passing confidence
@types/bun (source) ^1.1.16 -> ^1.2.5 age adoption passing confidence
changelogen ^0.5.7 -> ^0.6.1 age adoption passing confidence
cz-git (source) ^1.11.0 -> ^1.11.1 age adoption passing confidence
lint-staged ^15.3.0 -> ^15.5.0 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence

Release Notes

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

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

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

19.6.1 (2024-12-15)

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

v19.7.1

Compare Source

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

stacksjs/stacks (@​stacksjs/cli)

v0.69.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.69.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors

v0.69.1

Compare Source

compare changes

🏡 Chore
❤️ Contributors
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
Zhengqbbb/cz-git (cz-git)

v1.11.1

Compare Source

Bug Fixes
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

v15.4.3

Compare Source

Patch Changes
  • #​1512 cbfed1d Thanks @​tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.

v15.4.2

Compare Source

Patch Changes
  • #​1509 8827ebf Thanks @​iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.

v15.4.1

Compare Source

Patch Changes

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes
microsoft/TypeScript (typescript)

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 bumpp to ^9.10.1 chore(deps): update all non-major dependencies Jan 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 0011bf2 to 433e54f Compare January 22, 2025 19:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a8678c7 to 5ff2b72 Compare January 28, 2025 11:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from e830727 to 07e31c0 Compare February 5, 2025 19:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 49291fb to 22c0df6 Compare February 12, 2025 13:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 69e2f3e to d524ddd Compare February 24, 2025 13:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 48b7c09 to 7a746a0 Compare February 28, 2025 16:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a5c0e4e to c921b27 Compare March 7, 2025 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from afa822c to 5b22b3e Compare March 17, 2025 04:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5b22b3e to 2f139f1 Compare March 17, 2025 05:00
@chrisbbreuer chrisbbreuer merged commit a913a5c into main Mar 17, 2025
2 of 3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 17, 2025 05:00
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.

2 participants