Skip to content

Commit a912bd2

Browse files
jmscheweaverryan
authored andcommitted
Allow sass-loader:^13.0.0, require node >= 14
1 parent 1d63fed commit a912bd2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/high-depends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: [ '12', '16']
17+
node-versions: ['14', '16', '18']
1818

1919
steps:
2020
- name: Checkout

.github/workflows/low-depends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: [ '12', '16']
17+
node-versions: ['14', '16', '18']
1818

1919
steps:
2020
- name: Checkout

.github/workflows/stable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: [ '12', '14', '16']
17+
node-versions: ['14', '16', '18']
1818

1919
steps:
2020
- name: Checkout

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/symfony/webpack-encore/issues"
2424
},
2525
"engines": {
26-
"node": "^12.13.0 || >=14.0.0"
26+
"node": ">=14.0.0"
2727
},
2828
"homepage": "https://github.com/symfony/webpack-encore",
2929
"dependencies": {
@@ -88,7 +88,7 @@
8888
"preact": "^10.5.0",
8989
"preact-compat": "^3.17.0",
9090
"sass": "^1.17.0",
91-
"sass-loader": "^12.0.0",
91+
"sass-loader": "^12.0.0 || ^13.0.0",
9292
"sinon": "^13.0.2",
9393
"strip-ansi": "^6.0.0",
9494
"stylus": "^0.57.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5707,10 +5707,10 @@ [email protected], safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0,
57075707
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
57085708
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
57095709

5710-
sass-loader@^12.0.0:
5711-
version "12.6.0"
5712-
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.6.0.tgz#5148362c8e2cdd4b950f3c63ac5d16dbfed37bcb"
5713-
integrity sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==
5710+
"sass-loader@^12.0.0 || ^13.0.0":
5711+
version "13.0.0"
5712+
resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-13.0.0.tgz#0b4bff0289951ed21240bca54453eca3dbda1713"
5713+
integrity sha512-IHCFecI+rbPvXE2zO/mqdVFe8MU7ElGrwga9hh2H65Ru4iaBJAMRteum1c4Gsxi9Cq1FOtTEDd6+/AEYuQDM4Q==
57145714
dependencies:
57155715
klona "^2.0.4"
57165716
neo-async "^2.6.2"

0 commit comments

Comments
 (0)