Skip to content

Commit 30fd880

Browse files
committed
Auto-generated commit
1 parent 21b3ccf commit 30fd880

File tree

11 files changed

+411
-131
lines changed

11 files changed

+411
-131
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
We are excited about your pull request, but unfortunately we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib). We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/error) of the main repository where we’ll review and provide feedback.
44

5-
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/development.md) for help on developing stdlib.
5+
If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions. You may also consult the [development guide](https://github.com/stdlib-js/stdlib/blob/develop/docs/contributing/development.md) for help on developing stdlib.
66

77
We look forward to receiving your contribution! :smiley:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-02-03)
7+
## Unreleased (2025-03-02)
88

99
<section class="packages">
1010

@@ -20,6 +20,7 @@
2020

2121
##### Features
2222

23+
- [`52a3af1`](https://github.com/stdlib-js/stdlib/commit/52a3af15547afcb194741d01f1834e02fe1a2f89) - update error databases [(#5720)](https://github.com/stdlib-js/stdlib/pull/5720)
2324
- [`a6f782c`](https://github.com/stdlib-js/stdlib/commit/a6f782c129f57a40dc31b36effbf910d3d11007c) - update error databases [(#4806)](https://github.com/stdlib-js/stdlib/pull/4806)
2425
- [`fb83180`](https://github.com/stdlib-js/stdlib/commit/fb83180244018f56fff48fea8263d915fc8bbf2e) - update error databases [(#4705)](https://github.com/stdlib-js/stdlib/pull/4705)
2526
- [`bfa8cf1`](https://github.com/stdlib-js/stdlib/commit/bfa8cf1c304b0e3b1ee53cf1bc773fcefdc87e95) - update error databases [(#4544)](https://github.com/stdlib-js/stdlib/pull/4544)
@@ -45,6 +46,7 @@
4546

4647
##### Features
4748

49+
- [`52a3af1`](https://github.com/stdlib-js/stdlib/commit/52a3af15547afcb194741d01f1834e02fe1a2f89) - update error databases [(#5720)](https://github.com/stdlib-js/stdlib/pull/5720)
4850
- [`a6f782c`](https://github.com/stdlib-js/stdlib/commit/a6f782c129f57a40dc31b36effbf910d3d11007c) - update error databases [(#4806)](https://github.com/stdlib-js/stdlib/pull/4806)
4951
- [`fb83180`](https://github.com/stdlib-js/stdlib/commit/fb83180244018f56fff48fea8263d915fc8bbf2e) - update error databases [(#4705)](https://github.com/stdlib-js/stdlib/pull/4705)
5052
- [`bfa8cf1`](https://github.com/stdlib-js/stdlib/commit/bfa8cf1c304b0e3b1ee53cf1bc773fcefdc87e95) - update error databases [(#4544)](https://github.com/stdlib-js/stdlib/pull/4544)
@@ -70,6 +72,7 @@
7072

7173
##### Features
7274

75+
- [`52a3af1`](https://github.com/stdlib-js/stdlib/commit/52a3af15547afcb194741d01f1834e02fe1a2f89) - update error databases [(#5720)](https://github.com/stdlib-js/stdlib/pull/5720)
7376
- [`a6f782c`](https://github.com/stdlib-js/stdlib/commit/a6f782c129f57a40dc31b36effbf910d3d11007c) - update error databases [(#4806)](https://github.com/stdlib-js/stdlib/pull/4806)
7477
- [`fb83180`](https://github.com/stdlib-js/stdlib/commit/fb83180244018f56fff48fea8263d915fc8bbf2e) - update error databases [(#4705)](https://github.com/stdlib-js/stdlib/pull/4705)
7578
- [`bfa8cf1`](https://github.com/stdlib-js/stdlib/commit/bfa8cf1c304b0e3b1ee53cf1bc773fcefdc87e95) - update error databases [(#4544)](https://github.com/stdlib-js/stdlib/pull/4544)
@@ -107,6 +110,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
107110

108111
<details>
109112

113+
- [`52a3af1`](https://github.com/stdlib-js/stdlib/commit/52a3af15547afcb194741d01f1834e02fe1a2f89) - **feat:** update error databases [(#5720)](https://github.com/stdlib-js/stdlib/pull/5720) _(by stdlib-bot)_
110114
- [`a6f782c`](https://github.com/stdlib-js/stdlib/commit/a6f782c129f57a40dc31b36effbf910d3d11007c) - **feat:** update error databases [(#4806)](https://github.com/stdlib-js/stdlib/pull/4806) _(by stdlib-bot)_
111115
- [`fb83180`](https://github.com/stdlib-js/stdlib/commit/fb83180244018f56fff48fea8263d915fc8bbf2e) - **feat:** update error databases [(#4705)](https://github.com/stdlib-js/stdlib/pull/4705) _(by stdlib-bot)_
112116
- [`bfa8cf1`](https://github.com/stdlib-js/stdlib/commit/bfa8cf1c304b0e3b1ee53cf1bc773fcefdc87e95) - **feat:** update error databases [(#4544)](https://github.com/stdlib-js/stdlib/pull/4544) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Aadish Jain <[email protected]>
66
Aayush Khanna <[email protected]>
77
Abhijit Raut <[email protected]>
8+
Abhishek Jain <[email protected]>
89
Adarsh Palaskar <[email protected]>
910
Aditya Sapra <[email protected]>
1011
Ahmed Atwa <[email protected]>
@@ -35,9 +36,12 @@ Dominik Moritz <[email protected]>
3536
Dorrin Sotoudeh <[email protected]>
3637
EuniceSim142 <[email protected]>
3738
Frank Kovacs <[email protected]>
39+
GK Bishnoi <[email protected]>
40+
3841
Golden Kumar <[email protected]>
3942
Gunj Joshi <[email protected]>
40-
Gururaj Gurram <[email protected]>
43+
Gururaj Gurram <[email protected]>
44+
4145
4246
Harshita Kalani <[email protected]>
4347
Hridyanshu <[email protected]>
@@ -51,9 +55,11 @@ Joey Reed <[email protected]>
5155
Jordan Gallivan <[email protected]>
5256
Joris Labie <[email protected]>
5357
Justin Dennison <[email protected]>
58+
Justyn Shelby <[email protected]>
5459
Karan Anand <[email protected]>
5560
Karthik Prakash <[email protected]>
5661
Kohantika Nath <[email protected]>
62+
Krishnam Agarwal <[email protected]>
5763
Krishnendu Das <[email protected]>
5864
Kshitij-Dale <[email protected]>
5965
Lovelin Dhoni J B <[email protected]>
@@ -63,6 +69,7 @@ Marcus Fantham <[email protected]>
6369
Matt Cochrane <[email protected]>
6470
Mihir Pandit <[email protected]>
6571
Milan Raj <[email protected]>
72+
Mohammad Bin Aftab <[email protected]>
6673
Mohammad Kaif <[email protected]>
6774
Momtchil Momtchev <[email protected]>
6875
Muhammad Haris <[email protected]>
@@ -90,6 +97,7 @@ Rejoan Sardar <[email protected]>
9097
Ricky Reusser <[email protected]>
9198
Ridam Garg <[email protected]>
9299
100+
Rishav Tarway <[email protected]>
93101
Robert Gislason <[email protected]>
94102
Roman Stetsyk <[email protected]>
95103
Rutam Kathale <[email protected]>
@@ -100,6 +108,7 @@ Sai Srikar Dumpeti <[email protected]>
100108
Sarthak Paandey <[email protected]>
101109
Saurabh Singh <[email protected]>
102110
Seyyed Parsa Neshaei <[email protected]>
111+
Shabareesh Shetty <[email protected]>
103112
Shashank Shekhar Singh <[email protected]>
104113
Shivam Ahir <[email protected]>
105114
Shraddheya Shendre <[email protected]>
@@ -110,6 +119,7 @@ Snehil Shah <[email protected]>
110119
Soumajit Chatterjee <[email protected]>
111120
Spandan Barve <[email protected]>
112121
Stephannie Jiménez Gacha <[email protected]>
122+
Suhaib Ilahi <[email protected]>
113123
Suraj Kumar <[email protected]>
114124
Tirtadwipa Manunggal <[email protected]>
115125
Tudor Pagu <[email protected]>
@@ -124,6 +134,11 @@ Vivek Maurya <[email protected]>
124134
Xiaochuan Ye <[email protected]>
125135
Yaswanth Kosuru <[email protected]>
126136
Yernar Yergaziyev <[email protected]>
137+
Yuvi Mittal <[email protected]>
138+
ekambains <[email protected]>
139+
fadiothman22 <[email protected]>
127140
olenkabilonizhka <[email protected]>
141+
pranav-1720 <[email protected]>
142+
rahulrangers <[email protected]>
128143
129144

tools/database/data/data.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,3 +1084,7 @@
10841084
"HT","invalid argument. Each key in the keybindings argument must correspond to a single action. Value: `%s`","TypeError"
10851085
"HU","invalid argument. First argument must be a valid action name. Value: `%s`.","TypeError"
10861086
"HV","invalid argument. Each key in the keys argument must correspond to a single action. Value: `%s`","TypeError"
1087+
"HW","invalid argument. Second argument must be an array of data types. Value: `%s`.","TypeError"
1088+
"HX","invalid argument. Third argument must be an array of data types. Value: `%s`.","TypeError"
1089+
"HY","invalid argument. Fourth argument must be a supported output data type policy. Value: `%s`.","TypeError"
1090+
"HZ","invalid argument. First argument must have one of the following data types: ""%s"". Data type: `%s`.","TypeError"

tools/database/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)