Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump sass from 1.82.0 to 1.83.0 (#2766)
Bumps [sass](https://github.com/sass/dart-sass) from 1.82.0 to 1.83.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.83.0</h2> <p>To install Sass 1.83.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>Allow trailing commas in <em>all</em> argument and parameter lists.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1830">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.83.0</h2> <ul> <li>Allow trailing commas in <em>all</em> argument and parameter lists.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/f38dbb00db942592c64a259bdfd9f961316597f6"><code>f38dbb0</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2464">#2464</a> from sass/rest-param-comma</li> <li><a href="https://github.com/sass/dart-sass/commit/0230ccf8518064c62c7b68c6808049764390a59c"><code>0230ccf</code></a> Update pkg/sass_api/CHANGELOG.md</li> <li><a href="https://github.com/sass/dart-sass/commit/dd9b106e7e56201948204d648434ad9f515c25fc"><code>dd9b106</code></a> Rename ArgumentInvocation and ArgumentDeclaration</li> <li><a href="https://github.com/sass/dart-sass/commit/c45bc70b39480c35ea61cf05d27444d87cbb5947"><code>c45bc70</code></a> Allow a trailing comma after rest parameters and arguments</li> <li><a href="https://github.com/sass/dart-sass/commit/219fe67817a1efc769e6ff2a80a59e6ac83def9b"><code>219fe67</code></a> Fix static analysis issues for dart 3.6 (<a href="https://redirect.github.com/sass/dart-sass/issues/2462">#2462</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/f9eef8105c898e463b6f661ab82f374616da6f2a"><code>f9eef81</code></a> Fix links to importers in the internal documentation (<a href="https://redirect.github.com/sass/dart-sass/issues/2458">#2458</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1b3c7de8d3b1789ca8d471a0d75241d356a80097"><code>1b3c7de</code></a> Represent rest parameters as properties on Parameter (<a href="https://redirect.github.com/sass/dart-sass/issues/2454">#2454</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/7a6722cf29cf3675b3bc4ad9ff32a552ecf00dc3"><code>7a6722c</code></a> Fix the declaration of ReturnRule._returnExpression (<a href="https://redirect.github.com/sass/dart-sass/issues/2455">#2455</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1536dc014637b5676c650e49dcb75a145361fc3b"><code>1536dc0</code></a> Merge pull request <a href="https://redirect.github.com/sass/dart-sass/issues/2453">#2453</a> from sass/return</li> <li><a href="https://github.com/sass/dart-sass/commit/a74f9c301b2ac08c38de7590b6fec7e47caab0aa"><code>a74f9c3</code></a> Enable useDefineForClassFields and fix affected TS files. (<a href="https://redirect.github.com/sass/dart-sass/issues/2447">#2447</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sass/dart-sass/compare/1.82.0...1.83.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sass&package-manager=npm_and_yarn&previous-version=1.82.0&new-version=1.83.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information