From e7f8385b57d877ac807762dfa30f81d35c13edbb Mon Sep 17 00:00:00 2001 From: Sachin Date: Wed, 21 May 2025 01:47:06 +0000 Subject: [PATCH 1/2] chore: address commit comments for commit c9edc1a (issue #7049) --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- .../@stdlib/array/base/assert/any-is-entry/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/array/base/assert/any-is-entry/README.md b/lib/node_modules/@stdlib/array/base/assert/any-is-entry/README.md index 02c3bae3e029..1438c97b2dab 100644 --- a/lib/node_modules/@stdlib/array/base/assert/any-is-entry/README.md +++ b/lib/node_modules/@stdlib/array/base/assert/any-is-entry/README.md @@ -40,7 +40,8 @@ limitations under the License. var anyIsEntry = require( '@stdlib/array/base/assert/any-is-entry' ); ``` -#### anyIsEntry( arr, property ) +#### anyIsEntryIn( arr, property, value ) + Tests whether at least one element in a provided array has a specified own property key-value pair. From ceb4c71959f8aeec7b0eb266c024bfb16c8fd3bc Mon Sep 17 00:00:00 2001 From: Sachin Date: Mon, 26 May 2025 07:10:50 +0000 Subject: [PATCH 2/2] chore: fix EditorConfig lint errors (issue #7084) --- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed --- --- .../pkgs/clis/test/fixtures/bin_str.json | 2 +- .../@stdlib/assert/napi/manifest.json | 80 +++++++++---------- .../strided/base/smskmap/manifest.json | 77 +++++++++--------- 3 files changed, 81 insertions(+), 78 deletions(-) diff --git a/lib/node_modules/@stdlib/_tools/pkgs/clis/test/fixtures/bin_str.json b/lib/node_modules/@stdlib/_tools/pkgs/clis/test/fixtures/bin_str.json index 3024142c795a..4de28535f00d 100644 --- a/lib/node_modules/@stdlib/_tools/pkgs/clis/test/fixtures/bin_str.json +++ b/lib/node_modules/@stdlib/_tools/pkgs/clis/test/fixtures/bin_str.json @@ -1,3 +1,3 @@ { - "bin": "beep" + "bin": "beep" } diff --git a/lib/node_modules/@stdlib/assert/napi/manifest.json b/lib/node_modules/@stdlib/assert/napi/manifest.json index 161398f0594d..493e79f4d142 100644 --- a/lib/node_modules/@stdlib/assert/napi/manifest.json +++ b/lib/node_modules/@stdlib/assert/napi/manifest.json @@ -1,43 +1,43 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/assert/napi/equal-typedarray-types", - "@stdlib/assert/napi/equal-types", + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/assert/napi/equal-typedarray-types", + "@stdlib/assert/napi/equal-types", "@stdlib/assert/napi/has-property", - "@stdlib/assert/napi/is-type", - "@stdlib/assert/napi/is-typedarray", - "@stdlib/assert/napi/status-ok" - ] - } - ] + "@stdlib/assert/napi/is-type", + "@stdlib/assert/napi/is-typedarray", + "@stdlib/assert/napi/status-ok" + ] + } + ] } diff --git a/lib/node_modules/@stdlib/strided/base/smskmap/manifest.json b/lib/node_modules/@stdlib/strided/base/smskmap/manifest.json index 4c25a16849f2..493e79f4d142 100644 --- a/lib/node_modules/@stdlib/strided/base/smskmap/manifest.json +++ b/lib/node_modules/@stdlib/strided/base/smskmap/manifest.json @@ -1,40 +1,43 @@ { - "options": {}, - "fields": [ - { - "field": "src", - "resolve": true, - "relative": true - }, - { - "field": "include", - "resolve": true, - "relative": true - }, - { - "field": "libraries", - "resolve": false, - "relative": false - }, - { - "field": "libpath", - "resolve": true, - "relative": false - } - ], - "confs": [ - { - "src": [ - "./src/main.c" - ], - "include": [ - "./include" - ], - "libraries": [], - "libpath": [], - "dependencies": [ - "@stdlib/strided/base/stride2offset" + "options": {}, + "fields": [ + { + "field": "src", + "resolve": true, + "relative": true + }, + { + "field": "include", + "resolve": true, + "relative": true + }, + { + "field": "libraries", + "resolve": false, + "relative": false + }, + { + "field": "libpath", + "resolve": true, + "relative": false + } + ], + "confs": [ + { + "src": [], + "include": [ + "./include" + ], + "libraries": [], + "libpath": [], + "dependencies": [ + "@stdlib/assert/napi/equal-typedarray-types", + "@stdlib/assert/napi/equal-types", + "@stdlib/assert/napi/has-property", + "@stdlib/assert/napi/is-type", + "@stdlib/assert/napi/is-typedarray", + "@stdlib/assert/napi/status-ok" ] - } - ] + } + ] }