Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glob version is deprecated #1833

Open
ChronoBoot opened this issue Jul 9, 2024 · 1 comment
Open

Glob version is deprecated #1833

ChronoBoot opened this issue Jul 9, 2024 · 1 comment
Labels
external This issue is blocked on a bug with the actual product. next major: breaking change this is a change that we should wait to bundle into the next major version priority: p2 Moderately-important priority. Fix may not be included in next release. semver: major Hint for users that this is an API breaking change. type: cleanup An internal cleanup or hygiene concern.

Comments

@ChronoBoot
Copy link

Environment details

System:
OS: macOS 14.5
CPU: (8) x64 Intel(R) Core(TM) i5-1038NG7 CPU @ 2.00GHz
Binaries:
Node: 22.3.0 - ~/.nvm/versions/node/v22.3.0/bin/node
Yarn: 1.22.22 - ~/.yarn/bin/yarn
npm: 10.8.1 - ~/.nvm/versions/node/v22.3.0/bin/npm
pnpm: 6.11.0 - ~/.nvm/versions/node/v14.19.0/bin/pnpm
npmPackages:
jest: ^29.7.0 => 29.7.0
google-auth-library version: 9.11

Steps to reproduce

  1. npm i google-auth-library --save

Result

npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
@ChronoBoot ChronoBoot added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jul 9, 2024
@danielbankhead
Copy link
Member

Looking at npm ls glob, it appears it is from nested dependencies:

Screenshot 2024-07-12 at 11 13 01 AM

We will either remove or update the associated packages in the next major release.

@danielbankhead danielbankhead added type: cleanup An internal cleanup or hygiene concern. semver: major Hint for users that this is an API breaking change. external This issue is blocked on a bug with the actual product. next major: breaking change this is a change that we should wait to bundle into the next major version and removed type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external This issue is blocked on a bug with the actual product. next major: breaking change this is a change that we should wait to bundle into the next major version priority: p2 Moderately-important priority. Fix may not be included in next release. semver: major Hint for users that this is an API breaking change. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

2 participants