adapters icon indicating copy to clipboard operation
adapters copied to clipboard

Deprecated subdependencies found in @astrojs/netlify

Open hfournier opened this issue 7 months ago • 0 comments

Astro Info

Astro                    v4.12.2
Node                     v20.10.0
System                   Windows (x64)
Package Manager          pnpm
Output                   hybrid
Adapter                  @astrojs/netlify
Integrations             @astrojs/tailwind
                         astro-icon

Describe the Bug

Updating @astrojs/netlify results in:

WARN  6 deprecated subdependencies found: [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]

Ran:

pnpm list are-we-there-yet gauge glob inflight npmlog rimraf --depth 10

and got:

dependencies:
@astrojs/netlify 5.4.0
└─┬ @vercel/nft 0.27.3
  ├─┬ @mapbox/node-pre-gyp 1.0.11
  │ ├─┬ npmlog 5.0.1
  │ │ ├── are-we-there-yet 2.0.0
  │ │ └── gauge 3.0.2
  │ └─┬ rimraf 3.0.2
  │   └─┬ glob 7.2.3
  │     └── inflight 1.0.6
  └─┬ glob 7.2.3
    └── inflight 1.0.6
@astrojs/tailwind 5.1.0
└─┬ tailwindcss 3.4.7 peer
  └─┬ sucrase 3.35.0
    └── glob 10.4.5
tailwindcss 3.4.7
└─┬ sucrase 3.35.0
  └── glob 10.4.5

devDependencies:
@tailwindcss/typography 0.5.13
└─┬ tailwindcss 3.4.7 peer
  └─┬ sucrase 3.35.0
    └── glob 10.4.5

Appears to be already reported: https://github.com/vercel/nft/issues/421, but thought it might be a good idea to track it here so @astrojs/netlify can be updated once issue is resolved.

What's the expected result?

There should be no deprecated subdependencies

Link to Minimal Reproducible Example

n/a

Participation

  • [ ] I am willing to submit a pull request for this issue.

hfournier avatar Jul 26 '24 03:07 hfournier