Skip to content

Commit 9cdb7a3

Browse files
committed
Auto merge of #3085 - rust-lang:renovate/ember-template-lint-2.x, r=Turbo87
Update dependency ember-template-lint to v2.15.0 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ember-template-lint](https://togithub.com/ember-template-lint/ember-template-lint) | [`2.14.0` -> `2.15.0`](https://renovatebot.com/diffs/npm/ember-template-lint/2.14.0/2.15.0) | [![age](https://badges.renovateapi.com/packages/npm/ember-template-lint/2.15.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/ember-template-lint/2.15.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/ember-template-lint/2.15.0/compatibility-slim/2.14.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/ember-template-lint/2.15.0/confidence-slim/2.14.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ember-template-lint/ember-template-lint</summary> ### [`v2.15.0`](https://togithub.com/ember-template-lint/ember-template-lint/blob/master/CHANGELOG.md#v2150-2020-12-10) [Compare Source](https://togithub.com/ember-template-lint/ember-template-lint/compare/v2.14.0...v2.15.0) ##### 💥 Breaking Change - [#&#8203;1586](https://togithub.com/ember-template-lint/ember-template-lint/pull/1586) Add `no-aria-hidden-body` and `table-groups` rules to `a11y` config ([`@&#8203;MelSumner](https://togithub.com/MelSumner))` ##### 🚀 Enhancement - [#&#8203;1596](https://togithub.com/ember-template-lint/ember-template-lint/pull/1596) Add new rule `no-model-argument-in-route-templates` ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` - [#&#8203;1623](https://togithub.com/ember-template-lint/ember-template-lint/pull/1623) Add new rule `splat-attributes-only` ([`@&#8203;Turbo87](https://togithub.com/Turbo87))` - [#&#8203;1620](https://togithub.com/ember-template-lint/ember-template-lint/pull/1620) Add new rule `no-down-event-binding` ([`@&#8203;alexlafroscia](https://togithub.com/alexlafroscia))` - [#&#8203;632](https://togithub.com/ember-template-lint/ember-template-lint/pull/632) Add new rule `no-accesskey-attribute` ([`@&#8203;lifeart](https://togithub.com/lifeart))` - [#&#8203;1595](https://togithub.com/ember-template-lint/ember-template-lint/pull/1595) Allow passing a top-level `meta` property ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` - [#&#8203;1629](https://togithub.com/ember-template-lint/ember-template-lint/pull/1629) chore(deps): bump ember-template-recast from 4.2.1 to 5.0.1 ([`@&#8203;dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview))` ##### 🐛 Bug Fix - [#&#8203;1606](https://togithub.com/ember-template-lint/ember-template-lint/pull/1606) Fix false positive with content within `{{#if}}`/`{{else}}` blocks in `no-duplicate-id` rule ([`@&#8203;MelSumner](https://togithub.com/MelSumner))` - [#&#8203;1605](https://togithub.com/ember-template-lint/ember-template-lint/pull/1605) Fix false positive in `no-invalid-link-title` when using a dynamic value surrounded by whitespace. ([`@&#8203;josephdsumner](https://togithub.com/josephdsumner))` - [#&#8203;1137](https://togithub.com/ember-template-lint/ember-template-lint/pull/1137) Prevent `no-unused-block-params` from flagging locals that are used within `{{template-lint-disable}}`ed content ([`@&#8203;lifeart](https://togithub.com/lifeart))` ##### 📝 Documentation - [#&#8203;1630](https://togithub.com/ember-template-lint/ember-template-lint/pull/1630) Add element examples to `no-duplicate-attributes` ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` ##### Committers: 7 - Alex Kanunnikov ([`@&#8203;lifeart](https://togithub.com/lifeart))` - Alex LaFroscia ([`@&#8203;alexlafroscia](https://togithub.com/alexlafroscia))` - Joseph D. Sumner ([`@&#8203;josephdsumner](https://togithub.com/josephdsumner))` - Melanie Sumner ([`@&#8203;MelSumner](https://togithub.com/MelSumner))` - Robert Jackson ([`@&#8203;rwjblue](https://togithub.com/rwjblue))` - Tobias Bieniek ([`@&#8203;Turbo87](https://togithub.com/Turbo87))` - [`@&#8203;dependabot-preview\[bot\]](https://togithub.com/apps/dependabot-preview)` </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents fa978e0 + 85d9ae0 commit 9cdb7a3

File tree

3 files changed

+91
-65
lines changed

3 files changed

+91
-65
lines changed

.template-lintrc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ module.exports = {
66
pending: [
77
{ moduleId: 'app/components/email-input', only: ['require-input-label'] },
88
{ moduleId: 'app/components/header', only: ['no-duplicate-landmark-elements'] },
9-
// see https://github.com/ember-template-lint/ember-template-lint/issues/1604
10-
{ moduleId: 'app/components/pagination', only: ['no-invalid-link-title'] },
119
{ moduleId: 'app/templates/catch-all', only: ['require-input-label'] },
1210
{ moduleId: 'app/components/settings/api-tokens', only: ['require-input-label'] },
1311
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"ember-set-body-class": "1.0.2",
101101
"ember-source": "3.23.1",
102102
"ember-svg-jar": "2.2.3",
103-
"ember-template-lint": "2.14.0",
103+
"ember-template-lint": "2.15.0",
104104
"ember-test-selectors": "5.0.0",
105105
"ember-truth-helpers": "3.0.0",
106106
"ember-web-app": "5.0.1",

yarn.lock

Lines changed: 90 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -1333,10 +1333,17 @@
13331333
resolved "https://registry.yarnpkg.com/@glimmer/env/-/env-0.1.7.tgz#fd2d2b55a9029c6b37a6c935e8c8871ae70dfa07"
13341334
integrity sha1-/S0rVakCnGs3psk16MiHGucN+gc=
13351335

1336-
"@glimmer/[email protected]":
1337-
version "0.62.1"
1338-
resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.62.1.tgz#42e4021569a00ca60d469ef06cc0c719883d109e"
1339-
integrity sha512-Ui4u/0G0zOYeDuz497DQ/isOgd43r6zNO0JdsDeVw1D/tYQQHR1Xk/1YRKC9jK2n5oicMYKVyEeT62Ec2rL/Jg==
1336+
"@glimmer/[email protected]":
1337+
version "0.65.1"
1338+
resolved "https://registry.yarnpkg.com/@glimmer/global-context/-/global-context-0.65.1.tgz#390224b619f4ca0aca1f1ce4e42a33db76ec9c48"
1339+
integrity sha512-/nAXRfNFTULhkSB9rD1too5ea35FNtQaIrdU745VPMTsQZc4981OGtn75rJ7jCAPZl5eo17NwKU4ggKDwFMTzg==
1340+
dependencies:
1341+
"@glimmer/env" "^0.1.7"
1342+
1343+
"@glimmer/[email protected]":
1344+
version "0.65.1"
1345+
resolved "https://registry.yarnpkg.com/@glimmer/interfaces/-/interfaces-0.65.1.tgz#f6212db145cfa7341ae15ff5d82cde5487e1b452"
1346+
integrity sha512-rvbYPhNvgiVJJYOQCv3zIi0/pEHXr8/qV7oWvlV/R5qpYqJKv8BPrBCA+IZ9G5BhFCMZ2Dtd8aKUfpjKOOoEzg==
13401347
dependencies:
13411348
"@simple-dom/interface" "^1.4.0"
13421349

@@ -1366,6 +1373,17 @@
13661373
dependencies:
13671374
"@glimmer/util" "^0.42.2"
13681375

1376+
"@glimmer/reference@^0.65.0":
1377+
version "0.65.1"
1378+
resolved "https://registry.yarnpkg.com/@glimmer/reference/-/reference-0.65.1.tgz#44515e7bef58c9ce4ea65c2eb3403caec11a2060"
1379+
integrity sha512-oYXBqgSRlQ2e2gLNZ38ql8c2f4Wl6cFyQETpCuRrhHQTs2IIrzxRiwodLej4JCJEkLQICDdwDtDUe9NP5W0Ijw==
1380+
dependencies:
1381+
"@glimmer/env" "^0.1.7"
1382+
"@glimmer/global-context" "0.65.1"
1383+
"@glimmer/interfaces" "0.65.1"
1384+
"@glimmer/util" "0.65.1"
1385+
"@glimmer/validator" "0.65.1"
1386+
13691387
"@glimmer/runtime@^0.42.1":
13701388
version "0.42.2"
13711389
resolved "https://registry.yarnpkg.com/@glimmer/runtime/-/runtime-0.42.2.tgz#50e7da5d3cf9144248048a7478be3c489784a4bb"
@@ -1389,15 +1407,15 @@
13891407
handlebars "^4.0.13"
13901408
simple-html-tokenizer "^0.5.8"
13911409

1392-
"@glimmer/syntax@^0.62.1":
1393-
version "0.62.1"
1394-
resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.62.1.tgz#60f0b14c8503f059b9b73065a2d86f9ca6c6e3f3"
1395-
integrity sha512-pjnPouu3tVJ5sDcpYCv9hyodJW6T07LvOjsGQ+QT5TdMqN4hoc4iK3dkdrRh+dkNcUsBxFQhxOtAbwOVSgtVtg==
1410+
"@glimmer/syntax@^0.65.0":
1411+
version "0.65.1"
1412+
resolved "https://registry.yarnpkg.com/@glimmer/syntax/-/syntax-0.65.1.tgz#033e646ea7882d08bfe7d550130ed565b25cf80a"
1413+
integrity sha512-WRVuNryOMI7OS9vMTivrGDe4wsJ1Z3MNCKlWJUkUNX2SnzLAuHRLwdiiIVCmYwmkI6OWZZrzJEsoHqYq3KCn8Q==
13961414
dependencies:
1397-
"@glimmer/interfaces" "0.62.1"
1398-
"@glimmer/util" "0.62.1"
1415+
"@glimmer/interfaces" "0.65.1"
1416+
"@glimmer/util" "0.65.1"
13991417
"@handlebars/parser" "^1.1.0"
1400-
simple-html-tokenizer "^0.5.9"
1418+
simple-html-tokenizer "^0.5.10"
14011419

14021420
"@glimmer/[email protected]", "@glimmer/tracking@~1.0.2":
14031421
version "1.0.3"
@@ -1407,13 +1425,13 @@
14071425
"@glimmer/env" "^0.1.7"
14081426
"@glimmer/validator" "^0.44.0"
14091427

1410-
"@glimmer/util@0.62.1":
1411-
version "0.62.1"
1412-
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.62.1.tgz#44221aca6a8bb06791b0057db9b1d72330c08094"
1413-
integrity sha512-e6YTDAgEh8fqarhyN+0ncXOixLn5Wt12/IWdwKmtGIhdALOc/lWbJfrxlmKD+kkFTTjUVJUKm1Y6pxUyXOo4Ww==
1428+
"@glimmer/util@0.65.1":
1429+
version "0.65.1"
1430+
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.65.1.tgz#c85ebc13344739c123e0ec6551ae740cf5fd62bf"
1431+
integrity sha512-+KHvCXJSsY4pbbUqc2x7BMSLkErVYGU9O6gl9CQM3SByjOJ++b//03dziAaglehmiCwfjNUQCfdYWhAp8UpuoA==
14141432
dependencies:
14151433
"@glimmer/env" "0.1.7"
1416-
"@glimmer/interfaces" "0.62.1"
1434+
"@glimmer/interfaces" "0.65.1"
14171435
"@simple-dom/interface" "^1.4.0"
14181436

14191437
"@glimmer/util@^0.42.2":
@@ -1426,6 +1444,14 @@
14261444
resolved "https://registry.yarnpkg.com/@glimmer/util/-/util-0.44.0.tgz#45df98d73812440206ae7bda87cfe04aaae21ed9"
14271445
integrity sha512-duAsm30uVK9jSysElCbLyU6QQYO2X9iLDLBIBUcCqck9qN1o3tK2qWiHbGK5d6g8E2AJ4H88UrfElkyaJlGrwg==
14281446

1447+
"@glimmer/[email protected]", "@glimmer/validator@^0.65.0":
1448+
version "0.65.1"
1449+
resolved "https://registry.yarnpkg.com/@glimmer/validator/-/validator-0.65.1.tgz#07ebd13952660d341fea8e5b606b512fe1dbc176"
1450+
integrity sha512-MgPIvGOH4jhWDb93RHbFeSOfVQbUAZHgfovre6NJ3t5k98MfxgsNfyTkTpjzPJW1gVnlRfOTTBqcd8jWoy2xGQ==
1451+
dependencies:
1452+
"@glimmer/env" "^0.1.7"
1453+
"@glimmer/global-context" "0.65.1"
1454+
14291455
"@glimmer/validator@^0.44.0":
14301456
version "0.44.0"
14311457
resolved "https://registry.yarnpkg.com/@glimmer/validator/-/validator-0.44.0.tgz#03d127097dc9cb23052cdb7fcae59d0a9dca53e1"
@@ -5071,10 +5097,10 @@ commander@^4.1.1:
50715097
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
50725098
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
50735099

5074-
commander@^6.1.0:
5075-
version "6.1.0"
5076-
resolved "https://registry.yarnpkg.com/commander/-/commander-6.1.0.tgz#f8d722b78103141006b66f4c7ba1e97315ba75bc"
5077-
integrity sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==
5100+
commander@^6.2.0:
5101+
version "6.2.0"
5102+
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.0.tgz#b990bfb8ac030aedc6d11bc04d1488ffef56db75"
5103+
integrity sha512-zP4jEKbe8SHzKJYQmq8Y9gYjtO/POJLgIdKgV7B9qNmABVFVc+ctqSX6iXh4mCpJfRBOabiZ2YKPg8ciDw6C+Q==
50785104

50795105
common-tags@^1.4.0, common-tags@^1.8.0:
50805106
version "1.8.0"
@@ -7024,36 +7050,38 @@ [email protected]:
70247050
mkdirp "^0.5.1"
70257051
path-posix "^1.0.0"
70267052

7027-
ember-template-lint@2.14.0:
7028-
version "2.14.0"
7029-
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.14.0.tgz#8b52b23e9237a730de9808a43f75100455fadcee"
7030-
integrity sha512-psRhYfw894mp6tF2Vv9gBbpHJwKz2dyEEwsL/zX1ksWGo7vQ4vAqrqPuLtCi/NPpoFnTr2VaCCK7xvef+fZ3MA==
7053+
ember-template-lint@2.15.0:
7054+
version "2.15.0"
7055+
resolved "https://registry.yarnpkg.com/ember-template-lint/-/ember-template-lint-2.15.0.tgz#7a3b8dd97498bc777b4633f1a2a5ad63f63a6e77"
7056+
integrity sha512-hARl20XxqDbAPC68He1GBi0nDenJuy13Czo4NKaD72Vro+M3AxXOkKoSibeup1hxMAfuY/mWQYfqRij+bKWOhA==
70317057
dependencies:
70327058
chalk "^4.0.0"
7033-
ember-template-recast "^4.2.0"
7059+
ember-template-recast "^5.0.1"
70347060
find-up "^5.0.0"
70357061
get-stdin "^8.0.0"
70367062
globby "^11.0.1"
70377063
is-glob "^4.0.1"
70387064
micromatch "^4.0.2"
7039-
resolve "^1.17.0"
7040-
v8-compile-cache "^2.1.1"
7041-
yargs "^16.0.3"
7065+
resolve "^1.19.0"
7066+
v8-compile-cache "^2.2.0"
7067+
yargs "^16.2.0"
70427068

7043-
ember-template-recast@^4.2.0:
7044-
version "4.2.0"
7045-
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-4.2.0.tgz#58325ae3216c0a91b5ddb1a1075106e4d7f39e9d"
7046-
integrity sha512-c1v5rXKBbCi8z9BEiLzEiI35/zwJJkuy/QdqQnZtZtHbb1ZMJb/2bwGi8JH8nWbvoTADIGhvGmkwPuaAKKcf2A==
7069+
ember-template-recast@^5.0.1:
7070+
version "5.0.1"
7071+
resolved "https://registry.yarnpkg.com/ember-template-recast/-/ember-template-recast-5.0.1.tgz#c5d9e7208bf629ee368a3792328f245f3c651003"
7072+
integrity sha512-MtjyYtr5jnE72i/jVkI3m2QOdozglLwXS3HN74Ge9cm7dz5GoDszVvUksyj/9xqpIP31LMXjs2bZetRGvinU1Q==
70477073
dependencies:
7048-
"@glimmer/syntax" "^0.62.1"
7074+
"@glimmer/reference" "^0.65.0"
7075+
"@glimmer/syntax" "^0.65.0"
7076+
"@glimmer/validator" "^0.65.0"
70497077
async-promise-queue "^1.0.5"
70507078
colors "^1.4.0"
7051-
commander "^6.1.0"
7079+
commander "^6.2.0"
70527080
globby "^11.0.1"
70537081
ora "^5.1.0"
70547082
slash "^3.0.0"
70557083
tmp "^0.2.1"
7056-
workerpool "^6.0.1"
7084+
workerpool "^6.0.3"
70577085

70587086
70597087
version "5.0.0"
@@ -9313,10 +9341,10 @@ is-callable@^1.1.4, is-callable@^1.2.2:
93139341
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
93149342
integrity sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==
93159343

9316-
is-core-module@^2.0.0:
9317-
version "2.0.0"
9318-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.0.0.tgz#58531b70aed1db7c0e8d4eb1a0a2d1ddd64bd12d"
9319-
integrity sha512-jq1AH6C8MuteOoBPwkxHafmByhL9j5q4OaPGdbuD+ZtQJVzH+i6E3BJDQcBA09k57i2Hh2yQbEG8yObZ0jdlWw==
9344+
is-core-module@^2.1.0:
9345+
version "2.2.0"
9346+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
9347+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
93209348
dependencies:
93219349
has "^1.0.3"
93229350

@@ -12941,12 +12969,12 @@ resolve-url@^0.2.1:
1294112969
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
1294212970
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
1294312971

12944-
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.0, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.7.1, resolve@^1.8.1:
12945-
version "1.18.1"
12946-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.18.1.tgz#018fcb2c5b207d2a6424aee361c5a266da8f4130"
12947-
integrity sha512-lDfCPaMKfOJXjy0dPayzPdF1phampNWr3qFCjAu+rw/qbQmr5jWH5xN2hwh9QKfw9E5v4hwV7A+jrCmL8yjjqA==
12972+
resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.1, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.0, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.3.2, resolve@^1.3.3, resolve@^1.4.0, resolve@^1.5.0, resolve@^1.7.1, resolve@^1.8.1:
12973+
version "1.19.0"
12974+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
12975+
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
1294812976
dependencies:
12949-
is-core-module "^2.0.0"
12977+
is-core-module "^2.1.0"
1295012978
path-parse "^1.0.6"
1295112979

1295212980
@@ -13313,10 +13341,10 @@ simple-dom@^1.4.0:
1331313341
"@simple-dom/serializer" "^1.4.0"
1331413342
"@simple-dom/void-map" "^1.4.0"
1331513343

13316-
simple-html-tokenizer@^0.5.8, simple-html-tokenizer@^0.5.9:
13317-
version "0.5.9"
13318-
resolved "https://registry.yarnpkg.com/simple-html-tokenizer/-/simple-html-tokenizer-0.5.9.tgz#1a83fe97f5a3e39b335fddf71cfe9b0263b581c2"
13319-
integrity sha512-w/3FEDN94r4JQ9WoYrIr8RqDIPZdyNkdpbK9glFady1CAEyD97XWCv8HFetQO21w81e7h7Nh59iYTyG1mUJftg==
13344+
simple-html-tokenizer@^0.5.10, simple-html-tokenizer@^0.5.8:
13345+
version "0.5.10"
13346+
resolved "https://registry.yarnpkg.com/simple-html-tokenizer/-/simple-html-tokenizer-0.5.10.tgz#0843e4f00c9677f1c81e3dfeefcee0a4aca8e5d0"
13347+
integrity sha512-1DHMUmvUOGuUZ9/+cX/+hOhWhRD5dEw6lodn8WuV+T+cQ31hhBcCu1dcDsNotowi4mMaNhrLyKoS+DtB81HdDA==
1332013348

1332113349
simple-swizzle@^0.2.2:
1332213350
version "0.2.2"
@@ -14618,10 +14646,10 @@ uuid@^8.3.0:
1461814646
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.1.tgz#2ba2e6ca000da60fce5a196954ab241131e05a31"
1461914647
integrity sha512-FOmRr+FmWEIG8uhZv6C2bTgEVXsHk08kE7mPlrBbEe+c3r9pjceVPgupIfNIhc4yx55H69OXANrUaSuu9eInKg==
1462014648

14621-
v8-compile-cache@^2.0.3, v8-compile-cache@^2.1.1:
14622-
version "2.1.1"
14623-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.1.1.tgz#54bc3cdd43317bca91e35dcaf305b1a7237de745"
14624-
integrity sha512-8OQ9CL+VWyt3JStj7HX7/ciTL2V3Rl1Wf5OL+SNTm0yK1KvtReVulksyeRnCANHHuUxHlQig+JJDlUhBt1NQDQ==
14649+
v8-compile-cache@^2.0.3, v8-compile-cache@^2.2.0:
14650+
version "2.2.0"
14651+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz#9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132"
14652+
integrity sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==
1462514653

1462614654
validate-npm-package-license@^3.0.1:
1462714655
version "3.0.4"
@@ -14966,10 +14994,10 @@ workerpool@^3.1.1:
1496614994
object-assign "4.1.1"
1496714995
rsvp "^4.8.4"
1496814996

14969-
workerpool@^6.0.0, workerpool@^6.0.1, workerpool@^6.0.2:
14970-
version "6.0.2"
14971-
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.2.tgz#e241b43d8d033f1beb52c7851069456039d1d438"
14972-
integrity sha512-DSNyvOpFKrNusaaUwk+ej6cBj1bmhLcBfj80elGk+ZIo5JSkq+unB1dLKEOcNfJDZgjGICfhQ0Q5TbP0PvF4+Q==
14997+
workerpool@^6.0.0, workerpool@^6.0.1, workerpool@^6.0.2, workerpool@^6.0.3:
14998+
version "6.0.3"
14999+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.3.tgz#3f80ba4d914fe7bb8d933628c26e5d7ff820c703"
15000+
integrity sha512-meU8ZzO+ipcx/njxtKUcbu2K95085q5WYDo8fR6PMW3hCY4driteIsNsEowYV7dzOtvq0HotUKsReJkK8gKXgg==
1497315001

1497415002
wrap-ansi@^4.0.0:
1497515003
version "4.0.0"
@@ -15075,7 +15103,7 @@ y18n@^4.0.0:
1507515103
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
1507615104
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
1507715105

15078-
y18n@^5.0.2:
15106+
y18n@^5.0.5:
1507915107
version "5.0.5"
1508015108
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.5.tgz#8769ec08d03b1ea2df2500acef561743bbb9ab18"
1508115109
integrity sha512-hsRUr4FFrvhhRH12wOdfs38Gy7k2FFzB9qgN9v3aLykRq0dRcdcpz5C9FxdS2NuhOrI/628b/KSTJ3rwHysYSg==
@@ -15128,17 +15156,17 @@ yargs@^15.0.2, yargs@^15.3.1:
1512815156
y18n "^4.0.0"
1512915157
yargs-parser "^18.1.2"
1513015158

15131-
yargs@^16.0.3, yargs@^16.1.0:
15132-
version "16.1.0"
15133-
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.1.0.tgz#fc333fe4791660eace5a894b39d42f851cd48f2a"
15134-
integrity sha512-upWFJOmDdHN0syLuESuvXDmrRcWd1QafJolHskzaw79uZa7/x53gxQKiR07W59GWY1tFhhU/Th9DrtSfpS782g==
15159+
yargs@^16.1.0, yargs@^16.2.0:
15160+
version "16.2.0"
15161+
resolved "https://registry.yarnpkg.com/yargs/-/yargs-16.2.0.tgz#1c82bf0f6b6a66eafce7ef30e376f49a12477f66"
15162+
integrity sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==
1513515163
dependencies:
1513615164
cliui "^7.0.2"
1513715165
escalade "^3.1.1"
1513815166
get-caller-file "^2.0.5"
1513915167
require-directory "^2.1.1"
1514015168
string-width "^4.2.0"
15141-
y18n "^5.0.2"
15169+
y18n "^5.0.5"
1514215170
yargs-parser "^20.2.2"
1514315171

1514415172
yauzl@^2.10.0:

0 commit comments

Comments
 (0)