vscode-ecsstractor
vscode-ecsstractor copied to clipboard
chore(deps): bump option-t from 32.2.1 to 37.0.1
Bumps option-t from 32.2.1 to 37.0.1.
Release notes
Sourced from option-t's releases.
v37.0.1
Internals
- Experiment new eslint config system. #1422
- Enforce curly bracket on code formatting. #1680
- Enable prettier for more files. #1681
Build
- Clean up the implementation of
CompatExportEntry
. #1677- Use single exposed api definition list to generate exports field. #1748
Documentations
- Add "Enforce to import as CommonJS or ES Module" section to
docs/how_to_import.md
. #1682v37.0.0
Breaking Changes
Remove
option-t/lib/*
. #1676As we announced in v36.0.0, we removed
option-t/lib/*
paths. Sorry, it was tough work to maintain multiple endpoints. We were burn out to maintain them.Please replace
option-t/lib/*
tooption-t/*
.We don't have a concrete plan to remove
option-t/cjs/*
andoption-t/esm/*
but we might remove them. For general usecase, please useoption-t/<TypeName>/*
.Remove
option-t/<TypeName>/ErrorMessage
. #1674We removed these paths. They were exposed accidentally for a long time.
option-t/cjs/Maybe/ErrorMessage
option-t/esm/Maybe/ErrorMessage
option-t/lib/Maybe/ErrorMessage
option-t/cjs/Nullable/ErrorMessage
option-t/esm/Nullable/ErrorMessage
option-t/lib/Nullable/ErrorMessage
option-t/cjs/Undefinable/ErrorMessage
option-t/esm/Undefinable/ErrorMessage
option-t/lib/Undefinable/ErrorMessage
New Features
- Expose
option-t/Classic{Option, Result}
. #1675v36.0.0
... (truncated)
Commits
397e3ef
v37.0.1bc50745
Merge pull request #1748 from tetsuharuohzeki/cleanup-api-table54b9d01
Use single exposed api definition list to generate exports field0ac8707
Rename ExposedPath.#raw to #descriptor89f3243
Merge pull request #1682 from tetsuharuohzeki/update-how-to-import88be8dd
Add "Enforce to import as CommonJS or ES Module" section to docs/how_to_impor...1c09c2f
Merge pull request #1681 from tetsuharuohzeki/formatting04a9c9e
Exclude__snapshots__
from prettier1613738
Apply prettier for tools/e9c332b
Enable prettier for ava.config.mjs- 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)