Skip to content

Commit

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

Bumps the all-dependencies group with 3 updates: [@mdn/browser-compat-data](https://github.com/mdn/browser-compat-data), [glob](https://github.com/isaacs/node-glob) and [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env).


Updates `@mdn/browser-compat-data` from 5.5.26 to 5.5.27
- [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.5.26...v5.5.27)

Updates `glob` from 10.3.14 to 10.3.15
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.3.14...v10.3.15)

Updates `postcss-preset-env` from 9.5.11 to 9.5.12
- [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)

---
updated-dependencies:
- dependency-name: "@mdn/browser-compat-data"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: glob
  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
...

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

* populatedb

---------

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 committed May 13, 2024
1 parent f757701 commit 48f8e56
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 39 deletions.
2 changes: 2 additions & 0 deletions cssdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,7 @@
"edge": "123",
"firefox": "120",
"ios_saf": "17.5",
"op_mob": "82",
"opera": "109",
"safari": "17.5"
},
Expand Down Expand Up @@ -1975,6 +1976,7 @@
"edge": "125",
"firefox": "118",
"ios_saf": "15.4",
"opera": "111",
"safari": "15.4"
},
"docs": {
Expand Down
2 changes: 2 additions & 0 deletions cssdb.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,7 @@ export default [
"edge": "123",
"firefox": "120",
"ios_saf": "17.5",
"op_mob": "82",
"opera": "109",
"safari": "17.5"
},
Expand Down Expand Up @@ -1975,6 +1976,7 @@ export default [
"edge": "125",
"firefox": "118",
"ios_saf": "15.4",
"opera": "111",
"safari": "15.4"
},
"docs": {
Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"test:doc-links": "node tasks/check-doc-links.mjs"
},
"devDependencies": {
"@mdn/browser-compat-data": "^5.5.26",
"@mdn/browser-compat-data": "^5.5.27",
"browserslist": "^4.23.0",
"glob": "^10.3.7",
"glob": "^10.3.15",
"lodash.get": "^4.4.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-preset-env": "^9.5.11",
"postcss-preset-env": "^9.5.12",
"semver": "^7.6.0",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
Expand Down

0 comments on commit 48f8e56

Please sign in to comment.