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

chore: various smol housekeeping things #1097

Merged
merged 3 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ updates:
prefix: chore(deps)
prefix-development: chore(deps-dev)
ignore:
# See https://github.com/sindresorhus/ora/issues/229
- dependency-name: ora
# Blocked on this until we can bump our shared ESLint config to support ESLint 9
- dependency-name: eslint
versions:
- '>= 7'
- '>= 8'
# There are ProxyAgent discrepancies between undici@6 and
# the Node.js fetch implementation (which uses undici@5).
# Until we use undici itself for fetch calls, we should
Expand Down
168 changes: 0 additions & 168 deletions __tests__/__snapshots__/index.test.ts.snap

This file was deleted.

Loading
Loading