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-dev): bump the minor-development-deps group with 4 updates #258

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the minor-development-deps group with 4 updates: @types/node, tsup, type-fest and typescript.

Updates @types/node from 22.10.3 to 22.13.0

Commits

Updates tsup from 8.3.5 to 8.3.6

Release notes

Sourced from tsup's releases.

v8.3.6

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates type-fest from 4.31.0 to 4.33.0

Release notes

Sourced from type-fest's releases.

v4.33.0

  • StringRepeat: Add support for generating longer strings & fix instantiations with unions (#1046) fbccaab
  • Split: Add support for longer strings (#1042) 49605b9
  • Get: Optimize performance (#1031) cfb5947
  • KeysOfUnion: Fix assignability with keyof (#1009) 4789c7c
  • IsStringLiteral: Fix instantiations with infinite string types (#1044) e7800af
  • SetRequiredDeep: Fix handling of unions in nested keys (#1037) bf5ce3c
  • StringSlice: Fix return type when passing in non-literal (#1036) 979eccf
  • Sum/Subtract: Fix instantiations with unions (#1034) 69bfd51

sindresorhus/type-fest@v4.32.0...v4.33.0

v4.32.0

New types

Improvements

Fixes

  • SetRequired: Fix support for removal of optional modifiers from tuples (#1030) c897aad

sindresorhus/type-fest@v4.31.0...v4.32.0

Commits
  • 81a0540 4.33.0
  • fbccaab StringRepeat: Add support for generating longer strings & fix instantiation...
  • 4789c7c KeysOfUnion: Fix assignability with keyof (#1009)
  • e7800af IsStringLiteral: Fix instantiations with infinite string types (#1044)
  • 49605b9 Split: Add support for longer strings (#1042)
  • bf5ce3c SetRequiredDeep: Fix handling of unions in nested keys (#1037)
  • c6d5142 Correct "snake-case" vs "kebab-case" comments (#1043)
  • 1d51d56 Mention HomomorphicOmit as an alternative of Except (#1041)
  • db12bb1 Except: Add another example to JSDoc (#1040)
  • 879d8ae PickIndexSignature/OmitIndexSignature: Clean up JSDoc comments (#1039)
  • Additional commits viewable in compare view

Updates typescript from 5.7.2 to 5.7.3

Release notes

Sourced from typescript's releases.

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • a5e123d Update LKG
  • 8bc0204 🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)
  • 7aa63df 🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...
  • 9df7c36 Bump version to 5.7.3 and LKG
  • e167412 🤖 Pick PR #60794 (Harden sanitizeLog against incorr...) into release-5.7 (#...
  • 9ba364c Fix coverage build on release-5.7 (#60792)
  • 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
  • e844dc3 Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)
  • 21b02a1 🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...
  • b82fd16 🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-development-deps group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [tsup](https://github.com/egoist/tsup), [type-fest](https://github.com/sindresorhus/type-fest) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@types/node` from 22.10.3 to 22.13.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `tsup` from 8.3.5 to 8.3.6
- [Release notes](https://github.com/egoist/tsup/releases)
- [Commits](egoist/tsup@v8.3.5...v8.3.6)

Updates `type-fest` from 4.31.0 to 4.33.0
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.31.0...v4.33.0)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: tsup
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
- dependency-name: type-fest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-development-deps
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-development-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 1, 2025
@dependabot dependabot bot requested a review from erunion February 1, 2025 15:06
@erunion erunion merged commit f19e2eb into main Feb 1, 2025
13 checks passed
@erunion erunion deleted the dependabot/npm_and_yarn/minor-development-deps-2c6173b66b branch February 1, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant