Sindre Sorhus
7a26bf1a10
bump chalk
...
https://github.com/sindresorhus/chalk/releases/tag/v1.0.0
2015-02-23 15:07:56 +07:00
Sindre Sorhus
0ce7053598
bump dev deps
2015-01-12 10:09:33 +08:00
Sindre Sorhus
6a96815c44
bump insight
2015-01-12 10:04:25 +08:00
Sindre Sorhus
d7b0db41f4
bump update-notifier
2015-01-12 08:27:39 +08:00
Adam Stankiewicz
c7df6f50ca
Add AppVeyor config for Windows CI
2015-01-11 03:08:43 +01:00
Adam Stankiewicz
4cb027eb73
Add tests for StandardRenderer
2015-01-06 15:56:10 +01:00
Sindre Sorhus
06f4d0c117
package.json - use caret version specifier
2015-01-05 00:01:29 +07:00
Sindre Sorhus
b5e557ffb0
bump decompress-zip
2015-01-05 00:00:05 +07:00
Daphne Maddox
45bab9fe71
update package.json dependencies
...
Update dependencies in package.json to (mostly) latest available
versions.
Updating these dependencies removes warnings when bower is installed
as a devDependency in other packages and keep the code fresh.
Methodology:
- `npm install`
- `npm test` (all tests pass)
- `npm-check-updates -u`
- `npm test` (find errors, suspect semver, back off to `~2.3.0` in
package.json)
- `rm -rf node_modules` (and .gitignored files)
- `npm install`
- `npm test` (all pass, deem updated version compatible)
- revert to package.json from `master`
- `npm install` (install the old dependencies)
- switch back to updated package.json
- `npm install` (upgrade dependencies in place)
- `npm test` (all tests still pass, deem upgrades safe)
As to the `semver` dependency, it seems that updating to 4.x requires
handling breaking changes, which is TODO.
Closes #1622
2015-01-03 11:24:21 -08:00
Sindre Sorhus
514eb8f0e3
better homedir detection
2014-12-22 22:56:27 +07:00
Sindre Sorhus
de6f341f41
bump to latest chalk
2014-10-16 11:52:46 +02:00
Adam Stankiewicz
c00cadb37a
[fix] Ensure extracted files are readable, update tar-fs
2014-09-28 18:21:24 +02:00
Adam Stankiewicz
b26c072f0d
Bump version to 1.3.12 and update changelog
2014-09-28 17:37:40 +02:00
Adam Stankiewicz
3df6144b77
Downgrade mout to 0.9.0, closes #1525
2014-09-23 20:12:19 +02:00
Adam Stankiewicz
c620004168
Update tar-fs version, fixes #1537
2014-09-23 16:26:26 +02:00
Rodolphe Gohard
e590b44c77
Fix 0.x dependencies to prevent breaking API updates
...
Semver states
> Major version zero (0.y.z) is for initial development.
> Anything may change at any time. The public API should
> not be considered stable.
We already had a case where a tmp package update (0.0.24)
broke bower install. This can happen again with 0.x
dependencies that can introduce breaking API changes
anytime.
2014-09-19 12:04:41 +02:00
Laurent Goderre
fe2f71c9b8
Bump and update changelog
2014-09-17 11:12:17 -04:00
Adam Stankiewicz
fd4d68038b
Bump and update changelog
2014-09-13 16:39:35 +02:00
Adam Stankiewicz
dfd2c7a3d2
Add tests to analytics and fix them
2014-09-12 21:28:44 +02:00
Laurent Goderre
615eba3b40
Update p-throttle to allow displaying the output of hooks
...
Fixes #1484
2014-09-12 00:04:19 +02:00
Burak Yigit Kaya
623f6e9542
Use tar-fs instead of tar for faster TAR extraction
2014-09-07 19:29:37 +02:00
Sindre Sorhus
91aa5dc6dd
bump dependencies
2014-09-06 17:20:32 +02:00
Sindre Sorhus
a069d1e07d
1.3.9
2014-08-06 21:39:31 +02:00
Ray Shan
9cbd595cfd
analytics - bump insight to 0.4.1, supports OS/node/CLI tool version tracking
2014-07-27 21:42:15 -07:00
Sindre Sorhus
7738248230
lock down 0.0.x versions
...
as `~` causes unexpected and non-semver behaviour on them.
https://github.com/isaacs/node-semver
2014-07-15 01:50:32 +02:00
Paul Irish
187f24de81
Bump to 1.3.8
2014-07-11 17:02:35 -07:00
vladikoff
7dbf332a94
Fixes node-tmp update issue
2014-07-11 13:40:58 -07:00
Sindre Sorhus
9b5fa99d6a
bump update-notifier and simplify
2014-07-09 16:15:47 +02:00
Sindre Sorhus
c4e9a0e340
bump deps
2014-07-05 00:26:46 +02:00
Adam Stankiewicz
ecb1619399
Bump to 1.3.7
2014-07-04 12:58:03 +01:00
Adam Stankiewicz
d236a12b8f
Bump version to 1.3.6
2014-07-02 12:28:48 +01:00
Tim Monks
192e5af797
Add integration tests for bower commands
2014-07-02 11:16:12 +01:00
Tim Monks
deb39b8f34
Publish to coveralls.io from travis
2014-07-02 11:16:10 +01:00
Adam Stankiewicz
1c09f9c82d
Bump bower-config and endpoint-parser versions
2014-06-24 11:16:07 +02:00
Sindre Sorhus
0a0a490a38
bump deps
2014-06-10 22:18:26 +02:00
Adam Stankiewicz
f816a5b0da
Bump tmp version to 0.0.23, #988
2014-06-09 03:09:22 +02:00
Mat Scales
a98a0b1ac2
Release 1.3.5
2014-06-06 11:31:37 +01:00
Mat Scales
6c2de4a359
1.3.4
2014-06-02 15:22:18 +01:00
Adam Stankiewicz
d83572803d
Bump, update changelog, update contributors
2014-04-24 22:35:22 +02:00
Sindre Sorhus
ff817dad0d
various tweaks
2014-04-22 15:16:58 +02:00
Sindre Sorhus
ba554d5f45
use opn instead of open
...
`open` is buggy on Linux
https://github.com/sindresorhus/opn
2014-04-22 15:07:33 +02:00
Sindre Sorhus
90922a0ce0
bump deps
2014-04-22 15:04:42 +02:00
Sindre Sorhus
a91cb546f9
let npm sort dependencies
2014-04-22 14:57:38 +02:00
Adam Stankiewicz
22eef989f6
Update dependencies in package.json to newest patches
2014-04-11 05:42:53 +02:00
Ben Schwarz
73f3293314
Merge pull request #1212 from bower/release-1-3-2
...
Prepped 1.3.2 release
2014-04-07 11:40:45 +10:00
Ben Schwarz
98ea43eca9
Prepped 1.3.2 release
2014-04-05 16:03:25 +11:00
Adam Stankiewicz
5a5cf31aba
Make bower concurrent friendly, fixes #933
2014-04-04 19:09:18 +02:00
Mat Scales
630556f7fe
Release 1.3.1
2014-03-11 23:39:39 +00:00
Mat Scales
76fcd341f6
Release 1.3.0
2014-03-10 21:27:56 +00:00
Ahmad Nassri
cea53ddd1f
Remove Node 0.8 compatibility. Closes #1154
2014-03-06 16:33:48 +01:00