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

Bump css-doodle from 0.30.10 to 0.34.3 #201

Closed
wants to merge 3 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2023

Bumps css-doodle from 0.30.10 to 0.34.3.

Release notes

Sourced from css-doodle's releases.

v0.34.0

Breaking

  • The css-doodle element now by default restricts the visible area to its dimension, which means it's overflow hidden. There are two ways to change this behavior:

    1. Append the noclip keyword to the @grid property:

      @grid: 1 / 400px noclip;
    2. Overide the contain property:

      :doodle {
        @grid: 1 / 400px;
        contain: none;
      }

Features

  • Extended @grid to support doodle background color, after the second / symbol.

    @grid: 1 / 400px / [#000](https://github.com/css-doodle/css-doodle/issues/000);
  • Extended @grid and @size to support aspect-ratio if one of the width and width is auto.

    @grid: 1 / 400px auto 2;
    @grid: 1 / 400px auto (4/3);
    @​size: 100px auto 1.5;

  • Extended @grid to support rotate and scale to :container.

    @grid: 1 / 400px + 2;  /* + means scale */
    @grid: 1 / 400px * 45deg;  /* * means rotate */
    @​grid: 1 / 400px + 2 * 45deg;

  • Extended @grid to change the layout to Flex layout.

... (truncated)

Changelog

Sourced from css-doodle's changelog.

0.34.3

  • Fix CSS parsing on reading iterator
  • Correctly set animation-delay on paused only.

0.34.2

  • Change cycle shift direction to match the "reduced Latin square".
  • Add experimental once function.
  • Fix rading complex value in cycle.

0.34.1

  • Fix gap property break and remove redundant styles.

0.34.0

Breaking

  • The css-doodle element now by default restricts the visible area to its dimension, which means it's overflow hidden. There are two ways to change this behavior:

    1. Append the noclip keyword to the @grid property:

      @grid: 1 / 400px noclip;
    2. Overide the contain property:

      :doodle {
        @grid: 1 / 400px;
        contain: none;
      }

Features

... (truncated)

Commits

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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2023
@netlify
Copy link

netlify bot commented Feb 24, 2023

Deploy Preview for e11y ready!

Name Link
🔨 Latest commit 77b9951
🔍 Latest deploy log https://app.netlify.com/sites/e11y/deploys/6406b45a51a59b0008a65b96
😎 Deploy Preview https://deploy-preview-201--e11y.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

EllyLoel and others added 3 commits March 6, 2023 21:46
Bumps [css-doodle](https://github.com/css-doodle/css-doodle) from 0.30.10 to 0.34.3.
- [Release notes](https://github.com/css-doodle/css-doodle/releases)
- [Changelog](https://github.com/css-doodle/css-doodle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/css-doodle/css-doodle/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
@EllyLoel EllyLoel closed this Apr 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 18, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/css-doodle-0.34.3 branch April 18, 2023 22:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant