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 1.0.0 #2249

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2024

Bumps fp-ts-std from 0.15.1 to 1.0.0.

Changelog

Sourced from fp-ts-std's changelog.

1.0.0 (2024-11-12)

  • Improve fromString in URLPath to infallibly parse all strings.
  • Take a URL origin in toURL in URLPath, fixing origin retention.
  • Remove fromStringO and toURLO from URLPath.
  • Narrow input in omit in ReadonlyRecord to readonly.

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.

... (truncated)

Commits
  • 6d76793 1.0.0
  • e1aaa10 Update docs & changelog
  • 1317f6e Merge pull request #205 from imhoffd/readonlyrecord-omit-type
  • dc986bc Make parameter type of ReadonlyRecord.omit readonly
  • 29dac10 Clarify fromString parsing of absolute URL strings
  • 86fdd8f Take URL origin in URLPath.toURL
  • 348b36b Document
  • 51b7e73 Simplify URLPath.fromString implementation
  • 93e3c86 Make URLPath.fromString infallible
  • 6dd2f51 Bump fast-check
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 16, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fp-ts-std-1.0.0 branch 2 times, most recently from 708ec30 to 0cc6d72 Compare November 19, 2024 08:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fp-ts-std-1.0.0 branch from 0cc6d72 to f8e129f Compare November 30, 2024 17:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fp-ts-std-1.0.0 branch from f8e129f to e506a43 Compare December 7, 2024 17:55
Bumps [fp-ts-std](https://github.com/samhh/fp-ts-std) from 0.15.1 to 1.0.0.
- [Changelog](https://github.com/samhh/fp-ts-std/blob/master/CHANGELOG.md)
- [Commits](samhh/fp-ts-std@0.15.1...1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fp-ts-std-1.0.0 branch from e506a43 to 2583bc0 Compare December 14, 2024 23:07
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 javascript Pull requests that update Javascript code size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants