This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
chore(deps): update dependency bower to v1 (master) #24
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.
This PR contains the following updates:
~0.9.2
->~1.3.8
By merging this PR, the below vulnerabilities will be automatically resolved:
By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
bower/bower (bower)
v1.3.8
Compare Source
tmp
package dep (#1403, #1407)v1.3.7
Compare Source
v1.3.6
Compare Source
v1.3.5
Compare Source
v1.3.4
Compare Source
bower version
to mirror the tag format ofnpm version
(#1278)v1.3.3
Compare Source
v1.3.2
Compare Source
link
now installs package dependencies PR #891v1.3.1
Compare Source
v1.3.0
Compare Source
moduleType
property to bower init (#934)save
option onuninstall
command (#1031)bower version
command (#961)--save
by default when usingbower install
command (#1074)NOTE: It's advisable that users use
--config.interactive=false
on automated scripts.v1.2.8
Compare Source
v1.2.7
Compare Source
--force-latest
is specified (#861)bower register
warning about URL conversion, even if no conversion occurredbower update
not correctly catching up branch commits.bowerrc
to the ignores inbower init
(#854)octet-stream
NOTE: It's advisable that users run
bower cache clean
.v1.2.6
Compare Source
content-length
header.content-length
header if possible; this fixes Bower silently failing on unstable networks (#824 and #792)init
command (#841)v1.2.5
Compare Source
git clone
commandsv1.2.4
Compare Source
v1.2.3
Compare Source
bower info <package> <property>
printing the available versions (it shouldn't!)0.8.x
(#802)extraneous
flag in thelist
command being incorrectly set for saved dev dependencies in some casesbower list
on Windows (#813)--json
v1.2.2
Compare Source
--json
git
servers that do not support shallow clones (#805)v1.2.1
Compare Source
v1.2.0
Compare Source
bower info <package>
will now show the latest<package>
information along with the available versions (#759)bower link
no longer requires an elevated user on Windows in most cases (#472)bower.json
spec properties, filling in default values forauthor
andhomepage
based ongit
settings (#693)bower.json
are now catched up bybower install
andbower update
(#788)bower cache clean
, e.g.bower cache clean jquery#<2.0.0
(#688)bower list --paths
on Windows (#279)bower list --paths
(#784)--relative
option tobower list --json
so that Bower outputs relative paths instead of absolute (#714)bower list --paths
now outputs relative paths by default; can be turned off with--no-relative
(#785)symlinks
to files are present in thebower_components
folder (#783 and #791)git
(#761)git
fails (#250)component.json
if it looks like a component(1) file (#556)--json
Fix for
#788
requires installed components to be re-installed.v1.1.2
Compare Source
--depth=1
when cloning (#747)v1.1.1
Compare Source
home
command not guessing the correct URL forGitHub
ssh endpoints (requiresbower cache-clean
)/tmp/bower
folder (#743)git://
URLs togit@
when behind a proxy (#731)v1.1.0
Compare Source
--save
and--save-dev
not working correctly for the uninstall command in some situations"private": true
inbower.json
will result in an error (#162)bower prune
now clears pruned packages dependencies if they are also extraneous (#708)bower uninstall
now uninstalls uninstalled packages dependencies if they are not shared (#609)bower list
display theincompatible
label even if they are compatible (#710)bower cache clean
not working correctly whenpackage#non-semver
is specifiedcompletion
command to prevent weird output when hitting tab (#691)bower info --help
(#703)bower info <package>#<version>
(#571)bower ls
as an alias tobower list
bower init
(#709)bower list
is now able to (partially) reconstruct the dependency tree, even for dependencies not declared inbower.json
(#622)v1.0.3
Compare Source
bower info <package> <property>
not showing information related to property of the latest version of that package (#684)v1.0.2
Compare Source
v1.0.1
Compare Source
bower register
going ahead even if the answer wasno
(#644)Bower
not working when calling.bat
/.cmd
commands on Windows; it affected people usingGit portable
(#626)bower list --paths
not resolving all files to absolute paths when themain
property contained multiple files (660)Bower
renamingbower.json
andcomponent.json
files toindex.json
when it was the only file in the folder (#674).
(#666)bower.json
files are now parsed, makingbower list
account linked packages dependencies (#659)--allow-root
is passed (#498)bower install
no longer overwriteslinked
packages unless it needs to (#593).bower register
now shows the server that will be used (#647)v1.0.0
Compare Source
Total rewrite of bower.
The list bellow highlights the most important stuff.
For a complete list of changes that this rewrite and release brings please read: https://github.com/bower/bower/wiki/Rewrite-state
--json
output for all commands--offline
usage for all commands, exceptregister
install
andupdate
commands, similar tonpm
in behaviourbower install backbone-amd=backbone#~1.0.0
register
home
command, similar tonpm
cache list
commandprune
commandNon-backwards compatible changes:
json
property from .bowerrc is no longer used--map
and--sources
from the list command were removed, use--json
insteadUsers upgrading from
bower-canary
andbower@~0.x.x
should do abower cache clean
.Additionally you may remove the
~/.bower
folder manually since it's no longer used.On Windows the folder is located in
AppData/bower
.v0.10.0
Compare Source
components
tobower_components
(#434)Content-Type
andContent-Disposition
to guess file types, such as zip files (#454)git
is not installed (#362)--quiet
and--silent
CLI options (#343)NOTE: The
components
folder will still be used if already created, making it easier for users to upgrade.