Skip to content

Commit

Permalink
Bump the all-dependencies group with 5 updates (#430)
Browse files Browse the repository at this point in the history
* Bump the all-dependencies group with 5 updates

Bumps the all-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data) | `5.6.22` | `5.6.24` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.24.2` | `4.24.3` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.1.1` | `10.1.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.11.0` | `16.12.0` |
| [web-features](https://github.com/web-platform-dx/web-features) | `2.11.0` | `2.12.0` |


Updates `@mdn/browser-compat-data` from 5.6.22 to 5.6.24
- [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@v5.6.22...v5.6.24)

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

Updates `postcss-preset-env` from 10.1.1 to 10.1.2
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

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

Updates `web-features` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/web-platform-dx/web-features/releases)
- [Commits](web-platform-dx/web-features@v2.11.0...v2.12.0)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: browserslist
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: web-features
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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

* fix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Romain Menke <[email protected]>
  • Loading branch information
dependabot[bot] and romainmenke authored Dec 16, 2024
1 parent 43b1353 commit c2e10fd
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 66 deletions.
4 changes: 2 additions & 2 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"id": "calc-constants",
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
"description": "Constants for calculation simplification",
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
"specification": "https://drafts.csswg.org/css-values-4/#calc-keywords",
"stage": 2,
"browser_support": {
"and_chr": "110",
Expand Down Expand Up @@ -1470,7 +1470,7 @@
"stage": 2,
"browser_support": {
"and_chr": "110",
"and_ff": "78",
"and_ff": "79",
"android": "110",
"chrome": "110",
"edge": "110",
Expand Down
4 changes: 2 additions & 2 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default [
"id": "calc-constants",
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
"description": "Constants for calculation simplification",
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
"specification": "https://drafts.csswg.org/css-values-4/#calc-keywords",
"stage": 2,
"browser_support": {
"and_chr": "110",
Expand Down Expand Up @@ -1470,7 +1470,7 @@ export default [
"stage": 2,
"browser_support": {
"and_chr": "110",
"and_ff": "78",
"and_ff": "79",
"android": "110",
"chrome": "110",
"edge": "110",
Expand Down
22 changes: 6 additions & 16 deletions cssdb.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,19 @@
"id": "calc-constants",
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
"description": "Constants for calculation simplification",
"specification": "https://www.w3.org/TR/css-values-4/#calc-constants",
"specification": "https://drafts.csswg.org/css-values-4/#calc-keywords",
"stage": 2,
"browser_support": {},
"docs": {
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/calc-keyword"
},
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}",
"mdn_path": [
"css.types.calc-constant",
"css.types.calc-constant.NaN",
"css.types.calc-constant.e",
"css.types.calc-constant.infinity",
"css.types.calc-constant.pi"
"css.types.calc-keyword",
"css.types.calc-keyword.NaN",
"css.types.calc-keyword.e",
"css.types.calc-keyword.infinity",
"css.types.calc-keyword.pi"
]
},
{
Expand Down Expand Up @@ -1112,11 +1112,6 @@
"to": "110",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
},
"and_ff": {
"from": null,
"to": "78",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
},
"android": {
"from": null,
"to": "110",
Expand All @@ -1132,11 +1127,6 @@
"to": "110",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
},
"firefox": {
"from": null,
"to": "78",
"bug": "https://github.com/mdn/browser-compat-data/issues/18198"
},
"ios_saf": {
"from": null,
"to": "16.4",
Expand Down
82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,17 @@
"test:doc-links": "node tasks/check-doc-links.mjs"
},
"devDependencies": {
"@mdn/browser-compat-data": "^5.6.22",
"browserslist": "^4.24.2",
"@mdn/browser-compat-data": "^5.6.24",
"browserslist": "^4.24.3",
"glob": "^11.0.0",
"lodash.get": "^4.4.2",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-preset-env": "^10.1.1",
"postcss-preset-env": "^10.1.2",
"semver": "^7.6.3",
"stylelint": "^16.11.0",
"stylelint": "^16.12.0",
"stylelint-config-standard": "^36.0.1",
"web-features": "^2.11.0"
"web-features": "^2.12.0"
},
"stylelint": {
"extends": "stylelint-config-standard",
Expand Down

0 comments on commit c2e10fd

Please sign in to comment.