2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|
2020-07-22 08:55:12 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
npm: updated to 6.14.7
BUG FIXES
de5108836 npm explore spawn shell correctly
36e6c01d3 git tag handling regression on shrinkwrap
1961c9369 Fix package id in shrinkwrap lifecycle step output
87888892a gracefully handle error during npm install
6fe2bdc25 npm ls --parseable --long output
DEPENDENCIES
2d78481c7 update mkdirp on tacks
4e129d105 uninstall npm-registry-couchapp
8e1869e27 update marked dev dep
6a6151f37 libnpx@10.2.4
dc21422eb bin-links@1.1.8
d341f88ce gentle-fs@2.3.1
3e168d49b libcipm@4.0.8
6ae942a51 npm-audit-report@1.3.3
6a35e3dee npm-lifecycle@3.1.5
|
2020-07-08 08:12:12 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
npm: updated to 6.14.6
6.14.6
BUG FIXES
chore: remove auth info from logs
fix: wrong npm doctor command result
DEPENDENCIES
npm-registry-fetch@4.0.5
spdx-license-ids@3.0.5
DOCUMENTATION
chore(docs): fixed links to cli commands
Update npm-link.md
Add note about dropped * filenames
Fix typo
|
2020-05-27 21:37:44 by Thomas Klausner | Files touched by this commit (60) |
Log message:
*: reset MAINTAINER for fhajny on his request
|
2020-05-21 11:25:45 by Jonathan Perkin | Files touched by this commit (1) |
Log message:
npm: Remove bogus @pkgdir.
|
2020-05-08 15:37:26 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
npm: updated to 6.14.5
6.14.5:
BUG FIXES
fix: relativize file links when inflating shrinkwrap
fix: npm init help output
|
2020-04-06 22:24:32 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
npm: updated to 6.14.4
6.14.4:
DEPENDENCIES
* Bump `minimist@1.2.5` transitive dep to resolve security issue
* `update-notifier@2.5.0`
* bump `deep-extend@1.2.5`
* bump `deep-extend@0.6.0`
* bump `is-ci@1.2.1`
* bump `is-retry-allowed@1.2.0`
* bump `rc@1.2.8`
* bump `registry-auth-token@3.4.0`
* bump `widest-line@2.0.1`
* `mkdirp@0.5.4`
* deps: updates term-size to use signed binary
6.14.3:
DOCUMENTATION
* docs(teams): updated team docs to reflect MFA workflow
* docs: cleanup
* docs: fix links to cli commands
* docs: correction to `npm update -g` behaviour
DEPENDENCIES
* `mkdirp@0.5.3`
* fix: bump `minimist` dep to resolve security issue
* `rimraf@2.7.1`
* `npm-registry-mock@1.3.1`
* `npm-registry-couchapp@2.7.4`
|
2020-03-04 20:05:21 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
npm: updated to 6.14.2
6.14.2:
DOCUMENTATION
chore(docs): update unpublish docs & policy reference
DEPENDENCIES
hosted-git-info@2.8.8
fix: regression in old node versions w/ respect to url.URL implmentation
npm-profile@4.0.4
fix: treat non-http/https login urls as invalid
glob@7.1.6
node-gyp@5.1.0
6.14.1:
hosted-git-info@2.8.7 Fixes a regression where scp-style git urls are passed to \
the WhatWG URL parser, which does not handle them properly.
6.14.0:
FEATURES
add support for multiple funding sources
BUG FIXES
fix: check npm.config before accessing its members
fix: access grant with unscoped packages
fix: allow new major versions of node to be automatically considered \
"supported"
DEPENDENCIES
hosted-git-info@2.8.6
fix: passwords & usernames are escaped properly in git deps
chownr@1.1.4
npm-packlist@1.4.8
npm-registry-fetch@4.0.3
fix: always bypass cache when ?write=true
readable-stream@3.6.0
fix: babel's "loose mode" class transform enbrittles BufferList
DOCUMENTATION
update lifecycle hooks docs
fix: trademarks typo
fix: postinstall example
fix: bad links in publish docs
MISCELLANEOUS
add script to update dist-tags
|
2020-01-29 13:48:51 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
npm: updated to 6.13.7
6.13.7:
Update CI detection cases
|
2020-01-16 11:30:59 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
npm: updated to 6.13.6
6.13.6:
DEPENDENCIES
pacote@9.5.12:
* fix(git): Do not drop uid/gid when executing in root-owned directory
6.13.5:
BUG FIXES
Fix cache location for npm ci
fix(version): using 'allow-same-version', git commit --allow-empty and git tag -f
TESTING
test(ci): add failing cache config test
test: fix bin-overwriting test on Windows
ci: Allow builds to run even if one fails
Remove the unused appveyor.yml
ci: switch to actions/checkout@v2
DOCUMENTATION
fix netlify publish path config
update gatsby dependencies
docs: clarify usage of global prefix
|