Skip to content

Commit

Permalink
deps: bump aegir from 41.3.5 to 42.0.1 (#127)
Browse files Browse the repository at this point in the history
Bumps [aegir](https://github.com/ipfs/aegir) from 41.3.5 to 42.0.1.
- [Release notes](https://github.com/ipfs/aegir/releases)
- [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md)
- [Commits](ipfs/aegir@v41.3.5...v42.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <[email protected]>
  • Loading branch information
dependabot[bot] and achingbrain authored Jan 8, 2024
1 parent aa3829c commit 02eafe9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"docs": "aegir docs"
},
"dependencies": {
"aegir": "^41.0.4"
"aegir": "^42.0.1"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/protons-benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@protobuf-ts/plugin": "^2.8.1",
"@protobuf-ts/runtime": "^2.8.1",
"@types/benchmark": "^2.1.1",
"aegir": "^41.0.4",
"aegir": "^42.0.1",
"benchmark": "^2.1.4",
"pbjs": "^0.0.14",
"protobufjs": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/protons-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@
"uint8arrays": "^5.0.1"
},
"devDependencies": {
"aegir": "^41.0.4"
"aegir": "^42.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/protons/bin/protons.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#! /usr/bin/env node

// @ts-expect-error types are broken
import meow from 'meow'
import { generate } from '../src/index.js'

Expand All @@ -17,6 +16,7 @@ async function main (): Promise<void> {
Examples
$ protons ./path/to/file.proto ./path/to/other/file.proto
`, {
// @ts-expect-error importMeta is missing from the types
importMeta: import.meta,
flags: {
output: {
Expand Down
2 changes: 1 addition & 1 deletion packages/protons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"protobufjs-cli": "^1.0.0"
},
"devDependencies": {
"aegir": "^41.0.4",
"aegir": "^42.0.1",
"long": "^5.2.0",
"pbjs": "^0.0.14",
"protobufjs": "^7.0.0",
Expand Down

0 comments on commit 02eafe9

Please sign in to comment.