Skip to content
This repository has been archived by the owner on Jan 2, 2022. It is now read-only.

build(deps-dev): bump cypress from 6.3.0 to 6.6.0 #142

Merged
merged 1 commit into from Mar 13, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 12, 2021

Bumps cypress from 6.3.0 to 6.6.0.

Release notes

Sourced from cypress's releases.

6.6.0

Released 2/18/2021

Features:

  • Cypress now extracts and sends CodeFresh CI default variables when recording to the Dashboard. Addresses #4609

Dependency Updates:

  • Upgraded ramda to version 0.27.1. Addressed in #14958.

6.5.0

Released 2/15/2021

Performance:

  • Improved the startup time of cypress open and cypress run. Addresses #15075.

Bugfixes:

  • Fixed an issue where tests would display as failed if an event (such as an XHR request) failed after the test was already completed. This only affects the display of the test and not what was reported in run mode, so it would not have had an effect on suites running in CI. Addresses #14978.
  • Fixed a regression introduced in 6.4.0 that caused Electron to crash when opening outside links in the Command Log. Addresses #14912.
  • Fixed an issue where browser paths with double backslashes would not work as expected on Windows. Addresses #14719.
  • Fixed Microsoft Edge browser detection when passing a path on Windows. Addresses #14716.
  • Fixed an issue where the types for Cypress.on did not support chaining. Addresses #14991.
  • Fixed an issue where, when installing two Cypress instances simulataneously, the downloaded .zip could become corrupted and break the install process. Addresses #4595.

Misc:

  • Expanded search bar in desktop GUI to fill the entire width. Addresses #14830.
  • Added autoEnd to the types for LogConfig. Addresses #9590.

Dependency Updates:

  • Upgraded electron to version 11.2.3. Addresses #15056.

6.4.0

Released 2/1/2021

Features:

  • Added a command log entry for when a file is donwloaded. Addresses #14749.
  • The delayMs option for cy.intercept() has been renamed to delay. delayMs will still work, but it is deprecated and will be removed in a future release. Addresses #14822.

Bugfixes:

  • Fixed an issue with handling spec paths containing special characters. Addresses #14659.
  • Fixed an issue where Cypress Studio would not prompt to start adding commands after visiting an inputted url. Addresses #14688.
  • Fixed an issue where Cypress Studio could generate empty cy.type() commands. Addresses #14684.
  • Fixed an issue where Cypress Studio prompts user to enter a URL even if an error has already occured. Addresses #14686.

... (truncated)

Commits
  • 5fb9ae6 release 6.6.0 (dev only) [skip ci]
  • 311cd4b chore: update ramda to 0.27.1 (#14958)
  • 47c9a19 Merge pull request #15131 from cypress-io/master-merge-up
  • de60d92 Merge branch 'develop' into master-merge-up
  • 4732937 build: avoid infininte rollup refresh on watch (#15132)
  • 585649c Merge branch 'develop' into master-merge-up
  • f6233af feat: send CI variables for CloudFresh (#15117)
  • 4aea5e4 chore: release @cypress/webpack-dev-server-v1.0.1
  • 7c831d7 chore: release @cypress/vue-v2.0.1
  • 35841e3 chore: release @cypress/vite-dev-server-v1.0.1
  • 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 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 the dependencies Pull requests that update a dependency file label Mar 12, 2021
@hosonokotaro hosonokotaro merged commit 267ddce into master Mar 13, 2021
@hosonokotaro hosonokotaro deleted the dependabot/npm_and_yarn/cypress-6.6.0 branch March 13, 2021 16:03
hosonokotaro added a commit that referenced this pull request Mar 15, 2021
commit 8d3a7f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:40:16 2021 +0900

    build(deps-dev): bump webpack-cli from 4.4.0 to 4.5.0 (#146)

    Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.0.
    - [Release notes](https://github.com/webpack/webpack-cli/releases)
    - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.4.0...webpack-cli@4.5.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: hosono kotaro <hosono1985@gmail.com>

commit 56bc5fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:32:37 2021 +0900

    build(deps-dev): bump ts-jest from 26.5.1 to 26.5.3 (#145)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.1 to 26.5.3.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v26.5.1...v26.5.3)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7967d40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:27:53 2021 +0900

    build(deps-dev): bump stylelint from 13.9.0 to 13.12.0 (#144)

    Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.9.0 to 13.12.0.
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
    - [Commits](stylelint/stylelint@13.9.0...13.12.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: hosono kotaro <hosono1985@gmail.com>

commit 101e07e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:10:01 2021 +0900

    build(deps-dev): bump typescript from 4.1.3 to 4.2.3 (#143)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.1.3...v4.2.3)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: hosono kotaro <hosono1985@gmail.com>

commit 267ddce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:03:22 2021 +0900

    build(deps-dev): bump cypress from 6.3.0 to 6.6.0 (#142)

    Bumps [cypress](https://github.com/cypress-io/cypress) from 6.3.0 to 6.6.0.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
    - [Commits](cypress-io/cypress@v6.3.0...v6.6.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c655686
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:52:47 2021 +0900

    build(deps-dev): bump is-ci from 2.0.0 to 3.0.0 (#140)

commit 8fddef2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:48:32 2021 +0900

    build(deps-dev): bump css-loader from 5.0.1 to 5.1.1 (#139)

commit ad98aaf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:41:59 2021 +0900

    build(deps-dev): bump fork-ts-checker-webpack-plugin from 6.1.0 to 6.1.1 (#138)

commit 9a9f16e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:35:52 2021 +0900

    build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0 (#137)

commit 5609b26
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 19:41:57 2021 +0900

    build(deps-dev): bump html-webpack-plugin from 4.5.1 to 5.2.0 (#130)

    Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.1 to 5.2.0.
    - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
    - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
    - [Commits](jantimon/html-webpack-plugin@v4.5.1...v5.2.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e45d792
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:29:30 2021 +0900

    build(deps-dev): bump @babel/preset-env from 7.12.16 to 7.13.8 (#134)

commit bb6093c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:26:48 2021 +0900

    build(deps-dev): bump @typescript-eslint/parser from 4.15.1 to 4.15.2 (#132)

commit d899582
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:21:37 2021 +0900

    build(deps-dev): bump @babel/preset-react from 7.12.10 to 7.12.13 (#129)
hosonokotaro added a commit that referenced this pull request Mar 20, 2021
* feat: firebase library

* Squashed commit of the following:

commit 064eb0a
Author: hosono kotaro <hosono1985@gmail.com>
Date:   Sun Feb 21 11:00:29 2021 +0900

    fix: precommit script (#127)

commit bea617a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Feb 21 10:21:22 2021 +0900

    build(deps-dev): bump @babel/preset-typescript from 7.12.16 to 7.12.17 (#124)

    Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.12.16 to 7.12.17.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.12.17/packages/babel-preset-typescript)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: hosono kotaro <hosono1985@gmail.com>

commit 1d2c51b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Feb 20 23:19:41 2021 +0900

    build(deps-dev): bump @types/webpack-bundle-analyzer from 3.9.0 to 3.9.1 (#123)

commit 64f4864
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Feb 20 23:14:33 2021 +0900

    build(deps-dev): bump @typescript-eslint/parser from 4.14.2 to 4.15.1 (#122)

commit 806314f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Feb 20 23:06:46 2021 +0900

    build(deps-dev): bump @types/node from 14.14.22 to 14.14.31 (#121)

commit 3781d1d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Feb 20 23:00:33 2021 +0900

    build(deps-dev): bump @typescript-eslint/eslint-plugin (#120)

commit 7ecf748
Author: hosono kotaro <hosono1985@gmail.com>
Date:   Sat Feb 20 20:51:55 2021 +0900

    feature/husky fix (#125)

    * feat: Add husky

    * fix: precommit task

* feat: add auth page

* fix: move store files

* fix: move page files

* feat: split edit page

* fix: delete chunk filename

* wip: add create post

* feat: login 機能

* fix: move createPost logic

* fix: add regenerator-runtime

* Squashed commit of the following:

commit 5609b26
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 19:41:57 2021 +0900

    build(deps-dev): bump html-webpack-plugin from 4.5.1 to 5.2.0 (#130)

    Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.1 to 5.2.0.
    - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
    - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
    - [Commits](jantimon/html-webpack-plugin@v4.5.1...v5.2.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e45d792
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:29:30 2021 +0900

    build(deps-dev): bump @babel/preset-env from 7.12.16 to 7.13.8 (#134)

commit bb6093c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:26:48 2021 +0900

    build(deps-dev): bump @typescript-eslint/parser from 4.15.1 to 4.15.2 (#132)

commit d899582
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:21:37 2021 +0900

    build(deps-dev): bump @babel/preset-react from 7.12.10 to 7.12.13 (#129)

* fix: import resolve

* fix: export component name

* fix: component に型を持たせる

* fix: import path name を resolve 名で指定

* fix: add jest の alias

* feat: add CreatePost test

* Squashed commit of the following:

commit c655686
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:52:47 2021 +0900

    build(deps-dev): bump is-ci from 2.0.0 to 3.0.0 (#140)

commit 8fddef2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:48:32 2021 +0900

    build(deps-dev): bump css-loader from 5.0.1 to 5.1.1 (#139)

commit ad98aaf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:41:59 2021 +0900

    build(deps-dev): bump fork-ts-checker-webpack-plugin from 6.1.0 to 6.1.1 (#138)

commit 9a9f16e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:35:52 2021 +0900

    build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0 (#137)

commit 5609b26
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 19:41:57 2021 +0900

    build(deps-dev): bump html-webpack-plugin from 4.5.1 to 5.2.0 (#130)

    Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.1 to 5.2.0.
    - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
    - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
    - [Commits](jantimon/html-webpack-plugin@v4.5.1...v5.2.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e45d792
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:29:30 2021 +0900

    build(deps-dev): bump @babel/preset-env from 7.12.16 to 7.13.8 (#134)

commit bb6093c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:26:48 2021 +0900

    build(deps-dev): bump @typescript-eslint/parser from 4.15.1 to 4.15.2 (#132)

commit d899582
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:21:37 2021 +0900

    build(deps-dev): bump @babel/preset-react from 7.12.10 to 7.12.13 (#129)

* fix: dependabot ignore husky v5x

* fix: edit page top

* fix: component name

* feat: add edit App test

* feat: EditPostList の状態排除、Style

* feat: EditPost

* Squashed commit of the following:

commit 8d3a7f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:40:16 2021 +0900

    build(deps-dev): bump webpack-cli from 4.4.0 to 4.5.0 (#146)

    Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.4.0 to 4.5.0.
    - [Release notes](https://github.com/webpack/webpack-cli/releases)
    - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.4.0...webpack-cli@4.5.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: hosono kotaro <hosono1985@gmail.com>

commit 56bc5fa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:32:37 2021 +0900

    build(deps-dev): bump ts-jest from 26.5.1 to 26.5.3 (#145)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.1 to 26.5.3.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v26.5.1...v26.5.3)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7967d40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:27:53 2021 +0900

    build(deps-dev): bump stylelint from 13.9.0 to 13.12.0 (#144)

    Bumps [stylelint](https://github.com/stylelint/stylelint) from 13.9.0 to 13.12.0.
    - [Release notes](https://github.com/stylelint/stylelint/releases)
    - [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md)
    - [Commits](stylelint/stylelint@13.9.0...13.12.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: hosono kotaro <hosono1985@gmail.com>

commit 101e07e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:10:01 2021 +0900

    build(deps-dev): bump typescript from 4.1.3 to 4.2.3 (#143)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.3 to 4.2.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.1.3...v4.2.3)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: hosono kotaro <hosono1985@gmail.com>

commit 267ddce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sun Mar 14 01:03:22 2021 +0900

    build(deps-dev): bump cypress from 6.3.0 to 6.6.0 (#142)

    Bumps [cypress](https://github.com/cypress-io/cypress) from 6.3.0 to 6.6.0.
    - [Release notes](https://github.com/cypress-io/cypress/releases)
    - [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
    - [Commits](cypress-io/cypress@v6.3.0...v6.6.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c655686
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:52:47 2021 +0900

    build(deps-dev): bump is-ci from 2.0.0 to 3.0.0 (#140)

commit 8fddef2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:48:32 2021 +0900

    build(deps-dev): bump css-loader from 5.0.1 to 5.1.1 (#139)

commit ad98aaf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:41:59 2021 +0900

    build(deps-dev): bump fork-ts-checker-webpack-plugin from 6.1.0 to 6.1.1 (#138)

commit 9a9f16e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Sat Mar 6 10:35:52 2021 +0900

    build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0 (#137)

commit 5609b26
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 19:41:57 2021 +0900

    build(deps-dev): bump html-webpack-plugin from 4.5.1 to 5.2.0 (#130)

    Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 4.5.1 to 5.2.0.
    - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
    - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
    - [Commits](jantimon/html-webpack-plugin@v4.5.1...v5.2.0)

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit e45d792
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:29:30 2021 +0900

    build(deps-dev): bump @babel/preset-env from 7.12.16 to 7.13.8 (#134)

commit bb6093c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:26:48 2021 +0900

    build(deps-dev): bump @typescript-eslint/parser from 4.15.1 to 4.15.2 (#132)

commit d899582
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 1 00:21:37 2021 +0900

    build(deps-dev): bump @babel/preset-react from 7.12.10 to 7.12.13 (#129)

* fix: edit spinner
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant