[Pkg-javascript-commits] [jquery] 02/05: Updated version 3.2.1 from 'upstream/3.2.1'

Marcelo Jorge Vieira metal at moszumanska.debian.org
Sun Sep 3 00:17:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

metal pushed a commit to branch master
in repository jquery.

commit 0eea2ea47997bc2e7d60c33beca96299e9c58ef1
Merge: 4fde658 4cbb91b
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Sat Sep 2 20:36:35 2017 -0300

    Updated version 3.2.1 from 'upstream/3.2.1'
    
    with Debian dir 10e193f83e0d14462a678f5a0d76dcc535bef35d

 .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(-)

-- 
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