[Pkg-javascript-commits] [jquery] branch master updated (4fde658 -> 3b0ea4b)

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


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

metal pushed a change to branch master
in repository jquery.

      from  4fde658   control: Changed section from 'web' to 'javascript'
       new  4cbb91b   New upstream version 3.2.1
       new  0eea2ea   Updated version 3.2.1 from 'upstream/3.2.1'
       new  1ac8ccc   Drop Steve Kemp from uploaders
       new  e5e1c1a   Bump Standards-Version to 4.0.0 (no changes)
       new  3b0ea4b   Release debian version 3.2.1-1

The 5 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 +-
 debian/changelog                             | 14 ++++-
 debian/control                               |  5 +-
 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 ++++++++++++++++
 64 files changed, 742 insertions(+), 357 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