This is an automated email from the ASF dual-hosted git repository.
domoritz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-js.git
The following commit(s) were added to refs/heads/main by this push:
new 5eb0f09 chore: remove deprecated @types/glob dependency (#477)
5eb0f09 is described below
commit 5eb0f09ee633544341bdfc8ef84e5beff6bfb617
Author: Kent Wu <[email protected]>
AuthorDate: Fri Sep 11 00:01:15 2026 -0400
chore: remove deprecated @types/glob dependency (#477)
## Summary
`@types/glob` is a deprecated stub package that has had no effect on
this repo for some time. glob v9 and later ship their own type
definitions, and npm marks every published version of the stub as
deprecated with the message "glob provides its own type definitions, so
you do not need this installed."
---
package-lock.json | 19 -------------------
package.json | 1 -
2 files changed, 20 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index e9a2ccc..c2ef43c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -26,7 +26,6 @@
"@swc/core": "1.15.32",
"@swc/helpers": "^0.5.11",
"@types/benchmark": "2.1.5",
- "@types/glob": "8.1.0",
"@types/jest": "30.0.0",
"@types/lz4js": "0.2.2",
"@types/multistream": "4.1.3",
@@ -4745,17 +4744,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/@types/glob": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz",
- "integrity":
"sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==",
- "dev": true,
- "license": "MIT",
- "dependencies": {
- "@types/minimatch": "^5.1.2",
- "@types/node": "*"
- }
- },
"node_modules/@types/hast": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
@@ -4818,13 +4806,6 @@
"dev": true,
"license": "MIT"
},
- "node_modules/@types/minimatch": {
- "version": "5.1.2",
- "resolved":
"https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
- "integrity":
"sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
- "dev": true,
- "license": "MIT"
- },
"node_modules/@types/multistream": {
"version": "4.1.3",
"resolved":
"https://registry.npmjs.org/@types/multistream/-/multistream-4.1.3.tgz",
diff --git a/package.json b/package.json
index 5509a4b..43fdd8f 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,6 @@
"@swc/core": "1.15.32",
"@swc/helpers": "^0.5.11",
"@types/benchmark": "2.1.5",
- "@types/glob": "8.1.0",
"@types/jest": "30.0.0",
"@types/lz4js": "0.2.2",
"@types/multistream": "4.1.3",