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 dependency type-fest to v4 #11020

Merged
merged 1 commit into from
Jul 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
type-fest 3.13.1 -> 4.22.1 age adoption passing confidence

Release Notes

sindresorhus/type-fest (type-fest)

v4.22.1

Compare Source

v4.22.0

Compare Source

v4.21.0

Compare Source

New types
Fixes
  • Jsonify: Convert undefined to null in union element of array (#​901) 60c1024
  • Exact: Fix support for Date in union (#​902) d89a709
  • CamelCasedPropertiesDeep: Fix handling of non-recursive types inside target type (#​890) 476024d

v4.20.1

Compare Source

v4.20.0

Compare Source

v4.19.0

Compare Source

v4.18.3

Compare Source

v4.18.2

Compare Source

  • CamelCasedPropertiesDeep: Fix tuple being incorrectly turned into array (#​818) 4e7bb18

v4.18.1

Compare Source

v4.18.0

Compare Source

New types
Improvements

v4.17.0

Compare Source

v4.16.0

Compare Source

New types
Fixes

v4.15.0

Compare Source

New types
Fixes

v4.14.0

Compare Source

v4.13.1

Compare Source

  • SetParameterType: Properly fix compatibility with TypeScript 5.4 (#​836) a186adb

v4.13.0

Compare Source

New types
Improvements
Fixes
  • SetParameterType: Fix compatibility with TypeScript 5.4 (#​835) 2bc451e
  • OmitDeep: Fix handling for when the given path is not matched (#​834) 4f14bff

v4.12.0

Compare Source

New types

v4.11.1

Compare Source

v4.11.0

Compare Source

New types
Improvements

v4.10.3

Compare Source

  • PartialOnUndefinedDeep: Fix it incorrectly removing non-optional properties when the input type contains an index signature (#​764) 2f4b55a

v4.10.2

Compare Source

v4.10.1

Compare Source

  • Fix support for exactOptionalPropertyTypes: true tsconfig (#​804) a54e313

v4.10.0

Compare Source

  • Get: Fix handling of readonly array (#​799) 4a38651
  • SharedUnionFieldsDeep: Skip if input type is not a union type (#​798) 6f1db93
  • DelimiterCasedPropertiesDeep: Don't recurse into intersection type that include primitive value (#​789) eb96609
  • Merge: Don't turn undefined into optional key (#​787) 0aec247

v4.9.0

Compare Source

New types
Improvements

v4.8.3

Compare Source

  • MergeDeep: Fix optional key when value type is any or never (#​777) 609c097
  • Paths: Ensure it doesn't recurse into Map or Set's prototype properties (#​772) 6759853

v4.8.2

Compare Source

  • DelimiterCasedPropertiesDeep: Fix handing of string (#​768) e26c779

v4.8.1

Compare Source

  • Jsonify: Fix usage with readonly array f8019c2
  • Revert "Add Element to type BuiltIns (#​745)" 1b25feb
    • It caused problems when DOM types are not available.

v4.8.0

Compare Source

v4.7.1

Compare Source

  • Revert "PartialDeep: Ensure it doesn't recurse into prototype properties" (#​743) 9f47b11

v4.7.0

Compare Source

New types
Improvements
  • Writable: Support array, map, and set (#​726) b9723d4
  • PartialDeep: Ensure it doesn't recurse into prototype properties (#​738) 5eeac02
  • ConditionalPickDeep: Ensure it doesn't recurse into prototype properties (#​736) 9960ba4

v4.6.0

Compare Source

New types
Fixes
Meta

v4.5.0

Compare Source

New types
Improvements
  • Jsonify: Improve type inference for objects with .toJSON() extending primitives (#​690) 157ed07
  • OverrideProperties: Fix autocomplete in the type (#​712) fcdcfe9

v4.4.0

Compare Source

  • UnionToIntersection: Allow indexing by the resulting type (#​682) 61f2ff9

v4.3.3

Compare Source

v4.3.2

Compare Source

  • Jsonify: Fix handling of nested objects with only a name property (#​691) 5351533

v4.3.1

Compare Source

v4.3.0

Compare Source

New types

v4.2.0

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

Breaking
  • Require Node.js 16 and TypeScript 5.1 ca94c3b
  • Remove alias RemoveIndexSignature for OmitIndexSignature 03703f0
    • The alias was deprecated a long time ago. If you have RemoveIndexSignature, simply rename it to OmitIndexSignature.
Improvements
Note

The next major version of type-fest will move to ESM. It's time to start thinking about migrating if you haven't already. Learn more.



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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@Josh-Walker-GM Josh-Walker-GM added this to the chore milestone Jul 20, 2024
@Josh-Walker-GM Josh-Walker-GM added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels Jul 20, 2024
@Josh-Walker-GM Josh-Walker-GM merged commit 3e8d7d0 into main Jul 20, 2024
49 of 56 checks passed
@Josh-Walker-GM Josh-Walker-GM deleted the renovate/type-fest-4.x branch July 20, 2024 22:42
dac09 added a commit to dac09/redwood that referenced this pull request Jul 21, 2024
…-dual-pkg

* 'main' of github.com:redwoodjs/redwood: (74 commits)
  chore(deps): Remove webpack related packages (redwoodjs#11028)
  fix(deps): update dependency pino to v9 (redwoodjs#11030)
  fix(deps): update dependency lru-cache to v11 (redwoodjs#11029)
  fix(deps): update dependency @sdl-codegen/node to v1 (redwoodjs#11027)
  chore(deps): update yarn to v4.3.1 (redwoodjs#11026)
  chore(deps): update dependency vitest to v2 (redwoodjs#11021)
  fix(deps): update dependency @react-email/render to v0.0.16 (redwoodjs#11025)
  chore(deps): update dependency rimraf to v6 (redwoodjs#11024)
  chore(deps): update dependency make-dir-cli to v4 (redwoodjs#11023)
  chore(deps): update dependency glob to v11 (redwoodjs#11022)
  chore(deps): update dependency type-fest to v4 (redwoodjs#11020)
  fix(deps): update dependency @whatwg-node/fetch to v0.9.18 (redwoodjs#11016)
  chore(deps): update dependency @supabase/ssr to v0.4.0 (redwoodjs#11017)
  fix(deps): update dependency @joshwooding/vite-plugin-react-docgen-typescript to v0.4.0 (redwoodjs#11018)
  fix(deps): update dependency esbuild to v0.23.0 (redwoodjs#11015)
  fix(deps): update dependency @swc/core to v1.7.0 (redwoodjs#11012)
  chore(storybook): Pin versions and update them (redwoodjs#11011)
  fix(deps): update dependency eslint-plugin-prettier to v5.2.1 (redwoodjs#11010)
  fix(deps): update dependency @vitejs/plugin-react to v4.3.1 (redwoodjs#11013)
  fix(deps): update dependency graphql-yoga to v5.6.1 (redwoodjs#11007)
  ...
@Josh-Walker-GM Josh-Walker-GM modified the milestones: chore, v8.0.0 Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant