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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stacksjs/eslint-config (source) ^0.58.73 -> ^0.59.11 age adoption passing confidence
@types/bun (source) ^1.0.7 -> ^1.1.11 age adoption passing confidence
@types/node (source) ^20.11.20 -> ^20.16.12 age adoption passing confidence
bun-plugin-dts-auto ^0.4.1 -> ^0.20.6 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
commitizen ^4.3.0 -> ^4.3.1 age adoption passing confidence
cz-git (source) ^1.8.0 -> ^1.10.1 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.9.0 -> ^2.11.1 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.6.3 age adoption passing confidence

Release Notes

stacksjs/stacks (@​stacksjs/eslint-config)

v0.59.11

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.10

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.9

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.8

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.7

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.6

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.5

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.4

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.2

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.59.1

Compare Source

compare changes

🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>
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
commitizen/cz-cli (commitizen)

v4.3.1

Compare Source

4.3.1 (2024-09-27)
Bug Fixes
Zhengqbbb/cz-git (cz-git)

v1.10.1

Compare Source

Bug Fixes
  • cz-git: rollback max_token to avoid AI message sliced (ea9dc0c), closes #​189

v1.10.0

Compare Source

Bug Fixes
Features
  • cz-git,cli: add aiModel option to support multiple OpenAI models (#​185) (241577b), closes #​180
  • cz-git: add env CZ_EDITOR to change editor during confirm (#​174) (0fad291)
Performance Improvements
  • cli: remove fs-extra. bundle size -100KB (79a7833)

1.9.4 (2024-07-19)

Bug Fixes

1.9.3 (2024-06-11)

Bug Fixes

1.9.2 (2024-05-26)

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

1.9.1 (2024-03-30)

Bug Fixes

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

v1.9.0

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

v2.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: toplenboren/simple-git-hooks@2.9.0...2.10.0

microsoft/TypeScript (typescript)

v5.6.3

Compare Source

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:

v5.4.2: TypeScript 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:


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 bun-plugin-dts-auto to ^0.5.3 chore(deps): update dependency bun-plugin-dts-auto to ^0.6.0 Feb 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency bun-plugin-dts-auto to ^0.6.0 chore(deps): update dependency bun-plugin-dts-auto to ^0.7.0 Feb 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency bun-plugin-dts-auto to ^0.7.0 chore(deps): update dependency bun-plugin-dts-auto to ^0.10.0 Feb 26, 2024
@renovate renovate bot changed the title chore(deps): update dependency bun-plugin-dts-auto to ^0.10.0 chore(deps): update all non-major dependencies Feb 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from e5c8b61 to 2f97198 Compare March 3, 2024 16:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from d4ed446 to 78d9a2a Compare March 12, 2024 02:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b81cac6 to 1a5aa5b Compare March 19, 2024 17:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1a2d57a to 3eab69e Compare March 25, 2024 19:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f31a94a to d075f9f Compare September 4, 2024 22:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3eedaad to 3bfb29e Compare September 16, 2024 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b667c83 to eaa2224 Compare September 26, 2024 00:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d8ea497 to d6c7703 Compare October 1, 2024 22:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from b41b4ee to 2de366e Compare October 9, 2024 07:06
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