Skip to content

Commit

Permalink
build(deps-dev): bump babel-plugin-emotion from 9.2.9 to 9.2.10 (#149)
Browse files Browse the repository at this point in the history
Bumps [babel-plugin-emotion](https://github.com/emotion-js/emotion) from 9.2.9 to 9.2.10.
<details>
<summary>Commits</summary>

- [`a600dfd`](emotion-js/emotion@a600dfd) v9.2.10
- [`5b02fd6`](emotion-js/emotion@5b02fd6) Upgrade touch to ^2.0.1 ([#866](https://github-redirect.dependabot.com/emotion-js/emotion/issues/866))
- [`d98dcd4`](emotion-js/emotion@d98dcd4) Update lerna.json
- See full diff in [compare view](emotion-js/emotion@v9.2.9...v9.2.10)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=babel-plugin-emotion&package-manager=npm_and_yarn&previous-version=9.2.9&new-version=9.2.10)](https://dependabot.com/compatibility-score.html?dependency-name=babel-plugin-emotion&package-manager=npm_and_yarn&previous-version=9.2.9&new-version=9.2.10)

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`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@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 your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>

[//]: # (dependabot-start)

---
⚠️  **Dependabot is rebasing this PR** ⚠️ 

This PR will be updated for you in a moment. If you make any changes yourself then they will take precedence over the rebase (which will be abandoned).

[//]: # (dependabot-end)
  • Loading branch information
dependabot[bot] authored and u3u committed Sep 20, 2018
1 parent e43fc2a commit 3122820
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
"@vue/eslint-config-airbnb": "^3.0.3",
"@vue/eslint-config-typescript": "^3.0.3",
"all-contributors-cli": "^5.4.0",
"babel-plugin-emotion": "^9.2.9",
"babel-plugin-emotion": "^9.2.10",
"babel-plugin-jsx-v-model": "^2.0.3",
"download": "^7.1.0",
"electron": "^2.0.10",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -1566,9 +1566,9 @@ babel-plugin-dynamic-import-node@^2.0.0:
babel-plugin-syntax-dynamic-import "^6.18.0"
object.assign "^4.1.0"

babel-plugin-emotion@^9.2.9:
version "9.2.9"
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.9.tgz#7b3c72fd6a333127abafe7fb693bcb421e7f5b9f"
babel-plugin-emotion@^9.2.10, babel-plugin-emotion@^9.2.9:
version "9.2.10"
resolved "https://registry.yarnpkg.com/babel-plugin-emotion/-/babel-plugin-emotion-9.2.10.tgz#983c288106cece7ce761df0513683ef0d241c466"
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@emotion/babel-utils" "^0.6.4"
Expand All @@ -1582,7 +1582,7 @@ babel-plugin-emotion@^9.2.9:
find-root "^1.1.0"
mkdirp "^0.5.1"
source-map "^0.5.7"
touch "^1.0.0"
touch "^2.0.1"

babel-plugin-jsx-v-model@^2.0.3:
version "2.0.3"
Expand Down Expand Up @@ -8938,9 +8938,9 @@ toposort@^1.0.0:
version "1.0.7"
resolved "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029"

touch@^1.0.0:
version "1.0.0"
resolved "https://registry.npmjs.org/touch/-/touch-1.0.0.tgz#449cbe2dbae5a8c8038e30d71fa0ff464947c4de"
touch@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/touch/-/touch-2.0.2.tgz#ca0b2a3ae3211246a61b16ba9e6cbf1596287164"
dependencies:
nopt "~1.0.10"

Expand Down

0 comments on commit 3122820

Please sign in to comment.