[wp-trac] [WordPress Trac] #43055: Reorganize Core JS / introduce build step
WordPress Trac
noreply at wordpress.org
Wed Jan 24 06:34:11 UTC 2018
#43055: Reorganize Core JS / introduce build step
------------------------------+-------------------------
Reporter: omarreiss | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 5.0
Component: Build/Test Tools | Version: trunk
Severity: normal | Resolution:
Keywords: dev-feedback | Focuses: javascript
------------------------------+-------------------------
Comment (by jaswrks):
In `package.json`, would it be a good idea to remove `^` from any of these
and force any version bump to occur as the result of an intentional hard-
coded change? Seems worth considering in a project like WP core.
{{{
"dependencies": {
"@wordpress/a11y": "0.1.0-beta.1",
"backbone": "^1.3.3",
"imagesloaded": "^3.2.0",
"jquery": "^1.12.4",
"jquery-color": "github:jquery/jquery-color#2.1.1",
"jquery-form": "^4.2.1",
"jquery-hoverintent": "^1.8.1",
"jquery-ui": "github:jquery/jquery-ui#1.11.4",
"masonry-layout": "^3.3.2",
"twemoji": "^2.5.0",
"underscore": "^1.8.3",
"zxcvbn": "^4.4.1"
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43055#comment:18>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list