Skip to content

Commit 16d6711

Browse files
authored
Limit Chokidar's lower bound to 3.0.0 (#1279)
There's no reason we *should* have to do this, since we do declare support for Chokidar 3.0.0 and npm *should* just install the latest available version that matches the constraint. But in practice it doesn't for some reason, so I guess we'll narrow the constraint to work around that. See #863
1 parent 11d09cf commit 16d6711

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
* Fix a typo in a deprecation warning.
44

5+
### JavaScript API
6+
7+
* Drop support for Chokidar 2.x. This version was incompatible with Node 14, but
8+
due to shortcomings in npm's version resolver sometimes still ended up
9+
installed anyway. Only declaring support for 3.0.0 should ensure compatibility
10+
going forward.
11+
512
### Dart API
613

714
* Allow the null safety release of args and watcher.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.32.9-dev
2+
version: 1.32.9
33
description: A Sass implementation in Dart.
44
author: Sass Team
55
homepage: https://github.com/sass/dart-sass

0 commit comments

Comments
 (0)