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

Deprecated subdependencies found in @astrojs/netlify #336

Open
1 task
hfournier opened this issue Jul 26, 2024 · 0 comments
Open
1 task

Deprecated subdependencies found in @astrojs/netlify #336

hfournier opened this issue Jul 26, 2024 · 0 comments

Comments

@hfournier
Copy link

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:

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: vercel/nft#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants