From 10c36110cd7c99f3398e621cb1efaf40bc020fc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:52:24 +0200 Subject: [PATCH 01/31] Build: Bump micromatch from 4.0.5 to 4.0.8 Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8) Closes gh-244 --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fd892e..1dac9f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -944,11 +944,11 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { From 2eebf2458613164f1d60d279ce55eeb7e7c770c1 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Sun, 13 Oct 2024 15:41:08 -0400 Subject: [PATCH 02/31] All: clarify version support; upgrade guide content; new download button Ref https://github.com/jquery/jquery-wp-content/issues/462 Ref gh-245 Fixes gh-243 Closes gh-246 Co-authored-by: Andre Angelantoni --- pages/download.md | 9 +++++---- pages/index.html | 29 ++++++++++++++++------------- pages/support.md | 33 ++++++++++++++++++++++++++------- pages/upgrade-guide.md | 33 ++++++++++++++++++++++++++++++--- 4 files changed, 77 insertions(+), 27 deletions(-) diff --git a/pages/download.md b/pages/download.md index d1039f2..5b1acca 100644 --- a/pages/download.md +++ b/pages/download.md @@ -26,14 +26,14 @@ Browse the jQuery CDN at **[releases.jquery.com](https://releases.jquery.com)** ### Upgrade -For help when upgrading jQuery, read the [upgrade guide](/upgrade-guide/). -We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate) +For help when upgrading jQuery, read the [upgrade guides](/upgrade-guide/). +We also recommend using the [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate). ### jQuery Migrate Plugin The [jQuery Migrate plugin](https://github.com/jquery/jquery-migrate/#readme) simplifies upgrading from older versions of jQuery. The plugin restores deprecated features and behaviors so that older code will still run properly on newer versions of jQuery. -When upgrading from a pre-1.9 jQuery version to jQuery 1.9 or upto jQuery 3.0, first use jQuery Migrate 1.x: +When upgrading from a pre-1.9 jQuery version to jQuery 1.9 or up to jQuery 3.0, first use jQuery Migrate 1.x: * Download jQuery Migrate 1.4.1 (compressed production version) * Download the uncompressed, development jQuery Migrate 1.4.1 @@ -43,11 +43,12 @@ When migrating from jQuery 3.x to a later jQuery 3.x version, use jQuery Migrate * Download jQuery Migrate 3.5.0 (compressed production version) * Download the uncompressed, development jQuery Migrate 3.5.0 -Use the _compressed production_ version to simply restore compatibility issues without changing any application code. +Use the _compressed production_ version to restore compatibility issues without changing any application code. Use the _uncompressed development_ version to additionally diagnose and help migrate compatibility issues, through helpful warnings on the console that identify how to transition your application code. ## Downloading jQuery using npm or Yarn + jQuery is published on [npm](https://www.npmjs.com/) under the [jquery package](https://www.npmjs.com/package/jquery). You can install the latest version of jQuery with the npm CLI: ``` npm install jquery diff --git a/pages/index.html b/pages/index.html index 129ed6f..e91d4ce 100644 --- a/pages/index.html +++ b/pages/index.html @@ -2,23 +2,26 @@ "title": "jQuery", "pageTemplate": "page-fullwidth.php", "customFields": [ - { "key": "hide_title", "value": 1 } + { "key": "hide_title", "value": 1 } ] }