-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ Bump qs and browser-sync #60
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/npm_and_yarn/qs-and-browser-sync-6.11.1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
⬆️ Bump qs and browser-sync #60
dependabot
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/qs-and-browser-sync-6.11.1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [qs](https://github.com/ljharb/qs) to 6.11.1 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together. Updates `qs` from 6.2.3 to 6.11.1 - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.2.3...v6.11.1) Updates `browser-sync` from 2.27.10 to 2.29.1 - [Release notes](https://github.com/BrowserSync/browser-sync/releases) - [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md) - [Commits](BrowserSync/browser-sync@v2.27.10...v2.29.1) --- updated-dependencies: - dependency-name: qs dependency-type: indirect - dependency-name: browser-sync dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
************************************************************
AUTOREPLY VON ***@***.***
************************************************************
Vielen Dank für Ihre Nachricht. Ich bin bis einschliesslich
19.04.2023 ausser Hause.
Ihre Anfrage wird in dieser Zeit nicht bearbeitet und auch
nicht weiter geleitet.
In dringenden Anliegen wenden Sie sich bitte telefonisch
an uns.
Telefon 041 610 61 91. Besten Dank.
digitalhaus ag
Michael Regensburger
************************************************************
Besuchen Sie www.digitalhaus.ch für weitere Informationen
************************************************************
Bumps [qs](https://github.com/ljharb/qs) to 6.11.1 and updates ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together.
Updates `qs` from 6.2.3 to 6.11.1
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/main/CHANGELOG.md">qs's changelog</a>.</em></p>
<blockquote>
<h2><strong>6.11.1</strong></h2>
<ul>
<li>[Fix] <code>stringify</code>: encode comma values more consistently (<a href="https://redirect.github.com/ljharb/qs/issues/463">#463</a>)</li>
<li>[readme] add usage of <code>filter</code> option for injecting custom serialization, i.e. of custom types (<a href="https://redirect.github.com/ljharb/qs/issues/447">#447</a>)</li>
<li>[meta] remove extraneous code backticks (<a href="https://redirect.github.com/ljharb/qs/issues/457">#457</a>)</li>
<li>[meta] fix changelog markdown</li>
<li>[actions] update checkout action</li>
<li>[actions] restrict action permissions</li>
<li>[Dev Deps] update ***@***.***/eslint-config</code>, <code>aud</code>, <code>object-inspect</code>, <code>tape</code></li>
</ul>
<h2><strong>6.11.0</strong></h2>
<ul>
<li>[New] [Fix] <code>stringify</code>: revert 0e903c0; add <code>commaRoundTrip</code> option (<a href="https://redirect.github.com/ljharb/qs/issues/442">#442</a>)</li>
<li>[readme] fix version badge</li>
</ul>
<h2><strong>6.10.5</strong></h2>
<ul>
<li>[Fix] <code>stringify</code>: with <code>arrayFormat: comma</code>, properly include an explicit <code>[]</code> on a single-item array (<a href="https://redirect.github.com/ljharb/qs/issues/434">#434</a>)</li>
</ul>
<h2><strong>6.10.4</strong></h2>
<ul>
<li>[Fix] <code>stringify</code>: with <code>arrayFormat: comma</code>, include an explicit <code>[]</code> on a single-item array (<a href="https://redirect.github.com/ljharb/qs/issues/441">#441</a>)</li>
<li>[meta] use <code>npmignore</code> to autogenerate an npmignore file</li>
<li>[Dev Deps] update <code>eslint</code>, ***@***.***/eslint-config</code>, <code>aud</code>, <code>has-symbol</code>, <code>object-inspect</code>, <code>tape</code></li>
</ul>
<h2><strong>6.10.3</strong></h2>
<ul>
<li>[Fix] <code>parse</code>: ignore <code>__proto__</code> keys (<a href="https://redirect.github.com/ljharb/qs/issues/428">#428</a>)</li>
<li>[Robustness] <code>stringify</code>: avoid relying on a global <code>undefined</code> (<a href="https://redirect.github.com/ljharb/qs/issues/427">#427</a>)</li>
<li>[actions] reuse common workflows</li>
<li>[Dev Deps] update <code>eslint</code>, ***@***.***/eslint-config</code>, <code>object-inspect</code>, <code>tape</code></li>
</ul>
<h2><strong>6.10.2</strong></h2>
<ul>
<li>[Fix] <code>stringify</code>: actually fix cyclic references (<a href="https://redirect.github.com/ljharb/qs/issues/426">#426</a>)</li>
<li>[Fix] <code>stringify</code>: avoid encoding arrayformat comma when <code>encodeValuesOnly = true</code> (<a href="https://redirect.github.com/ljharb/qs/issues/424">#424</a>)</li>
<li>[readme] remove travis badge; add github actions/codecov badges; update URLs</li>
<li>[Docs] add note and links for coercing primitive values (<a href="https://redirect.github.com/ljharb/qs/issues/408">#408</a>)</li>
<li>[actions] update codecov uploader</li>
<li>[actions] update workflows</li>
<li>[Tests] clean up stringify tests slightly</li>
<li>[Dev Deps] update <code>eslint</code>, ***@***.***/eslint-config</code>, <code>aud</code>, <code>object-inspect</code>, <code>safe-publish-latest</code>, <code>tape</code></li>
</ul>
<h2><strong>6.10.1</strong></h2>
<ul>
<li>[Fix] <code>stringify</code>: avoid exception on repeated object values (<a href="https://redirect.github.com/ljharb/qs/issues/402">#402</a>)</li>
</ul>
<h2><strong>6.10.0</strong></h2>
<ul>
<li>[New] <code>stringify</code>: throw on cycles, instead of an infinite loop (<a href="https://redirect.github.com/ljharb/qs/issues/395">#395</a>, <a href="https://redirect.github.com/ljharb/qs/issues/394">#394</a>, <a href="https://redirect.github.com/ljharb/qs/issues/393">#393</a>)</li>
<li>[New] <code>parse</code>: add <code>allowSparse</code> option for collapsing arrays with missing indices (<a href="https://redirect.github.com/ljharb/qs/issues/312">#312</a>)</li>
<li>[meta] fix README.md (<a href="https://redirect.github.com/ljharb/qs/issues/399">#399</a>)</li>
<li>[meta] only run <code>npm run dist</code> in publish, not install</li>
<li>[Dev Deps] update <code>eslint</code>, ***@***.***/eslint-config</code>, <code>aud</code>, <code>has-symbols</code>, <code>tape</code></li>
<li>[Tests] fix tests on node v0.6</li>
<li>[Tests] use <code>ljharb/actions/node/install</code> instead of <code>ljharb/actions/node/run</code></li>
<li>[Tests] Revert &quot;[meta] ignore eclint transitive audit warning&quot;</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ljharb/qs@9dca37f15de317fe9ad0ced907cdf250ba310880"><code>9dca37f</code></a> v6.11.1</li>
<li><a href="ljharb/qs@4c4b23d2dd99fa72790e21d3c26dcebee56a34e8"><code>4c4b23d</code></a> [Fix] <code>stringify</code>: encode comma values more consistently</li>
<li><a href="ljharb/qs@1778ed42c3f0e6c5c3891f95d3ddd001c1982ce7"><code>1778ed4</code></a> [Dev Deps] update ***@***.***/eslint-config</code>, <code>object-inspect</code>, <code>tape</code></li>
<li><a href="ljharb/qs@20820fa2dd907910de529e2564ff42aac7db6246"><code>20820fa</code></a> [Dev Deps] update <code>aud</code></li>
<li><a href="ljharb/qs@2048fa55f0c8c2903046f92f7787ddb8f624dea2"><code>2048fa5</code></a> [meta] remove extraneous code backticks</li>
<li><a href="ljharb/qs@7e937fafdf67330d54547bbd34909f1f0c11ed72"><code>7e937fa</code></a> [actions] update checkout action</li>
<li><a href="ljharb/qs@6ce76652c052fd6b43e9b80f228f1e1caf50eac3"><code>6ce7665</code></a> [Dev Deps] update <code>aud</code>, <code>tape</code></li>
<li><a href="ljharb/qs@e45d713eb499a910870f87266805887a09327a13"><code>e45d713</code></a> [actions] restrict action permissions</li>
<li><a href="ljharb/qs@997044d91766e6a74ef5bdcb027b77d2730f5d87"><code>997044d</code></a> [meta] fix changelog markdown</li>
<li><a href="ljharb/qs@92c746b98426f53fcee34d59b02fa92dba9b47fe"><code>92c746b</code></a> [readme] add usage of <code>filter</code> option for injecting custom serialization, i.e...</li>
<li>Additional commits viewable in <a href="ljharb/qs@v6.2.3...v6.11.1">compare view</a></li>
</ul>
</details>
<br />
Updates `browser-sync` from 2.27.10 to 2.29.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/BrowserSync/browser-sync/releases">browser-sync's releases</a>.</em></p>
<blockquote>
<h2>The one that restores IE11 support 💪</h2>
<h2>What's Changed</h2>
<ul>
<li>fix ie11 by <a href="https://github.com/shakyShane"><code>@shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/2024">BrowserSync/browser-sync#2024</a></li>
</ul>
<p><a href="https://esbuild.github.io/">esbuild</a> does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke <code>IE11</code> support 😢</p>
<p>This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers.</p>
<p>So, IE11 will work once again 🎉. Please use the <a href="https://github.com/BrowserSync/browser-sync/issues">issues</a> thread to make me aware of any problem that's preventing you from using Browsersync in your day job 💪 (and be sure to thumbs-up the issues you want to see resolved)</p>
<pre lang="shell"><code># IE11 works, again
npm install ***@***.***
</code></pre>
<p><strong>Full Changelog</strong>: <a href="https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0">https://github.com/BrowserSync/browser-sync/compare/v2.28.3...v2.29.0</a></p>
<h2>the one that finally removes <code>document.write</code></h2>
<h2>What's Changed</h2>
<ul>
<li>browser-sync-2017 use chalk everywhere by <a href="https://github.com/shakyShane"><code>@shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/2018">BrowserSync/browser-sync#2018</a></li>
<li>fix: remove document.write by <a href="https://github.com/shakyShane"><code>@shakyShane</code></a> in <a href="https://redirect.github.com/BrowserSync/browser-sync/pull/2019">BrowserSync/browser-sync#2019</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0">https://github.com/BrowserSync/browser-sync/compare/v2.27.12...v2.28.0</a></p>
<h2>2.26.0 -&gt; 2.26.3</h2>
<p><strong>fixes</strong></p>
<ul>
<li>application/wasm support - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1598">#1598</a> d60cd916ff1c64a69fddaa5cd2ca1061f066266e</li>
<li>deps - ensure previous users of browser-sync-client are not affected by new structure - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1615">#1615</a> 0a2ff5a25d9e5ca7df7b1ec63a235f76a220ada6</li>
<li>npm audit fixes across all packages - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/1618">#1618</a> 9f3fea4d0bef39b31c45e14cba669483f6e65448</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="BrowserSync/browser-sync@6ffc212cdb50da972e4ed434244a23a6bee56e50"><code>6ffc212</code></a> v2.29.1</li>
<li><a href="BrowserSync/browser-sync@7b077987ef887994b6d59054d28dfe8639358599"><code>7b07798</code></a> v2.29.1-alpha.0</li>
<li><a href="BrowserSync/browser-sync@497f2162df92ce4bd15a9d5af3e82325dd3cee21"><code>497f216</code></a> remove client deps</li>
<li><a href="BrowserSync/browser-sync@bed04d4f07d4d16b05af02fa86babc362b8531a2"><code>bed04d4</code></a> v2.29.0</li>
<li><a href="BrowserSync/browser-sync@87421b53df52a22b69f9d32306494f1e0d8c4011"><code>87421b5</code></a> fix: ie11 support (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2024">#2024</a>)</li>
<li><a href="BrowserSync/browser-sync@59eb01ad5f5937d60832c97c40f97c31a8d4200d"><code>59eb01a</code></a> v2.28.3</li>
<li><a href="BrowserSync/browser-sync@3fd27201bc48a79348526f08f062c17073ffb4d1"><code>3fd2720</code></a> v2.28.2</li>
<li><a href="BrowserSync/browser-sync@8487a855501903d4333c242a9f950b62d0ea23bb"><code>8487a85</code></a> bump logger (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2026">#2026</a>)</li>
<li><a href="BrowserSync/browser-sync@a8417950757ae9faf3f1222e021d7b4a7df8ea61"><code>a841795</code></a> chalk as main dep - fixes <a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2021">#2021</a> (<a href="https://redirect.github.com/BrowserSync/browser-sync/issues/2025">#2025</a>)</li>
<li><a href="BrowserSync/browser-sync@9ea395f36d647b478554df4e11273d06852e64ea"><code>9ea395f</code></a> v2.28.1</li>
<li>Additional commits viewable in <a href="BrowserSync/browser-sync@v2.27.10...v2.29.1">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 ***@***.*** 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:
- ***@***.*** rebase` will rebase this PR
- ***@***.*** recreate` will recreate this PR, overwriting any edits that have been made to it
- ***@***.*** merge` will merge this PR after your CI passes on it
- ***@***.*** squash and merge` will squash and merge this PR after your CI passes on it
- ***@***.*** cancel merge` will cancel a previously requested merge and block automerging
- ***@***.*** reopen` will reopen this PR if it is closed
- ***@***.*** close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ***@***.*** 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)
- ***@***.*** 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)
- ***@***.*** 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)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/TobitSoftware/chayns-css/network/alerts).
</details>
You can view, comment on, or merge this pull request online at:
#60
-- Commit Summary --
* ⬆️ Bump qs and browser-sync
-- File Changes --
M package-lock.json (327)
M package.json (2)
-- Patch Links --
https://github.com/TobitSoftware/chayns-css/pull/60.patch
https://github.com/TobitSoftware/chayns-css/pull/60.diff
-- Reply to this email directly or view it on GitHub:
#60
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps qs to 6.11.1 and updates ancestor dependency browser-sync. These dependencies need to be updated together.
Updates
qs
from 6.2.3 to 6.11.1Changelog
Sourced from qs's changelog.
... (truncated)
Commits
9dca37f
v6.11.14c4b23d
[Fix]stringify
: encode comma values more consistently1778ed4
[Dev Deps] update@ljharb/eslint-config
,object-inspect
,tape
20820fa
[Dev Deps] updateaud
2048fa5
[meta] remove extraneous code backticks7e937fa
[actions] update checkout action6ce7665
[Dev Deps] updateaud
,tape
e45d713
[actions] restrict action permissions997044d
[meta] fix changelog markdown92c746b
[readme] add usage offilter
option for injecting custom serialization, i.e...Updates
browser-sync
from 2.27.10 to 2.29.1Release notes
Sourced from browser-sync's releases.
Commits
6ffc212
v2.29.17b07798
v2.29.1-alpha.0497f216
remove client depsbed04d4
v2.29.087421b5
fix: ie11 support (#2024)59eb01a
v2.28.33fd2720
v2.28.28487a85
bump logger (#2026)a841795
chalk as main dep - fixes #2021 (#2025)9ea395f
v2.28.1Dependabot 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 commands and options
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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.