Skip to content

Commit

Permalink
Bump the dev-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.2.0` | `3.3.0` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.20.0` | `9.21.0` |
| [eslint](https://github.com/eslint/eslint) | `9.20.1` | `9.21.0` |
| [eslint-plugin-yml](https://github.com/ota-meshi/eslint-plugin-yml) | `1.16.0` | `1.17.0` |
| [uikit](https://github.com/uikit/uikit) | `3.23.0` | `3.23.1` |


Updates `@eslint/eslintrc` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/eslint/eslintrc/releases)
- [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md)
- [Commits](eslint/eslintrc@v3.2.0...v3.3.0)

Updates `@eslint/js` from 9.20.0 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.21.0/packages/js)

Updates `eslint` from 9.20.1 to 9.21.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.20.1...v9.21.0)

Updates `eslint-plugin-yml` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/ota-meshi/eslint-plugin-yml/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-yml/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-yml@v1.16.0...v1.17.0)

Updates `uikit` from 3.23.0 to 3.23.1
- [Release notes](https://github.com/uikit/uikit/releases)
- [Changelog](https://github.com/uikit/uikit/blob/develop/CHANGELOG.md)
- [Commits](uikit/uikit@v3.23.0...v3.23.1)

---
updated-dependencies:
- dependency-name: "@eslint/eslintrc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-yml
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: uikit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2025
1 parent b001d23 commit d0bd28f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 62 deletions.
101 changes: 44 additions & 57 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 @@ -39,12 +39,12 @@
]
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.20.0",
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0",
"@prantlf/jsonlint": "^16.0.0",
"@types/uikit": "^3.14.0",
"eslint": "^9.20.1",
"eslint-plugin-yml": "^1.16.0",
"eslint": "^9.21.0",

Check warning

Code scanning / Semgrep (reported by Codacy)

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Warning

Package dependencies with variant versions may lead to dependency hijack and confusion attacks.
"eslint-plugin-yml": "^1.17.0",

Check warning

Code scanning / Semgrep (reported by Codacy)

Package dependencies with variant versions may lead to dependency hijack and confusion attacks. Warning

Package dependencies with variant versions may lead to dependency hijack and confusion attacks.
"globals": "^15.15.0",
"lighthouse": "^12.3.0",
"markdownlint-cli": "^0.44.0",
Expand All @@ -60,7 +60,7 @@
"sort-package-json": "^2.14.0",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0",
"uikit": "3.23.0"
"uikit": "3.23.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
Expand Down

0 comments on commit d0bd28f

Please sign in to comment.