Skip to content

Comments

Bump css-zero from 1.0.6 to 2.1.0#16

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/css-zero-2.1.0
Closed

Bump css-zero from 1.0.6 to 2.1.0#16
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/css-zero-2.1.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 16, 2025

Bumps css-zero from 1.0.6 to 2.1.0.

Release notes

Sourced from css-zero's releases.

v2.0.3

Full Changelog: lazaronixon/css-zero@v2.0.2...v2.0.3

v2.0.2

Full Changelog: lazaronixon/css-zero@v2.0.1...v2.0.2

v2.0.1

Full Changelog: lazaronixon/css-zero@v2.0.0...v2.0.1

v2.0.0

Full Changelog: lazaronixon/css-zero@v1.1.3...v2.0.0

v1.1.15

Full Changelog: lazaronixon/css-zero@v1.1.14...v1.1.15

v1.1.14

Full Changelog: lazaronixon/css-zero@v1.1.13...v1.1.14

v1.1.13

Full Changelog: lazaronixon/css-zero@v1.1.12...v1.1.13

v1.1.12

Full Changelog: lazaronixon/css-zero@v1.1.11...v1.1.12

v1.1.10

Full Changelog: lazaronixon/css-zero@v1.1.9...v1.1.10

v1.1.9

Full Changelog: lazaronixon/css-zero@v1.1.8...v1.1.9

v1.1.8

Full Changelog: lazaronixon/css-zero@v1.1.7...v1.1.8

v1.1.7

Full Changelog: lazaronixon/css-zero@v1.1.6...v1.1.7

v1.1.6

Full Changelog: lazaronixon/css-zero@v1.1.5...v1.1.6

v1.1.5

Full Changelog: lazaronixon/css-zero@v1.1.4...v1.1.5

v1.1.4

Full Changelog: lazaronixon/css-zero@v1.1.3...v1.1.4

v1.1.3

Full Changelog: lazaronixon/css-zero@v1.1.1...v1.1.3

v1.1.2

Full Changelog: lazaronixon/css-zero@v1.1.1...v1.1.2

... (truncated)

Changelog

Sourced from css-zero's changelog.

2.1.0

  • Update trix toolbar styles for improved color handling
  • Change flash and alert positive/negative style
  • Set foreground color for selection in base.css
  • Set checkbox and radio size with block-size and inline-size
  • Remove prefers-reduced-motion styles from reset.css
  • Extract dual range to dual_range component
  • Add card-check to card.css
  • Flash add animation-play-state stop on hover
  • Use".input" for "checkbox, radio and range"
  • Reimplement flash component (Fix z-order)

2.0.3 - 2025-08-08

  • Fix command component accessibility issues
  • Handle Space and Enter keys in menu navigation

2.0.2 - 2025-08-06

  • Introduce surface color for component backgrounds

2.0.1 - 2025-08-05

  • Refactor notice flash to use tag.div in application.html.erb
  • Fix select options background in dark mode

2.0.0 - 2025-08-04

  • Add debouncedSubmit to form_controller
  • Add minimal Trix editor variant without file and history tools
  • Add --carousel-items-gap variable
  • Add dual range slider component
  • Improve dropzone error message display style
  • Simplify dialogs for mobile screens
  • Rename popover showLater/hideLater to debouncedShow/debouncedHide
  • Remove ::-webkit-details-marker in accordion.css
  • Add items-baseline utility class
  • Remove font smoothing from prose.css
  • Reimplement input reveal and copy. (input_concerns.css)
  • Adjust border color variables for improved contrast in dark mode
  • Reduce backdrop opacity for dialog and sheet components
  • Add icons component and remove colorize classes.
  • Change default --btn-hover-color to --color-border-light.
  • Add color_scheme component and change base.css
  • Update alert with background colors
  • Replace navigation controller with back navigation controller
  • Add timezone_cookie component
  • Add text-link utility class
  • Remove underline and no-underline utility classes
  • Add .group-vertical class to group component
  • Implement menu-controller #navigate
  • Better target names in dialog, popover, context_menu controllers
  • Reimplement resizable component
  • Add Home and End key support to menu controller

... (truncated)

Commits
  • f0548b9 Merge branch 'master' into 2.1-stable
  • b7f66a8 Add inline style for flash position in notice div
  • 55aa8c6 Merge branch 'master' into 2.1-stable
  • 28a32b8 Reimplement flash component with popover and z-order fix
  • 012a02f Release version 2.1.0
  • db43746 Refactor .input--actor styles to use nested selectors
  • 07b3e5c Remove redundant comments from CSS variable files
  • 0c4462e Move option padding revert rule to correct location
  • 073f8e6 Use :where selector for input styles
  • b9c4020 Unify input styles for checkbox, radio, and range
  • 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 [css-zero](https://github.com/lazaronixon/css-zero) from 1.0.6 to 2.1.0.
- [Release notes](https://github.com/lazaronixon/css-zero/releases)
- [Changelog](https://github.com/lazaronixon/css-zero/blob/master/CHANGELOG.md)
- [Commits](lazaronixon/css-zero@v1.0.6...v2.1.0)

---
updated-dependencies:
- dependency-name: css-zero
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Oct 16, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 20, 2025

Superseded by #17.

@dependabot dependabot bot closed this Oct 20, 2025
@dependabot dependabot bot deleted the dependabot/bundler/css-zero-2.1.0 branch October 20, 2025 12:30
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants