From e44850b80dc5328af4e1c1fa9c359a6874a6b577 Mon Sep 17 00:00:00 2001
From: Dave Methvin
Date: Mon, 28 Aug 2017 16:31:03 -0400
Subject: [PATCH 001/152] Docs: Add note in README to reduce misdirected
tickets.
Closes #147
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index db3ea6e..f59d188 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# jquery.com
+This repo contains the source for ```https://jquery.com```, which is primarily the introductory site and a location for developers to easily download jQuery for use on a web site. It is not the appropriate place to report code bugs or documentation errors. For programming help, or if you are unsure of whether you have found a bug or documentation issue, we recommend that you start on a help forum such as [StackOverflow](https://stackoverflow.com). Documentation issues should be reported at https://github.com/jquery/api.jquery.com/ and code bugs can be reported at https://github.com/jquery/jquery/.
+
## Building and Deploying
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](https://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](https://contribute.jquery.org/web-sites/).
From 4436f62fe61c24d95e74be68df9c04c92e727c9b Mon Sep 17 00:00:00 2001
From: Christian Oliff
Date: Tue, 6 Feb 2018 21:35:41 +0900
Subject: [PATCH 002/152] HTTPS some links
faster and safer :-)
---
pages/download.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/download.md b/pages/download.md
index 3edb7fc..06d0675 100644
--- a/pages/download.md
+++ b/pages/download.md
@@ -8,7 +8,7 @@
## Downloading jQuery
Compressed and uncompressed copies of jQuery files are available. The uncompressed file is best used during development or debugging; the compressed file saves bandwidth and improves performance in production.
-You can also download a [sourcemap file](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) for use when debugging with a compressed file.
+You can also download a [sourcemap file](https://www.html5rocks.com/en/tutorials/developertools/sourcemaps/) for use when debugging with a compressed file.
The map file is _not_ required for users to run jQuery, it just improves the developer's debugger experience.
As of jQuery 1.11.0/2.1.0 the `//# sourceMappingURL` comment is [not included](https://blog.jquery.com/2014/01/24/jquery-1-11-and-2-1-released/) in the compressed file.
@@ -33,7 +33,7 @@ You can also use the slim build, which excludes the [ajax](https://api.jquery.co
Download the map file for the jQuery 3.3.1 slim build
-[jQuery 3.3.1 release notes](http://blog.jquery.com/2018/01/20/jquery-3-3-1-fixed-dependencies-in-release-tag/)
+[jQuery 3.3.1 release notes](https://blog.jquery.com/2018/01/20/jquery-3-3-1-fixed-dependencies-in-release-tag/)
## Downloading jQuery using npm
jQuery is registered as [a package](https://www.npmjs.com/package/jquery) on [npm](https://www.npmjs.com/). You can install the latest version of jQuery with the command:
@@ -43,7 +43,7 @@ npm install jquery
This will install jQuery in the `node_modules` directory. Within `node_modules/jquery/dist/` you will find an uncompressed release, a compressed release, and a map file.
## Downloading jQuery using Bower
-jQuery is also registered as a package with [Bower](http://bower.io). You can install the latest version of jQuery with the command:
+jQuery is also registered as a package with [Bower](https://bower.io). You can install the latest version of jQuery with the command:
```
bower install jquery
```
From 98efa1740ca824697e78ca8c6bc81e59a9c96833 Mon Sep 17 00:00:00 2001
From: Evgeny Samsonov
Date: Tue, 7 Nov 2017 17:27:28 +0300
Subject: [PATCH 003/152] Download: Delete an extra 'the'
---
pages/download.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pages/download.md b/pages/download.md
index 06d0675..2695f1e 100644
--- a/pages/download.md
+++ b/pages/download.md
@@ -92,7 +92,7 @@ The jQuery CDN supports [Subresource Integrity](https://developer.mozilla.org/en
To use the jQuery CDN, just reference the file in the script tag directly from the jQuery CDN domain. You can get the complete script tag, including Subresource Integrity attribute, by visiting https://code.jquery.com and clicking on the version of the file that you want to use. Copy and paste that tag into your HTML file.
-Starting with jQuery 1.9, [sourcemap files](https://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps) are available on the jQuery CDN. However, as of version 1.10.0/2.1.0 the compressed jQuery no longer includes the sourcemap comment in CDN copies because it requires the the uncompressed file and sourcemap file to be placed at the same location as the compressed file. If you are maintaining local copies and can control the locations all three files, you can add the sourcemap comment to the compressed file for easier debugging.
+Starting with jQuery 1.9, [sourcemap files](https://blog.jquery.com/2013/01/09/jquery-1-9-rc1-and-migrate-rc1-released/#sourcemaps) are available on the jQuery CDN. However, as of version 1.10.0/2.1.0 the compressed jQuery no longer includes the sourcemap comment in CDN copies because it requires the uncompressed file and sourcemap file to be placed at the same location as the compressed file. If you are maintaining local copies and can control the locations all three files, you can add the sourcemap comment to the compressed file for easier debugging.
To see all available files and versions, visit [https://code.jquery.com](https://code.jquery.com)
From 96584d5f843ad28136f01f98b2111ed8c9b428bf Mon Sep 17 00:00:00 2001
From: Julian Motz
Date: Wed, 19 Oct 2016 18:44:34 +0200
Subject: [PATCH 004/152] Download: Add section about installation using Yarn
Closes #151
---
pages/download.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/pages/download.md b/pages/download.md
index 2695f1e..6f898ff 100644
--- a/pages/download.md
+++ b/pages/download.md
@@ -35,11 +35,15 @@ You can also use the slim build, which excludes the [ajax](https://api.jquery.co
[jQuery 3.3.1 release notes](https://blog.jquery.com/2018/01/20/jquery-3-3-1-fixed-dependencies-in-release-tag/)
-## Downloading jQuery using npm
-jQuery is registered as [a package](https://www.npmjs.com/package/jquery) on [npm](https://www.npmjs.com/). You can install the latest version of jQuery with the command:
+## Downloading jQuery using npm or Yarn
+jQuery is registered as [a package](https://www.npmjs.com/package/jquery) on [npm](https://www.npmjs.com/). You can install the latest version of jQuery with the npm CLI command:
```
npm install jquery
```
+As an alternative you can use the [Yarn](https://github.com/yarnpkg/yarn) CLI command:
+```
+yarn add jquery
+```
This will install jQuery in the `node_modules` directory. Within `node_modules/jquery/dist/` you will find an uncompressed release, a compressed release, and a map file.
## Downloading jQuery using Bower
From cd4afea0890679b397d1a1adbca9e6e0da29060b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?=
Date: Tue, 6 Feb 2018 14:40:55 +0100
Subject: [PATCH 005/152] 3.0.21
---
package-lock.json | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 33fc751..5c52ed7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "jquery.com",
- "version": "3.0.20",
+ "version": "3.0.21",
"lockfileVersion": 1,
"dependencies": {
"abbrev": {
diff --git a/package.json b/package.json
index 9933a14..cf2ea0f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "jquery.com",
"title": "jQuery Homepage",
- "version": "3.0.20",
+ "version": "3.0.21",
"homepage": "https://github.com/jquery/jquery.com",
"author": {
"name": "jQuery Foundation and other contributors"
From c0fa4866b58487f102023c5f3115a2d57a58506b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?=
Date: Wed, 14 Feb 2018 12:20:08 +0100
Subject: [PATCH 006/152] Build: Update package-lock.json
Recent npm has changed the package-lock.json format, e.g. adding the requires
key and sorting the keys differently.
---
package-lock.json | 254 ++++++++++++++++++++++++++++++++++++++++------
1 file changed, 222 insertions(+), 32 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 5c52ed7..adf290f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2,7 +2,22 @@
"name": "jquery.com",
"version": "3.0.21",
"lockfileVersion": 1,
+ "requires": true,
"dependencies": {
+ "CSSselect": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/CSSselect/-/CSSselect-0.4.1.tgz",
+ "integrity": "sha1-+Kt+H4QYzmPNput713ioXX7EkrI=",
+ "requires": {
+ "CSSwhat": "0.4.7",
+ "domutils": "1.4.3"
+ }
+ },
+ "CSSwhat": {
+ "version": "0.4.7",
+ "resolved": "https://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz",
+ "integrity": "sha1-hn2g/zn3eGEyQsRM/qg/CqTr35s="
+ },
"abbrev": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz",
@@ -12,6 +27,10 @@
"version": "0.1.16",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-0.1.16.tgz",
"integrity": "sha1-z9AeD7uj1srtBJ+9dY1A9lGW9Xw=",
+ "requires": {
+ "underscore": "1.7.0",
+ "underscore.string": "2.4.0"
+ },
"dependencies": {
"underscore.string": {
"version": "2.4.0",
@@ -33,12 +52,23 @@
"brace-expansion": {
"version": "1.1.8",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz",
- "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI="
+ "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=",
+ "requires": {
+ "balanced-match": "1.0.0",
+ "concat-map": "0.0.1"
+ }
},
"cheerio": {
"version": "0.17.0",
"resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.17.0.tgz",
"integrity": "sha1-+lrkLMYBIRM9KW0LRtmDIV9yaOo=",
+ "requires": {
+ "CSSselect": "0.4.1",
+ "dom-serializer": "0.0.1",
+ "entities": "1.1.1",
+ "htmlparser2": "3.7.3",
+ "lodash": "2.4.2"
+ },
"dependencies": {
"lodash": {
"version": "2.4.2",
@@ -67,16 +97,6 @@
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
},
- "CSSselect": {
- "version": "0.4.1",
- "resolved": "https://registry.npmjs.org/CSSselect/-/CSSselect-0.4.1.tgz",
- "integrity": "sha1-+Kt+H4QYzmPNput713ioXX7EkrI="
- },
- "CSSwhat": {
- "version": "0.4.7",
- "resolved": "https://registry.npmjs.org/CSSwhat/-/CSSwhat-0.4.7.tgz",
- "integrity": "sha1-hn2g/zn3eGEyQsRM/qg/CqTr35s="
- },
"dateformat": {
"version": "1.0.2-1.2.3",
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz",
@@ -86,6 +106,10 @@
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.0.1.tgz",
"integrity": "sha1-lYmCfx4y0iw3yCmtq9WbMkevjq8=",
+ "requires": {
+ "domelementtype": "1.1.3",
+ "entities": "1.1.1"
+ },
"dependencies": {
"domelementtype": {
"version": "1.1.3",
@@ -102,12 +126,18 @@
"domhandler": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.2.1.tgz",
- "integrity": "sha1-Wd+dzSJ+gIs2Wuc+H2aErD2Ub8I="
+ "integrity": "sha1-Wd+dzSJ+gIs2Wuc+H2aErD2Ub8I=",
+ "requires": {
+ "domelementtype": "1.3.0"
+ }
},
"domutils": {
"version": "1.4.3",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz",
- "integrity": "sha1-CGVRN5bGswYDGFDhdVFrr4C3Km8="
+ "integrity": "sha1-CGVRN5bGswYDGFDhdVFrr4C3Km8=",
+ "requires": {
+ "domelementtype": "1.3.0"
+ }
},
"entities": {
"version": "1.1.1",
@@ -133,11 +163,19 @@
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.1.3.tgz",
"integrity": "sha1-fz56l7gjksZTvwZYm9hRkOk8NoM=",
+ "requires": {
+ "glob": "3.2.11",
+ "lodash": "2.4.2"
+ },
"dependencies": {
"glob": {
"version": "3.2.11",
"resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz",
- "integrity": "sha1-Spc/Y1uRkPcV0QmH1cAP0oFevj0="
+ "integrity": "sha1-Spc/Y1uRkPcV0QmH1cAP0oFevj0=",
+ "requires": {
+ "inherits": "2.0.3",
+ "minimatch": "0.3.0"
+ }
},
"lodash": {
"version": "2.4.2",
@@ -147,7 +185,11 @@
"minimatch": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz",
- "integrity": "sha1-J12O2qxPG7MyZHIInnlJyDlGmd0="
+ "integrity": "sha1-J12O2qxPG7MyZHIInnlJyDlGmd0=",
+ "requires": {
+ "lru-cache": "2.7.3",
+ "sigmund": "1.0.1"
+ }
}
}
},
@@ -160,21 +202,39 @@
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/gilded-wordpress/-/gilded-wordpress-1.0.3.tgz",
"integrity": "sha1-kh/iJ93yWyxAgp5QUjsOMXRDsz4=",
+ "requires": {
+ "async": "0.9.0",
+ "glob": "4.0.6",
+ "wordpress": "1.1.2"
+ },
"dependencies": {
"glob": {
"version": "4.0.6",
"resolved": "https://registry.npmjs.org/glob/-/glob-4.0.6.tgz",
- "integrity": "sha1-aVxQvdTi+1xdNwsJHziNNwfikac="
+ "integrity": "sha1-aVxQvdTi+1xdNwsJHziNNwfikac=",
+ "requires": {
+ "graceful-fs": "3.0.11",
+ "inherits": "2.0.3",
+ "minimatch": "1.0.0",
+ "once": "1.4.0"
+ }
},
"graceful-fs": {
"version": "3.0.11",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.11.tgz",
- "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg="
+ "integrity": "sha1-dhPHeKGv6mLyXGMKCG1/Osu92Bg=",
+ "requires": {
+ "natives": "1.1.0"
+ }
},
"minimatch": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-1.0.0.tgz",
- "integrity": "sha1-4N0hILSeG3JM6NcUxSCCKpQ4V20="
+ "integrity": "sha1-4N0hILSeG3JM6NcUxSCCKpQ4V20=",
+ "requires": {
+ "lru-cache": "2.7.3",
+ "sigmund": "1.0.1"
+ }
}
}
},
@@ -182,6 +242,11 @@
"version": "3.1.21",
"resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
"integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=",
+ "requires": {
+ "graceful-fs": "1.2.3",
+ "inherits": "1.0.2",
+ "minimatch": "0.2.14"
+ },
"dependencies": {
"inherits": {
"version": "1.0.2",
@@ -199,6 +264,28 @@
"version": "0.4.5",
"resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",
"integrity": "sha1-VpN81RlDJK3/bSB2MYMqnWuk5/A=",
+ "requires": {
+ "async": "0.1.22",
+ "coffee-script": "1.3.3",
+ "colors": "0.6.2",
+ "dateformat": "1.0.2-1.2.3",
+ "eventemitter2": "0.4.14",
+ "exit": "0.1.2",
+ "findup-sync": "0.1.3",
+ "getobject": "0.1.0",
+ "glob": "3.1.21",
+ "grunt-legacy-log": "0.1.3",
+ "grunt-legacy-util": "0.2.0",
+ "hooker": "0.2.3",
+ "iconv-lite": "0.2.11",
+ "js-yaml": "2.0.5",
+ "lodash": "0.9.2",
+ "minimatch": "0.2.14",
+ "nopt": "1.0.10",
+ "rimraf": "2.2.8",
+ "underscore.string": "2.2.1",
+ "which": "1.0.9"
+ },
"dependencies": {
"async": {
"version": "0.1.22",
@@ -216,26 +303,47 @@
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-1.1.0.tgz",
"integrity": "sha1-r9eWmTTd8zYg6ER+3B+pTlHlWjQ=",
+ "requires": {
+ "findup-sync": "0.3.0",
+ "nopt": "3.0.6",
+ "resolve": "1.1.7"
+ },
"dependencies": {
"findup-sync": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz",
- "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY="
+ "integrity": "sha1-N5MKpdgWt3fANEXhlmzGeQpMCxY=",
+ "requires": {
+ "glob": "5.0.15"
+ }
},
"glob": {
"version": "5.0.15",
"resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
- "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E="
+ "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=",
+ "requires": {
+ "inflight": "1.0.6",
+ "inherits": "2.0.3",
+ "minimatch": "3.0.4",
+ "once": "1.4.0",
+ "path-is-absolute": "1.0.1"
+ }
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
- "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA=="
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "requires": {
+ "brace-expansion": "1.1.8"
+ }
},
"nopt": {
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
- "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k="
+ "integrity": "sha1-xkZdvwirzU2zWTF/eaxopkayj/k=",
+ "requires": {
+ "abbrev": "1.1.0"
+ }
}
}
},
@@ -243,6 +351,19 @@
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/grunt-jquery-content/-/grunt-jquery-content-3.0.1.tgz",
"integrity": "sha1-aHdrx0G1SVEdaPBouVCsizd+g90=",
+ "requires": {
+ "async": "0.9.0",
+ "cheerio": "0.17.0",
+ "grunt-check-modules": "1.0.0",
+ "grunt-wordpress": "2.1.2",
+ "he": "0.5.0",
+ "highlight.js": "7.3.0",
+ "marked": "0.3.2",
+ "rimraf": "2.2.8",
+ "spawnback": "1.0.0",
+ "which": "1.0.5",
+ "wordpress": "1.1.2"
+ },
"dependencies": {
"which": {
"version": "1.0.5",
@@ -255,6 +376,13 @@
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz",
"integrity": "sha1-7ClCboAwIa9ZAp+H0vnNczWgVTE=",
+ "requires": {
+ "colors": "0.6.2",
+ "grunt-legacy-log-utils": "0.1.1",
+ "hooker": "0.2.3",
+ "lodash": "2.4.2",
+ "underscore.string": "2.3.3"
+ },
"dependencies": {
"lodash": {
"version": "2.4.2",
@@ -272,6 +400,11 @@
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz",
"integrity": "sha1-wHBrndkGThFvNvI/5OawSGcsD34=",
+ "requires": {
+ "colors": "0.6.2",
+ "lodash": "2.4.2",
+ "underscore.string": "2.3.3"
+ },
"dependencies": {
"lodash": {
"version": "2.4.2",
@@ -289,6 +422,15 @@
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz",
"integrity": "sha1-kzJIhNv343qf98Am3/RR2UqeVUs=",
+ "requires": {
+ "async": "0.1.22",
+ "exit": "0.1.2",
+ "getobject": "0.1.0",
+ "hooker": "0.2.3",
+ "lodash": "0.9.2",
+ "underscore.string": "2.2.1",
+ "which": "1.0.9"
+ },
"dependencies": {
"async": {
"version": "0.1.22",
@@ -300,7 +442,10 @@
"grunt-wordpress": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/grunt-wordpress/-/grunt-wordpress-2.1.2.tgz",
- "integrity": "sha1-ue3Lv5jp6HM9F6gsMmWf2zbO2LE="
+ "integrity": "sha1-ue3Lv5jp6HM9F6gsMmWf2zbO2LE=",
+ "requires": {
+ "gilded-wordpress": "1.0.3"
+ }
},
"he": {
"version": "0.5.0",
@@ -321,11 +466,22 @@
"version": "3.7.3",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.7.3.tgz",
"integrity": "sha1-amTHdjfAjG8w7CqBV6UzM758sF4=",
+ "requires": {
+ "domelementtype": "1.3.0",
+ "domhandler": "2.2.1",
+ "domutils": "1.5.1",
+ "entities": "1.0.0",
+ "readable-stream": "1.1.14"
+ },
"dependencies": {
"domutils": {
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
- "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8="
+ "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=",
+ "requires": {
+ "dom-serializer": "0.0.1",
+ "domelementtype": "1.3.0"
+ }
},
"entities": {
"version": "1.0.0",
@@ -342,7 +498,11 @@
"inflight": {
"version": "1.0.6",
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
- "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk="
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
+ "requires": {
+ "once": "1.4.0",
+ "wrappy": "1.0.2"
+ }
},
"inherits": {
"version": "2.0.3",
@@ -357,7 +517,11 @@
"js-yaml": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-2.0.5.tgz",
- "integrity": "sha1-olrmUJmZ6X3yeMZxnaEb0Gh3Q6g="
+ "integrity": "sha1-olrmUJmZ6X3yeMZxnaEb0Gh3Q6g=",
+ "requires": {
+ "argparse": "0.1.16",
+ "esprima": "1.0.4"
+ }
},
"lodash": {
"version": "0.9.2",
@@ -377,7 +541,11 @@
"minimatch": {
"version": "0.2.14",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
- "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo="
+ "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=",
+ "requires": {
+ "lru-cache": "2.7.3",
+ "sigmund": "1.0.1"
+ }
},
"natives": {
"version": "1.1.0",
@@ -387,12 +555,18 @@
"nopt": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
- "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4="
+ "integrity": "sha1-bd0hvSoxQXuScn3Vhfim83YI6+4=",
+ "requires": {
+ "abbrev": "1.1.0"
+ }
},
"once": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
- "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E="
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
+ "requires": {
+ "wrappy": "1.0.2"
+ }
},
"path-is-absolute": {
"version": "1.0.1",
@@ -402,7 +576,13 @@
"readable-stream": {
"version": "1.1.14",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
- "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk="
+ "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
+ "requires": {
+ "core-util-is": "1.0.2",
+ "inherits": "2.0.3",
+ "isarray": "0.0.1",
+ "string_decoder": "0.10.31"
+ }
},
"resolve": {
"version": "1.1.7",
@@ -452,7 +632,10 @@
"wordpress": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/wordpress/-/wordpress-1.1.2.tgz",
- "integrity": "sha1-uDZhhSBVSXESG8VsQ7A5yzgg94M="
+ "integrity": "sha1-uDZhhSBVSXESG8VsQ7A5yzgg94M=",
+ "requires": {
+ "xmlrpc": "1.3.1"
+ }
},
"wrappy": {
"version": "1.0.2",
@@ -463,6 +646,9 @@
"version": "2.6.5",
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-2.6.5.tgz",
"integrity": "sha1-b/etYPty0idk8AehZLd/K/FABSY=",
+ "requires": {
+ "lodash": "3.10.1"
+ },
"dependencies": {
"lodash": {
"version": "3.10.1",
@@ -474,7 +660,11 @@
"xmlrpc": {
"version": "1.3.1",
"resolved": "https://registry.npmjs.org/xmlrpc/-/xmlrpc-1.3.1.tgz",
- "integrity": "sha1-OqWCCG/vUwz+Hc2qDEyd3F0ORFE="
+ "integrity": "sha1-OqWCCG/vUwz+Hc2qDEyd3F0ORFE=",
+ "requires": {
+ "sax": "0.6.1",
+ "xmlbuilder": "2.6.5"
+ }
}
}
}
From 9ac15a47a696d2c21a59cf025d4f5b4408bec80c Mon Sep 17 00:00:00 2001
From: Dave Methvin
Date: Fri, 1 Jun 2018 11:13:33 -0400
Subject: [PATCH 007/152] Remove try.jquery.com, service no longer offered
See #176
---
pages/index.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/pages/index.html b/pages/index.html
index faa79ea..dcde562 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -80,7 +80,6 @@ Resources
Contribute to jQuery
About the jQuery Foundation
Browse or Submit jQuery Bugs
- Try jQuery
From 812b1978b8b36b3c64747791047db32112d36571 Mon Sep 17 00:00:00 2001
From: Dave Methvin
Date: Fri, 1 Jun 2018 11:23:16 -0400
Subject: [PATCH 008/152] 3.0.22
---
package-lock.json | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index adf290f..e37f79d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "jquery.com",
- "version": "3.0.21",
+ "version": "3.0.22",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index cf2ea0f..4bedd0e 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "jquery.com",
"title": "jQuery Homepage",
- "version": "3.0.21",
+ "version": "3.0.22",
"homepage": "https://github.com/jquery/jquery.com",
"author": {
"name": "jQuery Foundation and other contributors"
From 6d1bd5ad649d3c09614669a87941244c40607470 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?=
Date: Wed, 13 Jun 2018 13:52:07 +0200
Subject: [PATCH 009/152] Index: enlarge hit areas of project tiles
Fixes #19
Closes #177
---
pages/index.html | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/pages/index.html b/pages/index.html
index dcde562..6baad9f 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -55,20 +55,20 @@ What is jQuery?
Other Related Projects