Skip to content

Commit

Permalink
deps(dev): bump aegir from 38.1.8 to 39.0.6 (#156)
Browse files Browse the repository at this point in the history
* deps(dev): bump aegir from 38.1.8 to 39.0.6

Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.6.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v38.1.8...v39.0.6)

---
updated-dependencies:
- dependency-name: aegir
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix deps and linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain authored May 11, 2023
1 parent 4fb55ff commit 37f2f4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
},
"scripts": {
"clean": "aegir clean",
"dep-check": "aegir dep-check",
"dep-check": "aegir dep-check -i @typescript-eslint/eslint-plugin -i @typescript-eslint/parser",
"test": "npm run test:node",
"test:node": "aegir test -t node",
"release": "aegir release"
Expand All @@ -133,10 +133,8 @@
"eslint-plugin-promise": "^6.0.0"
},
"devDependencies": {
"aegir": "^38.1.8",
"eslint": "^8.15.0",
"tape": "^5.5.3",
"typescript": "*"
"aegir": "^39.0.6",
"eslint": "^8.15.0"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
2 changes: 0 additions & 2 deletions test/validate.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
'use strict'

const path = require('path')

const eslint = require('eslint')

const eslintrc = require('..')

describe('validate', () => {
Expand Down

0 comments on commit 37f2f4e

Please sign in to comment.