Skip to content

Tags: csstools/cssdb

Tags

v8.7.1

Toggle v8.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the all-dependencies group with 2 updates (#492)

Bumps the all-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8e8c483...de0fac2)

Updates `actions/setup-node` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@395ad32...6044e13)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: actions/setup-node
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v8.7.0

Toggle v8.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
romainmenke Romain Menke
add mixins

v8.6.0

Toggle v8.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
romainmenke Romain Menke
8.6.0

v8.5.2

Toggle v8.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
romainmenke Romain Menke
8.5.2

Verified

This commit was signed with the committer’s verified signature.
romainmenke Romain Menke

v8.5.0

Toggle v8.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add: position-area (#483)

v8.4.3

Toggle v8.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
romainmenke Romain Menke
8.4.3

v8.4.2

Toggle v8.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
romainmenke Romain Menke
8.4.2

v8.4.1

Toggle v8.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
romainmenke Romain Menke
8.4.1

v8.4.0

Toggle v8.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `color-function-display-p3-linear` and `alpha-function` (#465)

* Bump the all-dependencies group across 1 directory with 5 updates

Bumps the all-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `6.0.33` | `6.1.1` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.25.1` | `4.25.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.22.0` | `16.23.1` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `38.0.0` | `39.0.0` |
| [web-features](https://github.com/web-platform-dx/web-features/tree/HEAD/packages/web-features) | `2.41.2` | `2.43.1` |



Updates `@mdn/browser-compat-data` from 6.0.33 to 6.1.1
- [Release notes](https://github.com/mdn/browser-compat-data/releases)
- [Changelog](https://github.com/mdn/browser-compat-data/blob/main/RELEASE_NOTES.md)
- [Commits](mdn/browser-compat-data@v6.0.33...v6.1.1)

Updates `browserslist` from 4.25.1 to 4.25.2
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.25.1...4.25.2)

Updates `stylelint` from 16.22.0 to 16.23.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.22.0...16.23.1)

Updates `stylelint-config-standard` from 38.0.0 to 39.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@38.0.0...39.0.0)

Updates `web-features` from 2.41.2 to 2.43.1
- [Release notes](https://github.com/web-platform-dx/web-features/releases)
- [Commits](https://github.com/web-platform-dx/web-features/commits/v2.43.1/packages/web-features)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-version: 6.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: browserslist
  dependency-version: 4.25.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: stylelint
  dependency-version: 16.23.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: stylelint-config-standard
  dependency-version: 39.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: web-features
  dependency-version: 2.43.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Added: color-function-display-p3-linear

* Add alpha-function

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>