vscode-ecsstractor
vscode-ecsstractor copied to clipboard
chore(deps): bump option-t from 32.2.1 to 33.1.1
Bumps option-t from 32.2.1 to 33.1.1.
Release notes
Sourced from option-t's releases.
v33.1.1
Bug Fix
- Fix the bug that cannot import
PlainResult/unwrapOrThrowError
viacjs/
,esm/
orlib/
path prefix. #1477Internals
- Use
assertIsErrorInstance()
inunwrapOrThrowErrorFromResult()
. #1475v33.1.0
New Features
- Implement
unwrapOrThrowErrorFromResult()
. #1472
- This is only for an interoperability with "throw error" convention. We don't recommend to use this as much as possible.
- Implement
tryCatchIntoResultWithEnsureError()
andtryCatchIntoResultWithEnsureErrorAsync()
. #1473
- These functions requires ES2022
Error.cause
fore more enhancement error information.Internals
- Set
Error.cause
ifassertIsPromise()
fails. #1473v33.0.1
Internals
- Update dependencies.
v33.0.0
Breaking Changes
Remove
typings
field from package.json. #1416This field did not work for a long time. This is just clean up and this change would not affect your project.
Remove deprecated
tap()
operator. #1421This has been marked as deprecated since v29.2.0. Please use
inspect()
operator.Potentially Breaking Changes
These changes are should be marked as breaking change for safety. But we think this change does not affect your project directly by some reasons. These does not means that you need to update your project before update this package to this version. So your project would works well with this version if your project does not rely on other breaking changes. But we recommend to use more newer toolchains.
Bug fix
tryCatchIntoResultAsync()
should catch an error thrown before normal (sync) fnproducer
returning a value. #1460
... (truncated)
Commits
11a06ec
33.1.1c152249
Merge pull request #1477 from tetsuharuohzeki/export-bug7d7fc2e
Fix the bug that cannot importPlainResult/unwrapOrThrowError
viacjs/
, `...544fe1b
Merge pull request #1475 from tetsuharuohzeki/isErrorInstance1a0f2cb
UseassertIsErrorInstance()
inunwrapOrThrowErrorFromResult()
18b119a
33.1.0d398eb5
Merge pull request #1474 from tetsuharuohzeki/implement-tryCatchIntoResultWit...bb8c732
ImplementtryCatchIntoResultWithEnsureErrorAsync()
881b1f6
Merge pull request #1473 from tetsuharuohzeki/error-cause7095996
SetError.cause
ifassertIsPromise()
fails- 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 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)