From 68bbcb7d6f2673a0911a66de07fd959b0996280a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 5 Mar 2019 12:30:47 +0200 Subject: [PATCH] build(deps-dev): Bump eslint from 5.15.0 to 5.15.1 (#330) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [eslint](https://github.com/eslint/eslint) from 5.15.0 to 5.15.1.
Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v5.15.1 > * [`fe1a892`](https://github.com/eslint/eslint/commit/fe1a892f85b09c3d2fea05bef011530a678a6af5) Build: bundle espree (fixes eslint/eslint.github.io#546) ([#11467](https://github-redirect.dependabot.com/eslint/eslint/issues/11467)) (薛定谔的猫) > * [`458053b`](https://github.com/eslint/eslint/commit/458053b0b541f857bf233dacbde5ba80681820f8) Fix: avoid creating invalid regex in no-warning-comments (fixes [#11471](https://github-redirect.dependabot.com/eslint/eslint/issues/11471)) ([#11472](https://github-redirect.dependabot.com/eslint/eslint/issues/11472)) (Teddy Katz)
Changelog *Sourced from [eslint's changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md).* > v5.15.1 - March 4, 2019 > > * [`fe1a892`](https://github.com/eslint/eslint/commit/fe1a892f85b09c3d2fea05bef011530a678a6af5) Build: bundle espree (fixes eslint/eslint.github.io#546) ([#11467](https://github-redirect.dependabot.com/eslint/eslint/issues/11467)) (薛定谔的猫) > * [`458053b`](https://github.com/eslint/eslint/commit/458053b0b541f857bf233dacbde5ba80681820f8) Fix: avoid creating invalid regex in no-warning-comments (fixes [#11471](https://github-redirect.dependabot.com/eslint/eslint/issues/11471)) ([#11472](https://github-redirect.dependabot.com/eslint/eslint/issues/11472)) (Teddy Katz)
Commits - [`442da45`](https://github.com/eslint/eslint/commit/442da4582168ac0dfe6d3543c4e555b35e10f13c) 5.15.1 - [`df5f0f5`](https://github.com/eslint/eslint/commit/df5f0f53bbe50cc2163500cc3d94a6fed721bccc) Build: changelog update for 5.15.1 - [`fe1a892`](https://github.com/eslint/eslint/commit/fe1a892f85b09c3d2fea05bef011530a678a6af5) Build: bundle espree (fixes eslint/eslint.github.io#546) ([#11467](https://github-redirect.dependabot.com/eslint/eslint/issues/11467)) - [`458053b`](https://github.com/eslint/eslint/commit/458053b0b541f857bf233dacbde5ba80681820f8) Fix: avoid creating invalid regex in no-warning-comments (fixes [#11471](https://github-redirect.dependabot.com/eslint/eslint/issues/11471)) ([#11472](https://github-redirect.dependabot.com/eslint/eslint/issues/11472)) - See full diff in [compare view](https://github.com/eslint/eslint/compare/v5.15.0...v5.15.1)

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=5.15.0&new-version=5.15.1)](https://dependabot.com/compatibility-score.html?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=5.15.0&new-version=5.15.1) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 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.
--- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 667e38dfe3..18e2c17b0a 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "concurrently": "4.1.0", "cross-env": "5.2.0", "del": "4.0.0", - "eslint": "5.15.0", + "eslint": "5.15.1", "eslint-config-prettier": "4.1.0", "eslint-plugin-es5": "1.3.1", "eslint-plugin-jasmine": "2.10.1", diff --git a/yarn.lock b/yarn.lock index 788aaf20ae..3cb7bf1c37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2375,10 +2375,10 @@ eslint-visitor-keys@^1.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== -eslint@5.15.0: - version "5.15.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.0.tgz#f313a2f7c7628d39adeefdba4a9c41f842012c9e" - integrity sha512-xwG7SS5JLeqkiR3iOmVgtF8Y6xPdtr6AAsN6ph7Q6R/fv+3UlKYoika8SmNzmb35qdRF+RfTY35kMEdtbi+9wg== +eslint@5.15.1: + version "5.15.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.1.tgz#8266b089fd5391e0009a047050795b1d73664524" + integrity sha512-NTcm6vQ+PTgN3UBsALw5BMhgO6i5EpIjQF/Xb5tIh3sk9QhrFafujUOczGz4J24JBlzWclSB9Vmx8d+9Z6bFCg== dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.9.1"