Skip to content

Commit 02eafe9

Browse files
deps: bump aegir from 41.3.5 to 42.0.1 (#127)
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]>
1 parent aa3829c commit 02eafe9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"docs": "aegir docs"
3535
},
3636
"dependencies": {
37-
"aegir": "^41.0.4"
37+
"aegir": "^42.0.1"
3838
},
3939
"workspaces": [
4040
"packages/*"

packages/protons-benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@protobuf-ts/plugin": "^2.8.1",
5454
"@protobuf-ts/runtime": "^2.8.1",
5555
"@types/benchmark": "^2.1.1",
56-
"aegir": "^41.0.4",
56+
"aegir": "^42.0.1",
5757
"benchmark": "^2.1.4",
5858
"pbjs": "^0.0.14",
5959
"protobufjs": "^7.0.0",

packages/protons-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@
130130
"uint8arrays": "^5.0.1"
131131
},
132132
"devDependencies": {
133-
"aegir": "^41.0.4"
133+
"aegir": "^42.0.1"
134134
}
135135
}

packages/protons/bin/protons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#! /usr/bin/env node
22

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

@@ -17,6 +16,7 @@ async function main (): Promise<void> {
1716
Examples
1817
$ protons ./path/to/file.proto ./path/to/other/file.proto
1918
`, {
19+
// @ts-expect-error importMeta is missing from the types
2020
importMeta: import.meta,
2121
flags: {
2222
output: {

packages/protons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"protobufjs-cli": "^1.0.0"
135135
},
136136
"devDependencies": {
137-
"aegir": "^41.0.4",
137+
"aegir": "^42.0.1",
138138
"long": "^5.2.0",
139139
"pbjs": "^0.0.14",
140140
"protobufjs": "^7.0.0",

0 commit comments

Comments
 (0)