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 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)
@dependabot use these labels will set the current labels as the default for future PRs for this repo and language
@dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
@dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
@dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/bendtherules/react-fiber-traverse/pull/23
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/9/2021
**Status:** 🔄 Open
**Base:** `master` ← **Head:** `dependabot/npm_and_yarn/css-what-5.0.1`
---
### 📝 Commits (1)
- [`058669b`](https://github.com/bendtherules/react-fiber-traverse/commit/058669b8e8e8bb17cd732c332c0eac2c3bbbcafc) Bump css-what from 3.2.0 to 5.0.1
### 📊 Changes
**2 files changed** (+4 additions, -4 deletions)
<details>
<summary>View changed files</summary>
📝 `package-lock.json` (+3 -3)
📝 `package.json` (+1 -1)
</details>
### 📄 Description
Bumps [css-what](https://github.com/fb55/css-what) from 3.2.0 to 5.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/fb55/css-what/releases">css-what's releases</a>.</em></p>
<blockquote>
<h2>v5.0.1</h2>
<p><strong>Fixes:</strong></p>
<ul>
<li>Hand-roll attribute parsing (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/503">#503</a>) 4cdaacf
<ul>
<li>Attribute values are slightly more permissive now. Ensures attribute parsing will always be linear.</li>
</ul>
</li>
</ul>
<p><a href="https://github.com/fb55/css-what/compare/v5.0.0...v5.0.1">https://github.com/fb55/css-what/compare/v5.0.0...v5.0.1</a></p>
<h2>v5.0.0</h2>
<p><strong>New Features:</strong></p>
<ul>
<li><code>ignoreCase</code> on attributes now respects the <code>s</code> flag, as well as default values as per HTML spec (unless you are in <code>xmlMode</code>).
<ul>
<li>Infer ignoreCase as per HTML spec (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/444">#444</a> by <a href="https://github.com/fb55"><code>@fb55</code></a>) 0f4210c</li>
<li>Allow space after attribute selector modifier (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/393">#393</a> by <a href="https://github.com/Semigradsky"><code>@Semigradsky</code></a>) a334fa3</li>
<li>Support <code>s</code> identifier in attribute selectors (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/387">#387</a> by <a href="https://github.com/Semigradsky"><code>@Semigradsky</code></a>) 7a41152</li>
</ul>
</li>
<li>Ignore comments around selectors (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/441">#441</a> by <a href="https://github.com/fb55"><code>@fb55</code></a>) fc91ba1</li>
</ul>
<p><strong>Bug fixes:</strong></p>
<ul>
<li>Incorrect handling elemental selector without a namespace (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/394">#394</a> by <a href="https://github.com/Semigradsky"><code>@Semigradsky</code></a>) 3215f5a</li>
</ul>
<h2>v4.0.0</h2>
<p><strong>Breaking changes:</strong></p>
<ul>
<li>Disallow quotes around unpacked pseudos 276a4b2</li>
<li>Throw errors when encountering multiple traversals in a row f07d582</li>
<li>Disallow names starting with <code>#</code> (fixes <a href="https://github-redirect.dependabot.com/fb55/css-what/issues/287">#287</a>) 7d1e95b</li>
</ul>
<p><strong>New Features:</strong></p>
<ul>
<li>Add support for namespaces 63cb253 dc55861</li>
<li>Add <code>isTraversal</code> function 8f64671</li>
<li>Add JSDocs to exported functions 6b60fa9</li>
</ul>
<p><strong>Other changes:</strong></p>
<ul>
<li>Walk through selector using indices c667214</li>
<li>Add missing tests for complete test coverage c49747f</li>
</ul>
<p><a href="https://github.com/fb55/css-what/compare/v3.4.2...v4.0.0">https://github.com/fb55/css-what/compare/v3.4.2...v4.0.0</a></p>
<h2>v3.4.2</h2>
<ul>
<li>feat(lint): Add eslint-plugin-node de90133</li>
<li>Use Object.keys as Object.values is not supported in node<7 (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/295">#295</a> by <a href="https://github.com/klapec"><code>@klapec</code></a>) 98a0489</li>
</ul>
<p><a href="https://github.com/fb55/css-what/compare/v3.4.1...v3.4.2">https://github.com/fb55/css-what/compare/v3.4.1...v3.4.2</a></p>
<h2>v3.4.1</h2>
<ul>
<li>fix(parser): Support escaped characters in attribute value a05da96</li>
<li>docs: Update funding information ff21060</li>
</ul>
<p><a href="https://github.com/fb55/css-what/compare/v3.4.0...v3.4.1">https://github.com/fb55/css-what/compare/v3.4.0...v3.4.1</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/fb55/css-what/commit/e9106aa26ece8efbdf85e3219a9f8513897160ab"><code>e9106aa</code></a> 5.0.1</li>
<li><a href="https://github.com/fb55/css-what/commit/a5b38560a32a1a0f66c45490d8be9922654ad695"><code>a5b3856</code></a> build(deps-dev): bump jest from 26.6.3 to 27.0.1 (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/500">#500</a>)</li>
<li><a href="https://github.com/fb55/css-what/commit/4cdaacfd0d4b6fd00614be030da0dea6c2994655"><code>4cdaacf</code></a> fix(parse): Hand-roll attribute parsing (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/503">#503</a>)</li>
<li><a href="https://github.com/fb55/css-what/commit/8c5eda2ca238fac3ed2fcf97785b575d3b5d95ba"><code>8c5eda2</code></a> build(deps-dev): bump <code>@types/node</code> from 15.3.0 to 15.6.1 (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/501">#501</a>)</li>
<li><a href="https://github.com/fb55/css-what/commit/9eb321e7063eb4fa644fff4a769225ba81ebd8d5"><code>9eb321e</code></a> build(deps-dev): bump <code>@typescript-eslint/parser</code> from 4.24.0 to 4.25.0 (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/498">#498</a>)</li>
<li><a href="https://github.com/fb55/css-what/commit/9f901b2828f452a558b6a8f84ea1dde0696d47f3"><code>9f901b2</code></a> build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> from 4.24.0 to 4.25.0 ...</li>
<li><a href="https://github.com/fb55/css-what/commit/bc00726e2752d37d7d6201016c9f0559922a49d4"><code>bc00726</code></a> build(deps-dev): bump eslint from 7.26.0 to 7.27.0 (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/499">#499</a>)</li>
<li><a href="https://github.com/fb55/css-what/commit/0d6190c39645e9e70fddccd67ff3ffd3520ce622"><code>0d6190c</code></a> build(deps-dev): bump typescript from 4.2.4 to 4.3.2 (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/502">#502</a>)</li>
<li><a href="https://github.com/fb55/css-what/commit/de688259ebe618c10c718593f077a8712ac599fa"><code>de68825</code></a> build(deps-dev): bump <code>@typescript-eslint/parser</code> from 4.23.0 to 4.24.0 (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/494">#494</a>)</li>
<li><a href="https://github.com/fb55/css-what/commit/2f5bfac90806f6df40043cda53d607eadca8ec52"><code>2f5bfac</code></a> build(deps-dev): bump <code>@typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/fb55/css-what/issues/493">#493</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/fb55/css-what/compare/v3.2.0...v5.0.1">compare view</a></li>
</ul>
</details>
<br />
[](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 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/bendtherules/react-fiber-traverse/network/alerts).
</details>
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/bendtherules/react-fiber-traverse/pull/23
Author: @dependabot[bot]
Created: 6/9/2021
Status: 🔄 Open
Base:
master← Head:dependabot/npm_and_yarn/css-what-5.0.1📝 Commits (1)
058669bBump css-what from 3.2.0 to 5.0.1📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
package-lock.json(+3 -3)📝
package.json(+1 -1)📄 Description
Bumps css-what from 3.2.0 to 5.0.1.
Release notes
Sourced from css-what's releases.
... (truncated)
Commits
e9106aa5.0.1a5b3856build(deps-dev): bump jest from 26.6.3 to 27.0.1 (#500)4cdaacffix(parse): Hand-roll attribute parsing (#503)8c5eda2build(deps-dev): bump@types/nodefrom 15.3.0 to 15.6.1 (#501)9eb321ebuild(deps-dev): bump@typescript-eslint/parserfrom 4.24.0 to 4.25.0 (#498)9f901b2build(deps-dev): bump@typescript-eslint/eslint-pluginfrom 4.24.0 to 4.25.0 ...bc00726build(deps-dev): bump eslint from 7.26.0 to 7.27.0 (#499)0d6190cbuild(deps-dev): bump typescript from 4.2.4 to 4.3.2 (#502)de68825build(deps-dev): bump@typescript-eslint/parserfrom 4.23.0 to 4.24.0 (#494)2f5bfacbuild(deps-dev): bump@typescript-eslint/eslint-plugin(#493)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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.