[Pkg-javascript-commits] [jquery] branch upstream updated (8d9066a -> 4cbb91b)
Marcelo Jorge Vieira
metal at moszumanska.debian.org
Sun Sep 3 00:17:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
metal pushed a change to branch upstream
in repository jquery.
from 8d9066a New upstream version 3.1.1
new 4cbb91b New upstream version 3.2.1
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.eslintignore | 2 +
src/.eslintrc.json => .eslintrc-browser.json | 13 ++++
.eslintrc-node.json | 13 ++++
.eslintrc.json | 6 +-
.github/ISSUE_TEMPLATE.md | 4 +-
.github/PULL_REQUEST_TEMPLATE.md | 6 +-
.npmignore | 1 -
.travis.yml | 3 +-
AUTHORS.txt | 6 ++
CONTRIBUTING.md | 4 +-
Gruntfile.js | 46 ++++++---------
LICENSE.txt | 2 +-
build/release.js | 10 ++--
build/release/cdn.js | 2 +-
build/release/dist.js | 25 +++++++-
build/tasks/build.js | 6 +-
package.json | 10 ++--
src/.eslintrc.json | 19 +-----
src/attributes/attr.js | 5 +-
src/attributes/val.js | 10 ++--
src/callbacks.js | 2 +-
src/core.js | 12 +---
src/core/init.js | 1 +
src/core/nodeName.js | 13 ++++
src/core/ready-no-deferred.js | 9 ---
src/core/ready.js | 9 ---
src/css.js | 88 ++++++++++++++++------------
src/css/curCSS.js | 10 +++-
src/data/Data.js | 2 +-
src/deferred.js | 14 +++--
src/deprecated.js | 14 ++++-
src/effects.js | 70 ++++++++++++----------
src/event.js | 7 ++-
src/manipulation.js | 10 ++--
src/manipulation/getAll.js | 7 ++-
src/offset.js | 45 +++++++-------
src/queue.js | 2 +-
src/serialize.js | 6 +-
src/traversing.js | 17 +++++-
src/wrapper.js | 2 +-
test/.eslintrc.json | 20 ++++---
test/{ => data}/readywait.html | 28 +++++----
test/data/readywaitasset.js | 1 -
test/data/readywaitloader.js | 25 --------
test/data/testinit.js | 2 +-
test/data/testrunner.js | 2 +-
test/jquery.js | 67 ++++++++++-----------
test/node_smoke_tests/.eslintrc.json | 12 +++-
test/promises_aplus_adapters/.eslintrc.json | 5 +-
test/unit/callbacks.js | 21 +++++++
test/unit/core.js | 31 ++++++----
test/unit/css.js | 77 ++++++++++++++++++++++++
test/unit/deferred.js | 4 +-
test/unit/deprecated.js | 54 +++++++++++++++++
test/unit/dimensions.js | 25 ++++++++
test/unit/effects.js | 28 ++++-----
test/unit/event.js | 10 ++++
test/unit/manipulation.js | 36 +++++++++---
test/unit/offset.js | 32 +++++++++-
test/unit/queue.js | 2 +-
test/unit/ready.js | 13 ++++
test/unit/traversing.js | 52 ++++++++++++++++
62 files changed, 729 insertions(+), 351 deletions(-)
copy src/.eslintrc.json => .eslintrc-browser.json (52%)
create mode 100644 .eslintrc-node.json
create mode 100644 src/core/nodeName.js
rename test/{ => data}/readywait.html (77%)
delete mode 100644 test/data/readywaitasset.js
delete mode 100644 test/data/readywaitloader.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery.git
More information about the Pkg-javascript-commits
mailing list