Make WordPress Core

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#43097 closed defect (bug) (fixed)

Build Tools: Update `grunt-sass` to `2.0.0`

Reported by: netweb's profile netweb Owned by: dd32's profile dd32
Milestone: 5.0 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch commit
Focuses: Cc:

Description

Following on from bumping Node.js to 8.9.3 in [42461]/#35105 grunt-sass's node-sass 3.x version dependancy is not compatable with Node.js 8.x, as such grunt-sass needs to be bumped to the latest 2.0.0 release which includes node-sass 4.x, as such before Travis CI can be bumped to use Node.js 8.9.3 this grunt-change` update is required

Previously using Node.js 6.9.1 and grunt-sass 1.2.1:

├─┬ grunt-sass@1.2.1
│ ├── each-async@1.1.1
│ ├── node-sass@3.13.1
│ └── object-assign@4.1.1

Proposed in this ticket using Node.js 8.9.3 and grunt-sass 2.0.0

├─┬ grunt-sass@2.0.0
│ ├── each-async@1.1.1
│ ├── node-sass@4.7.2
│ └── object-assign@4.1.1

Travis CI test on my fork for the above change: https://travis-ci.org/ntwb/wordpress/jobs/329329116

Note: Travis CI is still using Node.js 6.9.1, after this ticket has been committed Travis CI will then be bumped to use Node.js 8.9.3 via 35105.4-travis.diff

Attachments (1)

43097.diff (398 bytes) - added by netweb 7 years ago.

Download all attachments as: .zip

Change History (5)

@netweb
7 years ago

#1 @netweb
7 years ago

  • Keywords has-patch commit added
  • Owner set to dd32
  • Status changed from new to assigned

#2 @dd32
7 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 42463:

Build: Bump grunt-sass to v2.0.0 from v1.2.1 for Node 8.x support.

Changes: https://github.com/sindresorhus/grunt-sass/compare/v1.2.1...v2.0.0

Props netweb.
See #35105.
Fixes #43097.

#3 @dd32
7 years ago

As expected, this didn't affect the built files:
https://build.trac.wordpress.org/changeset/42292

#4 @jorbin
7 years ago

committed to 5.0 in [43684]

Note: See TracTickets for help on using tickets.