Skip to content

Commit

Permalink
fix: lock file maintenance (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
3 people committed Apr 12, 2021
1 parent daabb2a commit 1537915
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Expand Up @@ -5,7 +5,7 @@ RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.d
RUN sudo apt-get install git-lfs
RUN git lfs install
RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
RUN yarn global add @babel/core @babel/node
RUN yarn global add gitpod-env-per-project @babel/core @babel/node
RUN sudo apt-get install -y graphviz

# Puppeteer dependencies
Expand Down
3 changes: 1 addition & 2 deletions .gitpod.yml
Expand Up @@ -3,8 +3,7 @@ image:
tasks:
- before: sudo docker-up
name: Docker Deamon
- init: git lfs pull && echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
>>~/.npmrc && yarn --frozen-lockfile
- init: eval $(gitpod-env-per-project) && git lfs pull && yarn --frozen-lockfile
vscode:
extensions:
- karlito40.fix-irregular-whitespace@0.0.3:8jjyZYuYF6yW6nwsAiulrg==
Expand Down
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -22,7 +22,11 @@
</a><a href="https://david-dm.org/dword-design/tester-plugin-tmp-dir">
<img src="https://img.shields.io/david/dword-design/tester-plugin-tmp-dir" alt="Dependency status">
</a><img src="https://img.shields.io/badge/renovate-enabled-brightgreen" alt="Renovate enabled"><br/><a href="https://gitpod.io/#https://github.com/dword-design/tester-plugin-tmp-dir">
<img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod">
<img
src="https://gitpod.io/button/open-in-gitpod.svg"
alt="Open in Gitpod"
height="32"
>
</a><a href="https://www.buymeacoffee.com/dword">
<img
src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg"
Expand Down
98 changes: 52 additions & 46 deletions yarn.lock
Expand Up @@ -1052,12 +1052,12 @@
"@babel/plugin-proposal-pipeline-operator" "^7.5.0"
"@babel/preset-env" "^7.6.3"
"@dword-design/functions" "^3.0.0"
"@vue/babel-preset-jsx" dword-design/jsx#fork-babel-preset-jsx
"@vue/babel-preset-jsx" "github:dword-design/jsx#fork-babel-preset-jsx"
babel-plugin-add-module-exports "^1.0.2"
babel-plugin-macros "^3.0.1"
babel-plugin-module-resolver "^4.0.0"
babel-plugin-transform-imports "^2.0.0"
babel-plugin-wildcard dword-design/babel-plugin-wildcard#fork
babel-plugin-wildcard "github:dword-design/babel-plugin-wildcard#fork"
depcheck-package-name "^1.0.0"
find-up "^5.0.0"
param-case "^3.0.3"
Expand All @@ -1081,9 +1081,9 @@
micromatch "^4.0.2"

"@dword-design/base@^7.12.1":
version "7.12.1"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-7.12.1.tgz#d630e47c91a9b83ba67b717bdf91c4d05e17574a"
integrity sha512-D+C0DxK4TfJGnlhFGf82UUW9gsOLCZi+6LnYY1D1XQquJRrkhFuw5haHMk69AStJHD7GOxq5PNUPWBcB9EMCGA==
version "7.12.3"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-7.12.3.tgz#0d049c6e632f57dc94bffae1594d9e305e01d29c"
integrity sha512-y3aX+567cu4jwAL/UH8Okg7PoP/s8CMMFggTwk9k1bslw12Ipmw3Ise0nqYH0T5aTj3W+N6Wc8VyalXgMLwuvw==
dependencies:
"@babel/core" "^7.6.4"
"@babel/register" "^7.6.2"
Expand All @@ -1099,7 +1099,7 @@
commitizen "^4.0.3"
constant-case "^3.0.3"
cz-conventional-changelog "^3.1.0"
depcheck dword-design/depcheck#fork
depcheck "github:dword-design/depcheck#fork"
depcheck-detector-execa "^1.2.1"
depcheck-detector-package-name "^1.0.0"
depcheck-package-name "^1.0.0"
Expand All @@ -1108,7 +1108,7 @@
execa "^5.0.0"
expect "^26.0.0"
expect-mocha-image-snapshot "^1.0.0"
expect-mocha-snapshot dword-design/expect-mocha-snapshot#fork
expect-mocha-snapshot "github:dword-design/expect-mocha-snapshot#fork"
find-up "^5.0.0"
fs-extra "^9.0.0"
get-projectz-readme-section-regex "^2.0.0"
Expand Down Expand Up @@ -1161,7 +1161,7 @@
depcheck-package-name "^1.0.0"
eslint-config-airbnb-base "^14.2.1"
eslint-config-prettier "^8.0.0"
eslint-import-resolver-babel-module dword-design/eslint-import-resolver-babel-module#fork
eslint-import-resolver-babel-module "github:dword-design/eslint-import-resolver-babel-module#fork"
eslint-plugin-import "^2.22.1"
eslint-plugin-json-format "^2.0.1"
eslint-plugin-prefer-arrow "^1.1.6"
Expand Down Expand Up @@ -1190,7 +1190,7 @@
integrity sha512-CBRMb6eRapNeJ3U6TeXtsLwiqmXEyPZ2gtVErdRCTDt6WTJ2bamt6jHlAGylfa8CoPgo+jIHC09EcPw5Qvbc2w==
dependencies:
delay "^5.0.0"
endent dword-design/endent#fork
endent "github:dword-design/endent#fork"
lodash "^4.17.15"
tinycolor2 "^1.4.1"

Expand Down Expand Up @@ -1489,17 +1489,15 @@
once "^1.4.0"

"@octokit/request@^5.3.0", "@octokit/request@^5.4.12":
version "5.4.14"
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.14.tgz#ec5f96f78333bb2af390afa5ff66f114b063bc96"
integrity sha512-VkmtacOIQp9daSnBmDI92xNIeLuSRDOIuplp/CJomkvzt7M18NXgG044Cx/LFKLgjKt9T2tZR6AtJayba9GTSA==
version "5.4.15"
resolved "https://registry.yarnpkg.com/@octokit/request/-/request-5.4.15.tgz#829da413dc7dd3aa5e2cdbb1c7d0ebe1f146a128"
integrity sha512-6UnZfZzLwNhdLRreOtTkT9n57ZwulCve8q3IT/Z477vThu6snfdkBuhxnChpOKNGxcQ71ow561Qoa6uqLdPtag==
dependencies:
"@octokit/endpoint" "^6.0.1"
"@octokit/request-error" "^2.0.0"
"@octokit/types" "^6.7.1"
deprecation "^2.0.0"
is-plain-object "^5.0.0"
node-fetch "^2.6.1"
once "^1.4.0"
universal-user-agent "^6.0.0"

"@octokit/rest@^18.0.0":
Expand Down Expand Up @@ -1743,8 +1741,9 @@
lodash.kebabcase "^4.1.1"
svg-tags "^1.0.0"

"@vue/babel-preset-jsx@dword-design/jsx#fork-babel-preset-jsx":
"@vue/babel-preset-jsx@github:dword-design/jsx#fork-babel-preset-jsx":
version "1.1.2"
uid a73cb9961541a60a66b1b99a69a32e00bc66d336
resolved "https://codeload.github.com/dword-design/jsx/tar.gz/a73cb9961541a60a66b1b99a69a32e00bc66d336"
dependencies:
"@vue/babel-helper-vue-jsx-merge-props" "^1.0.0"
Expand All @@ -1763,6 +1762,7 @@

"@vue/babel-sugar-inject-h@dword-design/jsx#fork-babel-sugar-inject-h":
version "1.1.2"
uid cc36a2200c059120f37944615fb2ec0e22f8f3cc
resolved "https://codeload.github.com/dword-design/jsx/tar.gz/cc36a2200c059120f37944615fb2ec0e22f8f3cc"
dependencies:
"@babel/plugin-syntax-jsx" "^7.2.0"
Expand Down Expand Up @@ -1859,9 +1859,9 @@ ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4:
uri-js "^4.2.2"

ajv@^8.0.0, ajv@^8.0.1:
version "8.0.5"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.0.5.tgz#f07d6fdeffcdbb80485570ce3f1bc845fcc812b9"
integrity sha512-RkiLa/AeJx7+9OvniQ/qeWu0w74A8DiPPBclQ6ji3ZQkv5KamO+QGpqmi7O4JIw3rHGUXZ6CoP9tsAkn3gyazg==
version "8.1.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.1.0.tgz#45d5d3d36c7cdd808930cc3e603cf6200dbeb736"
integrity sha512-B/Sk2Ix7A36fs/ZkuGLIR86EdjbgR6fsAcbx9lOP/QBSXujDNbVmIS/U4Itz5k8fPFDeVZl/zQ/gJW4Jrq6XjQ==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"
Expand Down Expand Up @@ -2183,8 +2183,9 @@ babel-plugin-transform-imports@^2.0.0:
"@babel/types" "^7.4"
is-valid-path "^0.1.1"

babel-plugin-wildcard@dword-design/babel-plugin-wildcard#fork:
"babel-plugin-wildcard@github:dword-design/babel-plugin-wildcard#fork":
version "6.0.0"
uid "691d11923ee2dcf63e86f205b0a2c998883e3a3c"
resolved "https://codeload.github.com/dword-design/babel-plugin-wildcard/tar.gz/691d11923ee2dcf63e86f205b0a2c998883e3a3c"
dependencies:
rimraf "^2.6.2"
Expand Down Expand Up @@ -2976,6 +2977,7 @@ dedent@0.7.0:

dedent@dword-design/dedent#fork:
version "0.7.0"
uid c8d46e5017d60504657c2d01b59082c0329a12a7
resolved "https://codeload.github.com/dword-design/dedent/tar.gz/c8d46e5017d60504657c2d01b59082c0329a12a7"
dependencies:
babel-plugin-add-module-exports "^1.0.2"
Expand Down Expand Up @@ -3100,8 +3102,9 @@ depcheck-parser-babel@^1.2.0:
"@babel/core" "^7.7.7"
fs-extra "^9.0.0"

depcheck@dword-design/depcheck#fork:
"depcheck@github:dword-design/depcheck#fork":
version "0.0.1"
uid "8a9eb41006c2c6f9cbd79e4e68bf265e1c1df1dc"
resolved "https://codeload.github.com/dword-design/depcheck/tar.gz/8a9eb41006c2c6f9cbd79e4e68bf265e1c1df1dc"
dependencies:
"@babel/parser" "^7.8.4"
Expand Down Expand Up @@ -3243,9 +3246,9 @@ ecc-jsbn@~0.1.1:
safer-buffer "^2.1.0"

electron-to-chromium@^1.3.649:
version "1.3.710"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.710.tgz#b33d316e5d6de92b916e766d8a478d19796ffe11"
integrity sha512-b3r0E2o4yc7mNmBeJviejF1rEx49PUBi+2NPa7jHEX3arkAXnVgLhR0YmV8oi6/Qf3HH2a8xzQmCjHNH0IpXWQ==
version "1.3.712"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.712.tgz#ae467ffe5f95961c6d41ceefe858fc36eb53b38f"
integrity sha512-3kRVibBeCM4vsgoHHGKHmPocLqtFAGTrebXxxtgKs87hNUzXrX2NuS3jnBys7IozCnw7viQlozxKkmty2KNfrw==

emoji-regex@^8.0.0:
version "8.0.0"
Expand All @@ -3266,8 +3269,9 @@ end-of-stream@^1.1.0:
dependencies:
once "^1.4.0"

endent@dword-design/endent#fork:
"endent@github:dword-design/endent#fork":
version "1.4.0"
uid be5433db67eaec07c6c9d00ba3bed2ed946dc664
resolved "https://codeload.github.com/dword-design/endent/tar.gz/be5433db67eaec07c6c9d00ba3bed2ed946dc664"
dependencies:
dedent dword-design/dedent#fork
Expand Down Expand Up @@ -3390,8 +3394,9 @@ eslint-config-prettier@^8.0.0:
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==

eslint-import-resolver-babel-module@dword-design/eslint-import-resolver-babel-module#fork:
"eslint-import-resolver-babel-module@github:dword-design/eslint-import-resolver-babel-module#fork":
version "5.1.2"
uid "97550c5b7626a9cf582ea2392b9749702a27473d"
resolved "https://codeload.github.com/dword-design/eslint-import-resolver-babel-module/tar.gz/97550c5b7626a9cf582ea2392b9749702a27473d"
dependencies:
pkg-up "^2.0.0"
Expand Down Expand Up @@ -3464,9 +3469,9 @@ eslint-plugin-promise@^4.2.1:
integrity sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==

eslint-plugin-react@^7.20.0:
version "7.23.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.1.tgz#f1a2e844c0d1967c822388204a8bc4dee8415b11"
integrity sha512-MvFGhZjI8Z4HusajmSw0ougGrq3Gs4vT/0WgwksZgf5RrLrRa2oYAw56okU4tZJl8+j7IYNuTM+2RnFEuTSdRQ==
version "7.23.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.23.2.tgz#2d2291b0f95c03728b55869f01102290e792d494"
integrity sha512-AfjgFQB+nYszudkxRkTFu0UR1zEQig0ArVMPloKhxwlwkzaw/fBiH0QWcBBhZONlXqQC51+nfqFrkn4EzHcGBw==
dependencies:
array-includes "^3.1.3"
array.prototype.flatmap "^1.2.4"
Expand Down Expand Up @@ -3699,8 +3704,9 @@ expect-mocha-image-snapshot@^1.0.0:
jest-image-snapshot "^4.4.0"
jest-snapshot "^26.6.2"

expect-mocha-snapshot@dword-design/expect-mocha-snapshot#fork:
"expect-mocha-snapshot@github:dword-design/expect-mocha-snapshot#fork":
version "2.0.1"
uid f5d168a871ef9073f1b56046dbf875aca6eff1db
resolved "https://codeload.github.com/dword-design/expect-mocha-snapshot/tar.gz/f5d168a871ef9073f1b56046dbf875aca6eff1db"
dependencies:
expect "^1.20.2"
Expand Down Expand Up @@ -4309,9 +4315,9 @@ globals@^12.1.0:
type-fest "^0.8.1"

globals@^13.6.0:
version "13.7.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-13.7.0.tgz#aed3bcefd80ad3ec0f0be2cf0c895110c0591795"
integrity sha512-Aipsz6ZKRxa/xQkZhNg0qIWXT6x6rD46f6x/PCnBomlttdIyAPak4YD9jTmKpZ72uROSMU87qJtcgpgHaVchiA==
version "13.8.0"
resolved "https://registry.yarnpkg.com/globals/-/globals-13.8.0.tgz#3e20f504810ce87a8d72e55aecf8435b50f4c1b3"
integrity sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q==
dependencies:
type-fest "^0.20.2"

Expand Down Expand Up @@ -5904,9 +5910,9 @@ marked-terminal@^4.1.1:
supports-hyperlinks "^2.1.0"

marked@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.1.tgz#5e7ed7009bfa5c95182e4eb696f85e948cefcee3"
integrity sha512-5+/fKgMv2hARmMW7DOpykr2iLhl0NgjyELk5yn92iE7z8Se1IS9n3UsFm86hFXIkvMBmVxki8+ckcpjBeyo/hw==
version "2.0.3"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.3.tgz#3551c4958c4da36897bda2a16812ef1399c8d6b0"
integrity sha512-5otztIIcJfPc2qGTN8cVtOJEjNJZ0jwa46INMagrYfk0EvqtRuEHLsEe0LrFS0/q+ZRKT0+kXK7P2T1AN5lWRA==

meow@^8.0.0:
version "8.1.2"
Expand Down Expand Up @@ -5960,12 +5966,12 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4:
to-regex "^3.0.2"

micromatch@^4.0.0, micromatch@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
version "4.0.4"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
dependencies:
braces "^3.0.1"
picomatch "^2.0.5"
picomatch "^2.2.3"

mime-db@1.47.0:
version "1.47.0"
Expand Down Expand Up @@ -6972,10 +6978,10 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=

picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==

pify@^2.0.0:
version "2.3.0"
Expand Down Expand Up @@ -8530,9 +8536,9 @@ typedarray-to-buffer@^3.1.5:
is-typedarray "^1.0.0"

uglify-js@^3.1.4:
version "3.13.3"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.3.tgz#ce72a1ad154348ea2af61f50933c76cc8802276e"
integrity sha512-otIc7O9LyxpUcQoXzj2hL4LPWKklO6LJWoJUzNa8A17Xgi4fOeDC8FBDOLHnC/Slo1CQgsZMcM6as0M76BZaig==
version "3.13.4"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.13.4.tgz#592588bb9f47ae03b24916e2471218d914955574"
integrity sha512-kv7fCkIXyQIilD5/yQy8O+uagsYIOt5cZvs890W40/e/rvjMSzJw81o9Bg0tkURxzZBROtDQhW2LFjOGoK3RZw==

unbox-primitive@^1.0.0:
version "1.0.1"
Expand Down

0 comments on commit 1537915

Please sign in to comment.