master
Commits on Nov 7, 2021
-
Merge pull request #416 from chibicco/docs-commands-typo-fixes
Fixed typo in docs/commands
Commits on Oct 31, 2021
Commits on Oct 18, 2021
-
Merge pull request #414 from dzunk/fix_ruby_23
Replace Array#sum with Array#reduce
Commits on Oct 15, 2021
Commits on Oct 7, 2021
-
## 3.3.1 2021-10-07 ### Fixed - Fix evaluation of peer dependencies with npm 7 (
🎉 @manuelpuyol #411) ### Changed - Manifest source evaluation performance improvements (#407)
Commits on Oct 4, 2021
-
Merge pull request #411 from github/npm-7-missing-peer-dependencies
Don't error when an indirect peerDependency is missing in npm 7+
-
Update lib/licensed/sources/npm.rb
Co-authored-by: Jon Ruskin <jonabc@github.com>
-
Apply suggestions from code review
Co-authored-by: Jon Ruskin <jonabc@github.com>
Commits on Sep 30, 2021
-
-
-
Apply suggestions from code review
Co-authored-by: Jon Ruskin <jonabc@github.com>
Commits on Sep 27, 2021
-
Merge pull request #410 from github/dependabot/github_actions/actions…
…/github-script-5 Bump actions/github-script from 4.1 to 5
-
-
Bump actions/github-script from 4.1 to 5
Bumps [actions/github-script](https://github.com/actions/github-script) from 4.1 to 5. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v4.1...v5) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Commits on Sep 20, 2021
-
Merge pull request #407 from github/faster-manifests
Speed up manifest source for large repos
-
speed up manifest source for large repos
1. use set intersection instead of checking file existence 2. modify a single set, avoiding object allocation/copy
Commits on Sep 19, 2021
-
Merge pull request #405 from github/limit-gem-files
Don't include miscellaneous files in released gem
-
don't include miscellaneous files in released gem
metadata files, scripts, docker files
-
Merge pull request #404 from github/rusty
Add support for rust via cargo
-
Commits on Sep 14, 2021
-
Merge pull request #400 from mmorel-35/patch-1
ci(workflow): run core first
-
Merge pull request #402 from github/resolve-infinite-recursion
Prepend overwrite of materialize to handle missing bundler specs
-
Merge pull request #401 from github/sources-option-deleting-files
Do not delete skipped sources' cache
Commits on Sep 13, 2021
Commits on Sep 12, 2021
Commits on Sep 10, 2021
-
## 3.2.2 2021-09-09 ### Fixed - Bundler source works properly again when used outside of `bundle exec` (#397)

