Skip to content

Commit

Permalink
chore: various smol housekeeping things (#1097)
Browse files Browse the repository at this point in the history
## 🧰 Changes

- [x] Remove an unused snapshot file
- [x] Bump `ora` to the latest (this is now possible since we no longer
have a Docker build process that relies on `pkg` to build binaries)
- [x] Add `eslint` to our list of packages for dependabot to ignore

## 🧬 QA & Testing

Provide as much information as you can on how to test what you've done.
  • Loading branch information
kanadgupta authored Dec 2, 2024
1 parent 19b265d commit ab57533
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 303 deletions.
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

0 comments on commit ab57533

Please sign in to comment.