Skip to content

Commit 2280b88

Browse files
committed
docs: add Sponsors and Backers sections
1 parent 2de3442 commit 2280b88

File tree

6 files changed

+149
-65
lines changed

6 files changed

+149
-65
lines changed

.github/workflows/pkg-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 16.x
20+
node-version: 16
2121
cache: yarn
2222

2323
- name: Package Size Report

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v3
1515

16-
- name: Setup Node.js 16.x
16+
- name: Setup Node.js 16
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16.x
19+
node-version: 16
2020
cache: yarn
2121

2222
- name: Install Dependencies

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,13 @@ If you’re fixing large of amounts of previously unformatted code, consider tem
123123

124124
```json
125125
{
126-
"prettier/prettier": ["error", { "singleQuote": true, "parser": "flow" }]
126+
"prettier/prettier": [
127+
"error",
128+
{
129+
"singleQuote": true,
130+
"parser": "flow"
131+
}
132+
]
127133
}
128134
```
129135

@@ -167,6 +173,22 @@ If you’re fixing large of amounts of previously unformatted code, consider tem
167173

168174
---
169175

176+
## Sponsors
177+
178+
| 1stG | RxTS | UnTS |
179+
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
180+
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
181+
182+
[![Prettier Open Collective backers and sponsors](https://opencollective.com/prettier/organizations.svg)](https://opencollective.com/prettier)
183+
184+
## Backers
185+
186+
| 1stG | RxTS | UnTS |
187+
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
188+
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
189+
190+
[![Prettier Open Collective backers and sponsors](https://opencollective.com/prettier/individuals.svg)](https://opencollective.com/prettier)
191+
170192
## Contributing
171193

172194
See [CONTRIBUTING.md](https://github.com/prettier/eslint-plugin-prettier/blob/master/CONTRIBUTING.md)

package.json

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Runs prettier as an eslint rule",
55
"repository": "git+https://github.com/prettier/eslint-plugin-prettier.git",
66
"homepage": "https://github.com/prettier/eslint-plugin-prettier#readme",
7+
"funding": "https://opencollective.com/prettier",
78
"author": "Teddy Katz",
89
"contributors": [
910
"JounQin (https://github.com/JounQin) <[email protected]>"
@@ -46,26 +47,57 @@
4647
"@1stg/common-config": "~3.0.0",
4748
"@1stg/eslint-config": "~3.0.0",
4849
"@changesets/changelog-github": "^0.4.5",
49-
"@changesets/cli": "^2.23.0",
50+
"@changesets/cli": "^2.23.1",
5051
"@graphql-eslint/eslint-plugin": "^2.5.0",
51-
"@typescript-eslint/parser": "^5.29.0",
52+
"@typescript-eslint/parser": "^5.30.5",
5253
"eslint-config-prettier": "^8.5.0",
53-
"eslint-mdx": "^1.17.0",
54-
"eslint-plugin-eslint-plugin": "^4.3.0",
55-
"eslint-plugin-mdx": "^1.17.0",
54+
"eslint-mdx": "^1.17.1",
55+
"eslint-plugin-eslint-plugin": "^4.4.0",
56+
"eslint-plugin-mdx": "^1.17.1",
5657
"eslint-plugin-self": "^1.2.1",
57-
"eslint-plugin-svelte": "^2.0.0",
58+
"eslint-plugin-svelte": "^2.2.0",
5859
"eslint-plugin-utils": "^0.1.0",
5960
"graphql": "^16.5.0",
6061
"mocha": "^9.2.2",
6162
"patch-package": "^6.4.7",
62-
"svelte": "^3.48.0",
63+
"svelte": "^3.49.0",
6364
"vue-eslint-parser": "^8.3.0"
6465
},
6566
"resolutions": {
6667
"@babel/traverse": "^7.18.5",
6768
"eslint-plugin-prettier": "link:.",
6869
"prettier": "^2.7.1"
6970
},
71+
"donate": {
72+
"recipients": [
73+
{
74+
"name": "unts",
75+
"platform": "opencollective",
76+
"address": "https://opencollective.com/unts",
77+
"weight": 60
78+
},
79+
{
80+
"name": "rxts",
81+
"platform": "opencollective",
82+
"address": "https://opencollective.com/rxts",
83+
"weight": 20
84+
},
85+
{
86+
"name": "1stG",
87+
"email": "[email protected]",
88+
"weight": 20,
89+
"platforms": [
90+
{
91+
"platform": "opencollective",
92+
"address": "https://opencollective.com/1stG"
93+
},
94+
{
95+
"platform": "patreon",
96+
"address": "https://www.patreon.com/1stG"
97+
}
98+
]
99+
}
100+
]
101+
},
70102
"packageManager": "[email protected]"
71103
}

test/prettier.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,7 @@ eslintPluginGraphqlRuleTester.run('eslint-plugin-graphql', rule, {
199199

200200
const mdxRuleTester = new RuleTester({
201201
parser: require.resolve('eslint-mdx'),
202-
parserOptions: {
203-
...require('eslint-mdx').DEFAULT_PARSER_OPTIONS,
204-
// mdx-js/eslint-mdx#366
205-
ecmaVersion: 2021,
206-
},
202+
parserOptions: require('eslint-mdx').DEFAULT_PARSER_OPTIONS,
207203
});
208204

209205
mdxRuleTester.run('eslint-plugin-mdx', rule, {

yarn.lock

Lines changed: 83 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,13 +1418,13 @@
14181418
resolved "https://registry.yarnpkg.com/@bloomberg/record-tuple-polyfill/-/record-tuple-polyfill-0.0.3.tgz#0b03d18b88a30894caab14abd669b1cbbf47b843"
14191419
integrity sha512-sBnCqW0nqofE47mxFnw+lvx6kzsQstwaQMVkh66qm/A6IlsnH7WsyGuVXTou8RF2wL4W7ybOoHPvP2WgIo6rhQ==
14201420

1421-
"@changesets/apply-release-plan@^6.0.0":
1422-
version "6.0.0"
1423-
resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-6.0.0.tgz#6c663ff99d919bba3902343d76c35cbbbb046520"
1424-
integrity sha512-gp6nIdVdfYdwKww2+f8whckKmvfE4JEm4jJgBhTmooi0uzHWhnxvk6JIzQi89qEAMINN0SeVNnXiAtbFY0Mj3w==
1421+
"@changesets/apply-release-plan@^6.0.1":
1422+
version "6.0.1"
1423+
resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-6.0.1.tgz#7d7b13d4dc1f03e287bc563e029ed0bf955332a9"
1424+
integrity sha512-KGtai19+Uo7k8uco9m+hIPGoet9E6eZq15RIeHoivvgwwI66AC6ievbUO5h0NqGlZjBWnYJQNkuT66kvBYzxsA==
14251425
dependencies:
14261426
"@babel/runtime" "^7.10.4"
1427-
"@changesets/config" "^2.0.0"
1427+
"@changesets/config" "^2.0.1"
14281428
"@changesets/get-version-range-type" "^0.3.2"
14291429
"@changesets/git" "^1.3.2"
14301430
"@changesets/types" "^5.0.0"
@@ -1465,19 +1465,19 @@
14651465
"@changesets/types" "^5.0.0"
14661466
dotenv "^8.1.0"
14671467

1468-
"@changesets/cli@^2.23.0":
1469-
version "2.23.0"
1470-
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.23.0.tgz#e325b2d1b0484188671f684773b8cd5d42d068f1"
1471-
integrity sha512-Gi3tMi0Vr6eNd8GX6q73tbOm9XOzGfuLEm4PYVeWG2neg5DlRGNOjYwrFULJ/An3N9MHtHn4r5h1Qvnju9Ijug==
1468+
"@changesets/cli@^2.23.1":
1469+
version "2.23.1"
1470+
resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.23.1.tgz#3ab7f26db865ed0ca3185ec6919e1a62e9c7fcbd"
1471+
integrity sha512-yXQ29Iw/26yq1oJpOCa7BJDeUvuurZmREmCX9p9m5RxlKNDnROJBylQDCVfqQdZbeV2jfvd3XRKvci80SvGssg==
14721472
dependencies:
14731473
"@babel/runtime" "^7.10.4"
1474-
"@changesets/apply-release-plan" "^6.0.0"
1474+
"@changesets/apply-release-plan" "^6.0.1"
14751475
"@changesets/assemble-release-plan" "^5.1.3"
14761476
"@changesets/changelog-git" "^0.1.11"
1477-
"@changesets/config" "^2.0.0"
1477+
"@changesets/config" "^2.0.1"
14781478
"@changesets/errors" "^0.1.4"
14791479
"@changesets/get-dependents-graph" "^1.3.2"
1480-
"@changesets/get-release-plan" "^3.0.9"
1480+
"@changesets/get-release-plan" "^3.0.10"
14811481
"@changesets/git" "^1.3.2"
14821482
"@changesets/logger" "^0.0.5"
14831483
"@changesets/pre" "^1.0.11"
@@ -1504,10 +1504,10 @@
15041504
term-size "^2.1.0"
15051505
tty-table "^4.1.5"
15061506

1507-
"@changesets/config@^2.0.0":
1508-
version "2.0.0"
1509-
resolved "https://registry.yarnpkg.com/@changesets/config/-/config-2.0.0.tgz#1770fdfeba2155cf07154c37e96b55cbd27969f0"
1510-
integrity sha512-r5bIFY6CN3K6SQ+HZbjyE3HXrBIopONR47mmX7zUbORlybQXtympq9rVAOzc0Oflbap8QeIexc+hikfZoREXDg==
1507+
"@changesets/config@^2.0.1":
1508+
version "2.0.1"
1509+
resolved "https://registry.yarnpkg.com/@changesets/config/-/config-2.0.1.tgz#9c71f01032f8b12237a18edeac2a39e6142e8a50"
1510+
integrity sha512-rJaQWqsjM54T7bDiCoMDcgOuY2HzyovvRs68C//C+tYgbHyjs00JcNVcScjlV47hATrNG1AI8qTD7V9bcO/1cg==
15111511
dependencies:
15121512
"@changesets/errors" "^0.1.4"
15131513
"@changesets/get-dependents-graph" "^1.3.2"
@@ -1543,14 +1543,14 @@
15431543
dataloader "^1.4.0"
15441544
node-fetch "^2.5.0"
15451545

1546-
"@changesets/get-release-plan@^3.0.9":
1547-
version "3.0.9"
1548-
resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.9.tgz#d445660f3679cb65e05e02adfbca037a25b45943"
1549-
integrity sha512-5C1r4DcOjVxcCvPmXpymeyT6mdSTLCNiB2L+5uf19BRkDKndJdIQorH5Fe2XBR2nHUcZQFT+2TXDzCepat969w==
1546+
"@changesets/get-release-plan@^3.0.10":
1547+
version "3.0.10"
1548+
resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.10.tgz#badbea8c113c976486d2eebaa66126a7ddd7ff0c"
1549+
integrity sha512-QeKHeo+mX1baRy3OIHQePMPebPFymq/ZxS6Bk3Y3FXiU+pXVnjrfqARj1E4xQT5c+48u6ISqJ8tW5f3EZ1/hng==
15501550
dependencies:
15511551
"@babel/runtime" "^7.10.4"
15521552
"@changesets/assemble-release-plan" "^5.1.3"
1553-
"@changesets/config" "^2.0.0"
1553+
"@changesets/config" "^2.0.1"
15541554
"@changesets/pre" "^1.0.11"
15551555
"@changesets/read" "^0.5.5"
15561556
"@changesets/types" "^5.0.0"
@@ -2443,14 +2443,14 @@
24432443
dependencies:
24442444
"@typescript-eslint/utils" "5.27.1"
24452445

2446-
"@typescript-eslint/parser@^5.10.2", "@typescript-eslint/parser@^5.29.0":
2447-
version "5.30.0"
2448-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.0.tgz#a2184fb5f8ef2bf1db0ae61a43907e2e32aa1b8f"
2449-
integrity sha512-2oYYUws5o2liX6SrFQ5RB88+PuRymaM2EU02/9Ppoyu70vllPnHVO7ioxDdq/ypXHA277R04SVjxvwI8HmZpzA==
2446+
"@typescript-eslint/parser@^5.10.2", "@typescript-eslint/parser@^5.30.5":
2447+
version "5.30.5"
2448+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.5.tgz#f667c34e4e4c299d98281246c9b1e68c03a92522"
2449+
integrity sha512-zj251pcPXI8GO9NDKWWmygP6+UjwWmrdf9qMW/L/uQJBM/0XbU2inxe5io/234y/RCvwpKEYjZ6c1YrXERkK4Q==
24502450
dependencies:
2451-
"@typescript-eslint/scope-manager" "5.30.0"
2452-
"@typescript-eslint/types" "5.30.0"
2453-
"@typescript-eslint/typescript-estree" "5.30.0"
2451+
"@typescript-eslint/scope-manager" "5.30.5"
2452+
"@typescript-eslint/types" "5.30.5"
2453+
"@typescript-eslint/typescript-estree" "5.30.5"
24542454
debug "^4.3.4"
24552455

24562456
"@typescript-eslint/[email protected]":
@@ -2469,6 +2469,14 @@
24692469
"@typescript-eslint/types" "5.30.0"
24702470
"@typescript-eslint/visitor-keys" "5.30.0"
24712471

2472+
"@typescript-eslint/[email protected]":
2473+
version "5.30.5"
2474+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.5.tgz#7f90b9d6800552c856a5f3644f5e55dd1469d964"
2475+
integrity sha512-NJ6F+YHHFT/30isRe2UTmIGGAiXKckCyMnIV58cE3JkHmaD6e5zyEYm5hBDv0Wbin+IC0T1FWJpD3YqHUG/Ydg==
2476+
dependencies:
2477+
"@typescript-eslint/types" "5.30.5"
2478+
"@typescript-eslint/visitor-keys" "5.30.5"
2479+
24722480
"@typescript-eslint/[email protected]":
24732481
version "5.30.0"
24742482
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.0.tgz#98f3af926a5099153f092d4dad87148df21fbaae"
@@ -2488,6 +2496,11 @@
24882496
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.0.tgz#db7d81d585a3da3801432a9c1d2fafbff125e110"
24892497
integrity sha512-vfqcBrsRNWw/LBXyncMF/KrUTYYzzygCSsVqlZ1qGu1QtGs6vMkt3US0VNSQ05grXi5Yadp3qv5XZdYLjpp8ag==
24902498

2499+
"@typescript-eslint/[email protected]":
2500+
version "5.30.5"
2501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.5.tgz#36a0c05a72af3623cdf9ee8b81ea743b7de75a98"
2502+
integrity sha512-kZ80w/M2AvsbRvOr3PjaNh6qEW1LFqs2pLdo2s5R38B2HYXG8Z0PP48/4+j1QHJFL3ssHIbJ4odPRS8PlHrFfw==
2503+
24912504
"@typescript-eslint/[email protected]":
24922505
version "5.27.1"
24932506
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz#7621ee78607331821c16fffc21fc7a452d7bc808"
@@ -2514,6 +2527,19 @@
25142527
semver "^7.3.7"
25152528
tsutils "^3.21.0"
25162529

2530+
"@typescript-eslint/[email protected]":
2531+
version "5.30.5"
2532+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.5.tgz#c520e4eba20551c4ec76af8d344a42eb6c9767bb"
2533+
integrity sha512-qGTc7QZC801kbYjAr4AgdOfnokpwStqyhSbiQvqGBLixniAKyH+ib2qXIVo4P9NgGzwyfD9I0nlJN7D91E1VpQ==
2534+
dependencies:
2535+
"@typescript-eslint/types" "5.30.5"
2536+
"@typescript-eslint/visitor-keys" "5.30.5"
2537+
debug "^4.3.4"
2538+
globby "^11.1.0"
2539+
is-glob "^4.0.3"
2540+
semver "^7.3.7"
2541+
tsutils "^3.21.0"
2542+
25172543
"@typescript-eslint/[email protected]":
25182544
version "5.27.1"
25192545
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.27.1.tgz#b4678b68a94bc3b85bf08f243812a6868ac5128f"
@@ -2554,6 +2580,14 @@
25542580
"@typescript-eslint/types" "5.30.0"
25552581
eslint-visitor-keys "^3.3.0"
25562582

2583+
"@typescript-eslint/[email protected]":
2584+
version "5.30.5"
2585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.5.tgz#d4bb969202019d5d5d849a0aaedc7370cc044b14"
2586+
integrity sha512-D+xtGo9HUMELzWIUqcQc0p2PO4NyvTrgIOK/VnSH083+8sq0tiLozNRKuLarwHYGRuA6TVBQSuuLwJUDWd3aaA==
2587+
dependencies:
2588+
"@typescript-eslint/types" "5.30.5"
2589+
eslint-visitor-keys "^3.3.0"
2590+
25572591
25582592
version "1.1.2"
25592593
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -3871,10 +3905,10 @@ eslint-import-resolver-typescript@^2.5.0:
38713905
resolve "^1.22.0"
38723906
tsconfig-paths "^3.14.1"
38733907

3874-
eslint-mdx@^1.17.0:
3875-
version "1.17.0"
3876-
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-1.17.0.tgz#f5396fa8256386363ee18cdc9ae73a7e6a93acfa"
3877-
integrity sha512-O8+JRfwCzpoR2P6zUI1GDAAM/bsuzcoBS1ArvpQrgQO/E2Km0vBmM15ukiJxZ+YUh5d+qDlrqha0fZB50MojJQ==
3908+
eslint-mdx@^1.17.1:
3909+
version "1.17.1"
3910+
resolved "https://registry.yarnpkg.com/eslint-mdx/-/eslint-mdx-1.17.1.tgz#8af9e60cf79e895ec94f23e059fa73bab16c2958"
3911+
integrity sha512-ihkTZCYipPUpzZgTeTwRajj3ZFYQAMWUm/ajscLWjXPVA2+ZQoLRreVNETRZ1znCnE3OAGbwmA1vd0uxtSk2wg==
38783912
dependencies:
38793913
cosmiconfig "^7.0.1"
38803914
remark-mdx "^1.6.22"
@@ -3907,10 +3941,10 @@ eslint-plugin-eslint-comments@^3.2.0:
39073941
escape-string-regexp "^1.0.5"
39083942
ignore "^5.0.5"
39093943

3910-
eslint-plugin-eslint-plugin@^4.3.0:
3911-
version "4.3.0"
3912-
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.3.0.tgz#ff83102e3c7f6b3a85d61f8021a6a5f06189f153"
3913-
integrity sha512-0xZ++ilIpGY+gBwsaW/uIhG/Rrl/sltPCai3UUPzWbaOPud2tel9UCWj8sLTADNmVqBD+vcqLHzHY86q/b71yg==
3944+
eslint-plugin-eslint-plugin@^4.4.0:
3945+
version "4.4.0"
3946+
resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.4.0.tgz#52475a3f9635de9990b0c09c201eb2601467daae"
3947+
integrity sha512-Y29xyomdpWybXJBVcmS9iHZwQyqYz9TVGtsxqcRa/mxhWdFexPH9lTXjT61QbsScgvh3PBTjTIpktImJLoqN6g==
39143948
dependencies:
39153949
eslint-utils "^3.0.0"
39163950
estraverse "^5.2.0"
@@ -3974,12 +4008,12 @@ eslint-plugin-markup@^0.7.1:
39744008
synckit "^0.3.4"
39754009
tslib "^2.3.0"
39764010

3977-
eslint-plugin-mdx@^1.16.0, eslint-plugin-mdx@^1.17.0:
3978-
version "1.17.0"
3979-
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-1.17.0.tgz#be00f9193e92d595b8869a7e1bf3716edf1dbe9e"
3980-
integrity sha512-Kicizy+fbfsB2UxTDXP92qTtFqITApu4v4DRQUfXMoPwBHeQRvZnaEtXu2S9aia51GYRYsMSqUvoPPih/5oB+g==
4011+
eslint-plugin-mdx@^1.16.0, eslint-plugin-mdx@^1.17.1:
4012+
version "1.17.1"
4013+
resolved "https://registry.yarnpkg.com/eslint-plugin-mdx/-/eslint-plugin-mdx-1.17.1.tgz#c5aa72abae47fd858c183ea606e3e69168b3aa7a"
4014+
integrity sha512-yOI2FmHCh+cgkMEkznxvWxfLC8AqZgco7509DjwMoCzXaxslv7YmGBKkvZyHxcbLmswnaMRBlYcd2BT7KPEnKw==
39814015
dependencies:
3982-
eslint-mdx "^1.17.0"
4016+
eslint-mdx "^1.17.1"
39834017
eslint-plugin-markdown "^2.2.1"
39844018
synckit "^0.4.1"
39854019
tslib "^2.3.1"
@@ -4077,10 +4111,10 @@ eslint-plugin-svelte@^1.1.2:
40774111
dependencies:
40784112
eslint-plugin-svelte3 "^3.1.2"
40794113

4080-
eslint-plugin-svelte@^2.0.0:
4081-
version "2.0.0"
4082-
resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-2.0.0.tgz#b77a7c458b6139844acfe6a641abd268f4e98a2d"
4083-
integrity sha512-s7uyRqbRtQ+7q9anee4OmDJVXmNriPvk2iAxxFjlk5j1THq/6pVGn5SKtD7rXu989WkQ+fsymMHCZmOMpx+FpQ==
4114+
eslint-plugin-svelte@^2.2.0:
4115+
version "2.2.0"
4116+
resolved "https://registry.yarnpkg.com/eslint-plugin-svelte/-/eslint-plugin-svelte-2.2.0.tgz#fe7376245af002681aad38a9ba266391acab6723"
4117+
integrity sha512-V7LwA2lEzGqQ1/Cor3uZS/dL3ff6kdHX44TNYViXyHifIEsFiN2TJWdnH+n6NewjCQ93KVI4cWeZI0Pl7ET/hA==
40844118
dependencies:
40854119
debug "^4.3.1"
40864120
eslint-utils "^3.0.0"
@@ -7837,10 +7871,10 @@ svelte-eslint-parser@^0.16.0:
78377871
eslint-visitor-keys "^3.0.0"
78387872
espree "^9.0.0"
78397873

7840-
svelte@^3.48.0:
7841-
version "3.48.0"
7842-
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.48.0.tgz#f98c866d45e155bad8e1e88f15f9c03cd28753d3"
7843-
integrity sha512-fN2YRm/bGumvjUpu6yI3BpvZnpIm9I6A7HR4oUNYd7ggYyIwSA/BX7DJ+UXXffLp6XNcUijyLvttbPVCYa/3xQ==
7874+
svelte@^3.49.0:
7875+
version "3.49.0"
7876+
resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.49.0.tgz#5baee3c672306de1070c3b7888fc2204e36a4029"
7877+
integrity sha512-+lmjic1pApJWDfPCpUUTc1m8azDqYCG1JN9YEngrx/hUyIcFJo6VZhj0A1Ai0wqoHcEIuQy+e9tk+4uDgdtsFA==
78447878

78457879
svg-tags@^1.0.0:
78467880
version "1.0.0"

0 commit comments

Comments
 (0)