derrickbeining / react-atom

A simple way manage state in React, inspired by Clojure(Script) and reagent.cljs
https://derrickbeining.github.io/react-atom
MIT License
158 stars 7 forks source link

chore(deps-dev): bump fork-ts-checker-webpack-plugin from 0.4.15 to 6.2.13 #415

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps fork-ts-checker-webpack-plugin from 0.4.15 to 6.2.13.

Release notes

Sourced from fork-ts-checker-webpack-plugin's releases.

v6.2.13

6.2.13 (2021-07-23)

Bug Fixes

  • ensure typescript is imported only as type-only (#633) (d660ad1)

v6.2.12

6.2.12 (2021-06-19)

Bug Fixes

  • use "exclude" from tsconfig.json in webpack watch (#624) (8d8125c)

v6.2.11

6.2.11 (2021-06-19)

Bug Fixes

  • list symlinked dirs in controlled typescript system (#625) (0e682bb)

v6.2.10

6.2.10 (2021-05-18)

Bug Fixes

  • use memfs for ts artifacts to prevent mtime conflict (#617) (05cf957)

v6.2.9

6.2.9 (2021-05-14)

Bug Fixes

  • properly resolve project-references configuration (#615) (c297d58)

v6.2.8

6.2.8 (2021-05-13)

Bug Fixes

  • do not emit buildinfo file if outfile is specified (#614) (f83ac29), closes #608

v6.2.7

6.2.7 (2021-05-11)

... (truncated)

Changelog

Sourced from fork-ts-checker-webpack-plugin's changelog.

⚠️ Next versions are available only on the GitHub Releases page ⚠️

1.3.0-beta.1 (2019-04-30)

Bug Fixes

  • tests: fix linter tests that were doing nothing (d078278)
  • tests: linter tests - useTypescriptIncrementalApi usage (e0020d6)
  • tests: rework vue integration tests (5ad2568)

Features

  • apiincrementalchecker: improve generation of diagnostics (ae80e5f), closes #257

1.2.0 (2019-04-22)

Bug Fixes

  • semantic-release update CHANGELOG.md on the git repo (8ad58af)

Features

  • add semantic-release integration (5fe0653)

1.2.0-beta.4 (2019-04-23)

Bug Fixes

  • tests: fix linter tests that were doing nothing (d078278)
  • tests: linter tests - useTypescriptIncrementalApi usage (e0020d6)

Features

  • apiincrementalchecker: improve generation of diagnostics (ae80e5f), closes #257

1.2.0-beta.3 (2019-04-22)

Bug Fixes

  • tests: rework vue integration tests (5ad2568)

1.2.0-beta.2 (2019-04-22)

Bug Fixes

  • semantic-release update CHANGELOG.md on the git repo (8ad58af)

1.2.0-beta.1 (2019-04-22)

Features

... (truncated)

Commits
  • d660ad1 fix: ensure typescript is imported only as type-only (#633)
  • 8d8125c fix: use "exclude" from tsconfig.json in webpack watch (#624)
  • 0e682bb fix: list symlinked dirs in controlled typescript system (#625)
  • a341f06 chore: update stale.yml
  • 29d78fe chore(deps): bump normalize-url from 5.0.0 to 5.3.1 (#621)
  • 0564f62 chore(deps): bump ws from 7.3.1 to 7.4.6 (#620)
  • 05cf957 fix: use memfs for ts artifacts to prevent mtime conflict (#617)
  • c297d58 fix: properly resolve project-references configuration (#615)
  • f83ac29 fix: do not emit buildinfo file if outfile is specified (#614)
  • 6fccb20 fix: avoid loading configs from node_modules dir (#613)
  • 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 an out-of-range update to a development 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 #417.