Next | Query returned 60 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2019-03-06 11:07:36 by Maya Rashish | Files touched by this commit (1)
Log message:
npm: remove entirely commented out section
   2019-03-06 10:42:09 by Maya Rashish | Files touched by this commit (3)
Log message:
npm: use a different way to install to PKGMANDIR.
(Moving a relative symlink to another directory breaks it)

bump PKGREVISION
   2019-02-14 11:36:40 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
npm: updated to 6.8.0

v6.8.0:

This release includes an implementation of [RFC 10], documenting an optional \ 
field that can be used to specify
the directory path for a package within a monorepo.

NEW FEATURES
* Update package.json docs to include repository.directory details.

BUGFIXES
* Add @types to ignore list to fix git clean -fd.
* Fix common.npm callback arguments.
* Show installed but unmet peer deps.
* Use figgy-config to make sure extra opts are there.
* Fix ls-collaborators access error for non-scoped case.
* Fix issue with sub-folder local references.

DEPENDENCY BUMPS
* npm-registry-couchapp@2.7.1
* npm-registry-fetch@3.9.0:
* Make sure publishing with legacy username:password _auth works again.
* pacote@9.4.1
* normalize-package-data@2.5.0
* npm-packlist@1.3.0
* read-package-tree@5.2.2

MISC
* Use const in lib/fetch-package-metadata.md.
* Replace ronn with marked-man in .npmignore.
* Reduce work to test if executable ends with a 'g'.
   2019-01-24 09:31:18 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
npm: updated to 6.7.0

v6.7.0:

Hey y'all! This is a quick hotfix release that includes some important fixes to \ 
npm@6.6.0 related to the large rewrite/refactor. We're tagging it as a feature \ 
release because the changes involve some minor new features, and semver is \ 
semver, but there's nothing major here.

NEW FEATURES
Improve usage errors to npm org commands and add optional filtering to npm org \ 
ls subcommand.

BUGFIXES
Fix default usage printout for npm org so you actually see how it's supposed to \ 
be used.
fix default usage message for npm hook

DOCS
Add manpage for npm org command.

DEPENDENCY BUMPS
Fall back to "fullfat" packuments on ETARGET errors. This will make it \ 
so that, when a package is published but the corgi follower hasn't caught up, \ 
users can still install a freshly-published package.
Fixes auth error for username/password legacy authentication.
Fixes issue with "cannot run in wd" errors for run-scripts.
Fixes issues with leaking signal-exit instances and file descriptors.
   2019-01-22 12:19:17 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
npm: updated to 6.6.0

v6.6.0

REFACTORING OUT npm-REGISTRY-CLIENT

Today is an auspicious day! This release marks the end of a massive internal \ 
refactor to npm that means we finally got rid of the legacy npm-registry-client \ 
in favor of the shiny, new, window.fetch-like npm-registry-fetch.

Now, the installer had already done most of this work with the release of npm@5, \ 
but it turns out every other command still used the legacy client. This release \ 
updates all of those commands to use the new client, and while we're at it, adds \ 
a few extra goodies:

All OTP-requiring commands will now prompt. --otp is no longer required for \ 
dist-tag, access, et al.
We're starting to integrate a new config system which will eventually get \ 
extracted into a standalone package.
We now use libnpm for the API functionality of a lot of our commands! That means \ 
you can install a library if you want to write your own tooling around them.
There's now an npm org command for managing users in your org.
pacote now consumes npm-style configurations, instead of its own naming for \ 
various config vars. This will make it easier to load npm configs using \ 
libnpm.config and hand them directly to pacote.

NEW FEATURES
Make npm dist-tags the same as npm dist-tag ls.
Add support for IBM i.
Update profile to support new npm-profile API.

BUGFIXES
Fix support for passing git binary path config with --git.
Check for npm.config's existence in error-handler.js to prevent weird errors \ 
when failures happen before config object is loaded.
Fix checking for optional dependencies.
Remove tink experiments.
Handle git branch references correctly.
Report any errors above 400 as potentially not supporting audit.
Set default homepage to an empty string.
Fix npm-prefix description.

DOCS
Fix typo in npm-token documentation.
Correct docs for fake-registry interface.
   2019-01-08 15:53:49 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
npm: updated to 6.5.0

v6.5.0:
NEW FEATURES
Backronym npm ci to npm clean-install.
Adds 'Homepage' to outdated --long output.

BUGFIXES
Fix sign-git-commit options. They were previously totally wrong.
Set lowercase headers for npm audit requests.
Fix npm edit handling of scoped packages.
Make summary output for npm ci go to stdout, not stderr.
Close the file descriptor during publish if exiting upload via an error. This \ 
will prevent strange error messages when the upload fails and make sure
cleanup happens correctly.
   2018-12-15 22:12:25 by Thomas Klausner | Files touched by this commit (67) | Package updated
Log message:
*: update email for fhajny
   2018-09-07 13:51:10 by Filip Hajny | Files touched by this commit (3) | Package updated
Log message:
lang/npm: Update to 6.4.1.

6.4.1

BUGFIXES

- Prevent blowing up on malformed responses from the npm audit
  endpoint, such as with third-party registries.
- Fix NO_PROXY support by renaming npm-side config to --noproxy. The
  environment variable should still work.
- Disable update-notifier checks when a CI environment is detected.
- Fix issue where postpack scripts would break if pack was used with
  --dry-run.

DEPENDENCY BUMPS

- figgy-pudding@3.4.1
- cacache@11.2.0
- npm-packlist@1.1.11
- libcipm@2.0.2
- JSONStream@1.3.4
- npm-lifecycle@2.1.0
- npm-registry-client@8.6.0
- opener@1.5.0
- request@2.88.0
- tacks@1.2.7
- ci-info@1.4.0
- marked@0.5.0

DOCUMENTATION

- Mention registry terms of use in manpage and registry docs and
  update language in README for it.
- Add documentation for --dry-run in install and pack docs.
- Update republish time and lightly reorganize republish info.
- Correct npm@6.4.0 release date in changelog.
- Align command descriptions in help text.

6.4.0

NEW FEATURES

- Search for authentication token defined by environment variables by
  preventing the translation layer from env variable to npm option
  from breaking :_authToken.
- Stop filtering out non-IPv4 addresses from local-addrs, making npm
  actually use IPv6 addresses when it must.
- Configurable audit level for non-zero exit npm audit currently exits
  with exit code 1 if any vulnerabilities are found of any level. Add
  a flag of --audit-level to npm audit to allow it to pass if only
  vulnerabilities below a certain level are found. Example: npm audit
  --audit-level=high will exit with 0 if only low or moderate level
  vulns are detected.

BUGFIXES

- Don't check for updates to npm when we are updating npm itself.
   2018-08-25 22:46:29 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
npm: fix building with PKGREVISION
   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0

Next | Query returned 60 messages, browsing 41 to 50 | Previous