Skip to content

Commit f2c504b

Browse files
authored
Merge pull request #291 from oddbird/dependabot/npm_and_yarn/npm-minor-upgrades-4ec5143149
Bump the npm-minor-upgrades group with 8 updates
2 parents a23ea1f + cec7b42 commit f2c504b

File tree

5 files changed

+300
-295
lines changed

5 files changed

+300
-295
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@
7070
"@babel/core": "^7.25.2",
7171
"@babel/preset-env": "^7.25.4",
7272
"@babel/preset-typescript": "^7.24.7",
73-
"@types/lodash": "^4.17.7",
74-
"@typescript-eslint/eslint-plugin": "^8.4.0",
75-
"@typescript-eslint/parser": "^8.4.0",
73+
"@types/lodash": "^4.17.9",
74+
"@typescript-eslint/eslint-plugin": "^8.8.0",
75+
"@typescript-eslint/parser": "^8.8.0",
7676
"babel-jest": "^29.7.0",
7777
"chai": "^4.5.0",
78-
"eslint": "^8.57.0",
78+
"eslint": "^8.57.1",
7979
"eslint-config-prettier": "^9.1.0",
8080
"eslint-import-resolver-typescript": "^3.6.3",
8181
"eslint-plugin-import": "^2.30.0",
@@ -84,15 +84,15 @@
8484
"jest-environment-node-single-context": "^29.4.0",
8585
"mocha": "^10.7.3",
8686
"npm-run-all": "^4.1.5",
87-
"postcss": "^8.4.45",
87+
"postcss": "^8.4.47",
8888
"prettier": "^3.3.3",
89-
"sass": "^1.78.0",
90-
"sass-embedded": "^1.78.0",
89+
"sass": "^1.79.4",
90+
"sass-embedded": "^1.79.4",
9191
"sassdoc": "^2.7.4",
9292
"sassdoc-theme-herman": "^6.0.1",
9393
"stylelint": "^16.9.0",
9494
"stylelint-config-standard-scss": "^13.1.0",
95-
"typescript": "^5.5.4"
95+
"typescript": "^5.6.2"
9696
},
9797
"main": "./lib/index.js",
9898
"types": "./lib/index.d.ts",
@@ -107,5 +107,5 @@
107107
"sassDir": "./sass/",
108108
"exports": false
109109
},
110-
"packageManager": "yarn@4.4.1"
110+
"packageManager": "yarn@4.5.0"
111111
}

test/css/test.css

Lines changed: 4 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/scss/assert/_values.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
@include it('Rounded colors with $inspect') {
6161
$origin: #246;
62-
$expected: #356a9f;
62+
$expected: rgb(53.125, 106.25, 159.375);
6363

6464
@include assert-equal(
6565
color.adjust($origin, $lightness: 15%),

test/scss/data/_details.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,6 @@
108108
@include assert-equal(details.edgefail-notes(math.div(1, 3), 0.3333333333), $message);
109109
}
110110

111-
@include it('Color rounding') {
112-
$message: '- Details: colors may need to be rounded before comparison (set `$inspect: true` to compare output values)';
113-
114-
@include assert-equal(
115-
details.edgefail-notes(color.adjust(#246, $lightness: 15%), #356a9f),
116-
$message
117-
);
118-
}
119-
120111
@include it('List Separators') {
121112
$message: '- Details: list-separators do not match';
122113

0 commit comments

Comments
 (0)