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

build(deps): bump fp-ts-std from 0.15.1 to 0.19.1 #2023

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 10, 2024

Bumps fp-ts-std from 0.15.1 to 0.19.1.

Changelog

Sourced from fp-ts-std's changelog.

0.19.1 (2024-04-08)

  • Fix fromString in URLPath failing to parse absolute URLs.
  • Fix fromURL in URLPath incorrectly retaining alternative origins.

0.19.0 (2024-04-06)

  • Add clone to URLPath.
  • Wrap the provided error cause in unsafeExpect in Option in an Error object.
  • Fix fromString in URLPath incorrectly retaining alternative origins.
  • Fix typings in presence of isolatedModules.
  • Bump minimum supported Node LTS to v20.

0.18.0 (2023-10-26)

  • Add until to Monad, IO, and Task.
  • Add toString, isStringlyURL, getHash, getParams, getPathname, modifyHash, modifyParams, modifyPathname, setHash, setParams, setPathname, getOrigin and getHostname, and an Eq instance to URL.
  • Add an Eq instance to URLPath.
  • Add singleton, appendAt, upsertAt, deleteAt, lookup, lookupFirst, toLeadingString, keys, values, size, concatBy, fromMap and toMap, and Eq, Semigroup and Monoid instances to URLSearchParams.
  • Add integerFromString to Number.
  • Add dropPrefix, dropSuffix, and fromBool to String.
  • Fix fromString in Number not parsing floats.
  • Deprecate getParam, getAllForParam, and setParam in URLSearchParams.

0.17.1 (2023-06-17)

  • Fix widening of additional type arguments in pass.

0.17.0 (2023-06-17)

  • Add URLPath module.
  • Add pass to Applicative, IO, IOOption, IOEither, Task, TaskOption, and TaskEither.
  • Add Bounded instance to Boolean.
  • Add match2, getBounded, and getOrd to Either.
  • Add applyN and some do notation helpers to Function.
  • Add the do notation helper let to Lazy.
  • Add includes, size, and split to NonEmptyString.
  • Add digits and alternative "Safe" Bounded instance to Number.
  • Add match2 and getBounded to Option.
  • Add get to Struct and ReadonlyStruct.
  • Add getEq, getOrd, and getBounded to Tuple.
  • Add clone to URL.
  • Add toRecord, toString, and toTuples to URLSearchParams.
  • Unsafe unwrapping and expectation functions now wrap all thrown values in an Error object, providing a stack trace.
  • Return a cleanup function in addEventListener, and add addEventListener_. Narrow the event type/target of each.
  • Remove index module. It's unfriendly to tree-shaking and less flexible than the facades pattern.
  • Remove mapBoth from IOEither and TaskEither as they're superceded by fp-ts/IOEither::mapBoth and fp-ts/TaskEither::mapBoth respectively.
  • Remove tap from IO as it's superceded by fp-ts/IO::tap.
  • Improve safety and inference of isInstanceOf.
  • Adjust the input type of fromRecord in URLSearchParams.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 10, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fp-ts-std-0.19.1 branch from b6973ae to 9b235bc Compare April 20, 2024 16:53
Bumps [fp-ts-std](https://github.com/samhh/fp-ts-std) from 0.15.1 to 0.19.1.
- [Changelog](https://github.com/samhh/fp-ts-std/blob/master/CHANGELOG.md)
- [Commits](samhh/fp-ts-std@0.15.1...0.19.1)

---
updated-dependencies:
- dependency-name: fp-ts-std
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fp-ts-std-0.19.1 branch from 9b235bc to 43d993e Compare April 27, 2024 16:42
@kodiakhq kodiakhq bot removed the dependencies Pull requests that update a dependency file label May 25, 2024
Copy link
Contributor

kodiakhq bot commented May 25, 2024

This PR currently has a merge conflict. Please resolve this and then re-add the ['dependencies', 'automerge'] label.

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 16, 2024

Superseded by #2249.

@dependabot dependabot bot closed this Nov 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fp-ts-std-0.19.1 branch November 16, 2024 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants