2013-08-07 05:25:25 +00:00
|
|
|
{
|
2018-01-16 03:54:10 +00:00
|
|
|
"name": "WordPress",
|
2021-05-12 23:12:18 +00:00
|
|
|
"version": "5.5.5",
|
2018-04-05 07:15:25 +00:00
|
|
|
"description": "WordPress is open source software you can use to create a beautiful website, blog, or app.",
|
2018-01-16 03:54:10 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "svn",
|
|
|
|
"url": "https://develop.svn.wordpress.org/trunk"
|
|
|
|
},
|
|
|
|
"engines": {
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"node": ">=14.15.0",
|
|
|
|
"npm": ">=6.14.8"
|
2018-01-16 03:54:10 +00:00
|
|
|
},
|
|
|
|
"author": "The WordPress Contributors",
|
2018-02-01 16:38:48 +00:00
|
|
|
"license": "GPL-2.0-or-later",
|
2019-10-05 19:47:04 +00:00
|
|
|
"browserslist": [
|
|
|
|
"> 1%",
|
|
|
|
"ie >= 11",
|
|
|
|
"last 1 Android versions",
|
|
|
|
"last 1 ChromeAndroid versions",
|
|
|
|
"last 2 Chrome versions",
|
|
|
|
"last 2 Firefox versions",
|
|
|
|
"last 2 Safari versions",
|
|
|
|
"last 2 iOS versions",
|
|
|
|
"last 2 Edge versions",
|
|
|
|
"last 2 Opera versions"
|
|
|
|
],
|
2018-01-16 03:54:10 +00:00
|
|
|
"devDependencies": {
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/custom-templated-path-webpack-plugin": "1.7.0",
|
|
|
|
"@wordpress/dependency-extraction-webpack-plugin": "2.8.0",
|
2020-08-10 14:20:54 +00:00
|
|
|
"@wordpress/e2e-test-utils": "4.11.2",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/library-export-default-webpack-plugin": "1.7.0",
|
2020-07-14 11:36:39 +00:00
|
|
|
"@wordpress/scripts": "12.1.1",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"autoprefixer": "^9.8.6",
|
2020-07-07 16:06:43 +00:00
|
|
|
"chalk": "4.1.0",
|
Build/Test Tools: Backport GitHub Action and build improvements to the 5.5 branch.
This backports several build and test tool improvements to the 5.5 branch. Most notably, this includes:
- The changes required to allow each workflow to be triggered by the `workflow_dispatch` event so that tests can be run on a schedule [50590].
- The ability to run PHPUnit tests from `src` instead of `build` [50441-50443].
- Splitting single site and multisite tests into parallel jobs [50379].
- Split slow tests into separate, parallel jobs for PHP 5.6 [50444].
- Better branch and path scoping for GitHub Action workflows when running on `pull_request` [50432,50479].
- Several `devDependency` updates.
Merges [50267,50299,50379,50387,50413,50416,50432,50435-50436,50441-50444,50446,50473-50474,50476,50479,50485-50487,50545,50579,50590,50592,50598] to the 5.5 branch.
See #50401, #51734, #51801, #51802, #52548, #52608, #52612, #52623, #52624, #52625, #52645, #52653, #52658, #52660, #52667, #52786.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50603 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 17:47:03 +00:00
|
|
|
"check-node-version": "4.1.0",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"copy-webpack-plugin": "^5.1.2",
|
2019-10-05 19:47:04 +00:00
|
|
|
"cssnano": "4.1.10",
|
2020-10-28 23:32:16 +00:00
|
|
|
"dotenv": "8.2.0",
|
2019-08-12 08:28:33 +00:00
|
|
|
"dotenv-expand": "5.1.0",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"grunt": "~1.3.0",
|
2018-01-16 03:54:10 +00:00
|
|
|
"grunt-banner": "^0.6.0",
|
2018-12-11 16:12:13 +00:00
|
|
|
"grunt-contrib-clean": "~2.0.0",
|
2019-10-05 19:47:04 +00:00
|
|
|
"grunt-contrib-concat": "1.0.1",
|
2018-01-16 03:54:10 +00:00
|
|
|
"grunt-contrib-copy": "~1.0.0",
|
Build/Test Tools: Backport GitHub Action and build improvements to the 5.5 branch.
This backports several build and test tool improvements to the 5.5 branch. Most notably, this includes:
- The changes required to allow each workflow to be triggered by the `workflow_dispatch` event so that tests can be run on a schedule [50590].
- The ability to run PHPUnit tests from `src` instead of `build` [50441-50443].
- Splitting single site and multisite tests into parallel jobs [50379].
- Split slow tests into separate, parallel jobs for PHP 5.6 [50444].
- Better branch and path scoping for GitHub Action workflows when running on `pull_request` [50432,50479].
- Several `devDependency` updates.
Merges [50267,50299,50379,50387,50413,50416,50432,50435-50436,50441-50444,50446,50473-50474,50476,50479,50485-50487,50545,50579,50590,50592,50598] to the 5.5 branch.
See #50401, #51734, #51801, #51802, #52548, #52608, #52612, #52623, #52624, #52625, #52645, #52653, #52658, #52660, #52667, #52786.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50603 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 17:47:03 +00:00
|
|
|
"grunt-contrib-cssmin": "~4.0.0",
|
2020-05-30 04:54:28 +00:00
|
|
|
"grunt-contrib-imagemin": "~4.0.0",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"grunt-contrib-jshint": "3.0.0",
|
|
|
|
"grunt-contrib-qunit": "^4.0.0",
|
|
|
|
"grunt-contrib-uglify": "~5.0.0",
|
2018-12-11 16:12:13 +00:00
|
|
|
"grunt-contrib-watch": "~1.1.0",
|
Once upon a midnight dreary, while I coded, weak and weary,
In many a strange and curious file of forgotten lore—
While I pondered, blaming Nacin, my notifications suddenly awakened,
As of someone quietly DMing;—DMing me, I can’t ignore.
“’Tis some contributor,” I muttered, “DMing me an idea or four—
Only this and nothing more.”
Ah, distinctly I remember, at WordCamp US, last December;
A mad proposal nearly laid me—down out cold—upon the floor.
Curious, I listened closely;—to a plan I agreed with, mostly—
A way to make our JavaScript—JavaScript which was a chore—
Maintainable, extendable, for the future, is what I saw.
Guten-ready for evermore.
Open here I switch to Slack, when, with many a patch and hack,
In there stepped Omar, a JavaScript developer hardcore;
Pronouncing all the changes fit; ready now to be commit;
“There’s nothing else for us to do,” DMing me, “It’s done!” he swore—
“No longer random guessing at which file need next be explored—
Let’s move on, we’re all aboard.”
Moved all together, grouped and managed, in folders all is packaged,
The code had all been cleaned and tidied, important parts moved to the fore,
“Though this change be useful here,” I said, “it is too large, I fear,
We couldn’t manage such a patch, we’ve done nothing like this before—
Tell me where doth go this change, change to make our codebase soar!”
Quoth Omar, “In WordPress Core.”
Props omarreis for shepherding this significant change.
Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc.
I make no apologies for this commit message.
Fixes #43055.
git-svn-id: https://develop.svn.wordpress.org/trunk@43309 602fd350-edb4-49c9-b593-d223f7449a82
2018-05-23 10:04:22 +00:00
|
|
|
"grunt-file-append": "0.0.7",
|
2018-12-11 16:12:13 +00:00
|
|
|
"grunt-includes": "~1.1.0",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"grunt-jsdoc": "2.4.1",
|
2018-01-16 03:54:10 +00:00
|
|
|
"grunt-jsvalidate": "~0.2.2",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"grunt-legacy-util": "^2.0.0",
|
2020-07-31 19:20:09 +00:00
|
|
|
"grunt-patch-wordpress": "~3.0.0",
|
2018-12-11 16:12:13 +00:00
|
|
|
"grunt-postcss": "~0.9.0",
|
2019-10-05 13:47:52 +00:00
|
|
|
"grunt-replace-lts": "~1.1.0",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"grunt-rtlcss": "~2.0.2",
|
2019-10-05 19:47:04 +00:00
|
|
|
"grunt-sass": "~3.1.0",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"grunt-webpack": "^4.0.0",
|
2019-10-05 19:47:04 +00:00
|
|
|
"ink-docstrap": "1.3.2",
|
2020-03-24 01:04:43 +00:00
|
|
|
"install-changed": "1.1.0",
|
Once upon a midnight dreary, while I coded, weak and weary,
In many a strange and curious file of forgotten lore—
While I pondered, blaming Nacin, my notifications suddenly awakened,
As of someone quietly DMing;—DMing me, I can’t ignore.
“’Tis some contributor,” I muttered, “DMing me an idea or four—
Only this and nothing more.”
Ah, distinctly I remember, at WordCamp US, last December;
A mad proposal nearly laid me—down out cold—upon the floor.
Curious, I listened closely;—to a plan I agreed with, mostly—
A way to make our JavaScript—JavaScript which was a chore—
Maintainable, extendable, for the future, is what I saw.
Guten-ready for evermore.
Open here I switch to Slack, when, with many a patch and hack,
In there stepped Omar, a JavaScript developer hardcore;
Pronouncing all the changes fit; ready now to be commit;
“There’s nothing else for us to do,” DMing me, “It’s done!” he swore—
“No longer random guessing at which file need next be explored—
Let’s move on, we’re all aboard.”
Moved all together, grouped and managed, in folders all is packaged,
The code had all been cleaned and tidied, important parts moved to the fore,
“Though this change be useful here,” I said, “it is too large, I fear,
We couldn’t manage such a patch, we’ve done nothing like this before—
Tell me where doth go this change, change to make our codebase soar!”
Quoth Omar, “In WordPress Core.”
Props omarreis for shepherding this significant change.
Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc.
I make no apologies for this commit message.
Fixes #43055.
git-svn-id: https://develop.svn.wordpress.org/trunk@43309 602fd350-edb4-49c9-b593-d223f7449a82
2018-05-23 10:04:22 +00:00
|
|
|
"jquery-migrate": "1.4.1",
|
2018-12-11 16:12:13 +00:00
|
|
|
"matchdep": "~2.0.0",
|
2020-06-29 11:48:53 +00:00
|
|
|
"prettier": "npm:wp-prettier@2.0.5",
|
2020-06-26 13:31:11 +00:00
|
|
|
"puppeteer": "npm:puppeteer-core@3.0.0",
|
Build/Test Tools: Backport GitHub Action and build improvements to the 5.5 branch.
This backports several build and test tool improvements to the 5.5 branch. Most notably, this includes:
- The changes required to allow each workflow to be triggered by the `workflow_dispatch` event so that tests can be run on a schedule [50590].
- The ability to run PHPUnit tests from `src` instead of `build` [50441-50443].
- Splitting single site and multisite tests into parallel jobs [50379].
- Split slow tests into separate, parallel jobs for PHP 5.6 [50444].
- Better branch and path scoping for GitHub Action workflows when running on `pull_request` [50432,50479].
- Several `devDependency` updates.
Merges [50267,50299,50379,50387,50413,50416,50432,50435-50436,50441-50444,50446,50473-50474,50476,50479,50485-50487,50545,50579,50590,50592,50598] to the 5.5 branch.
See #50401, #51734, #51801, #51802, #52548, #52608, #52612, #52623, #52624, #52625, #52645, #52653, #52658, #52660, #52667, #52786.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50603 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 17:47:03 +00:00
|
|
|
"qunit": "~2.14.1",
|
|
|
|
"sass": "^1.32.8",
|
|
|
|
"sinon": "~10.0.0",
|
2020-03-27 00:16:58 +00:00
|
|
|
"sinon-test": "~3.0.0",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"source-map-loader": "^1.1.3",
|
Build/Test Tools: Backport GitHub Action and build improvements to the 5.5 branch.
This backports several build and test tool improvements to the 5.5 branch. Most notably, this includes:
- The changes required to allow each workflow to be triggered by the `workflow_dispatch` event so that tests can be run on a schedule [50590].
- The ability to run PHPUnit tests from `src` instead of `build` [50441-50443].
- Splitting single site and multisite tests into parallel jobs [50379].
- Split slow tests into separate, parallel jobs for PHP 5.6 [50444].
- Better branch and path scoping for GitHub Action workflows when running on `pull_request` [50432,50479].
- Several `devDependency` updates.
Merges [50267,50299,50379,50387,50413,50416,50432,50435-50436,50441-50444,50446,50473-50474,50476,50479,50485-50487,50545,50579,50590,50592,50598] to the 5.5 branch.
See #50401, #51734, #51801, #51802, #52548, #52608, #52612, #52623, #52624, #52625, #52645, #52653, #52658, #52660, #52667, #52786.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50603 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 17:47:03 +00:00
|
|
|
"uglify-js": "^3.13.2",
|
2019-10-05 19:47:04 +00:00
|
|
|
"uglifyjs-webpack-plugin": "2.2.0",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"uuid": "8.3.2",
|
Build/Test Tools: Backport GitHub Action and build improvements to the 5.5 branch.
This backports several build and test tool improvements to the 5.5 branch. Most notably, this includes:
- The changes required to allow each workflow to be triggered by the `workflow_dispatch` event so that tests can be run on a schedule [50590].
- The ability to run PHPUnit tests from `src` instead of `build` [50441-50443].
- Splitting single site and multisite tests into parallel jobs [50379].
- Split slow tests into separate, parallel jobs for PHP 5.6 [50444].
- Better branch and path scoping for GitHub Action workflows when running on `pull_request` [50432,50479].
- Several `devDependency` updates.
Merges [50267,50299,50379,50387,50413,50416,50432,50435-50436,50441-50444,50446,50473-50474,50476,50479,50485-50487,50545,50579,50590,50592,50598] to the 5.5 branch.
See #50401, #51734, #51801, #51802, #52548, #52608, #52612, #52623, #52624, #52625, #52645, #52653, #52658, #52660, #52667, #52786.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50603 602fd350-edb4-49c9-b593-d223f7449a82
2021-03-26 17:47:03 +00:00
|
|
|
"wait-on": "5.3.0",
|
2020-06-29 11:48:53 +00:00
|
|
|
"webpack": "4.43.0",
|
Build/Test Tools: Support NodeJS 14.x in the 5.5 branch.
This updates the 5.5 branch to support the latest LTS version of NodeJS (currently 14.x) in an effort to allow the same version of NodeJS to be used across all WordPress branches receiving security updates as a courtesy.
In addition to backporting the package updates that happened after branching 5.5, dependencies that were removed in future releases have also been updated to their latest versions.
Props desrosj, dd32, netweb, jorbin.
Merges [48705,49636,49933,49937,49939-49940,49983,49989-49990,50016-50017,50126,50176,50185] to the 5.5 branch.
See #52341.
git-svn-id: https://develop.svn.wordpress.org/branches/5.5@50188 602fd350-edb4-49c9-b593-d223f7449a82
2021-02-05 03:04:27 +00:00
|
|
|
"webpack-dev-server": "3.11.2",
|
2020-06-29 11:48:53 +00:00
|
|
|
"webpack-livereload-plugin": "2.3.0"
|
Once upon a midnight dreary, while I coded, weak and weary,
In many a strange and curious file of forgotten lore—
While I pondered, blaming Nacin, my notifications suddenly awakened,
As of someone quietly DMing;—DMing me, I can’t ignore.
“’Tis some contributor,” I muttered, “DMing me an idea or four—
Only this and nothing more.”
Ah, distinctly I remember, at WordCamp US, last December;
A mad proposal nearly laid me—down out cold—upon the floor.
Curious, I listened closely;—to a plan I agreed with, mostly—
A way to make our JavaScript—JavaScript which was a chore—
Maintainable, extendable, for the future, is what I saw.
Guten-ready for evermore.
Open here I switch to Slack, when, with many a patch and hack,
In there stepped Omar, a JavaScript developer hardcore;
Pronouncing all the changes fit; ready now to be commit;
“There’s nothing else for us to do,” DMing me, “It’s done!” he swore—
“No longer random guessing at which file need next be explored—
Let’s move on, we’re all aboard.”
Moved all together, grouped and managed, in folders all is packaged,
The code had all been cleaned and tidied, important parts moved to the fore,
“Though this change be useful here,” I said, “it is too large, I fear,
We couldn’t manage such a patch, we’ve done nothing like this before—
Tell me where doth go this change, change to make our codebase soar!”
Quoth Omar, “In WordPress Core.”
Props omarreis for shepherding this significant change.
Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc.
I make no apologies for this commit message.
Fixes #43055.
git-svn-id: https://develop.svn.wordpress.org/trunk@43309 602fd350-edb4-49c9-b593-d223f7449a82
2018-05-23 10:04:22 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-06-29 11:48:53 +00:00
|
|
|
"@babel/polyfill": "7.10.1",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/a11y": "2.11.0",
|
2020-08-04 14:02:46 +00:00
|
|
|
"@wordpress/annotations": "1.20.4",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/api-fetch": "3.18.0",
|
|
|
|
"@wordpress/autop": "2.9.0",
|
|
|
|
"@wordpress/blob": "2.9.0",
|
2021-04-15 00:08:36 +00:00
|
|
|
"@wordpress/block-directory": "1.13.10",
|
2020-10-29 19:58:12 +00:00
|
|
|
"@wordpress/block-editor": "4.3.9",
|
2021-04-15 00:08:36 +00:00
|
|
|
"@wordpress/block-library": "2.22.10",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/block-serialization-default-parser": "3.7.0",
|
2020-10-29 06:11:57 +00:00
|
|
|
"@wordpress/blocks": "6.20.4",
|
|
|
|
"@wordpress/components": "10.0.7",
|
2020-07-27 20:08:53 +00:00
|
|
|
"@wordpress/compose": "3.19.3",
|
2020-10-29 06:11:57 +00:00
|
|
|
"@wordpress/core-data": "2.20.4",
|
2020-07-27 20:08:53 +00:00
|
|
|
"@wordpress/data": "4.22.3",
|
|
|
|
"@wordpress/data-controls": "1.16.3",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/date": "3.10.0",
|
|
|
|
"@wordpress/deprecated": "2.9.0",
|
2020-07-14 11:36:39 +00:00
|
|
|
"@wordpress/dom": "2.13.1",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/dom-ready": "2.10.0",
|
2021-04-15 00:08:36 +00:00
|
|
|
"@wordpress/edit-post": "3.21.10",
|
2020-10-29 19:58:12 +00:00
|
|
|
"@wordpress/editor": "9.20.9",
|
2020-07-07 14:41:35 +00:00
|
|
|
"@wordpress/element": "2.16.0",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/escape-html": "1.9.0",
|
2020-10-29 19:58:12 +00:00
|
|
|
"@wordpress/format-library": "1.22.9",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/hooks": "2.9.0",
|
|
|
|
"@wordpress/html-entities": "2.8.0",
|
|
|
|
"@wordpress/i18n": "3.14.0",
|
2020-10-29 06:11:57 +00:00
|
|
|
"@wordpress/icons": "2.4.1",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/is-shallow-equal": "2.1.0",
|
2020-07-27 20:08:53 +00:00
|
|
|
"@wordpress/keyboard-shortcuts": "1.9.3",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/keycodes": "2.14.0",
|
2020-10-29 06:11:57 +00:00
|
|
|
"@wordpress/list-reusable-blocks": "1.21.7",
|
2020-07-07 14:41:35 +00:00
|
|
|
"@wordpress/media-utils": "1.15.0",
|
2020-07-27 20:08:53 +00:00
|
|
|
"@wordpress/notices": "2.8.3",
|
2020-10-29 06:11:57 +00:00
|
|
|
"@wordpress/nux": "3.20.7",
|
|
|
|
"@wordpress/plugins": "2.20.4",
|
2020-07-07 14:41:35 +00:00
|
|
|
"@wordpress/primitives": "1.7.0",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/priority-queue": "1.7.0",
|
|
|
|
"@wordpress/redux-routine": "3.10.0",
|
2020-08-04 14:02:46 +00:00
|
|
|
"@wordpress/rich-text": "3.20.4",
|
2020-10-29 06:11:57 +00:00
|
|
|
"@wordpress/server-side-render": "1.16.7",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/shortcode": "2.9.0",
|
|
|
|
"@wordpress/token-list": "1.11.0",
|
|
|
|
"@wordpress/url": "2.17.0",
|
2020-07-27 20:08:53 +00:00
|
|
|
"@wordpress/viewport": "2.21.3",
|
2020-06-26 13:31:11 +00:00
|
|
|
"@wordpress/warning": "1.2.0",
|
|
|
|
"@wordpress/wordcount": "2.10.0",
|
2019-09-17 17:18:32 +00:00
|
|
|
"backbone": "1.4.0",
|
2020-06-03 11:10:28 +00:00
|
|
|
"clipboard": "2.0.6",
|
2020-03-03 16:53:32 +00:00
|
|
|
"core-js-url-browser": "3.6.4",
|
2018-12-13 15:25:37 +00:00
|
|
|
"element-closest": "^2.0.2",
|
2019-02-07 06:26:48 +00:00
|
|
|
"formdata-polyfill": "3.0.13",
|
2020-01-08 11:55:03 +00:00
|
|
|
"hoverintent": "2.2.1",
|
2020-06-13 18:51:07 +00:00
|
|
|
"imagesloaded": "4.1.4",
|
2019-09-12 12:40:38 +00:00
|
|
|
"jquery-color": "https://github.com/jquery/jquery-color/archive/2.1.2.tar.gz",
|
Once upon a midnight dreary, while I coded, weak and weary,
In many a strange and curious file of forgotten lore—
While I pondered, blaming Nacin, my notifications suddenly awakened,
As of someone quietly DMing;—DMing me, I can’t ignore.
“’Tis some contributor,” I muttered, “DMing me an idea or four—
Only this and nothing more.”
Ah, distinctly I remember, at WordCamp US, last December;
A mad proposal nearly laid me—down out cold—upon the floor.
Curious, I listened closely;—to a plan I agreed with, mostly—
A way to make our JavaScript—JavaScript which was a chore—
Maintainable, extendable, for the future, is what I saw.
Guten-ready for evermore.
Open here I switch to Slack, when, with many a patch and hack,
In there stepped Omar, a JavaScript developer hardcore;
Pronouncing all the changes fit; ready now to be commit;
“There’s nothing else for us to do,” DMing me, “It’s done!” he swore—
“No longer random guessing at which file need next be explored—
Let’s move on, we’re all aboard.”
Moved all together, grouped and managed, in folders all is packaged,
The code had all been cleaned and tidied, important parts moved to the fore,
“Though this change be useful here,” I said, “it is too large, I fear,
We couldn’t manage such a patch, we’ve done nothing like this before—
Tell me where doth go this change, change to make our codebase soar!”
Quoth Omar, “In WordPress Core.”
Props omarreis for shepherding this significant change.
Props adamsilverstein, aduth, atimmer, dingo_bastard, frank-klein, gziolo, herregroen, jaswrks, jeremyfelt, jipmoors, jorbin, netweb, ocean90, pento, tjnowell, and youknowriad for testing, feedback, discussion, encouragement, commiserations, etc.
I make no apologies for this commit message.
Fixes #43055.
git-svn-id: https://develop.svn.wordpress.org/trunk@43309 602fd350-edb4-49c9-b593-d223f7449a82
2018-05-23 10:04:22 +00:00
|
|
|
"jquery-form": "4.2.1",
|
2019-12-10 01:01:35 +00:00
|
|
|
"jquery-hoverintent": "1.8.3",
|
2020-01-08 11:55:03 +00:00
|
|
|
"jquery-ui": "https://github.com/jquery/jquery-ui/archive/1.11.4.tar.gz",
|
2020-07-11 00:34:59 +00:00
|
|
|
"lodash": "4.17.19",
|
2020-06-13 18:51:07 +00:00
|
|
|
"masonry-layout": "4.2.2",
|
2020-07-01 20:27:51 +00:00
|
|
|
"moment": "2.27.0",
|
2020-02-10 15:15:07 +00:00
|
|
|
"polyfill-library": "3.42.0",
|
2019-09-25 08:19:17 +00:00
|
|
|
"react": "16.9.0",
|
|
|
|
"react-dom": "16.9.0",
|
2020-06-15 18:02:14 +00:00
|
|
|
"twemoji": "13.0.0",
|
2019-09-12 10:18:58 +00:00
|
|
|
"underscore": "1.8.3",
|
2019-02-07 06:26:48 +00:00
|
|
|
"whatwg-fetch": "3.0.0"
|
2018-12-14 09:46:30 +00:00
|
|
|
},
|
2018-12-14 10:53:17 +00:00
|
|
|
"scripts": {
|
2019-05-26 19:34:24 +00:00
|
|
|
"build": "grunt build",
|
2019-08-05 07:09:14 +00:00
|
|
|
"build:dev": "grunt build --dev",
|
|
|
|
"dev": "grunt watch --dev",
|
2019-05-26 19:34:24 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"watch": "grunt watch",
|
2019-06-27 11:26:58 +00:00
|
|
|
"grunt": "grunt",
|
2020-07-27 23:33:51 +00:00
|
|
|
"lint:jsdoc": "wp-scripts lint-js",
|
|
|
|
"lint:jsdoc:fix": "wp-scripts lint-js --fix",
|
2019-08-12 08:28:33 +00:00
|
|
|
"env:start": "node ./tools/local-env/scripts/start.js",
|
|
|
|
"env:stop": "node ./tools/local-env/scripts/docker.js down",
|
2020-04-30 20:20:18 +00:00
|
|
|
"env:restart": "npm run env:stop && npm run env:start",
|
2019-08-12 08:28:33 +00:00
|
|
|
"env:clean": "node ./tools/local-env/scripts/docker.js down -v --remove-orphans",
|
|
|
|
"env:reset": "node ./tools/local-env/scripts/docker.js down --rmi all -v --remove-orphans",
|
|
|
|
"env:install": "node ./tools/local-env/scripts/install.js",
|
|
|
|
"env:cli": "node ./tools/local-env/scripts/docker.js run cli",
|
|
|
|
"env:logs": "node ./tools/local-env/scripts/docker.js logs",
|
|
|
|
"env:pull": "node ./tools/local-env/scripts/docker.js pull",
|
|
|
|
"test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit",
|
|
|
|
"test:e2e": "node ./tests/e2e/run-tests.js"
|
2018-01-16 03:54:10 +00:00
|
|
|
}
|
2020-07-06 23:01:18 +00:00
|
|
|
}
|