Skip to content
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

build(deps-dev): bump postcss-focus from 6.0.0 to 7.0.0 #506

Merged
merged 1 commit into from
Aug 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2023

Bumps postcss-focus from 6.0.0 to 7.0.0.

Changelog

Sourced from postcss-focus's changelog.

Change Log

This project adheres to Semantic Versioning.

7.0

  • Moved to rule splitting to avoid ignoring unknown rule (by Anders Søgaard).
  • Added splitRules option for old behavior (by Anders Søgaard).
  • Removed Node.js 10, 14, and 16 support.

6.0

  • Moved to :focus-visible (by Eduard Aksamitov).
  • Added oldFocus option to support the old focus (by Eduard Aksamitov).

5.0.1

  • Added funding links.

5.0

  • Moved to PostCSS 8.
  • Moved postcss to peerDependencies.

4.0

  • Use PostCSS 7.
  • Remove Node.js 4 support.

3.0

  • Do not process if there is a :focus selector already (by Vitalii Rizo).

2.0

  • Use PostCSS 6.0.

1.0

  • Use PostCSS 5.0 API.
  • Do not add spaces for compressed styles.

0.1.1

  • Support PostCSS Plugin Guidelines.

0.1

  • Initial release.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code major labels Jul 11, 2023
@github-actions
Copy link
Contributor

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from c361acc to 25bdb29 Compare July 13, 2023 01:38
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 25bdb29 to be8a324 Compare July 13, 2023 01:42
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from be8a324 to 7ad9418 Compare July 14, 2023 01:45
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 7ad9418 to 31f81f2 Compare July 18, 2023 11:33
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 31f81f2 to a4f5484 Compare July 19, 2023 05:55
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from a4f5484 to 9b5147f Compare July 19, 2023 06:14
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 9b5147f to 2441096 Compare July 20, 2023 01:14
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 2441096 to 35bb2a7 Compare July 20, 2023 01:18
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 35bb2a7 to b11a7a1 Compare July 20, 2023 04:43
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from b11a7a1 to 864b701 Compare July 24, 2023 01:47
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 864b701 to 196e8b9 Compare July 24, 2023 01:50
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 196e8b9 to d397dca Compare July 24, 2023 03:58
@mfranzke
Copy link
Member

Instead of updating this one, we should investigate whether we still need it by analyzing our code output, as we've most likely already included correct adaptions for each state.

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from d397dca to 4ffedcd Compare August 1, 2023 02:02
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 4ffedcd to a709155 Compare August 4, 2023 01:15
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from a709155 to 4b42ce5 Compare August 8, 2023 01:57
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 4b42ce5 to f03ce67 Compare August 8, 2023 02:01
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from f03ce67 to 4b4a80d Compare August 8, 2023 02:05
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 4b4a80d to 253f265 Compare August 8, 2023 06:10
@mfranzke mfranzke enabled auto-merge (squash) August 13, 2023 10:13
@mfranzke
Copy link
Member

@dependabot rebase

Bumps [postcss-focus](https://github.com/postcss/postcss-focus) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/postcss/postcss-focus/releases)
- [Changelog](https://github.com/postcss/postcss-focus/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss-focus@6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: postcss-focus
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch from 253f265 to 0d3c92f Compare August 13, 2023 10:14
@mfranzke mfranzke merged commit 7c4665d into main Aug 13, 2023
23 checks passed
@mfranzke mfranzke deleted the dependabot-npm_and_yarn-postcss-focus-7.0.0 branch August 13, 2023 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant