nodaguti / stylelint-no-unused-selectors

A rule for stylelint to disallow unused selectors
MIT License
78 stars 11 forks source link

build(deps): bump option-t from 20.3.1 to 27.2.0 #614

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps option-t from 20.3.1 to 27.2.0.

Release notes

Sourced from option-t's releases.

v27.2.0

New Features

  • Implement mapAsync() for PlainOption #1015

Internals

  • Rewrite the test for exported items #1030
  • Update dependencies
  • Allow dependabot to update typescript's patch version #1027

v27.1.1

This release was accidentally. Please use v27.2.0

v27.1.0

New Features

New Async Operators for Undefinable

  • Implement orElseAsync() for Undefinable #1003
  • Implement unwrapOrElseAsync() for Undefinable #1005
  • Implement mapOrAsync() for Undefinable #1006
  • Implement mapOrElseAsync() for Undefinable #1007

New Async Operators for Maybe

  • Implement andThenAsync() for Maybe #1008
  • Implement orElseAsync() for Maybe #1010
  • Implement unwrapOrElseAsync() for Maybe #1012
  • Implement mapOrElseAsync() for Maybe #1013
  • Implement mapOrAsync() for Maybe #1014

Internals

  • Some minor cleanup for tests #1004
  • Cleanup tests again #1009
  • Move sharable parts of tests to utils #1011

v27.0.0

Breaking Change

Remove { ok, err } from 'option-t/**/PlainResult/index' #1002

As we announced in v25.6.0, we removed these aliases. Please use toOptionFromOk() or toOptionFromErr() instead.

This breaking change would affect these patterns

  • import { ok, err } from option-t/cjs/PlainResult/index';
  • import { ok, err } from option-t/cjs/PlainResult';
  • import { ok, err } from option-t/esm/PlainResult/index';

... (truncated)

Changelog

Sourced from option-t's changelog.

Changelogs are moved to GitHub's release page.

24.1.1

Internals

  • Update dependencies.

24.1.0

This is an empty release to announce that option-t/lib will be remove in near ,future major releases.

option-t/lib/*** has been deprecated in v22.1 but we think some people still continue to use it by some reasons.

Finally, webpack v5 and rollup supports exports field in their latest stable version. So we think we remove this feature in near future major releases.

If you are still using them,

  1. Please start to try to migrate them.
  2. Please file your issue if you cannot migrate by some reasons.
    • We're not planning to provide an alternative for deprecated APIs. But your problem is serious, we need to resolve it.

Migration

  • If you're using this, please migrate by following steps:

  • option-t/lib/Option: Use option-t/esm/Option or option-t/cjs/Option.

  • option-t/lib/Result: Use option-t/esm/Result or option-t/cjs/Result.

  • Otherwise, replase option-t/lib/*** to option-t/**.

24.0.2

Documentation

Handle '.' by tools/generate_import_path_list_markdown #807

24.0.1

Internals

  • Update dependencies.
  • Update 'description' in package.json to clarfy the stance of this package #806
  • Update keywords in package.json #805
  • Remove 'main' field from package.json #804
  • Use .cjs extension for all commonjs files #798, #801

... (truncated)

Commits
  • bcdd8e0 27.2.0
  • 84616b6 27.1.1
  • a5795b2 Merge pull request #1030 from tetsuharuohzeki/rewrite-tests-exported
  • 7549990 Remove dead isForCompat
  • 763e043 Remove unused files
  • 6e3679c Rename test cases to more proper name
  • 244892b Remove unused private field from pkg_files.json
  • cf12f55 Use generateLegacyExposedPathSequence() for package_json_rewriter
  • cf1a928 Split exposed api table into modern one and legacy one
  • 6b26c96 Use derived class for quirks exported items
  • 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 will not automatically merge this PR because it includes a major update to a production dependency.


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) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #615.