-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 6.13.0 #276
Merged
Merged
Release 6.13.0 #276
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Get rid of a lot of usage of osenv.tmpdir in tests. * Remove unnecessary creation/deletion of common.pkg * Reduce rimraf.sync wherever possible (often collides with common-tap.js's rimraf on windows) * Use common test utilities wherever possible. * DRY tests with test templates where it makes sense. PR-URL: #240 Credit: @isaacs Close: #240 Reviewed-by: @ruyadorno
PR-URL: #272 Credit: @JasonEtco Close: #272 Reviewed-by: @ruyadorno
63 tasks
Will node-gyp v6.0.1 be part of this release? It contains some important compatibility fixes for Python 3. https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md |
@ruyadorno itd be great to get #279 into this version as well. |
- chore(docs): remove html from docs build - feat(docs): migrate new Gatsby site to cli/docs - chore(docs): fix docs url path - chore(docs): add new build doc step - chore(docs): add static linking - chore(docs): add npm favicon - chore(docs): update files for tests - chore(docs): make relative paths absolute - chore(docs): fix routing on docs dependant tests - chore(docs): add prepublishOnly docs building step - chore(docs): add docs/public to .gitignore - chore(docs): rename dot json markdown files with hyphen names - chore(docs): clean package.json - chore(docs): highlight scripts in list - chore(docs): add strong styles - chore(docs): fix .json links on markdown - Added copy to the features page - Added an install page (copied from existing online docs) - Added a FeatureLink component to components/links.js - feat(docs): replace docs sh script with node - chore(docs): fix docs building process - chore(docs): docs folder cleanup PR-URL: #274 Credit: @claudiahdz Close: #274 Reviewed-by: @ruyadorno
nvm-sh/nvm@100861d PR-URL: #279 Credit: @ljharb Close: #279 Reviewed-by: @ruyadorno
PR-URL: #246 Credit: @kemitchell Close: #246 Reviewed-by: @ruyadorno Thanks @kemitchell for providing the initial work that served as a base for `npm fund`, its original commits messages are preserved as such: - support: add support subcommand - support: fix request caching - support: further sanitize contributor data - doc: Fix typo - support: simplify to just collecting and showing URLs - install: improve `npm support` test - install: drop "the" before "projects you depend on" - doc: Reword mention of `npm support` in `package.json` spec
This commit introduces the `npm fund` command that lists all `funding` info provided by the installed dependencies of a given project. Notes on implementation: - `lib/utils/funding.js` Provides helpers to validate funding info and return a tree-shaped structure containing the funding data for all deps. - `lib/fund.js` Implements `npm fund <pkg>` command - Added tests - `npm install` mention of funding - `npm fund <pkg>` variations - unit tests for added `lib/utils` and `lib/install` helpers - Added docs for `npm fund`, `funding` `package.json` property - Fixed `lib/utils/open-url` to support `--json` config - Documented `unicode` on `npm install` docs - fix tests - fix planned tap tests - alternative solution to --no-browser arg - docs: moved fund docs to new location Refs: https://github.com/npm/rfcs/blob/2d2f00457ab19b3003eb6ac5ab3d250259fd5a81/accepted/0017-add-funding-support.md PR-URL: #273 Credit: @ruyadorno Close: #273 Reviewed-by: @darcyclarke
- This will ensure we inherit our standard labels from the `open-source-project-boilerplate` PR-URL: #282 Credit: @darcyclarke Close: #282 Reviewed-by: @ruyadorno
- Added an install page (copied from existing online docs) - Added a FeatureLink component to components/links.js
Modified the copy of the "Publish" card to make the transition to npmjs.com/products less jarring PR-URL: #277 Credit: @oletizi Close: #277 Reviewed-by: @ruyadorno
PR-URL: #283 Credit: @isaacs Close: #283 Reviewed-by: @ruyadorno
PR-URL: #281 Credit: @NoDocCat Close: #281 Reviewed-by: @ruyadorno
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
6.13.0 (2019-11-05)
9a2d8af84
#240 Clean up some test flakiness and inconsistency (@isaacs)688cd97be
#272 use github actions for CI (@JasonEtco)DEPENDENCIES
a37296b20
[email protected]