-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: ipfs/aegir
base: v40.0.13
head repository: ipfs/aegir
compare: v41.0.4
- 10 commits
- 15 files changed
- 3 contributors
Commits on Sep 30, 2023
-
deps!: update eslint-config-ipfs (#1374)
- See ipfs/eslint-config-ipfs#190 BREAKING CHANGE: All interfaces now need to use method signature style rather than property function style eg: before ```ts interface Foo { bar: (baz: number) => void } ``` after ```ts interface Foo { bar(baz: number): void } ```
Configuration menu - View commit details
-
Copy full SHA for 5fadfb7 - Browse repository at this point
Copy the full SHA 5fadfb7View commit details -
chore(release): 41.0.0 [skip ci]
## [41.0.0](v40.0.13...v41.0.0) (2023-09-30) ### ⚠ BREAKING CHANGES * All interfaces now need to use method signature style rather than property function style eg: before ```ts interface Foo { bar: (baz: number) => void } ``` after ```ts interface Foo { bar(baz: number): void } ``` ### Dependencies * update eslint-config-ipfs ([#1374](#1374)) ([5fadfb7](5fadfb7))
Configuration menu - View commit details
-
Copy full SHA for eac17f8 - Browse repository at this point
Copy the full SHA eac17f8View commit details
Commits on Oct 6, 2023
-
chore: fix linting errors (#1380)
The ts doc checker does not like having the same interface in a file with the same method names.
Configuration menu - View commit details
-
Copy full SHA for 2918ba9 - Browse repository at this point
Copy the full SHA 2918ba9View commit details -
chore(release): 41.0.1 [skip ci]
## [41.0.1](v41.0.0...v41.0.1) (2023-10-06) ### Trivial Changes * fix linting errors ([#1380](#1380)) ([2918ba9](2918ba9))
Configuration menu - View commit details
-
Copy full SHA for dabd450 - Browse repository at this point
Copy the full SHA dabd450View commit details -
fix: add package to eslint parser options (#1379)
To support linting a file using the nearest config add `package: true` to the default parser options.
Configuration menu - View commit details
-
Copy full SHA for eb9f72f - Browse repository at this point
Copy the full SHA eb9f72fView commit details -
chore(release): 41.0.2 [skip ci]
## [41.0.2](v41.0.1...v41.0.2) (2023-10-06) ### Bug Fixes * add package to eslint parser options ([#1379](#1379)) ([eb9f72f](eb9f72f))
Configuration menu - View commit details
-
Copy full SHA for 60f34fb - Browse repository at this point
Copy the full SHA 60f34fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc3b4e1 - Browse repository at this point
Copy the full SHA fc3b4e1View commit details -
chore(release): 41.0.3 [skip ci]
## [41.0.3](v41.0.2...v41.0.3) (2023-10-06) ### Bug Fixes * eslint option is project not package ([fc3b4e1](fc3b4e1))
Configuration menu - View commit details
-
Copy full SHA for aa032c7 - Browse repository at this point
Copy the full SHA aa032c7View commit details
Commits on Oct 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46cc114 - Browse repository at this point
Copy the full SHA 46cc114View commit details -
chore(release): 41.0.4 [skip ci]
## [41.0.4](v41.0.3...v41.0.4) (2023-10-10) ### Bug Fixes * set bail defaults correctly ([#1382](#1382)) ([46cc114](46cc114))
Configuration menu - View commit details
-
Copy full SHA for 1c93163 - Browse repository at this point
Copy the full SHA 1c93163View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v40.0.13...v41.0.4