-
Notifications
You must be signed in to change notification settings - Fork 27
Maintenance updates for dependabot alerts #451
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
base: main
Are you sure you want to change the base?
Conversation
554d612 to
9579236
Compare
ef3826e to
d79753d
Compare
|
Looks like we need air/editors/code/src/process.ts Lines 15 to 25 in 1502872
Can you please make that change too? Trying to get the Code extension test workflow passing |
9e587fb to
7622118
Compare
|
To fix: Caused by vs-code depending on a version of glob that is incompatible with the latest safe version: istanbuljs/test-exclude#67 I've downgraded glob to 9.x.x, which is safe: isaacs/node-glob#639 (comment) There was also a dep cycle issue with brace-expansion: I downgraded to Node 22 to fix it. It seems generally better to lag a few versions of Node in vscode extensions. This all seemed a bit unnecessary for a dev dependency but this got my feet wet with web dev dependency hell... |
7622118 to
4b2f586
Compare
To avoid a dependency cycle issue due to our pinning of glob 9.x.x
4b2f586 to
8681737
Compare
Uh oh!
There was an error while loading. Please reload this page.