Opened 9 years ago
Closed 9 years ago
#2821 closed defect (bug) (fixed)
Update Grunt dependencies in package.json
Reported by: | netweb | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Tools - Build | Keywords: | has-patch commit |
Cc: |
Description (last modified by )
Current packages and upgrade packages available:
"grunt-checktextdomain" can be updated from ~0.1.1 to ~1.0.0 (Installed: none, Latest: 1.0.0) "grunt-contrib-jshint" can be updated from ~0.11.0 to ~0.11.2 (Installed: none, Latest: 0.11.2) "grunt-contrib-uglify" can be updated from ~0.8.0 to ~0.9.1 (Installed: none, Latest: 0.9.1) "grunt-cssjanus" can be updated from ~0.2.3 to ~0.2.4 (Installed: none, Latest: 0.2.4) "grunt-sass" can be updated from ~0.18.1 to ~1.0.0 (Installed: none, Latest: 1.0.0) "grunt-wp-i18n" can be updated from ~0.5.0 to ~0.5.2 (Installed: none, Latest: 0.5.2)
I'm currently testing each of the above for WordPress, BuddyPress, and bbPress, if anyone would like to create a patch for these as they are tested feel free to ping me @netweb in the relevant projects Slack channel.
I will update this ticket with related information for each package individually as I go.
Related: #WP31700 #BuddyPress6539
Related: #2738 Use grunt-banner to replace deprecated banners in cssmin and update grunt-conrib-cssmin
Attachments (1)
Change History (9)
#3
@
9 years ago
Update grunt-contrib-uglify
to v0.9.1
Changelog: https://github.com/gruntjs/grunt-contrib-uglify/compare/v0.8.0...v0.9.1
- 2015-04-07 v0.9.0 added hook into uglify's mangling functionality
- 2015-03-30 v0.8.1 lock uglify to 2.4.17 due to breaking changes
Running grunt uglify
and related bbPress Grunt tasks show no issues with grunt-contrib-uglify
.
#4
@
9 years ago
Update grunt-wp-i18n
to v0.5.2
Changelog: https://github.com/cedaro/grunt-wp-i18n/compare/v0.5.0...v0.5.2
- 0.5.2 Stopped the PHP script from scanning files in excluded directories when running the makepot task.
- 0.5.1 Merged upstream changes to provide better support for multiline translators comments.
Running grunt makepot
and related bbPress Grunt tasks show no issues with grunt-wp-i18n
.
#5
@
9 years ago
Update grunt-checktextdomain
to v1.0.0
Changelog: https://github.com/stephenharris/grunt-checktextdomain
- 1.0.0 - Potential breaking change: Grunt now aborts on error (grunt.fail.warn). Thanks to @alexVauch. #4. Added force task to configure this behaviour.
Running grunt checktextdomain
and related bbPress Grunt tasks show no issues with grunt-checktextdomain
.
#6
@
9 years ago
Update grunt-sass
to v1.0.0
Changelog: https://github.com/sindresorhus/grunt-sass/compare/v0.18.0...v1.0.0
- node-sass changelog https://github.com/sass/node-sass/releases/tag/v3.0.0
- libsass changelog https://github.com/sass/libsass/releases/tag/3.2.0
Testing grunt colors
and related bbPress Grunt tasks show no issues with grunt-sass
Update
grunt-contrib-jshint
tov0.11.2
Changelog: https://github.com/gruntjs/grunt-contrib-jshint/compare/v0.11.0...v0.11.2
Running
grunt jshint
and related bbPress Grunt tasks show no issues withgrunt-contrib-jshint
.If someone #wceu was to create a patch or would like a hand to create the patch for
grunt-contrib-jshint
ping me