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.9 age adoption passing confidence
@types/node (source) ^20.11.20 -> ^20.16.5 age adoption passing confidence
bun-plugin-dts-auto ^0.4.1 -> ^0.11.1 age adoption passing confidence
changelogen ^0.5.5 -> ^0.5.7 age adoption passing confidence
cz-git (source) ^1.8.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.9.0 -> ^2.11.1 age adoption passing confidence
typescript (source) ^5.3.3 -> ^5.6.2 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>
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

v0.10.0

Compare Source

compare changes

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

v0.9.0

Compare Source

compare changes

🩹 Fixes
  • Ensure baseUrl is set correctly (3e9e1bf)
🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.8.0

Compare Source

compare changes

🚀 Enhancements
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.7.0

Compare Source

compare changes

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

v0.6.1

Compare Source

compare changes

🚀 Enhancements
  • Default to the root src dir (081b86d)
🏡 Chore
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.6.0

Compare Source

compare changes

🩹 Fixes
  • Properly allow for rootDir overriding (a902f45)
🏡 Chore
  • Do not target src dir by default (44e0a22)
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.5.3

Compare Source

compare changes

🚀 Enhancements
  • Use default build outdir unless option provided (5bae612)
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.5.2

Compare Source

compare changes

🏡 Chore
  • Also adjust option here (b728b9e)
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.5.1

Compare Source

compare changes

🏡 Chore
  • Change to outdir naming (dfeb3bb)
❤️ Contributors
  • Chris <chrisbreuer93@​gmail.com>

v0.5.0

Compare Source

compare changes

🩹 Fixes
🏡 Chore
  • Readme update (5c5139f)
  • Adjust outDir to have colocated types (a7b02f3)
❤️ 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
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

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
  • #​1424 31a1f95 Thanks @​iiroj! - Allow approximately equivalent versions of direct dependencies by using the "~" character in the version ranges. This means a more recent patch version of a dependency is allowed if available.

  • #​1423 91abea0 Thanks @​iiroj! - Improve error logging when failing to read or parse a configuration file

  • #​1424 ee43f15 Thanks @​iiroj! - Upgrade micromatch@4.0.7

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.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 5 times, most recently from b2f9886 to 62b3f83 Compare June 27, 2024 08:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f652e1f to a3fd468 Compare July 5, 2024 23:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3316201 to 0008f7d Compare July 23, 2024 20:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from af34bb5 to bcdce60 Compare August 3, 2024 09:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1d9cdcb to a1a0435 Compare August 13, 2024 08:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c3a45ae to b805b20 Compare August 19, 2024 03:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8b2307a to 78e01c9 Compare August 28, 2024 01:22
@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
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