-
Notifications
You must be signed in to change notification settings - Fork 18
Commit 23586ff
authored
Bump the minor-and-patch group with 3 updates (#472)
Bumps the minor-and-patch group with 3 updates:
[browserslist](https://github.com/browserslist/browserslist),
[sass](https://github.com/sass/dart-sass) and
[simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git).
Updates `browserslist` from 4.26.2 to 4.27.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/browserslist/browserslist/releases">browserslist's
releases</a>.</em></p>
<blockquote>
<h2>4.27.0</h2>
<ul>
<li>Added <code>BROWSERSLIST_TRACE_WARNING</code> environment
variable.</li>
</ul>
<h2>4.26.3</h2>
<ul>
<li>Fixed <code>throwOnMissing</code> with <code>extends</code> query
(by <a
href="https://github.com/alexander-akait"><code>@alexander-akait</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md">browserslist's
changelog</a>.</em></p>
<blockquote>
<h2>4.27.0</h2>
<ul>
<li>Added <code>BROWSERSLIST_TRACE_WARNING</code> environment
variable.</li>
</ul>
<h2>4.26.3</h2>
<ul>
<li>Fixed <code>throwOnMissing</code> with <code>extends</code> query
(by <a
href="https://github.com/alexander-akait"><code>@alexander-akait</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/browserslist/browserslist/commit/0d726c7348b4c03eee9c233c76e9b3c684fa3177"><code>0d726c7</code></a>
Release 4.27.0 version</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/0ed9b931f81c85a61bfedee8cb151668e2c85c18"><code>0ed9b93</code></a>
Use vite in examples</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/de0fed29b10687b1cab7e9fa6a878c78a450fd4e"><code>de0fed2</code></a>
Add BROWSERSLIST_TRACE_WARNING env</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/7e95bf338414e09b7ceb4be1c0f0e3b51fd4907e"><code>7e95bf3</code></a>
Update dependencies</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/52d3124fac363079e97d77e35a29e800eadd0778"><code>52d3124</code></a>
Release 4.26.3 version</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/b3c9a3b5f51c846c9c18162ea12c99eb283a0af8"><code>b3c9a3b</code></a>
Update dependencies</li>
<li><a
href="https://github.com/browserslist/browserslist/commit/f19483093a9a7ad40561dfa95c5997ab64fc3b57"><code>f194830</code></a>
Fix throwOnMissing on extends</li>
<li>See full diff in <a
href="https://github.com/browserslist/browserslist/compare/4.26.2...4.27.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `sass` from 1.93.2 to 1.93.3
<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.93.3</h2>
<p>To install Sass 1.93.3, 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>Fix a performance regression that was introduced in 1.92.0.</li>
</ul>
<p>See the <a
href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1933">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.93.3</h2>
<ul>
<li>Fix a performance regression that was introduced in 1.92.0.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sass/dart-sass/commit/4e5bd2597f3c932d532718e95881d007c61ad374"><code>4e5bd25</code></a>
Stop holding onto stack traces for every CSS declaration (<a
href="https://redirect.github.com/sass/dart-sass/issues/2666">#2666</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/65b77ee1d75c577522453b66588103f08a461316"><code>65b77ee</code></a>
Bump analyzer, protobuf, protoc_plugin and dartdoc (<a
href="https://redirect.github.com/sass/dart-sass/issues/2660">#2660</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/e61936c7d3e7b28d5b1e56b76d723c6d4aa3638c"><code>e61936c</code></a>
Bump actions/setup-node from 4 to 6 (<a
href="https://redirect.github.com/sass/dart-sass/issues/2661">#2661</a>)</li>
<li><a
href="https://github.com/sass/dart-sass/commit/b5f4c6700c0db3837da7260d50da82ecfc9c554e"><code>b5f4c67</code></a>
Bump actions/setup-node from 5 to 6 in /.github/util/initialize (<a
href="https://redirect.github.com/sass/dart-sass/issues/2662">#2662</a>)</li>
<li>See full diff in <a
href="https://github.com/sass/dart-sass/compare/1.93.2...1.93.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `simple-git` from 3.28.0 to 3.29.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md">simple-git's
changelog</a>.</em></p>
<blockquote>
<h2>3.29.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p>240ec64: Support for absolute paths on Windows when using
<code>git.checkIngore</code>, previously Windows would report
paths with duplicate separators <code>\\\\</code> between
directories.</p>
<p>Following this change all paths returned from
<code>git.checkIgnore</code> will be normalized through
<code>node:path</code>,
this should have no impact on non-windows users where the
<code>git</code> binary doesn't wrap absolute paths with
quotes.</p>
<p>Thanks to <a
href="https://github.com/Maxim-Mazurok"><code>@Maxim-Mazurok</code></a>
for reporting this issue.</p>
</li>
<li>
<p>9872f84: Support the use of
<code>git.branch(['--show-current'])</code> to limit the branch list to
only the current branch.</p>
<p>Thanks to <a
href="https://github.com/peterbe"><code>@peterbe</code></a> for
pointing out the use-case.</p>
</li>
<li>
<p>5736bd8: Change to biome for lint and format</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/steveukx/git-js/commits/HEAD/simple-git">compare
view</a></li>
</ul>
</details>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 79703c4 commit 23586ffCopy full SHA for 23586ff
File tree
Expand file treeCollapse file tree
2 files changed
+64
-65
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
2 files changed
+64
-65
lines changedOpen diff view settings
Collapse file
+61-62Lines changed: 61 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments