Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps css-zero from 0.0.55 to 1.0.4.

Release notes

Sourced from css-zero's releases.

v1.0.4

Full Changelog: lazaronixon/css-zero@v1.0.3...v1.0.4

v1.0.3

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

v1.0.2

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

v1.0.1

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

v1.0.0

Full Changelog: lazaronixon/css-zero@v0.0.98...v1.0.0

v0.0.98

Full Changelog: lazaronixon/css-zero@v0.0.97...v0.0.98

v0.0.97

Full Changelog: lazaronixon/css-zero@v0.0.96...v0.0.97

v0.0.96

Full Changelog: lazaronixon/css-zero@v0.0.95...v0.0.96

v0.0.95

Full Changelog: lazaronixon/css-zero@v0.0.93...v0.0.95

v0.0.93

Full Changelog: lazaronixon/css-zero@v0.0.92...v0.0.93

v0.0.92

Full Changelog: lazaronixon/css-zero@v0.0.91...v0.0.92

v0.0.91

Full Changelog: lazaronixon/css-zero@v0.0.89...v0.0.91

v0.0.88

Full Changelog: lazaronixon/css-zero@v0.0.87...v0.0.88

v0.0.87

Full Changelog: lazaronixon/css-zero@v0.0.86...v0.0.87

v0.0.86

Full Changelog: lazaronixon/css-zero@v0.0.85...v0.0.86

v0.0.85

Full Changelog: lazaronixon/css-zero@v0.0.84...v0.0.85

v0.0.84

Full Changelog: lazaronixon/css-zero@v0.0.83...v0.0.84

... (truncated)

Changelog

Sourced from css-zero's changelog.

[1.0.4] - 2025-01-25

  • Change base.css to use zinc-950 for dark color-bg
  • Fix border sheet.css

[1.0.3] - 2025-01-24

  • Fix css:install not adding javascript_importmap_tags

[1.0.2] - 2025-01-24

  • Import external css dependencies from esm.sh

[1.0.1] - 2025-01-24

  • Fix btn avatar size on safari

[1.0.0] - 2025-01-24

  • Set default text area --input-rows to 2lh

  • Do not use auto resizable textarea in scaffold

  • Rename var(--shadow-sm) to var(--shadow-xs)

  • Rename var(--shadow) to var(--shadow-sm)

  • Rename var(--blur-sm) to var(--blur-xs)

  • Rename var(--blur) to var(--blur-sm)

  • Rename var(--rounded-sm) to var(--rounded-xs)

  • Rename var(--rounded) to var(--rounded-sm)

  • Merge tom-select.css and zcombobox.css into combobox.css

  • Merge flatpickr.css and zdatepicker.css into datepicker.css

  • Merge trix.css and ztrix.css into trix.css

  • Files were moved from the root to /css-zero

  • The file _reset.css was renamed to reset.css

  • The file zutilities.css was renamed to utilities.css

  • Previously, styles inside gems could mix with the styles from inside your application, the new architecture requires you to set the files manually.

Before:

<%= stylesheet_link_tag :all, "data-turbo-track": "reload" %>

Later:

<%= stylesheet_link_tag "css-zero/reset", "data-turbo-track": "reload" %>
<%= stylesheet_link_tag "css-zero/variables", "data-turbo-track": "reload" %>
<%= stylesheet_link_tag :app, "data-turbo-track": "reload" %>
<%= stylesheet_link_tag "css-zero/utilities", "data-turbo-track": "reload" %>

... (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 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 0.0.55 to 1.0.4.
- [Release notes](https://github.com/lazaronixon/css-zero/releases)
- [Changelog](https://github.com/lazaronixon/css-zero/blob/master/CHANGELOG.md)
- [Commits](lazaronixon/css-zero@v0.0.55...v1.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 27, 2025
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