Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
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) | `5.5.31` | `5.5.34` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.23.0` | `4.23.1` |
| [glob](https://github.com/isaacs/node-glob) | `10.4.1` | `10.4.2` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `36.0.0` | `36.0.1` |
| [web-features](https://github.com/web-platform-dx/web-features) | `0.8.4` | `0.8.6` |



Updates `@mdn/browser-compat-data` from 5.5.31 to 5.5.34
- [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.31...v5.5.34)

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

Updates `glob` from 10.4.1 to 10.4.2
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v10.4.1...v10.4.2)

Updates `stylelint-config-standard` from 36.0.0 to 36.0.1
- [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@36.0.0...36.0.1)

Updates `web-features` from 0.8.4 to 0.8.6
- [Release notes](https://github.com/web-platform-dx/web-features/releases)
- [Commits](web-platform-dx/web-features@v0.8.4...v0.8.6)

---
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: glob
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: web-features
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
1 parent b6e1bf4 commit f5b3348
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 39 deletions.
95 changes: 61 additions & 34 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.5.31",
"browserslist": "^4.23.0",
"glob": "^10.4.1",
"@mdn/browser-compat-data": "^5.5.34",
"browserslist": "^4.23.1",
"glob": "^10.4.2",
"lodash.get": "^4.4.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-preset-env": "^9.5.14",
"semver": "^7.6.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"web-features": "^0.8.4"
"stylelint-config-standard": "^36.0.1",
"web-features": "^0.8.6"
},
"stylelint": {
"extends": "stylelint-config-standard",
Expand Down

0 comments on commit f5b3348

Please sign in to comment.