You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- **Replace `glob` dev dependency with Node's built-in
`fs.globSync()`**: Removes the `glob` package (v13.0.6) from
devDependencies and uses `fs.globSync()` with `cwd` option in the test
file `resources.resjson.spec.ts`. Results are mapped to absolute paths
to match the prior behaviour.
- **Replace `octokit` umbrella with `@octokit/rest` +
`@octokit/request-error`**: Replaces the heavy `octokit` umbrella
package (which pulls in GraphQL, webhooks, OAuth, GitHub App auth,
retry, and throttling) with the two specific packages actually used:
`@octokit/rest` (v22.0.1) for REST API calls and
`@octokit/request-error` (v7.1.0) for error handling. Updates all 14
source and test files that imported from `"octokit"`.
The following npm package may be included in this product:
467
-
468
-
- @types/aws-lambda@8.10.161
469
-
470
-
This package contains the following license:
471
-
472
-
MIT License
473
-
474
-
Copyright (c) Microsoft Corporation.
475
-
476
-
Permission is hereby granted, free of charge, to any person obtaining a copy
477
-
of this software and associated documentation files (the "Software"), to deal
478
-
in the Software without restriction, including without limitation the rights
479
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
480
-
copies of the Software, and to permit persons to whom the Software is
481
-
furnished to do so, subject to the following conditions:
482
-
483
-
The above copyright notice and this permission notice shall be included in all
484
-
copies or substantial portions of the Software.
485
-
486
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
487
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
488
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
489
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
490
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
491
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
492
-
SOFTWARE
493
-
494
-
-----------
495
-
496
466
The following npm package may be included in this product:
497
467
498
468
- utf8-byte-length@1.0.5
@@ -840,35 +810,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
840
810
841
811
-----------
842
812
843
-
The following npm package may be included in this product:
844
-
845
-
- @octokit/webhooks@14.2.0
846
-
847
-
This package contains the following license:
848
-
849
-
Copyright (c) GitHub 2025 - Licensed as MIT.
850
-
851
-
Permission is hereby granted, free of charge, to any person obtaining
852
-
a copy of this software and associated documentation files (the
853
-
"Software"), to deal in the Software without restriction, including
854
-
without limitation the rights to use, copy, modify, merge, publish,
855
-
distribute, sublicense, and/or sell copies of the Software, and to
856
-
permit persons to whom the Software is furnished to do so, subject to
857
-
the following conditions:
858
-
859
-
The above copyright notice and this permission notice shall be
860
-
included in all copies or substantial portions of the Software.
861
-
862
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
863
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
864
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
865
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
866
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
867
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
868
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
869
-
870
-
-----------
871
-
872
813
The following npm package may be included in this product:
873
814
874
815
- @octokit/openapi-types@27.0.0
@@ -1132,36 +1073,6 @@ SOFTWARE.
1132
1073
1133
1074
-----------
1134
1075
1135
-
The following npm package may be included in this product:
1136
-
1137
-
- @octokit/plugin-retry@8.1.0
1138
-
1139
-
This package contains the following license:
1140
-
1141
-
MIT License
1142
-
1143
-
Copyright (c) 2018 Octokit contributors
1144
-
1145
-
Permission is hereby granted, free of charge, to any person obtaining a copy
1146
-
of this software and associated documentation files (the "Software"), to deal
1147
-
in the Software without restriction, including without limitation the rights
1148
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1149
-
copies of the Software, and to permit persons to whom the Software is
1150
-
furnished to do so, subject to the following conditions:
1151
-
1152
-
The above copyright notice and this permission notice shall be included in all
1153
-
copies or substantial portions of the Software.
1154
-
1155
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1156
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1157
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1158
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1159
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1160
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1161
-
SOFTWARE.
1162
-
1163
-
-----------
1164
-
1165
1076
The following npm packages may be included in this product:
1166
1077
1167
1078
- side-channel-weakmap@1.0.2
@@ -1223,27 +1134,6 @@ SOFTWARE.
1223
1134
1224
1135
-----------
1225
1136
1226
-
The following npm packages may be included in this product:
1227
-
1228
-
- @octokit/auth-oauth-device@8.0.3
1229
-
- @octokit/auth-oauth-user@6.0.2
1230
-
- @octokit/oauth-methods@6.0.2
1231
-
- @octokit/webhooks-methods@6.0.0
1232
-
1233
-
These packages each contain the following license:
1234
-
1235
-
MIT License
1236
-
1237
-
Copyright (c) 2021 Octokit contributors
1238
-
1239
-
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:
1240
-
1241
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1242
-
1243
-
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.
1244
-
1245
-
-----------
1246
-
1247
1137
The following npm package may be included in this product:
1248
1138
1249
1139
- parse-git-diff@0.0.20
@@ -1304,36 +1194,6 @@ SOFTWARE.
1304
1194
1305
1195
-----------
1306
1196
1307
-
The following npm package may be included in this product:
1308
-
1309
-
- toad-cache@3.7.0
1310
-
1311
-
This package contains the following license:
1312
-
1313
-
MIT License
1314
-
1315
-
Copyright (c) 2023 Igor Savin
1316
-
1317
-
Permission is hereby granted, free of charge, to any person obtaining a copy
1318
-
of this software and associated documentation files (the "Software"), to deal
1319
-
in the Software without restriction, including without limitation the rights
1320
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1321
-
copies of the Software, and to permit persons to whom the Software is
1322
-
furnished to do so, subject to the following conditions:
1323
-
1324
-
The above copyright notice and this permission notice shall be included in all
1325
-
copies or substantial portions of the Software.
1326
-
1327
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1328
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1329
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1330
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1331
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1332
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1333
-
SOFTWARE.
1334
-
1335
-
-----------
1336
-
1337
1197
The following npm package may be included in this product:
1338
1198
1339
1199
- json-with-bigint@3.5.8
@@ -1617,7 +1477,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1617
1477
1618
1478
The following npm packages may be included in this product:
1619
1479
1620
-
- @octokit/plugin-paginate-graphql@6.0.0
1621
1480
- @octokit/plugin-paginate-rest@14.0.0
1622
1481
- @octokit/plugin-rest-endpoint-methods@17.0.0
1623
1482
- @octokit/types@16.0.0
@@ -1634,12 +1493,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1634
1493
1635
1494
-----------
1636
1495
1637
-
The following npm packages may be included in this product:
1496
+
The following npm package may be included in this product:
1638
1497
1639
-
- @octokit/oauth-app@8.0.3
1640
-
- @octokit/openapi-webhooks-types@12.1.0
1498
+
- @octokit/plugin-request-log@6.0.0
1641
1499
1642
-
These packages each contain the following license:
1500
+
This package contains the following license:
1643
1501
1644
1502
MIT License Copyright (c) 2020 Octokit contributors
1645
1503
@@ -1751,19 +1609,16 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1751
1609
1752
1610
-----------
1753
1611
1754
-
The following npm packages may be included in this product:
1612
+
The following npm package may be included in this product:
1755
1613
1756
-
- @octokit/app@16.1.2
1757
-
- @octokit/endpoint@11.0.3
1758
-
- @octokit/graphql@9.0.3
1759
-
- @octokit/plugin-throttling@11.0.3
1760
-
- @octokit/request@10.0.8
1614
+
- @octokit/rest@22.0.1
1761
1615
1762
-
These packages each contain the following license:
1616
+
This package contains the following license:
1763
1617
1764
1618
The MIT License
1765
1619
1766
-
Copyright (c) 2018 Octokit contributors
1620
+
Copyright (c) 2012 Cloud9 IDE, Inc. (Mike de Boer)
1621
+
Copyright (c) 2017-2018 Octokit contributors
1767
1622
1768
1623
Permission is hereby granted, free of charge, to any person obtaining a copy
1769
1624
of this software and associated documentation files (the "Software"), to deal
@@ -1785,15 +1640,17 @@ THE SOFTWARE.
1785
1640
1786
1641
-----------
1787
1642
1788
-
The following npm package may be included in this product:
1643
+
The following npm packages may be included in this product:
1789
1644
1790
-
- universal-github-app-jwt@2.2.2
1645
+
- @octokit/endpoint@11.0.3
1646
+
- @octokit/graphql@9.0.3
1647
+
- @octokit/request@10.0.8
1791
1648
1792
-
This package contains the following license:
1649
+
These packages each contain the following license:
1793
1650
1794
1651
The MIT License
1795
1652
1796
-
Copyright (c) 2019 Gregor Martynus
1653
+
Copyright (c) 2018 Octokit contributors
1797
1654
1798
1655
Permission is hereby granted, free of charge, to any person obtaining a copy
1799
1656
of this software and associated documentation files (the "Software"), to deal
@@ -1817,11 +1674,8 @@ THE SOFTWARE.
1817
1674
1818
1675
The following npm packages may be included in this product:
1819
1676
1820
-
- @octokit/auth-app@8.2.0
1821
-
- @octokit/auth-oauth-app@9.0.3
1822
1677
- @octokit/auth-token@6.0.0
1823
1678
- @octokit/core@7.0.6
1824
-
- @octokit/oauth-authorization-url@8.0.0
1825
1679
- @octokit/request-error@7.1.0
1826
1680
1827
1681
These packages each contain the following license:
@@ -1850,66 +1704,6 @@ THE SOFTWARE.
1850
1704
1851
1705
-----------
1852
1706
1853
-
The following npm package may be included in this product:
1854
-
1855
-
- @octokit/auth-unauthenticated@7.0.3
1856
-
1857
-
This package contains the following license:
1858
-
1859
-
The MIT License
1860
-
1861
-
Copyright (c) 2020 Octokit contributors
1862
-
1863
-
Permission is hereby granted, free of charge, to any person obtaining a copy
1864
-
of this software and associated documentation files (the "Software"), to deal
1865
-
in the Software without restriction, including without limitation the rights
1866
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1867
-
copies of the Software, and to permit persons to whom the Software is
1868
-
furnished to do so, subject to the following conditions:
1869
-
1870
-
The above copyright notice and this permission notice shall be included in
1871
-
all copies or substantial portions of the Software.
1872
-
1873
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1874
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1875
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1876
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1877
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1878
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1879
-
THE SOFTWARE.
1880
-
1881
-
-----------
1882
-
1883
-
The following npm package may be included in this product:
1884
-
1885
-
- octokit@5.0.5
1886
-
1887
-
This package contains the following license:
1888
-
1889
-
The MIT License
1890
-
1891
-
Copyright (c) 2023 Octokit contributors
1892
-
1893
-
Permission is hereby granted, free of charge, to any person obtaining a copy
1894
-
of this software and associated documentation files (the "Software"), to deal
1895
-
in the Software without restriction, including without limitation the rights
1896
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1897
-
copies of the Software, and to permit persons to whom the Software is
1898
-
furnished to do so, subject to the following conditions:
1899
-
1900
-
The above copyright notice and this permission notice shall be included in
1901
-
all copies or substantial portions of the Software.
1902
-
1903
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1904
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1905
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1906
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1907
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1908
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1909
-
THE SOFTWARE.
1910
-
1911
-
-----------
1912
-
1913
1707
The following npm package may be included in this product:
1914
1708
1915
1709
- uuid@3.4.0
@@ -1970,35 +1764,6 @@ THE SOFTWARE.
1970
1764
1971
1765
-----------
1972
1766
1973
-
The following npm package may be included in this product:
1974
-
1975
-
- bottleneck@2.19.5
1976
-
1977
-
This package contains the following license:
1978
-
1979
-
The MIT License (MIT)
1980
-
1981
-
Copyright (c) 2014 Simon Grondin
1982
-
1983
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
1984
-
this software and associated documentation files (the "Software"), to deal in
1985
-
the Software without restriction, including without limitation the rights to
0 commit comments