prettier 4.0.2 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +16 -1
  3. data/README.md +12 -1
  4. data/node_modules/prettier/LICENSE +227 -408
  5. data/node_modules/prettier/README.md +3 -3
  6. data/node_modules/prettier/bin/prettier.cjs +3 -2
  7. data/node_modules/prettier/doc.d.ts +10 -7
  8. data/node_modules/prettier/doc.js +17 -29
  9. data/node_modules/prettier/doc.mjs +12 -24
  10. data/node_modules/prettier/index.cjs +22 -29
  11. data/node_modules/prettier/index.d.ts +76 -68
  12. data/node_modules/prettier/index.mjs +16274 -13541
  13. data/node_modules/prettier/internal/cli.mjs +388 -79
  14. data/node_modules/prettier/package.json +7 -3
  15. data/node_modules/prettier/plugins/acorn.js +12 -12
  16. data/node_modules/prettier/plugins/acorn.mjs +12 -12
  17. data/node_modules/prettier/plugins/angular.js +1 -2
  18. data/node_modules/prettier/plugins/angular.mjs +1 -2
  19. data/node_modules/prettier/plugins/babel.js +11 -11
  20. data/node_modules/prettier/plugins/babel.mjs +11 -11
  21. data/node_modules/prettier/plugins/estree.d.ts +1 -0
  22. data/node_modules/prettier/plugins/estree.js +26 -26
  23. data/node_modules/prettier/plugins/estree.mjs +26 -26
  24. data/node_modules/prettier/plugins/flow.js +17 -17
  25. data/node_modules/prettier/plugins/flow.mjs +17 -17
  26. data/node_modules/prettier/plugins/glimmer.js +22 -22
  27. data/node_modules/prettier/plugins/glimmer.mjs +22 -22
  28. data/node_modules/prettier/plugins/graphql.js +9 -9
  29. data/node_modules/prettier/plugins/graphql.mjs +9 -9
  30. data/node_modules/prettier/plugins/html.js +17 -17
  31. data/node_modules/prettier/plugins/html.mjs +17 -17
  32. data/node_modules/prettier/plugins/markdown.js +46 -46
  33. data/node_modules/prettier/plugins/markdown.mjs +46 -46
  34. data/node_modules/prettier/plugins/meriyah.js +5 -5
  35. data/node_modules/prettier/plugins/meriyah.mjs +5 -5
  36. data/node_modules/prettier/plugins/postcss.js +28 -28
  37. data/node_modules/prettier/plugins/postcss.mjs +28 -28
  38. data/node_modules/prettier/plugins/typescript.js +20 -22
  39. data/node_modules/prettier/plugins/typescript.mjs +20 -22
  40. data/node_modules/prettier/plugins/yaml.js +38 -38
  41. data/node_modules/prettier/plugins/yaml.mjs +39 -39
  42. data/node_modules/prettier/standalone.d.ts +2 -2
  43. data/node_modules/prettier/standalone.js +31 -31
  44. data/node_modules/prettier/standalone.mjs +31 -31
  45. data/package.json +4 -4
  46. data/src/plugin.js +13 -5
  47. data/src/server.rb +8 -3
  48. metadata +2 -3
  49. data/node_modules/prettier/internal/internal.mjs +0 -6531
@@ -13,11 +13,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
13
13
  ## Licenses of bundled dependencies
14
14
 
15
15
  The published Prettier artifact additionally contains code with the following licenses:
16
- MIT, ISC, BSD-2-Clause, BSD-3-Clause, 0BSD, Apache-2.0
16
+ MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0
17
17
 
18
18
  ## Bundled dependencies
19
19
 
20
- ### @angular/compiler@v16.1.3
20
+ ### @angular/compiler@v17.0.2
21
21
 
22
22
  > Angular - the compiler library
23
23
 
@@ -27,7 +27,7 @@ Author: angular
27
27
 
28
28
  ----------------------------------------
29
29
 
30
- ### @babel/code-frame@v7.22.5
30
+ ### @babel/code-frame@v7.23.5
31
31
 
32
32
  > Generate errors that contain a code frame that point to source locations.
33
33
 
@@ -61,7 +61,7 @@ Author: The Babel Team (https://babel.dev/team)
61
61
 
62
62
  ----------------------------------------
63
63
 
64
- ### @babel/helper-validator-identifier@v7.22.5
64
+ ### @babel/helper-validator-identifier@v7.22.20
65
65
 
66
66
  > Validate identifier/keywords name
67
67
 
@@ -94,7 +94,7 @@ Author: The Babel Team (https://babel.dev/team)
94
94
 
95
95
  ----------------------------------------
96
96
 
97
- ### @babel/highlight@v7.22.5
97
+ ### @babel/highlight@v7.23.4
98
98
 
99
99
  > Syntax highlight JavaScript strings for output in terminals.
100
100
 
@@ -128,7 +128,7 @@ Author: The Babel Team (https://babel.dev/team)
128
128
 
129
129
  ----------------------------------------
130
130
 
131
- ### @babel/parser@v7.22.5
131
+ ### @babel/parser@v7.23.5
132
132
 
133
133
  > A JavaScript parser
134
134
 
@@ -187,9 +187,7 @@ License: MIT
187
187
 
188
188
  ----------------------------------------
189
189
 
190
- ### @glimmer/syntax@v0.84.3
191
-
192
- License: MIT
190
+ ### @glimmer/syntax@v0.85.13
193
191
 
194
192
  > Copyright (c) 2015 Tilde, Inc.
195
193
  >
@@ -213,7 +211,7 @@ License: MIT
213
211
 
214
212
  ----------------------------------------
215
213
 
216
- ### @glimmer/util@v0.84.3
214
+ ### @glimmer/util@v0.85.13
217
215
 
218
216
  > Common utilities used in Glimmer
219
217
 
@@ -241,6 +239,32 @@ License: MIT
241
239
 
242
240
  ----------------------------------------
243
241
 
242
+ ### @glimmer/wire-format@v0.85.13
243
+
244
+ License: MIT
245
+
246
+ > Copyright (c) 2015 Tilde, Inc.
247
+ >
248
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
249
+ > this software and associated documentation files (the "Software"), to deal in
250
+ > the Software without restriction, including without limitation the rights to
251
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
252
+ > of the Software, and to permit persons to whom the Software is furnished to do
253
+ > so, subject to the following conditions:
254
+ >
255
+ > The above copyright notice and this permission notice shall be included in all
256
+ > copies or substantial portions of the Software.
257
+ >
258
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
259
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
260
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
261
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
262
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
263
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
264
+ > SOFTWARE.
265
+
266
+ ----------------------------------------
267
+
244
268
  ### @handlebars/parser@v2.0.0
245
269
 
246
270
  > The parser for the Handlebars language
@@ -366,7 +390,7 @@ License: MIT
366
390
 
367
391
  ----------------------------------------
368
392
 
369
- ### @prettier/is-es5-identifier-name@v0.1.0
393
+ ### @prettier/is-es5-identifier-name@v0.2.0
370
394
 
371
395
  > Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
372
396
 
@@ -397,7 +421,7 @@ Author: fisker Cheung <lionkay@gmail.com>
397
421
 
398
422
  ----------------------------------------
399
423
 
400
- ### @prettier/parse-srcset@v3.0.0
424
+ ### @prettier/parse-srcset@v3.1.0
401
425
 
402
426
  > A spec-conformant JavaScript parser for the HTML5 srcset attribute
403
427
 
@@ -408,6 +432,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
408
432
  > The MIT License (MIT)
409
433
  >
410
434
  > Copyright (c) 2014 Alex Bell
435
+ > Copyright (c) fisker Cheung
411
436
  >
412
437
  > Permission is hereby granted, free of charge, to any person obtaining a copy
413
438
  > of this software and associated documentation files (the "Software"), to deal
@@ -429,7 +454,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
429
454
 
430
455
  ----------------------------------------
431
456
 
432
- ### @typescript-eslint/types@v5.60.1
457
+ ### @typescript-eslint/types@v6.13.2
433
458
 
434
459
  > Types for the TypeScript-ESTree AST spec
435
460
 
@@ -460,7 +485,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
460
485
 
461
486
  ----------------------------------------
462
487
 
463
- ### @typescript-eslint/typescript-estree@v5.60.1
488
+ ### @typescript-eslint/typescript-estree@v6.13.2
464
489
 
465
490
  > A parser that converts TypeScript source code into an ESTree compatible form
466
491
 
@@ -496,7 +521,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
496
521
 
497
522
  ----------------------------------------
498
523
 
499
- ### acorn@v8.9.0
524
+ ### acorn@v8.11.2
500
525
 
501
526
  > ECMAScript parser
502
527
 
@@ -558,7 +583,7 @@ Repository: <https://github.com/acornjs/acorn-jsx>
558
583
 
559
584
  ----------------------------------------
560
585
 
561
- ### angular-estree-parser@v7.0.0
586
+ ### angular-estree-parser@v9.0.0
562
587
 
563
588
  > A parser that converts Angular source code into an ESTree-compatible form
564
589
 
@@ -590,7 +615,7 @@ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
590
615
 
591
616
  ----------------------------------------
592
617
 
593
- ### angular-html-parser@v4.0.1
618
+ ### angular-html-parser@v5.0.2
594
619
 
595
620
  > A HTML parser extracted from Angular with some modifications
596
621
 
@@ -798,7 +823,7 @@ Contributors:
798
823
 
799
824
  ----------------------------------------
800
825
 
801
- ### camelcase@v7.0.1
826
+ ### camelcase@v8.0.0
802
827
 
803
828
  > Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
804
829
 
@@ -851,25 +876,7 @@ Contributors:
851
876
 
852
877
  ----------------------------------------
853
878
 
854
- ### chalk@v2.4.2
855
-
856
- > Terminal string styling done right
857
-
858
- License: MIT
859
-
860
- > MIT License
861
- >
862
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
863
- >
864
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
865
- >
866
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
867
- >
868
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
869
-
870
- ----------------------------------------
871
-
872
- ### chalk@v5.2.0
879
+ ### chalk@v5.3.0
873
880
 
874
881
  > Terminal string styling done right
875
882
 
@@ -989,7 +996,7 @@ Contributors:
989
996
 
990
997
  ----------------------------------------
991
998
 
992
- ### ci-info@v3.8.0
999
+ ### ci-info@v4.0.0
993
1000
 
994
1001
  > Get details about the current Continuous Integration environment
995
1002
 
@@ -999,7 +1006,7 @@ Author: Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)
999
1006
 
1000
1007
  > The MIT License (MIT)
1001
1008
  >
1002
- > Copyright (c) 2016-2023 Thomas Watson Steen
1009
+ > Copyright (c) 2016 Thomas Watson Steen
1003
1010
  >
1004
1011
  > Permission is hereby granted, free of charge, to any person obtaining a copy
1005
1012
  > of this software and associated documentation files (the "Software"), to deal
@@ -1206,43 +1213,6 @@ Author: James Halliday <mail@substack.net> (http://substack.net)
1206
1213
 
1207
1214
  ----------------------------------------
1208
1215
 
1209
- ### cosmiconfig@v8.2.0
1210
-
1211
- > Find and load configuration from a package.json property, rc file, or CommonJS module
1212
-
1213
- License: MIT
1214
- Homepage: <https://github.com/cosmiconfig/cosmiconfig#readme>
1215
- Repository: <git+https://github.com/cosmiconfig/cosmiconfig.git>
1216
- Author: Daniel Fischer <daniel@d-fischer.dev>
1217
- Contributors:
1218
- - David Clark <david.dave.clark@gmail.com>
1219
- - Bogdan Chadkin <trysound@yandex.ru>
1220
- - Suhas Karanth <sudo.suhas@gmail.com>
1221
-
1222
- > The MIT License (MIT)
1223
- >
1224
- > Copyright (c) 2015 David Clark
1225
- >
1226
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1227
- > of this software and associated documentation files (the "Software"), to deal
1228
- > in the Software without restriction, including without limitation the rights
1229
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1230
- > copies of the Software, and to permit persons to whom the Software is
1231
- > furnished to do so, subject to the following conditions:
1232
- >
1233
- > The above copyright notice and this permission notice shall be included in all
1234
- > copies or substantial portions of the Software.
1235
- >
1236
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1237
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1238
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1239
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1240
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1241
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1242
- > SOFTWARE.
1243
-
1244
- ----------------------------------------
1245
-
1246
1216
  ### dashify@v2.0.0
1247
1217
 
1248
1218
  > Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
@@ -1353,15 +1323,6 @@ Repository: <git://github.com/kpdecker/jsdiff.git>
1353
1323
 
1354
1324
  ----------------------------------------
1355
1325
 
1356
- ### eastasianwidth@v0.2.0
1357
-
1358
- > Get East Asian Width from a character.
1359
-
1360
- License: MIT
1361
- Author: Masaki Komagata
1362
-
1363
- ----------------------------------------
1364
-
1365
1326
  ### editorconfig@v0.15.3
1366
1327
 
1367
1328
  > EditorConfig File Locator and Interpreter for Node.js
@@ -1396,18 +1357,7 @@ Contributors:
1396
1357
 
1397
1358
  ----------------------------------------
1398
1359
 
1399
- ### editorconfig-to-prettier@v1.0.0
1400
-
1401
- > Converts an `editorconfig`-parsed object to a `prettier` configuration
1402
-
1403
- License: ISC
1404
- Homepage: <https://github.com/josephfrazier/editorconfig-to-prettier#readme>
1405
- Repository: <git+https://github.com/josephfrazier/editorconfig-to-prettier.git>
1406
- Author: Joseph Frazier <1212jtraceur@gmail.com>
1407
-
1408
- ----------------------------------------
1409
-
1410
- ### emoji-regex@v10.2.1
1360
+ ### emoji-regex@v10.3.0
1411
1361
 
1412
1362
  > A regular expression to match all Emoji-only symbols as per the Unicode Standard.
1413
1363
 
@@ -1439,36 +1389,6 @@ Author: Mathias Bynens (https://mathiasbynens.be/)
1439
1389
 
1440
1390
  ----------------------------------------
1441
1391
 
1442
- ### error-ex@v1.3.2
1443
-
1444
- > Easy error subclassing and stack customization
1445
-
1446
- License: MIT
1447
-
1448
- > The MIT License (MIT)
1449
- >
1450
- > Copyright (c) 2015 JD Ballard
1451
- >
1452
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1453
- > of this software and associated documentation files (the "Software"), to deal
1454
- > in the Software without restriction, including without limitation the rights
1455
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1456
- > copies of the Software, and to permit persons to whom the Software is
1457
- > furnished to do so, subject to the following conditions:
1458
- >
1459
- > The above copyright notice and this permission notice shall be included in
1460
- > all copies or substantial portions of the Software.
1461
- >
1462
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1463
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1464
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1465
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1466
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1467
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1468
- > THE SOFTWARE.
1469
-
1470
- ----------------------------------------
1471
-
1472
1392
  ### escape-string-regexp@v1.0.5
1473
1393
 
1474
1394
  > Escape RegExp special characters
@@ -1519,7 +1439,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1519
1439
 
1520
1440
  ----------------------------------------
1521
1441
 
1522
- ### espree@v9.6.0
1442
+ ### espree@v9.6.1
1523
1443
 
1524
1444
  > An Esprima-compatible JavaScript parser built on Acorn
1525
1445
 
@@ -1590,7 +1510,7 @@ Contributors:
1590
1510
 
1591
1511
  ----------------------------------------
1592
1512
 
1593
- ### fast-glob@v3.2.12
1513
+ ### fast-glob@v3.3.2
1594
1514
 
1595
1515
  > It's a very fast and efficient glob library for Node.js
1596
1516
 
@@ -1679,16 +1599,16 @@ Author: Matteo Collina <hello@matteocollina.com>
1679
1599
 
1680
1600
  ----------------------------------------
1681
1601
 
1682
- ### file-entry-cache@v6.0.1
1602
+ ### file-entry-cache@v7.0.2
1683
1603
 
1684
1604
  > Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process
1685
1605
 
1686
1606
  License: MIT
1687
- Author: Roy Riojas (http://royriojas.com)
1607
+ Author: Jared Wray (https://jaredwray.com)
1688
1608
 
1689
1609
  > The MIT License (MIT)
1690
1610
  >
1691
- > Copyright (c) 2015 Roy Riojas
1611
+ > Copyright (c) Roy Riojas & Jared Wray
1692
1612
  >
1693
1613
  > Permission is hereby granted, free of charge, to any person obtaining a copy
1694
1614
  > of this software and associated documentation files (the "Software"), to deal
@@ -1748,7 +1668,7 @@ Contributors:
1748
1668
 
1749
1669
  ----------------------------------------
1750
1670
 
1751
- ### find-cache-dir@v4.0.0
1671
+ ### find-cache-dir@v5.0.0
1752
1672
 
1753
1673
  > Finds the common standard cache directory
1754
1674
 
@@ -1768,41 +1688,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1768
1688
 
1769
1689
  ----------------------------------------
1770
1690
 
1771
- ### find-parent-dir@v0.3.1
1772
-
1773
- > Finds the first parent directory that contains a given file or directory.
1774
-
1775
- License: MIT
1776
- Homepage: <https://github.com/thlorenz/find-parent-dir>
1777
- Repository: <git://github.com/thlorenz/find-parent-dir.git>
1778
- Author: Thorsten Lorenz <thlorenz@gmx.de> (http://thlorenz.com)
1779
-
1780
- > Copyright 2013 Thorsten Lorenz.
1781
- > All rights reserved.
1782
- >
1783
- > Permission is hereby granted, free of charge, to any person
1784
- > obtaining a copy of this software and associated documentation
1785
- > files (the "Software"), to deal in the Software without
1786
- > restriction, including without limitation the rights to use,
1787
- > copy, modify, merge, publish, distribute, sublicense, and/or sell
1788
- > copies of the Software, and to permit persons to whom the
1789
- > Software is furnished to do so, subject to the following
1790
- > conditions:
1791
- >
1792
- > The above copyright notice and this permission notice shall be
1793
- > included in all copies or substantial portions of the Software.
1794
- >
1795
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1796
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
1797
- > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1798
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
1799
- > HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
1800
- > WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1801
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
1802
- > OTHER DEALINGS IN THE SOFTWARE.
1803
-
1804
- ----------------------------------------
1805
-
1806
1691
  ### find-up@v6.3.0
1807
1692
 
1808
1693
  > Find a file or directory by walking up parent directories
@@ -1822,16 +1707,16 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1822
1707
 
1823
1708
  ----------------------------------------
1824
1709
 
1825
- ### flat-cache@v3.0.4
1710
+ ### flat-cache@v3.2.0
1826
1711
 
1827
1712
  > A stupidly simple key/value storage using files to persist some data
1828
1713
 
1829
1714
  License: MIT
1830
- Author: Roy Riojas (http://royriojas.com)
1715
+ Author: Jared Wray (https://jaredwray.com)
1831
1716
 
1832
1717
  > The MIT License (MIT)
1833
1718
  >
1834
- > Copyright (c) 2015 Roy Riojas
1719
+ > Copyright (c) Roy Riojas and Jared Wray
1835
1720
  >
1836
1721
  > Permission is hereby granted, free of charge, to any person obtaining a copy
1837
1722
  > of this software and associated documentation files (the "Software"), to deal
@@ -1853,7 +1738,7 @@ Author: Roy Riojas (http://royriojas.com)
1853
1738
 
1854
1739
  ----------------------------------------
1855
1740
 
1856
- ### flatted@v3.2.7
1741
+ ### flatted@v3.2.9
1857
1742
 
1858
1743
  > A super light and fast circular JSON parser.
1859
1744
 
@@ -1915,7 +1800,7 @@ Contributors:
1915
1800
 
1916
1801
  ----------------------------------------
1917
1802
 
1918
- ### flow-parser@v0.211.0
1803
+ ### flow-parser@v0.223.3
1919
1804
 
1920
1805
  > JavaScript parser written in OCaml. Produces ESTree AST
1921
1806
 
@@ -1980,6 +1865,25 @@ Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
1980
1865
 
1981
1866
  ----------------------------------------
1982
1867
 
1868
+ ### get-east-asian-width@v1.2.0
1869
+
1870
+ > Determine the East Asian Width of a Unicode character
1871
+
1872
+ License: MIT
1873
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1874
+
1875
+ > MIT License
1876
+ >
1877
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1878
+ >
1879
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1880
+ >
1881
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1882
+ >
1883
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1884
+
1885
+ ----------------------------------------
1886
+
1983
1887
  ### get-stdin@v9.0.0
1984
1888
 
1985
1889
  > Get stdin as a string or buffer
@@ -2059,7 +1963,7 @@ Contributors:
2059
1963
 
2060
1964
  ----------------------------------------
2061
1965
 
2062
- ### graphql@v16.7.1
1966
+ ### graphql@v16.8.1
2063
1967
 
2064
1968
  > A Query Language and Runtime which can target any service.
2065
1969
 
@@ -2110,7 +2014,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2110
2014
 
2111
2015
  ----------------------------------------
2112
2016
 
2113
- ### ignore@v5.2.4
2017
+ ### ignore@v5.3.0
2114
2018
 
2115
2019
  > Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
2116
2020
 
@@ -2142,26 +2046,7 @@ Author: kael
2142
2046
 
2143
2047
  ----------------------------------------
2144
2048
 
2145
- ### import-fresh@v3.3.0
2146
-
2147
- > Import a module while bypassing the cache
2148
-
2149
- License: MIT
2150
- Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2151
-
2152
- > MIT License
2153
- >
2154
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2155
- >
2156
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2157
- >
2158
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2159
- >
2160
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2161
-
2162
- ----------------------------------------
2163
-
2164
- ### import-meta-resolve@v3.0.0
2049
+ ### import-meta-resolve@v4.0.0
2165
2050
 
2166
2051
  > Resolve things like Node.js — ponyfill for `import.meta.resolve`
2167
2052
 
@@ -2247,6 +2132,25 @@ Contributors:
2247
2132
 
2248
2133
  ----------------------------------------
2249
2134
 
2135
+ ### index-to-position@v0.1.2
2136
+
2137
+ > Convert a string index to its line and column position
2138
+
2139
+ License: MIT
2140
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2141
+
2142
+ > MIT License
2143
+ >
2144
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2145
+ >
2146
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2147
+ >
2148
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2149
+ >
2150
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2151
+
2152
+ ----------------------------------------
2153
+
2250
2154
  ### indexes-of@v1.0.1
2251
2155
 
2252
2156
  > line String/Array#indexOf but return all the indexes in an array
@@ -2400,38 +2304,6 @@ Contributors:
2400
2304
 
2401
2305
  ----------------------------------------
2402
2306
 
2403
- ### is-arrayish@v0.2.1
2404
-
2405
- > Determines if an object can be used as an array
2406
-
2407
- License: MIT
2408
- Repository: <https://github.com/qix-/node-is-arrayish.git>
2409
- Author: Qix (http://github.com/qix-)
2410
-
2411
- > The MIT License (MIT)
2412
- >
2413
- > Copyright (c) 2015 JD Ballard
2414
- >
2415
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2416
- > of this software and associated documentation files (the "Software"), to deal
2417
- > in the Software without restriction, including without limitation the rights
2418
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2419
- > copies of the Software, and to permit persons to whom the Software is
2420
- > furnished to do so, subject to the following conditions:
2421
- >
2422
- > The above copyright notice and this permission notice shall be included in
2423
- > all copies or substantial portions of the Software.
2424
- >
2425
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2426
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2427
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2428
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2429
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2430
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2431
- > THE SOFTWARE.
2432
-
2433
- ----------------------------------------
2434
-
2435
2307
  ### is-buffer@v2.0.5
2436
2308
 
2437
2309
  > Determine if an object is a Buffer
@@ -2723,10 +2595,42 @@ Contributors:
2723
2595
 
2724
2596
  ----------------------------------------
2725
2597
 
2726
- ### jest-docblock@v29.4.3
2598
+ ### iterate-directory-up@v1.1.1
2599
+
2600
+ > Iterate directory up.
2601
+
2602
+ License: MIT
2603
+ Homepage: <https://github.com/fisker/iterate-directory-up#readme>
2604
+ Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
2605
+
2606
+ > MIT License
2607
+ >
2608
+ > Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
2609
+ >
2610
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
2611
+ > of this software and associated documentation files (the "Software"), to deal
2612
+ > in the Software without restriction, including without limitation the rights
2613
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2614
+ > copies of the Software, and to permit persons to whom the Software is
2615
+ > furnished to do so, subject to the following conditions:
2616
+ >
2617
+ > The above copyright notice and this permission notice shall be included in all
2618
+ > copies or substantial portions of the Software.
2619
+ >
2620
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2621
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2622
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2623
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2624
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2625
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2626
+ > SOFTWARE.
2627
+
2628
+ ----------------------------------------
2629
+
2630
+ ### jest-docblock@v29.7.0
2727
2631
 
2728
2632
  License: MIT
2729
- Repository: <https://github.com/facebook/jest.git>
2633
+ Repository: <https://github.com/jestjs/jest.git>
2730
2634
 
2731
2635
  > MIT License
2732
2636
  >
@@ -2818,38 +2722,37 @@ Contributors:
2818
2722
 
2819
2723
  ----------------------------------------
2820
2724
 
2821
- ### json-parse-even-better-errors@v2.3.1
2725
+ ### json-buffer@v3.0.1
2822
2726
 
2823
- > JSON.parse with context information on error
2727
+ > JSON parse & stringify that supports binary via bops & base64
2824
2728
 
2825
2729
  License: MIT
2826
- Author: Kat Marchán <kzm@zkat.tech>
2730
+ Homepage: <https://github.com/dominictarr/json-buffer>
2731
+ Repository: <git://github.com/dominictarr/json-buffer.git>
2732
+ Author: Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)
2827
2733
 
2828
- > Copyright 2017 Kat Marchán
2829
- > Copyright npm, Inc.
2830
- >
2831
- > Permission is hereby granted, free of charge, to any person obtaining a
2832
- > copy of this software and associated documentation files (the "Software"),
2833
- > to deal in the Software without restriction, including without limitation
2834
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
2835
- > and/or sell copies of the Software, and to permit persons to whom the
2836
- > Software is furnished to do so, subject to the following conditions:
2837
- >
2838
- > The above copyright notice and this permission notice shall be included in
2839
- > all copies or substantial portions of the Software.
2734
+ > Copyright (c) 2013 Dominic Tarr
2840
2735
  >
2841
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2842
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2843
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2844
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2845
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2846
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2847
- > DEALINGS IN THE SOFTWARE.
2736
+ > Permission is hereby granted, free of charge,
2737
+ > to any person obtaining a copy of this software and
2738
+ > associated documentation files (the "Software"), to
2739
+ > deal in the Software without restriction, including
2740
+ > without limitation the rights to use, copy, modify,
2741
+ > merge, publish, distribute, sublicense, and/or sell
2742
+ > copies of the Software, and to permit persons to whom
2743
+ > the Software is furnished to do so,
2744
+ > subject to the following conditions:
2848
2745
  >
2849
- > ---
2746
+ > The above copyright notice and this permission notice
2747
+ > shall be included in all copies or substantial portions of the Software.
2850
2748
  >
2851
- > This library is a fork of 'better-json-errors' by Kat Marchán, extended and
2852
- > distributed under the terms of the MIT license above.
2749
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2750
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
2751
+ > OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2752
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
2753
+ > ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2754
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2755
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2853
2756
 
2854
2757
  ----------------------------------------
2855
2758
 
@@ -2892,34 +2795,14 @@ Contributors:
2892
2795
 
2893
2796
  ----------------------------------------
2894
2797
 
2895
- ### leven@v2.1.0
2798
+ ### keyv@v4.5.4
2896
2799
 
2897
- > Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm
2800
+ > Simple key-value storage with support for multiple backends
2898
2801
 
2899
2802
  License: MIT
2900
- Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2901
-
2902
- > The MIT License (MIT)
2903
- >
2904
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
2905
- >
2906
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2907
- > of this software and associated documentation files (the "Software"), to deal
2908
- > in the Software without restriction, including without limitation the rights
2909
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2910
- > copies of the Software, and to permit persons to whom the Software is
2911
- > furnished to do so, subject to the following conditions:
2912
- >
2913
- > The above copyright notice and this permission notice shall be included in
2914
- > all copies or substantial portions of the Software.
2915
- >
2916
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2917
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2918
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2919
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2920
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2921
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2922
- > THE SOFTWARE.
2803
+ Homepage: <https://github.com/jaredwray/keyv>
2804
+ Repository: <git+https://github.com/jaredwray/keyv.git>
2805
+ Author: Jared Wray <me@jaredwray.com> (http://jaredwray.com)
2923
2806
 
2924
2807
  ----------------------------------------
2925
2808
 
@@ -2942,40 +2825,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
2942
2825
 
2943
2826
  ----------------------------------------
2944
2827
 
2945
- ### lines-and-columns@v1.2.4
2946
-
2947
- > Maps lines and columns to character offsets and back.
2948
-
2949
- License: MIT
2950
- Homepage: <https://github.com/eventualbuddha/lines-and-columns#readme>
2951
- Repository: <https://github.com/eventualbuddha/lines-and-columns.git>
2952
- Author: Brian Donovan <brian@donovans.cc>
2953
-
2954
- > The MIT License (MIT)
2955
- >
2956
- > Copyright (c) 2015 Brian Donovan
2957
- >
2958
- > Permission is hereby granted, free of charge, to any person obtaining a copy
2959
- > of this software and associated documentation files (the "Software"), to deal
2960
- > in the Software without restriction, including without limitation the rights
2961
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2962
- > copies of the Software, and to permit persons to whom the Software is
2963
- > furnished to do so, subject to the following conditions:
2964
- >
2965
- > The above copyright notice and this permission notice shall be included in
2966
- > all copies or substantial portions of the Software.
2967
- >
2968
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2969
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2970
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2971
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2972
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2973
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2974
- > THE SOFTWARE.
2975
-
2976
- ----------------------------------------
2977
-
2978
- ### lines-and-columns@v2.0.3
2828
+ ### lines-and-columns@v2.0.4
2979
2829
 
2980
2830
  > Maps lines and columns to character offsets and back.
2981
2831
 
@@ -3156,7 +3006,7 @@ Repository: <git@github.com:teambition/merge2.git>
3156
3006
 
3157
3007
  ----------------------------------------
3158
3008
 
3159
- ### meriyah@v4.3.7
3009
+ ### meriyah@v4.3.9
3160
3010
 
3161
3011
  > A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
3162
3012
 
@@ -3331,7 +3181,7 @@ Author: Yoan Arnaudov <jonidev@gmail.com>
3331
3181
 
3332
3182
  ----------------------------------------
3333
3183
 
3334
- ### nanoid@v3.3.6
3184
+ ### nanoid@v3.3.7
3335
3185
 
3336
3186
  > A tiny (116 bytes), secure URL-friendly unique string ID generator
3337
3187
 
@@ -3490,7 +3340,7 @@ Contributors:
3490
3340
 
3491
3341
  ----------------------------------------
3492
3342
 
3493
- ### parse-json@v5.2.0
3343
+ ### parse-json@v8.1.0
3494
3344
 
3495
3345
  > Parse JSON with more helpful errors
3496
3346
 
@@ -3559,25 +3409,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3559
3409
 
3560
3410
  ----------------------------------------
3561
3411
 
3562
- ### path-type@v4.0.0
3563
-
3564
- > Check if a path is a file, directory, or symlink
3565
-
3566
- License: MIT
3567
- Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3568
-
3569
- > MIT License
3570
- >
3571
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3572
- >
3573
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3574
- >
3575
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3576
- >
3577
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3578
-
3579
- ----------------------------------------
3580
-
3581
3412
  ### picocolors@v1.0.0
3582
3413
 
3583
3414
  > The tiniest and the fastest library for terminal output formatting with ANSI colors
@@ -3687,7 +3518,7 @@ Author: typicode
3687
3518
 
3688
3519
  ----------------------------------------
3689
3520
 
3690
- ### postcss@v8.4.24
3521
+ ### postcss@v8.4.32
3691
3522
 
3692
3523
  > Tool for transforming styles with JS plugins
3693
3524
 
@@ -3764,7 +3595,7 @@ Author: dryoma
3764
3595
 
3765
3596
  ----------------------------------------
3766
3597
 
3767
- ### postcss-scss@v4.0.6
3598
+ ### postcss-scss@v4.0.9
3768
3599
 
3769
3600
  > SCSS parser for PostCSS
3770
3601
 
@@ -4016,25 +3847,6 @@ Contributors:
4016
3847
 
4017
3848
  ----------------------------------------
4018
3849
 
4019
- ### resolve-from@v4.0.0
4020
-
4021
- > Resolve the path of a module like `require.resolve()` but from a given path
4022
-
4023
- License: MIT
4024
- Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4025
-
4026
- > MIT License
4027
- >
4028
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
4029
- >
4030
- > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4031
- >
4032
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
4033
- >
4034
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4035
-
4036
- ----------------------------------------
4037
-
4038
3850
  ### reusify@v1.0.4
4039
3851
 
4040
3852
  > Reuse objects and functions with style
@@ -4144,7 +3956,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
4144
3956
 
4145
3957
  ----------------------------------------
4146
3958
 
4147
- ### semver@v7.5.3
3959
+ ### semver@v7.5.4
4148
3960
 
4149
3961
  > The semantic version parser used by npm.
4150
3962
 
@@ -4461,63 +4273,38 @@ Contributors:
4461
4273
 
4462
4274
  ----------------------------------------
4463
4275
 
4464
- ### tslib@v1.14.1
4465
-
4466
- > Runtime library for TypeScript helper functions
4467
-
4468
- License: 0BSD
4469
- Homepage: <https://www.typescriptlang.org/>
4470
- Repository: <https://github.com/Microsoft/tslib.git>
4471
- Author: Microsoft Corp.
4472
-
4473
- > Copyright (c) Microsoft Corporation.
4474
- >
4475
- > Permission to use, copy, modify, and/or distribute this software for any
4476
- > purpose with or without fee is hereby granted.
4477
- >
4478
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
4479
- > REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
4480
- > AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
4481
- > INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
4482
- > LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
4483
- > OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
4484
- > PERFORMANCE OF THIS SOFTWARE.
4485
-
4486
- ----------------------------------------
4276
+ ### ts-api-utils@v1.0.3
4487
4277
 
4488
- ### tsutils@v3.21.0
4489
-
4490
- > utilities for working with typescript's AST
4278
+ > Utility functions for working with TypeScript's API. Successor to the wonderful tsutils.
4491
4279
 
4492
4280
  License: MIT
4493
- Repository: <https://github.com/ajafff/tsutils>
4494
- Author: Klaus Meinhardt
4281
+ Repository: <https://github.com/JoshuaKGoldberg/ts-api-utils>
4282
+ Author: Josh Goldberg <npm@joshuakgoldberg.com>
4495
4283
 
4496
- > The MIT License (MIT)
4497
- >
4498
- > Copyright (c) 2017 Klaus Meinhardt
4499
- >
4500
- > Permission is hereby granted, free of charge, to any person obtaining a copy
4501
- > of this software and associated documentation files (the "Software"), to deal
4502
- > in the Software without restriction, including without limitation the rights
4503
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4504
- > copies of the Software, and to permit persons to whom the Software is
4505
- > furnished to do so, subject to the following conditions:
4506
- >
4507
- > The above copyright notice and this permission notice shall be included in all
4508
- > copies or substantial portions of the Software.
4509
- >
4510
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4511
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4512
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4513
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4514
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4515
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4516
- > SOFTWARE.
4284
+ > # MIT License
4285
+ >
4286
+ > Permission is hereby granted, free of charge, to any person obtaining
4287
+ > a copy of this software and associated documentation files (the
4288
+ > 'Software'), to deal in the Software without restriction, including
4289
+ > without limitation the rights to use, copy, modify, merge, publish,
4290
+ > distribute, sublicense, and/or sell copies of the Software, and to
4291
+ > permit persons to whom the Software is furnished to do so, subject to
4292
+ > the following conditions:
4293
+ >
4294
+ > The above copyright notice and this permission notice shall be
4295
+ > included in all copies or substantial portions of the Software.
4296
+ >
4297
+ > THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
4298
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4299
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4300
+ > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4301
+ > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4302
+ > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4303
+ > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4517
4304
 
4518
4305
  ----------------------------------------
4519
4306
 
4520
- ### typescript@v5.1.5
4307
+ ### typescript@v5.3.2
4521
4308
 
4522
4309
  > TypeScript is a language for application scale JavaScript development
4523
4310
 
@@ -4862,6 +4649,38 @@ Contributors:
4862
4649
 
4863
4650
  ----------------------------------------
4864
4651
 
4652
+ ### url-or-path@v2.3.0
4653
+
4654
+ > Convert between file URL and path.
4655
+
4656
+ License: MIT
4657
+ Homepage: <https://github.com/fisker/url-or-path#readme>
4658
+ Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
4659
+
4660
+ > MIT License
4661
+ >
4662
+ > Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
4663
+ >
4664
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
4665
+ > of this software and associated documentation files (the "Software"), to deal
4666
+ > in the Software without restriction, including without limitation the rights
4667
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4668
+ > copies of the Software, and to permit persons to whom the Software is
4669
+ > furnished to do so, subject to the following conditions:
4670
+ >
4671
+ > The above copyright notice and this permission notice shall be included in all
4672
+ > copies or substantial portions of the Software.
4673
+ >
4674
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4675
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4676
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4677
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4678
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4679
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4680
+ > SOFTWARE.
4681
+
4682
+ ----------------------------------------
4683
+
4865
4684
  ### vfile@v4.2.1
4866
4685
 
4867
4686
  > Virtual file format for text processing
@@ -4969,7 +4788,7 @@ Contributors:
4969
4788
 
4970
4789
  ----------------------------------------
4971
4790
 
4972
- ### vnopts@v1.0.2
4791
+ ### vnopts@v2.0.0
4973
4792
 
4974
4793
  > validate and normalize options
4975
4794