Skip to content

Commit 09c57f0

Browse files
committed
Auto-generated commit
1 parent 4a9a61d commit 09c57f0

File tree

7 files changed

+98
-8
lines changed

7 files changed

+98
-8
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.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/buffer) 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: 70 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,77 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-01-13)
7+
## Unreleased (2025-03-04)
88

9-
No changes reported for this release.
9+
<section class="packages">
10+
11+
### Packages
12+
13+
<section class="package" id="buffer-from-string-unreleased">
14+
15+
#### [@stdlib/buffer/from-string](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/buffer/from-string)
16+
17+
<details>
18+
19+
<section class="issues">
20+
21+
##### Closed Issues
22+
23+
This release closes the following issue:
24+
25+
[#5697](https://github.com/stdlib-js/stdlib/issues/5697)
26+
27+
</section>
28+
29+
<!-- /.issues -->
30+
31+
</details>
32+
33+
</section>
34+
35+
<!-- /.package -->
36+
37+
</section>
38+
39+
<!-- /.packages -->
40+
41+
<section class="issues">
42+
43+
### Closed Issues
44+
45+
This release closes the following issue:
46+
47+
[#5697](https://github.com/stdlib-js/stdlib/issues/5697)
48+
49+
</section>
50+
51+
<!-- /.issues -->
52+
53+
<section class="contributors">
54+
55+
### Contributors
56+
57+
A total of 1 person contributed to this release. Thank you to this contributor:
58+
59+
- Abdelrahman Samir
60+
61+
</section>
62+
63+
<!-- /.contributors -->
64+
65+
<section class="commits">
66+
67+
### Commits
68+
69+
<details>
70+
71+
- [`8af1610`](https://github.com/stdlib-js/stdlib/commit/8af16104077b365569644d710180017cc34bc584) - **chore(buffer):** remove unused `eslint-disable` directives in `polyfill.js` [(#5762)](https://github.com/stdlib-js/stdlib/pull/5762) _(by Abdelrahman Samir)_
72+
73+
</details>
74+
75+
</section>
76+
77+
<!-- /.commits -->
1078

1179
</section>
1280

CONTRIBUTORS

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
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]>
1112
Ahmed Kashkoush <[email protected]>
1213
Ahmed Khaled <[email protected]>
14+
Aksshay Balasubramanian <[email protected]>
1315
Aleksandr <[email protected]>
1416
Ali Salesi <[email protected]>
1517
Aman Bhansali <[email protected]>
@@ -27,20 +29,26 @@ Daniel Killenberger <[email protected]>
2729
Daniel Yu <[email protected]>
2830
Debashis Maharana <[email protected]>
2931
Desh Deepak Kant <[email protected]>
32+
3033
Dhruv Arvind Singh <[email protected]>
3134
Divyansh Seth <[email protected]>
3235
Dominic Lim <[email protected]>
3336
Dominik Moritz <[email protected]>
3437
Dorrin Sotoudeh <[email protected]>
3538
EuniceSim142 <[email protected]>
3639
Frank Kovacs <[email protected]>
40+
GK Bishnoi <[email protected]>
41+
42+
Gautam sharma <[email protected]>
3743
Golden Kumar <[email protected]>
3844
Gunj Joshi <[email protected]>
39-
Gururaj Gurram <[email protected]>
45+
Gururaj Gurram <[email protected]>
46+
4047
4148
Harshita Kalani <[email protected]>
4249
Hridyanshu <[email protected]>
4350
Jaimin Godhani <[email protected]>
51+
Jalaj Kumar <[email protected]>
4452
James Gelok <[email protected]>
4553
Jaysukh Makvana <[email protected]>
4654
Jenish Thapa <[email protected]>
@@ -50,9 +58,11 @@ Joey Reed <[email protected]>
5058
Jordan Gallivan <[email protected]>
5159
Joris Labie <[email protected]>
5260
Justin Dennison <[email protected]>
61+
Justyn Shelby <[email protected]>
5362
Karan Anand <[email protected]>
5463
Karthik Prakash <[email protected]>
5564
Kohantika Nath <[email protected]>
65+
Krishnam Agarwal <[email protected]>
5666
Krishnendu Das <[email protected]>
5767
Kshitij-Dale <[email protected]>
5868
Lovelin Dhoni J B <[email protected]>
@@ -62,6 +72,7 @@ Marcus Fantham <[email protected]>
6272
Matt Cochrane <[email protected]>
6373
Mihir Pandit <[email protected]>
6474
Milan Raj <[email protected]>
75+
Mohammad Bin Aftab <[email protected]>
6576
Mohammad Kaif <[email protected]>
6677
Momtchil Momtchev <[email protected]>
6778
Muhammad Haris <[email protected]>
@@ -89,6 +100,7 @@ Rejoan Sardar <[email protected]>
89100
Ricky Reusser <[email protected]>
90101
Ridam Garg <[email protected]>
91102
103+
Rishav Tarway <[email protected]>
92104
Robert Gislason <[email protected]>
93105
Roman Stetsyk <[email protected]>
94106
Rutam Kathale <[email protected]>
@@ -99,6 +111,7 @@ Sai Srikar Dumpeti <[email protected]>
99111
Sarthak Paandey <[email protected]>
100112
Saurabh Singh <[email protected]>
101113
Seyyed Parsa Neshaei <[email protected]>
114+
Shabareesh Shetty <[email protected]>
102115
Shashank Shekhar Singh <[email protected]>
103116
Shivam Ahir <[email protected]>
104117
Shraddheya Shendre <[email protected]>
@@ -109,6 +122,7 @@ Snehil Shah <[email protected]>
109122
Soumajit Chatterjee <[email protected]>
110123
Spandan Barve <[email protected]>
111124
Stephannie Jiménez Gacha <[email protected]>
125+
Suhaib Ilahi <[email protected]>
112126
Suraj Kumar <[email protected]>
113127
Tirtadwipa Manunggal <[email protected]>
114128
Tudor Pagu <[email protected]>
@@ -123,6 +137,12 @@ Vivek Maurya <[email protected]>
123137
Xiaochuan Ye <[email protected]>
124138
Yaswanth Kosuru <[email protected]>
125139
Yernar Yergaziyev <[email protected]>
140+
Yugal Kaushik <[email protected]>
141+
Yuvi Mittal <[email protected]>
142+
ekambains <[email protected]>
143+
fadiothman22 <[email protected]>
126144
olenkabilonizhka <[email protected]>
145+
pranav-1720 <[email protected]>
146+
rahulrangers <[email protected]>
127147
128148

from-string/lib/polyfill.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ function fromString( str, encoding ) {
4949
if ( !isString( encoding ) ) {
5050
throw new TypeError( format( 'invalid argument. Second argument must be a string. Value: `%s`.', encoding ) );
5151
}
52-
return new Buffer( str, encoding ); // eslint-disable-line no-buffer-constructor
52+
return new Buffer( str, encoding );
5353
}
54-
return new Buffer( str, 'utf8' ); // eslint-disable-line no-buffer-constructor
54+
return new Buffer( str, 'utf8' );
5555
}
5656

5757

0 commit comments

Comments
 (0)