Releases: nodejs/node-core-utils
Releases · nodejs/node-core-utils
v1.13.0
Highlights
In this release, we have a new tool ncu-ci checkout its docs for more info. It will likely need
more updates of pattern matching, to see the tool caveats, PR's welcome to fix those.
commits
ncu-ci: add docsncu-ci: support parsing CI links from PR threadncu-ci: replace --markdown with --copyncu-ci: initial implementation- lib: add cache utility
- package: major dependencies upgrade
- package: update package-lock.json
v1.12.0
- package.json: update nyc
- package.json: remove codecov from devDependencies
- travis: remove node v9 and add v10
- git-node v8: remove eu-strip during major upgrades (#243)
- lib: clean up PR and CI url parsing logic (#242)
- git-node v8: add --v8-dir option
- chore: update dependencies (#239)
- git-node: suggest -x and --autosquash for git rebase (#237)
- feat: merge update-v8 in the project (#235)
- lib: don't print dash for users without names (#236)
- lib: refactor collaborator getters
- pr_checker: consider LITE CI as a ci requirement
v1.11.2
- git: support readme configuration (#223)
- allow git-node land to work with full PR url (#213) (#219)
- lib: make NODE_PENDING_DEPRECATION happy (#222)
- lib: fix XDG_CONFIG_HOME not being set
- lib: fix weekend detection
- config: use correct file if XDG_CONFIG_HOME is set
- fix landed in message for multiple commits (#217)
- metadata: remove file hashes from passed url
- ci-parser: add LITE category and detect node-test-commit-lite
- get-metadata: fix cmd not working on windows
- test: add tests for cross-repository/cross-owner fixes (#197)
- git-node: don't check for wrong branch in --amend or --continue
- do not require .git at the end
- git-node: do not require https:// urls or github.com urls
- git-node: refuse to run without configurations/on wrong revs (#200)
- get-metadata: fail with a non-zero exit status (#199)
- make configurable
- git-node: warn on unexpected remote repository url
- package.json: remove "main" field
- git-node: execute local core-validate-commit
- ncu-team: retrieve the whole team
- docs: deprecate get-metadata -> git node metadata
v1.11.1
Highlights
- You can now use
git node metadatainstead ofget-metadata. - Fixed
git-nodecommand in window. core-validate-commitis now bundled along withnode-core-utils.- We now warn if we can't fetch
nameandemailof user. ncu-teamnow will not exclude collaborator if it has extra space.- We can now detect if user does not have correct git config.
Along with some codebase improvements, documentation and npm packages updates.
commits
- eslint: lint bin folder and fix linting of bin folder
- git-node: add metadata command
- git-node: fix command to work on Windows
- git-node: add core-validate-commit to dependencies
- git-node-land: mention the "edit" rebase option
- npm-packages: updated npm packages
- pr_summary: warn if we can't fetch author's name and email
- lib: accept extra spaces in the collaborators list
- test: add test for having more than one spaces in readme
- pr_checker: Log a error is pr author has incorrect git config.
- git-node: restructure using commandDir of yargs
added new tool that sync members of a GitHub team
New cmd ncu-team has been added in v1.10.0 see docs for more info.