@typespec/prettier-plugin-typespec 0.58.0-dev.0 → 0.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ original copyright notices and the licenses under which Microsoft received such
8
8
  components are set forth below. Microsoft reserves all rights not expressly
9
9
  granted herein, whether by implication, estoppel or otherwise.
10
10
 
11
- 1. prettier version 3.2.5 (prettier/prettier)
11
+ 1. prettier version 3.3.2 (prettier/prettier)
12
12
 
13
13
 
14
14
  %% prettier NOTICES AND INFORMATION BEGIN HERE
@@ -32,7 +32,7 @@ MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0
32
32
 
33
33
  ## Bundled dependencies
34
34
 
35
- ### @angular/compiler@v17.1.2
35
+ ### @angular/compiler@v18.0.2
36
36
 
37
37
  > Angular - the compiler library
38
38
 
@@ -42,7 +42,7 @@ Author: angular
42
42
 
43
43
  ----------------------------------------
44
44
 
45
- ### @babel/code-frame@v7.23.5
45
+ ### @babel/code-frame@v7.24.7
46
46
 
47
47
  > Generate errors that contain a code frame that point to source locations.
48
48
 
@@ -76,7 +76,7 @@ Author: The Babel Team (https://babel.dev/team)
76
76
 
77
77
  ----------------------------------------
78
78
 
79
- ### @babel/helper-validator-identifier@v7.22.20
79
+ ### @babel/helper-validator-identifier@v7.24.7
80
80
 
81
81
  > Validate identifier/keywords name
82
82
 
@@ -109,7 +109,7 @@ Author: The Babel Team (https://babel.dev/team)
109
109
 
110
110
  ----------------------------------------
111
111
 
112
- ### @babel/highlight@v7.23.4
112
+ ### @babel/highlight@v7.24.7
113
113
 
114
114
  > Syntax highlight JavaScript strings for output in terminals.
115
115
 
@@ -143,7 +143,7 @@ Author: The Babel Team (https://babel.dev/team)
143
143
 
144
144
  ----------------------------------------
145
145
 
146
- ### @babel/parser@v7.23.9
146
+ ### @babel/parser@v7.24.7
147
147
 
148
148
  > A JavaScript parser
149
149
 
@@ -202,7 +202,9 @@ License: MIT
202
202
 
203
203
  ----------------------------------------
204
204
 
205
- ### @glimmer/syntax@v0.88.1
205
+ ### @glimmer/syntax@v0.92.0
206
+
207
+ License: MIT
206
208
 
207
209
  > Copyright (c) 2015 Tilde, Inc.
208
210
  >
@@ -226,7 +228,7 @@ License: MIT
226
228
 
227
229
  ----------------------------------------
228
230
 
229
- ### @glimmer/util@v0.88.1
231
+ ### @glimmer/util@v0.92.0
230
232
 
231
233
  > Common utilities used in Glimmer
232
234
 
@@ -254,7 +256,7 @@ License: MIT
254
256
 
255
257
  ----------------------------------------
256
258
 
257
- ### @glimmer/wire-format@v0.88.1
259
+ ### @glimmer/wire-format@v0.92.0
258
260
 
259
261
  License: MIT
260
262
 
@@ -469,11 +471,12 @@ Author: Alex Bell <alex@bellandwhistle.net>
469
471
 
470
472
  ----------------------------------------
471
473
 
472
- ### @typescript-eslint/types@v6.20.0
474
+ ### @typescript-eslint/types@v7.13.0
473
475
 
474
476
  > Types for the TypeScript-ESTree AST spec
475
477
 
476
478
  License: MIT
479
+ Homepage: <https://typescript-eslint.io>
477
480
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
478
481
 
479
482
  > MIT License
@@ -500,11 +503,12 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
500
503
 
501
504
  ----------------------------------------
502
505
 
503
- ### @typescript-eslint/typescript-estree@v6.20.0
506
+ ### @typescript-eslint/typescript-estree@v7.13.0
504
507
 
505
508
  > A parser that converts TypeScript source code into an ESTree compatible form
506
509
 
507
510
  License: BSD-2-Clause
511
+ Homepage: <https://typescript-eslint.io/packages/typescript-estree>
508
512
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
509
513
 
510
514
  > TypeScript ESTree
@@ -598,7 +602,7 @@ Repository: <https://github.com/acornjs/acorn-jsx>
598
602
 
599
603
  ----------------------------------------
600
604
 
601
- ### angular-estree-parser@v9.0.0
605
+ ### angular-estree-parser@v10.0.3
602
606
 
603
607
  > A parser that converts Angular source code into an ESTree-compatible form
604
608
 
@@ -681,25 +685,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
681
685
 
682
686
  ----------------------------------------
683
687
 
684
- ### ansi-styles@v3.2.1
685
-
686
- > ANSI escape codes for styling strings in the terminal
687
-
688
- License: MIT
689
- Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
690
-
691
- > MIT License
692
- >
693
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
694
- >
695
- > 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:
696
- >
697
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
698
- >
699
- > 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.
700
-
701
- ----------------------------------------
702
-
703
688
  ### bail@v1.0.5
704
689
 
705
690
  > Throw a given error
@@ -734,73 +719,7 @@ Contributors:
734
719
 
735
720
  ----------------------------------------
736
721
 
737
- ### balanced-match@v1.0.2
738
-
739
- > Match balanced character pairs, like "{" and "}"
740
-
741
- License: MIT
742
- Homepage: <https://github.com/juliangruber/balanced-match>
743
- Repository: <git://github.com/juliangruber/balanced-match.git>
744
- Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
745
-
746
- > (MIT)
747
- >
748
- > Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
749
- >
750
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
751
- > this software and associated documentation files (the "Software"), to deal in
752
- > the Software without restriction, including without limitation the rights to
753
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
754
- > of the Software, and to permit persons to whom the Software is furnished to do
755
- > so, subject to the following conditions:
756
- >
757
- > The above copyright notice and this permission notice shall be included in all
758
- > copies or substantial portions of the Software.
759
- >
760
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
761
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
762
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
763
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
764
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
765
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
766
- > SOFTWARE.
767
-
768
- ----------------------------------------
769
-
770
- ### brace-expansion@v1.1.11
771
-
772
- > Brace expansion as known from sh/bash
773
-
774
- License: MIT
775
- Homepage: <https://github.com/juliangruber/brace-expansion>
776
- Repository: <git://github.com/juliangruber/brace-expansion.git>
777
- Author: Julian Gruber <mail@juliangruber.com> (http://juliangruber.com)
778
-
779
- > MIT License
780
- >
781
- > Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
782
- >
783
- > Permission is hereby granted, free of charge, to any person obtaining a copy
784
- > of this software and associated documentation files (the "Software"), to deal
785
- > in the Software without restriction, including without limitation the rights
786
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
787
- > copies of the Software, and to permit persons to whom the Software is
788
- > furnished to do so, subject to the following conditions:
789
- >
790
- > The above copyright notice and this permission notice shall be included in all
791
- > copies or substantial portions of the Software.
792
- >
793
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
794
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
795
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
796
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
797
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
798
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
799
- > SOFTWARE.
800
-
801
- ----------------------------------------
802
-
803
- ### braces@v3.0.2
722
+ ### braces@v3.0.3
804
723
 
805
724
  > Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
806
725
 
@@ -816,7 +735,7 @@ Contributors:
816
735
 
817
736
  > The MIT License (MIT)
818
737
  >
819
- > Copyright (c) 2014-2018, Jon Schlinkert.
738
+ > Copyright (c) 2014-present, Jon Schlinkert.
820
739
  >
821
740
  > Permission is hereby granted, free of charge, to any person obtaining a copy
822
741
  > of this software and associated documentation files (the "Software"), to deal
@@ -1077,56 +996,6 @@ Contributors:
1077
996
 
1078
997
  ----------------------------------------
1079
998
 
1080
- ### color-convert@v1.9.3
1081
-
1082
- > Plain color conversion functions
1083
-
1084
- License: MIT
1085
- Author: Heather Arthur <fayearthur@gmail.com>
1086
-
1087
- > Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
1088
- >
1089
- > Permission is hereby granted, free of charge, to any person obtaining
1090
- > a copy of this software and associated documentation files (the
1091
- > "Software"), to deal in the Software without restriction, including
1092
- > without limitation the rights to use, copy, modify, merge, publish,
1093
- > distribute, sublicense, and/or sell copies of the Software, and to
1094
- > permit persons to whom the Software is furnished to do so, subject to
1095
- > the following conditions:
1096
- >
1097
- > The above copyright notice and this permission notice shall be
1098
- > included in all copies or substantial portions of the Software.
1099
- >
1100
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1101
- > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1102
- > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1103
- > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1104
- > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1105
- > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1106
- > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1107
-
1108
- ----------------------------------------
1109
-
1110
- ### color-name@v1.1.3
1111
-
1112
- > A list of color names and its values
1113
-
1114
- License: MIT
1115
- Homepage: <https://github.com/dfcreative/color-name>
1116
- Repository: <git@github.com:dfcreative/color-name.git>
1117
- Author: DY <dfcreative@gmail.com>
1118
-
1119
- > The MIT License (MIT)
1120
- > Copyright (c) 2015 Dmitry Ivanov
1121
- >
1122
- > 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:
1123
- >
1124
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1125
- >
1126
- > 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.
1127
-
1128
- ----------------------------------------
1129
-
1130
999
  ### common-path-prefix@v3.0.0
1131
1000
 
1132
1001
  > Computes the longest prefix string that is common to each path, excluding the base component
@@ -1153,35 +1022,6 @@ Author: Mark Wubben (https://novemberborn.net/)
1153
1022
 
1154
1023
  ----------------------------------------
1155
1024
 
1156
- ### concat-map@v0.0.1
1157
-
1158
- > concatenative mapdashery
1159
-
1160
- License: MIT
1161
- Repository: <git://github.com/substack/node-concat-map.git>
1162
- Author: James Halliday <mail@substack.net> (http://substack.net)
1163
-
1164
- > This software is released under the MIT license:
1165
- >
1166
- > Permission is hereby granted, free of charge, to any person obtaining a copy of
1167
- > this software and associated documentation files (the "Software"), to deal in
1168
- > the Software without restriction, including without limitation the rights to
1169
- > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
1170
- > the Software, and to permit persons to whom the Software is furnished to do so,
1171
- > subject to the following conditions:
1172
- >
1173
- > The above copyright notice and this permission notice shall be included in all
1174
- > copies or substantial portions of the Software.
1175
- >
1176
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1177
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1178
- > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1179
- > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1180
- > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1181
- > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1182
-
1183
- ----------------------------------------
1184
-
1185
1025
  ### dashify@v2.0.0
1186
1026
 
1187
1027
  > Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.
@@ -1218,44 +1058,42 @@ Contributors:
1218
1058
 
1219
1059
  ----------------------------------------
1220
1060
 
1221
- ### diff@v5.1.0
1061
+ ### diff@v5.2.0
1222
1062
 
1223
- > A javascript text diff implementation.
1063
+ > A JavaScript text diff implementation.
1224
1064
 
1225
1065
  License: BSD-3-Clause
1226
1066
  Repository: <git://github.com/kpdecker/jsdiff.git>
1227
1067
 
1228
- > Software License Agreement (BSD License)
1068
+ > BSD 3-Clause License
1229
1069
  >
1230
1070
  > Copyright (c) 2009-2015, Kevin Decker <kpdecker@gmail.com>
1231
- >
1232
1071
  > All rights reserved.
1233
1072
  >
1234
- > Redistribution and use of this software in source and binary forms, with or without modification,
1235
- > are permitted provided that the following conditions are met:
1073
+ > Redistribution and use in source and binary forms, with or without
1074
+ > modification, are permitted provided that the following conditions are met:
1236
1075
  >
1237
- > * Redistributions of source code must retain the above
1238
- > copyright notice, this list of conditions and the
1239
- > following disclaimer.
1076
+ > 1. Redistributions of source code must retain the above copyright notice, this
1077
+ > list of conditions and the following disclaimer.
1240
1078
  >
1241
- > * Redistributions in binary form must reproduce the above
1242
- > copyright notice, this list of conditions and the
1243
- > following disclaimer in the documentation and/or other
1244
- > materials provided with the distribution.
1079
+ > 2. Redistributions in binary form must reproduce the above copyright notice,
1080
+ > this list of conditions and the following disclaimer in the documentation
1081
+ > and/or other materials provided with the distribution.
1245
1082
  >
1246
- > * Neither the name of Kevin Decker nor the names of its
1247
- > contributors may be used to endorse or promote products
1248
- > derived from this software without specific prior
1249
- > written permission.
1083
+ > 3. Neither the name of the copyright holder nor the names of its
1084
+ > contributors may be used to endorse or promote products derived from
1085
+ > this software without specific prior written permission.
1250
1086
  >
1251
- > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
1252
- > IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1253
- > FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
1254
- > CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1255
- > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1256
- > DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
1257
- > IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
1258
- > OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1087
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1088
+ > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1089
+ > IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1090
+ > DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
1091
+ > FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1092
+ > DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1093
+ > SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1094
+ > CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
1095
+ > OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1096
+ > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1259
1097
 
1260
1098
  ----------------------------------------
1261
1099
 
@@ -1325,37 +1163,6 @@ Author: Mathias Bynens (https://mathiasbynens.be/)
1325
1163
 
1326
1164
  ----------------------------------------
1327
1165
 
1328
- ### escape-string-regexp@v1.0.5
1329
-
1330
- > Escape RegExp special characters
1331
-
1332
- License: MIT
1333
- Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1334
-
1335
- > The MIT License (MIT)
1336
- >
1337
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1338
- >
1339
- > Permission is hereby granted, free of charge, to any person obtaining a copy
1340
- > of this software and associated documentation files (the "Software"), to deal
1341
- > in the Software without restriction, including without limitation the rights
1342
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1343
- > copies of the Software, and to permit persons to whom the Software is
1344
- > furnished to do so, subject to the following conditions:
1345
- >
1346
- > The above copyright notice and this permission notice shall be included in
1347
- > all copies or substantial portions of the Software.
1348
- >
1349
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1350
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1351
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1352
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1353
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1354
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1355
- > THE SOFTWARE.
1356
-
1357
- ----------------------------------------
1358
-
1359
1166
  ### escape-string-regexp@v5.0.0
1360
1167
 
1361
1168
  > Escape RegExp special characters
@@ -1375,7 +1182,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1375
1182
 
1376
1183
  ----------------------------------------
1377
1184
 
1378
- ### espree@v10.0.0
1185
+ ### espree@v10.0.1
1379
1186
 
1380
1187
  > An Esprima-compatible JavaScript parser built on Acorn
1381
1188
 
@@ -1535,7 +1342,7 @@ Author: Matteo Collina <hello@matteocollina.com>
1535
1342
 
1536
1343
  ----------------------------------------
1537
1344
 
1538
- ### file-entry-cache@v7.0.2
1345
+ ### file-entry-cache@v9.0.0
1539
1346
 
1540
1347
  > 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
1541
1348
 
@@ -1566,7 +1373,7 @@ Author: Jared Wray (https://jaredwray.com)
1566
1373
 
1567
1374
  ----------------------------------------
1568
1375
 
1569
- ### fill-range@v7.0.1
1376
+ ### fill-range@v7.1.1
1570
1377
 
1571
1378
  > Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
1572
1379
 
@@ -1643,7 +1450,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1643
1450
 
1644
1451
  ----------------------------------------
1645
1452
 
1646
- ### flat-cache@v3.2.0
1453
+ ### flat-cache@v5.0.0
1647
1454
 
1648
1455
  > A stupidly simple key/value storage using files to persist some data
1649
1456
 
@@ -1674,7 +1481,7 @@ Author: Jared Wray (https://jaredwray.com)
1674
1481
 
1675
1482
  ----------------------------------------
1676
1483
 
1677
- ### flatted@v3.2.9
1484
+ ### flatted@v3.3.1
1678
1485
 
1679
1486
  > A super light and fast circular JSON parser.
1680
1487
 
@@ -1736,7 +1543,7 @@ Contributors:
1736
1543
 
1737
1544
  ----------------------------------------
1738
1545
 
1739
- ### flow-parser@v0.226.0
1546
+ ### flow-parser@v0.237.2
1740
1547
 
1741
1548
  > JavaScript parser written in OCaml. Produces ESTree AST
1742
1549
 
@@ -1747,60 +1554,6 @@ Author: Flow Team <flow@fb.com>
1747
1554
 
1748
1555
  ----------------------------------------
1749
1556
 
1750
- ### fs.realpath@v1.0.0
1751
-
1752
- > Use node's fs.realpath, but fall back to the JS implementation if the native one fails
1753
-
1754
- License: ISC
1755
- Repository: <git+https://github.com/isaacs/fs.realpath.git>
1756
- Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
1757
-
1758
- > The ISC License
1759
- >
1760
- > Copyright (c) Isaac Z. Schlueter and Contributors
1761
- >
1762
- > Permission to use, copy, modify, and/or distribute this software for any
1763
- > purpose with or without fee is hereby granted, provided that the above
1764
- > copyright notice and this permission notice appear in all copies.
1765
- >
1766
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1767
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1768
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1769
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1770
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1771
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1772
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1773
- >
1774
- > ----
1775
- >
1776
- > This library bundles a version of the `fs.realpath` and `fs.realpathSync`
1777
- > methods from Node.js v0.10 under the terms of the Node.js MIT license.
1778
- >
1779
- > Node's license follows, also included at the header of `old.js` which contains
1780
- > the licensed code:
1781
- >
1782
- > Copyright Joyent, Inc. and other Node contributors.
1783
- >
1784
- > Permission is hereby granted, free of charge, to any person obtaining a
1785
- > copy of this software and associated documentation files (the "Software"),
1786
- > to deal in the Software without restriction, including without limitation
1787
- > the rights to use, copy, modify, merge, publish, distribute, sublicense,
1788
- > and/or sell copies of the Software, and to permit persons to whom the
1789
- > Software is furnished to do so, subject to the following conditions:
1790
- >
1791
- > The above copyright notice and this permission notice shall be included in
1792
- > all copies or substantial portions of the Software.
1793
- >
1794
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1795
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1796
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1797
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1798
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1799
- > FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1800
- > DEALINGS IN THE SOFTWARE.
1801
-
1802
- ----------------------------------------
1803
-
1804
1557
  ### get-east-asian-width@v1.2.0
1805
1558
 
1806
1559
  > Determine the East Asian Width of a Unicode character
@@ -1839,38 +1592,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1839
1592
 
1840
1593
  ----------------------------------------
1841
1594
 
1842
- ### glob@v7.2.3
1843
-
1844
- > a little globber
1845
-
1846
- License: ISC
1847
- Repository: <git://github.com/isaacs/node-glob.git>
1848
- Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
1849
-
1850
- > The ISC License
1851
- >
1852
- > Copyright (c) Isaac Z. Schlueter and Contributors
1853
- >
1854
- > Permission to use, copy, modify, and/or distribute this software for any
1855
- > purpose with or without fee is hereby granted, provided that the above
1856
- > copyright notice and this permission notice appear in all copies.
1857
- >
1858
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1859
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1860
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1861
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1862
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1863
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1864
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1865
- >
1866
- > ## Glob Logo
1867
- >
1868
- > Glob's logo created by Tanya Brassie <http://tanyabrassie.com/>, licensed
1869
- > under a Creative Commons Attribution-ShareAlike 4.0 International License
1870
- > https://creativecommons.org/licenses/by-sa/4.0/
1871
-
1872
- ----------------------------------------
1873
-
1874
1595
  ### glob-parent@v5.1.2
1875
1596
 
1876
1597
  > Extract the non-magic parent path from a glob string.
@@ -1931,25 +1652,6 @@ Repository: <https://github.com/graphql/graphql-js.git>
1931
1652
 
1932
1653
  ----------------------------------------
1933
1654
 
1934
- ### has-flag@v3.0.0
1935
-
1936
- > Check if argv has a specific flag
1937
-
1938
- License: MIT
1939
- Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1940
-
1941
- > MIT License
1942
- >
1943
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1944
- >
1945
- > 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:
1946
- >
1947
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1948
- >
1949
- > 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.
1950
-
1951
- ----------------------------------------
1952
-
1953
1655
  ### ignore@v5.3.1
1954
1656
 
1955
1657
  > Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
@@ -1982,7 +1684,7 @@ Author: kael
1982
1684
 
1983
1685
  ----------------------------------------
1984
1686
 
1985
- ### import-meta-resolve@v4.0.0
1687
+ ### import-meta-resolve@v4.1.0
1986
1688
 
1987
1689
  > Resolve things like Node.js — ponyfill for `import.meta.resolve`
1988
1690
 
@@ -2121,33 +1823,6 @@ Author: Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)
2121
1823
 
2122
1824
  ----------------------------------------
2123
1825
 
2124
- ### inflight@v1.0.6
2125
-
2126
- > Add callbacks to requests in flight to avoid async duplication
2127
-
2128
- License: ISC
2129
- Homepage: <https://github.com/isaacs/inflight>
2130
- Repository: <https://github.com/npm/inflight.git>
2131
- Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
2132
-
2133
- > The ISC License
2134
- >
2135
- > Copyright (c) Isaac Z. Schlueter
2136
- >
2137
- > Permission to use, copy, modify, and/or distribute this software for any
2138
- > purpose with or without fee is hereby granted, provided that the above
2139
- > copyright notice and this permission notice appear in all copies.
2140
- >
2141
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2142
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2143
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2144
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2145
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2146
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2147
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2148
-
2149
- ----------------------------------------
2150
-
2151
1826
  ### inherits@v2.0.4
2152
1827
 
2153
1828
  > Browser-friendly inheritance fully compatible with standard node.js inherits()
@@ -2904,7 +2579,7 @@ Repository: <git@github.com:teambition/merge2.git>
2904
2579
 
2905
2580
  ----------------------------------------
2906
2581
 
2907
- ### meriyah@v4.3.9
2582
+ ### meriyah@v4.5.0
2908
2583
 
2909
2584
  > A 100% compliant, self-hosted javascript parser with high focus on both performance and stability
2910
2585
 
@@ -2925,7 +2600,7 @@ Contributors:
2925
2600
 
2926
2601
  ----------------------------------------
2927
2602
 
2928
- ### micromatch@v4.0.5
2603
+ ### micromatch@v4.0.7
2929
2604
 
2930
2605
  > Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
2931
2606
 
@@ -2973,32 +2648,6 @@ Contributors:
2973
2648
 
2974
2649
  ----------------------------------------
2975
2650
 
2976
- ### minimatch@v3.1.2
2977
-
2978
- > a glob matcher in javascript
2979
-
2980
- License: ISC
2981
- Repository: <git://github.com/isaacs/minimatch.git>
2982
- Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)
2983
-
2984
- > The ISC License
2985
- >
2986
- > Copyright (c) Isaac Z. Schlueter and Contributors
2987
- >
2988
- > Permission to use, copy, modify, and/or distribute this software for any
2989
- > purpose with or without fee is hereby granted, provided that the above
2990
- > copyright notice and this permission notice appear in all copies.
2991
- >
2992
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2993
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2994
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2995
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2996
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2997
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2998
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2999
-
3000
- ----------------------------------------
3001
-
3002
2651
  ### minimist@v1.2.8
3003
2652
 
3004
2653
  > parse argument options
@@ -3090,32 +2739,6 @@ Author: Andrey Sitnik <andrey@sitnik.ru>
3090
2739
 
3091
2740
  ----------------------------------------
3092
2741
 
3093
- ### once@v1.4.0
3094
-
3095
- > Run a function exactly one time
3096
-
3097
- License: ISC
3098
- Repository: <git://github.com/isaacs/once>
3099
- Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3100
-
3101
- > The ISC License
3102
- >
3103
- > Copyright (c) Isaac Z. Schlueter and Contributors
3104
- >
3105
- > Permission to use, copy, modify, and/or distribute this software for any
3106
- > purpose with or without fee is hereby granted, provided that the above
3107
- > copyright notice and this permission notice appear in all copies.
3108
- >
3109
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3110
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3111
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3112
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3113
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3114
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3115
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3116
-
3117
- ----------------------------------------
3118
-
3119
2742
  ### p-limit@v4.0.0
3120
2743
 
3121
2744
  > Run multiple promise-returning & async functions with limited concurrency
@@ -3226,38 +2849,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3226
2849
 
3227
2850
  ----------------------------------------
3228
2851
 
3229
- ### path-is-absolute@v1.0.1
3230
-
3231
- > Node.js 0.12 path.isAbsolute() ponyfill
3232
-
3233
- License: MIT
3234
- Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3235
-
3236
- > The MIT License (MIT)
3237
- >
3238
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3239
- >
3240
- > Permission is hereby granted, free of charge, to any person obtaining a copy
3241
- > of this software and associated documentation files (the "Software"), to deal
3242
- > in the Software without restriction, including without limitation the rights
3243
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3244
- > copies of the Software, and to permit persons to whom the Software is
3245
- > furnished to do so, subject to the following conditions:
3246
- >
3247
- > The above copyright notice and this permission notice shall be included in
3248
- > all copies or substantial portions of the Software.
3249
- >
3250
- > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3251
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3252
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3253
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3254
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3255
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3256
- > THE SOFTWARE.
3257
-
3258
- ----------------------------------------
3259
-
3260
- ### picocolors@v1.0.0
2852
+ ### picocolors@v1.0.1
3261
2853
 
3262
2854
  > The tiniest and the fastest library for terminal output formatting with ANSI colors
3263
2855
 
@@ -3366,7 +2958,7 @@ Author: typicode
3366
2958
 
3367
2959
  ----------------------------------------
3368
2960
 
3369
- ### postcss@v8.4.33
2961
+ ### postcss@v8.4.38
3370
2962
 
3371
2963
  > Tool for transforming styles with JS plugins
3372
2964
 
@@ -3728,31 +3320,6 @@ Author: Matteo Collina <hello@matteocollina.com>
3728
3320
 
3729
3321
  ----------------------------------------
3730
3322
 
3731
- ### rimraf@v3.0.2
3732
-
3733
- > A deep deletion module for node (like `rm -rf`)
3734
-
3735
- License: ISC
3736
- Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
3737
-
3738
- > The ISC License
3739
- >
3740
- > Copyright (c) Isaac Z. Schlueter and Contributors
3741
- >
3742
- > Permission to use, copy, modify, and/or distribute this software for any
3743
- > purpose with or without fee is hereby granted, provided that the above
3744
- > copyright notice and this permission notice appear in all copies.
3745
- >
3746
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3747
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3748
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3749
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3750
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3751
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3752
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3753
-
3754
- ----------------------------------------
3755
-
3756
3323
  ### run-parallel@v1.2.0
3757
3324
 
3758
3325
  > Run an array of functions in parallel
@@ -3804,12 +3371,12 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3804
3371
 
3805
3372
  ----------------------------------------
3806
3373
 
3807
- ### semver@v7.5.4
3374
+ ### semver@v7.6.2
3808
3375
 
3809
3376
  > The semantic version parser used by npm.
3810
3377
 
3811
3378
  License: ISC
3812
- Repository: <https://github.com/npm/node-semver.git>
3379
+ Repository: <git+https://github.com/npm/node-semver.git>
3813
3380
  Author: GitHub Inc.
3814
3381
 
3815
3382
  > The ISC License
@@ -3968,25 +3535,6 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
3968
3535
 
3969
3536
  ----------------------------------------
3970
3537
 
3971
- ### supports-color@v5.5.0
3972
-
3973
- > Detect whether a terminal supports color
3974
-
3975
- License: MIT
3976
- Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3977
-
3978
- > MIT License
3979
- >
3980
- > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
3981
- >
3982
- > 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:
3983
- >
3984
- > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3985
- >
3986
- > 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.
3987
-
3988
- ----------------------------------------
3989
-
3990
3538
  ### to-fast-properties@v4.0.0
3991
3539
 
3992
3540
  > Force V8 to use fast properties for an object
@@ -4121,13 +3669,13 @@ Contributors:
4121
3669
 
4122
3670
  ----------------------------------------
4123
3671
 
4124
- ### ts-api-utils@v1.0.3
3672
+ ### ts-api-utils@v1.3.0
4125
3673
 
4126
- > Utility functions for working with TypeScript's API. Successor to the wonderful tsutils.
3674
+ > Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
4127
3675
 
4128
3676
  License: MIT
4129
3677
  Repository: <https://github.com/JoshuaKGoldberg/ts-api-utils>
4130
- Author: Josh Goldberg <npm@joshuakgoldberg.com>
3678
+ Author: JoshuaKGoldberg <npm@joshuakgoldberg.com>
4131
3679
 
4132
3680
  > # MIT License
4133
3681
  >
@@ -4152,7 +3700,7 @@ Author: Josh Goldberg <npm@joshuakgoldberg.com>
4152
3700
 
4153
3701
  ----------------------------------------
4154
3702
 
4155
- ### typescript@v5.3.3
3703
+ ### typescript@v5.4.5
4156
3704
 
4157
3705
  > TypeScript is a language for application scale JavaScript development
4158
3706
 
@@ -4711,33 +4259,6 @@ Contributors:
4711
4259
 
4712
4260
  ----------------------------------------
4713
4261
 
4714
- ### wrappy@v1.0.2
4715
-
4716
- > Callback wrapping utility
4717
-
4718
- License: ISC
4719
- Homepage: <https://github.com/npm/wrappy>
4720
- Repository: <https://github.com/npm/wrappy>
4721
- Author: Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
4722
-
4723
- > The ISC License
4724
- >
4725
- > Copyright (c) Isaac Z. Schlueter and Contributors
4726
- >
4727
- > Permission to use, copy, modify, and/or distribute this software for any
4728
- > purpose with or without fee is hereby granted, provided that the above
4729
- > copyright notice and this permission notice appear in all copies.
4730
- >
4731
- > THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4732
- > WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4733
- > MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4734
- > ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4735
- > WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4736
- > ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
4737
- > IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4738
-
4739
- ----------------------------------------
4740
-
4741
4262
  ### xtend@v4.0.2
4742
4263
 
4743
4264
  > extend like a boss