Skip to content

Commit 78ec0c9

Browse files
Merge #233
233: Bump @typescript-eslint/parser from 4.13.0 to 4.14.0 r=bidoubiwa a=dependabot-preview[bot] Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.13.0 to 4.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser's releases</code></a>.</em></p> <blockquote> <h2>v4.14.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0">4.14.0</a> (2021-01-18)</h1> <h3>Features</h3> <ul> <li>add support for decorator metadata in scope analysis and in consistent-type-imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/445e416878b27a54bf07c2d3b84dabd7b06e51bc">445e416</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2559">#2559</a></li> <li><strong>eslint-plugin:</strong> add <code>object-curly-spacing</code> rule (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2892">#2892</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/32bd18de80f4f8388717d0f0c16d493234362aa5">32bd18d</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser's changelog</code></a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v4.13.0...v4.14.0">4.14.0</a> (2021-01-18)</h1> <h3>Features</h3> <ul> <li>add support for decorator metadata in scope analysis and in consistent-type-imports (<a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2751">#2751</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/445e416878b27a54bf07c2d3b84dabd7b06e51bc">445e416</a>), closes <a href="https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/2559">#2559</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/60c5dcd6868bc08f5c8cd47b89e0ed327f17c576"><code>60c5dcd</code></a> chore: publish v4.14.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/445e416878b27a54bf07c2d3b84dabd7b06e51bc"><code>445e416</code></a> feat: add support for decorator metadata in scope analysis and in consistent-...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v4.14.0/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.13.0&new-version=4.14.0)](https://dependabot.com/compatibility-score/?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=4.13.0&new-version=4.14.0) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <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 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 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) - 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) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents a3e7aeb + 6b9704b commit 78ec0c9

File tree

2 files changed

+9
-44
lines changed

2 files changed

+9
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@rollup/plugin-commonjs": "^17.0.0",
5050
"@rollup/plugin-node-resolve": "^11.0.0",
5151
"@typescript-eslint/eslint-plugin": "^4.14.0",
52-
"@typescript-eslint/parser": "^4.0.0",
52+
"@typescript-eslint/parser": "^4.14.0",
5353
"babel-eslint": "^10.1.0",
5454
"babel-jest": "^26.1.0",
5555
"eslint": "^7.13.0",

yarn.lock

Lines changed: 8 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,23 +1299,15 @@
12991299
eslint-scope "^5.0.0"
13001300
eslint-utils "^2.0.0"
13011301

1302-
"@typescript-eslint/parser@^4.0.0":
1303-
version "4.13.0"
1304-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.13.0.tgz#c413d640ea66120cfcc37f891e8cb3fd1c9d247d"
1305-
integrity sha512-KO0J5SRF08pMXzq9+abyHnaGQgUJZ3Z3ax+pmqz9vl81JxmTTOUfQmq7/4awVfq09b6C4owNlOgOwp61pYRBSg==
1306-
dependencies:
1307-
"@typescript-eslint/scope-manager" "4.13.0"
1308-
"@typescript-eslint/types" "4.13.0"
1309-
"@typescript-eslint/typescript-estree" "4.13.0"
1310-
debug "^4.1.1"
1311-
1312-
"@typescript-eslint/[email protected]":
1313-
version "4.13.0"
1314-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.13.0.tgz#5b45912a9aa26b29603d8fa28f5e09088b947141"
1315-
integrity sha512-UpK7YLG2JlTp/9G4CHe7GxOwd93RBf3aHO5L+pfjIrhtBvZjHKbMhBXTIQNkbz7HZ9XOe++yKrXutYm5KmjWgQ==
1302+
"@typescript-eslint/parser@^4.14.0":
1303+
version "4.14.0"
1304+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.14.0.tgz#62d4cd2079d5c06683e9bfb200c758f292c4dee7"
1305+
integrity sha512-sUDeuCjBU+ZF3Lzw0hphTyScmDDJ5QVkyE21pRoBo8iDl7WBtVFS+WDN3blY1CH3SBt7EmYCw6wfmJjF0l/uYg==
13161306
dependencies:
1317-
"@typescript-eslint/types" "4.13.0"
1318-
"@typescript-eslint/visitor-keys" "4.13.0"
1307+
"@typescript-eslint/scope-manager" "4.14.0"
1308+
"@typescript-eslint/types" "4.14.0"
1309+
"@typescript-eslint/typescript-estree" "4.14.0"
1310+
debug "^4.1.1"
13191311

13201312
"@typescript-eslint/[email protected]":
13211313
version "4.14.0"
@@ -1325,30 +1317,11 @@
13251317
"@typescript-eslint/types" "4.14.0"
13261318
"@typescript-eslint/visitor-keys" "4.14.0"
13271319

1328-
"@typescript-eslint/[email protected]":
1329-
version "4.13.0"
1330-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.13.0.tgz#6a7c6015a59a08fbd70daa8c83dfff86250502f8"
1331-
integrity sha512-/+aPaq163oX+ObOG00M0t9tKkOgdv9lq0IQv/y4SqGkAXmhFmCfgsELV7kOCTb2vVU5VOmVwXBXJTDr353C1rQ==
1332-
13331320
"@typescript-eslint/[email protected]":
13341321
version "4.14.0"
13351322
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.14.0.tgz#d8a8202d9b58831d6fd9cee2ba12f8a5a5dd44b6"
13361323
integrity sha512-VsQE4VvpldHrTFuVPY1ZnHn/Txw6cZGjL48e+iBxTi2ksa9DmebKjAeFmTVAYoSkTk7gjA7UqJ7pIsyifTsI4A==
13371324

1338-
"@typescript-eslint/[email protected]":
1339-
version "4.13.0"
1340-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.13.0.tgz#cf6e2207c7d760f5dfd8d18051428fadfc37b45e"
1341-
integrity sha512-9A0/DFZZLlGXn5XA349dWQFwPZxcyYyCFX5X88nWs2uachRDwGeyPz46oTsm9ZJE66EALvEns1lvBwa4d9QxMg==
1342-
dependencies:
1343-
"@typescript-eslint/types" "4.13.0"
1344-
"@typescript-eslint/visitor-keys" "4.13.0"
1345-
debug "^4.1.1"
1346-
globby "^11.0.1"
1347-
is-glob "^4.0.1"
1348-
lodash "^4.17.15"
1349-
semver "^7.3.2"
1350-
tsutils "^3.17.1"
1351-
13521325
"@typescript-eslint/[email protected]":
13531326
version "4.14.0"
13541327
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.14.0.tgz#4bcd67486e9acafc3d0c982b23a9ab8ac8911ed7"
@@ -1363,14 +1336,6 @@
13631336
semver "^7.3.2"
13641337
tsutils "^3.17.1"
13651338

1366-
"@typescript-eslint/[email protected]":
1367-
version "4.13.0"
1368-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.13.0.tgz#9acb1772d3b3183182b6540d3734143dce9476fe"
1369-
integrity sha512-6RoxWK05PAibukE7jElqAtNMq+RWZyqJ6Q/GdIxaiUj2Ept8jh8+FUVlbq9WxMYxkmEOPvCE5cRSyupMpwW31g==
1370-
dependencies:
1371-
"@typescript-eslint/types" "4.13.0"
1372-
eslint-visitor-keys "^2.0.0"
1373-
13741339
"@typescript-eslint/[email protected]":
13751340
version "4.14.0"
13761341
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.14.0.tgz#b1090d9d2955b044b2ea2904a22496849acbdf54"

0 commit comments

Comments
 (0)