Skip to content

Bump tinycss2 from 1.2.1 to 1.3.0 #4237

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

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps tinycss2 from 1.2.1 to 1.3.0.

Release notes

Sourced from tinycss2's releases.

v1.3.0

  • Support CSS nesting
  • Deprecate parse_declaration_list, use parse_blocks_contents instead
Changelog

Sourced from tinycss2's changelog.

Version 1.3.0

Released on 2024-04-23.

  • Support CSS nesting
  • Deprecate parse_declaration_list, use parse_blocks_contents instead
Commits
  • dab0f9a Merge pull request #57 from Kozea/ruff
  • 589d7c0 Mark Python 3.12 as officially supported
  • c07ce3e Use ruff instead of flake8 and isort
  • dc922eb Fix default branch for documentation CI
  • 309ad43 Document and use parse_blocks_contents everywhere
  • 6398302 Merge pull request #55 from Kozea/nested-css
  • 62b23f7 Update parsing tests suite version
  • 3ae5513 Implement new CSS syntax draft
  • f695870 Take care of declaration first token
  • 21dd31a Split deprecated and new functions
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [tinycss2](https://github.com/Kozea/tinycss2) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/Kozea/tinycss2/releases)
- [Changelog](https://github.com/Kozea/tinycss2/blob/main/docs/changelog.rst)
- [Commits](Kozea/tinycss2@v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: tinycss2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 22, 2024
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.38%. Comparing base (7fa9588) to head (de1297d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4237   +/-   ##
=======================================
  Coverage   98.38%   98.38%           
=======================================
  Files         267      267           
  Lines       20810    20810           
=======================================
  Hits        20473    20473           
  Misses        337      337           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

cypress bot commented Jul 22, 2024

Passing run #9598 ↗︎

0 22 0 0 Flakiness 0

Details:

Merge de1297d into 7fa9588...
Project: Geotrek-admin Commit: d67741252a ℹ️
Status: Passed Duration: 02:05 💡
Started: Jul 22, 2024 4:20 AM Ended: Jul 22, 2024 4:22 AM

Review all test suite changes for PR #4237 ↗︎

@submarcos submarcos merged commit c38b3f1 into master Jul 22, 2024
18 checks passed
@submarcos submarcos deleted the dependabot/pip/tinycss2-1.3.0 branch July 22, 2024 12:04
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant