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 devdependencies #682

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/lodash (source) 4.17.0 -> 4.17.9 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.16.10 age adoption passing confidence
expect-type 0.19.0 -> 0.20.0 age adoption passing confidence
np 10.0.5 -> 10.0.7 age adoption passing confidence
pkg-pr-new (source) 0.0.20 -> 0.0.28 age adoption passing confidence

Release Notes

mmkal/expect-type (expect-type)

v0.20.0

Compare Source

Breaking changes

This change updates how overloaded functions are treated. Now, .parameters gives you a union of the parameter-tuples that a function can take. For example, given the following type:

type Factorize = {
  (input: number): number[]
  (input: bigint): bigint[]
}

Behvaiour before:

expectTypeOf<Factorize>().parameters.toEqualTypeOf<[bigint]>()

Behaviour now:

expectTypeOf<Factorize>().parameters.toEqualTypeOf<[number] | [bigint]>()

There were similar changes for .returns, .parameter(...), and .toBeCallableWith. Also, overloaded functions are now differentiated properly when using .branded.toEqualTypeOf (this was a bug that it seems nobody found).

See #​83 for more details or look at the updated docs (including a new section called "Overloaded functions", which has more info on how this behaviour differs for TypeScript versions before 5.3).

What's Changed

Full Changelog: mmkal/expect-type@v0.19.0...v0.20.0

sindresorhus/np (np)

v10.0.7

Compare Source

  • Allow publishConfig.registry to be npm default registry when using Yarn berry (#​750) 6c5eee3

v10.0.6

Compare Source

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.28

Compare Source

v0.0.27

Compare Source

v0.0.26

Compare Source

v0.0.25

Compare Source

v0.0.24

Compare Source

v0.0.23

Compare Source

v0.0.22

Compare Source

v0.0.21

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (squash) September 2, 2024 00:02
Copy link

pkg-pr-new bot commented Sep 2, 2024

Open in Stackblitz

pnpm add https://pkg.pr.new/sequelize/umzug@682

commit: 5c84864

@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 6d01825 to 2aff453 Compare September 4, 2024 22:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 9 times, most recently from cec6268 to 1634a53 Compare September 25, 2024 23:09
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