Skip to:
Content

bbPress.org

Opened 9 years ago

Closed 9 years ago

#2821 closed defect (bug) (fixed)

Update Grunt dependencies in package.json

Reported by: netweb's profile netweb Owned by: netweb's profile netweb
Milestone: 2.6 Priority: normal
Severity: normal Version: trunk
Component: Tools - Build Keywords: has-patch commit
Cc:

Description (last modified by netweb)

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)

2821.diff (1.0 KB) - added by netweb 9 years ago.

Download all attachments as: .zip

Change History (9)

#1 @netweb
9 years ago

  • Description modified (diff)

#2 @netweb
9 years ago

Update grunt-contrib-jshint to v0.11.2

Changelog: https://github.com/gruntjs/grunt-contrib-jshint/compare/v0.11.0...v0.11.2

  • 2015-04-16   v0.11.2   Fix default value of the reporter option.
  • 2015-03-20   v0.11.1   fix iojs compat issues other fixes to pathing

Running grunt jshint and related bbPress Grunt tasks show no issues with grunt-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

#3 @netweb
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 @netweb
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 @netweb
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 @netweb
9 years ago

Update grunt-sass to v1.0.0

Changelog: https://github.com/sindresorhus/grunt-sass/compare/v0.18.0...v1.0.0

Testing grunt colors and related bbPress Grunt tasks show no issues with grunt-sass

@netweb
9 years ago

#7 @netweb
9 years ago

  • Keywords has-patch commit added; needs-patch removed

#8 @netweb
9 years ago

  • Owner set to netweb
  • Resolution set to fixed
  • Status changed from new to closed

In 5804:

Update Grunt dependencies in package.json:

  • grunt-checktextdomain major version update (Improved task error handing)
  • grunt-contrib-jshint patch version update
  • grunt-contrib-uglify minor version update (causes some changes to minified JS)
  • grunt-sass major version update ( underlying libsass update )
  • grunt-wp-i18n patch version update

Fixes #2821

Note: See TracTickets for help on using tickets.