aegir icon indicating copy to clipboard operation
aegir copied to clipboard

AEgir - Automated JavaScript project building

Results 90 aegir issues
Sort by recently updated
recently updated
newest added

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.54 to 0.15.6. Release notes Sourced from esbuild's releases. v0.15.6 Lower for await loops (#1930) This release lowers for await loops to the equivalent for loop containing...

dependencies

Bumps [eslint-config-ipfs](https://github.com/ipfs/eslint-config-ipfs) from 2.2.1 to 3.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-config-ipfs&package-manager=npm_and_yarn&previous-version=2.2.1&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.11.56 to 18.7.14. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=16.11.56&new-version=18.7.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tempy](https://github.com/sindresorhus/tempy) from 2.0.0 to 3.0.0. Release notes Sourced from tempy's releases. v3.0.0 Breaking Require Node.js 14 (#41) 4b3e859 Changed from a default export to named exports: tempy.file → import...

dependencies

Bumps [@types/update-notifier](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/update-notifier) from 5.1.0 to 6.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/update-notifier&package-manager=npm_and_yarn&previous-version=5.1.0&new-version=6.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**Describe the bug** I ran `aegir check-project` on https://github.com/ipfs/js-kubo-rpc-client/commit/167109aadfc5fe681c8dae10749973040edd6d8b and it updated the README incorrectly in one area. **To Reproduce** Steps to reproduce the behavior: ```bash cd $(mktemp -d) git...

Fixes an error when building where "es2021" is not in the list of known versions. Refactor for import path changes required when upgrading to tempy 3.0.0

status/blocked

@achingbrain not sure if this is too disruptive. BREAKING CHANGE: - no more forwarding flags - no more positional arguments - cannot depcheck single file - won't throw an error...

P3

As discussed offline, this feature helps avoid issues like https://github.com/libp2p/js-libp2p-tcp/issues/185

Currently ts checking is broken due to https://github.com/dependents/detective-typescript/issues/46 - the build will not pass until that issue is resolved. BREAKING CHANGE: detects unused deps where it did not before so...