mirror of
https://github.com/maputnik/editor.git
synced 2026-09-07 21:07:27 +00:00
chore(deps-dev): Bump sass from 1.103.1 to 1.104.0 (#2141)
Bumps [sass](https://github.com/sass/dart-sass) from 1.103.1 to 1.104.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.104.0</h2> <p>To install Sass 1.104.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li> <p><strong>Potentially breaking compatibility fix:</strong> Colors now convert the special values NaN and negative zero, as well as infinity and negative infinity for polar-hue channels, to 0 as per the CSS spec.</p> </li> <li> <p>The special value negative zero is now serialized as <code>-0</code> instead of <code>0</code> for greater compatibility when using it in CSS calculations.</p> </li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#11040">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.104.0</h2> <ul> <li> <p><strong>Potentially breaking compatibility fix:</strong> Colors now convert the special values NaN and negative zero, as well as infinity and negative infinity for polar-hue channels, to 0 as per the CSS spec.</p> </li> <li> <p>The special value negative zero is now serialized as <code>-0</code> instead of <code>0</code> for greater compatibility when using it in CSS calculations.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/e01e268c6f6826ae309bf3105765d4c93024ebbc"><code>e01e268</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2845">#2845</a> from sass/dependabot/pub/pub_api_client-4.0.0</li> <li><a href="https://github.com/sass/dart-sass/commit/b7b3ce3cf3d3676d2f2d4de3ac82237cd96e29b6"><code>b7b3ce3</code></a> Drop unnecessary import</li> <li><a href="https://github.com/sass/dart-sass/commit/0ea3ef0c8ff9240673fe421be5a1993a4b6136c5"><code>0ea3ef0</code></a> Implement degenerate colors (<a href="https://redirect.github.com/sass/dart-sass/issues/2840">#2840</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/ea6a8e25a67b994985ca46b94e9b45be098fa4ff"><code>ea6a8e2</code></a> Use TypeScript 7 without breaking Eslint (<a href="https://redirect.github.com/sass/dart-sass/issues/2844">#2844</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/c8928c417637d5fcd41a1f1eba7d93d522fe453e"><code>c8928c4</code></a> Automatically merge dependabot PRs (<a href="https://redirect.github.com/sass/dart-sass/issues/2843">#2843</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/dfefe285b5ba0750ebfdee1dfbfca13c6a49a5dd"><code>dfefe28</code></a> Bump pub_api_client from 3.2.0 to 4.0.0</li> <li><a href="https://github.com/sass/dart-sass/commit/3c6bf54a51f507e7a194179a76f4241a35781826"><code>3c6bf54</code></a> Bump browser-actions/setup-chrome from 2.1.2 to 2.2.0 (<a href="https://redirect.github.com/sass/dart-sass/issues/2841">#2841</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/9f6876ce1fb2ce710e32f88b9848ad1bf0a8a706"><code>9f6876c</code></a> Bump postcss from 8.5.25 to 8.5.26 in /pkg/sass-parser (<a href="https://redirect.github.com/sass/dart-sass/issues/2836">#2836</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.103.1...1.104.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+4
-4
@@ -102,7 +102,7 @@
|
||||
"nyc": "^18.0.0",
|
||||
"postcss": "^8.5.28",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.103.1",
|
||||
"sass": "^1.104.0",
|
||||
"stylelint": "^17.14.1",
|
||||
"stylelint-config-recommended-scss": "^17.0.1",
|
||||
"stylelint-scss": "^7.2.0",
|
||||
@@ -11329,9 +11329,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/sass": {
|
||||
"version": "1.103.1",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.103.1.tgz",
|
||||
"integrity": "sha512-9icZURbP51S6S0QGoyaeqk9uB06GNWxsFYWfH5RgpFgqK5FA8tJcM3AdVxrZEVJ7dz+L87nG95gBKf4VuaMHGw==",
|
||||
"version": "1.104.0",
|
||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.104.0.tgz",
|
||||
"integrity": "sha512-btHMApW2bgolvClhRW8AlQJzgI9lUB3pPSofBQQT+E46GWvf9o0TVQ13SYv5riWZVFyPN+JNz3TKW9XhBlc10w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
+1
-1
@@ -137,7 +137,7 @@
|
||||
"nyc": "^18.0.0",
|
||||
"postcss": "^8.5.28",
|
||||
"react-hot-loader": "^4.13.1",
|
||||
"sass": "^1.103.1",
|
||||
"sass": "^1.104.0",
|
||||
"stylelint": "^17.14.1",
|
||||
"stylelint-config-recommended-scss": "^17.0.1",
|
||||
"stylelint-scss": "^7.2.0",
|
||||
|
||||
Reference in New Issue
Block a user